the intersection of pastebin, help desk, version control, and social networking
More Info & Screenies Demos Sign Up Browse the Site Recent Activity
Recent Activity
09 January 2012
1
|
|
Python snippet
“Set Default Python File Encoding”
was voted up.
9 January at 05:03 PM
|
The new rating is +1.
rate
06 January 2012
1
|
|
Stou S.
posted
the blog entry
“Boost and Intel Compiler”
6 January at 06:32 PM
|
I recently rediscovered the Intel C++ Compiler's free availability for non-commercial use and decided to try it on my own code and see what performance improvement I can achieve on my simulation... more
02 January 2012
1
2
|
|
Stou S.
edited the article
“Remote migration from CentOS 6 to Fedora 16”
2 January at 01:56 AM
|
|
|
Stou S.
posted
the article
“Remote migration from CentOS 6 to Fedora 16”
2 January at 01:44 AM
|
A rough guide for performing a remote migration from CentOS 6 to Fedora 16
23 December 2011
10
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
23 December at 02:46 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
23 December at 02:44 PM
|
|
|
Michael Case
edited the C++ snippet
“find ALL common subsequences and then sort for longest”
23 December at 02:42 PM
|
|
|
Michael Case
edited the C++ snippet
“recursive solution for LCS problem”
23 December at 02:41 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
23 December at 02:37 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
23 December at 02:37 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
23 December at 02:36 PM
|
16 November 2011
1
|
|
victor_olvera
commented
on the C# snippet
“Thread safe byte buffer queue”
16 November at 06:47 AM
|
07 November 2011
1
|
|
mrasistemas
created
the blog
“OpenObject Brasil”
7 November at 02:51 AM
|
05 November 2011
1
3
|
|
sansentrailles
edited the Python snippet
“Transparent window for Windows 7 on Python with PyQt”
5 November at 08:04 AM
|
|
|
sansentrailles
edited the Python snippet
“Transparent window for Windows 7 on Python with PyQt”
5 November at 08:04 AM
|
|
|
sansentrailles
edited the Python snippet
“Transparent window for Windows 7 on Python with PyQt”
5 November at 08:03 AM
|
|
|
sansentrailles
posted
the Python snippet
“Transparent window for Windows 7 on Python with PyQt”
5 November at 08:00 AM
|
03 September 2011
1
|
|
Stou S.
posted
the Java snippet
“Fibonacci Number Servlet”
3 September at 02:09 PM
|
A simple servlet that will return the fibbonaci number with the provided index. I wrote this for the Google I/O contest a few months back.
18 July 2011
1
1
12 July 2011
1
2
1
|
|
Article
“Python Tips, Tricks, and Hacks”
was voted up.
12 July 2011 at 02:46 AM
|
The new rating is +14.
rate
05 July 2011
1
|
|
C++ snippet
“LCS C++ template classes”
was voted up.
5 July 2011 at 11:50 AM
|
The new rating is +1.
rate
10 May 2011
1
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
10 May 2011 at 07:51 AM
|
09 May 2011
2
8
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
9 May 2011 at 06:53 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
9 May 2011 at 06:51 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
9 May 2011 at 05:14 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
9 May 2011 at 05:11 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
9 May 2011 at 05:10 PM
|
|
|
Michael Case
posted
the C++ snippet
“LCS C++ template TEST”
9 May 2011 at 05:09 PM
|
Test program for LCSTemplate.h class.
|
|
Michael Case
posted
the C++ snippet
“recursive solution for LCS problem”
9 May 2011 at 11:15 AM
|
This recursive routine costs a lot and you can see clearly that the cost will be high in terms of repeated comparisons and memory consumption.
08 May 2011
1
2
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
8 May 2011 at 05:54 PM
|
|
|
Michael Case
posted
the C++ snippet
“find ALL common subsequences and then sort for longest”
8 May 2011 at 05:53 PM
|
This one finds all subsequences by proceeding through all possible subsequences. It costs way to much in processing time because of its thoroughness.
06 May 2011
2
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
6 May 2011 at 09:19 PM
|
05 May 2011
1
1
|
|
Michael Case
posted
the C++ snippet
“brute force example for LCS”
5 May 2011 at 11:12 AM
|
In this particular example the number of loops is output along with the value of O(n*m). This algorithm is less than perfect; but as far as I can tell, does the job of finding the LCS.
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
5 May 2011 at 11:12 AM
|
04 May 2011
2
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
4 May 2011 at 06:53 PM
|
|
|
Michael Case
edited the article
“'A' Longest Common Subsequence (LCS) implementation”
4 May 2011 at 09:55 AM
|
