Search Perform an advanced search query SOFTPEDIA
 
SOFTPEDIA
Updated one minute ago
HomeSubmit a program for being reviewedAdvertise on our websiteGet help on surfing our websitesSend us your feedbackGet information about our XML/RSS backend and how to use itBrowse the news archiveVisit our discussion forumVizitati forumul in limba romana



 

HOME :: Programming Methods and AlgorithmsPages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19



Platform:            
Language:           
          
    

Length-limited O(1) LRU Cache implementation 1.2
Length-limited O(1) LRU Cache implementation script is an implementation of a length-limited O(1) LRU queue.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 239
new | no screenshots 
June 6th, 15:16 GMT 
Python XTEA Encryption 1.4
Python XTEA Encryption module represents a simple python implementation of the XTEA block encryption algorithm.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 127
new | screenshots 
June 6th, 15:15 GMT 
Equivalence partition 1.0
Equivalence partition script partitions a set of objects into classes according to some supplied equivalence relation.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 102
new | no screenshots 
June 6th, 15:14 GMT 
Format number function 1.1
Format number function script introduces two functions useful to format numbers.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 77
new | no screenshots 
June 6th, 15:13 GMT 
New Tail Recursion Decorator 1.6
New Tail Recursion Decorator can eliminate the tail calls for recursive functions.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 67
new | no screenshots 
June 6th, 15:12 GMT 
Lazy Traversal of Directed Graphs 1.1
Lazy Traversal of Directed Graphs script allows you to realize a generic traversal for arbitrary (directed) graphs.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 60
new | no screenshots 
June 6th, 15:12 GMT 
Finding Eulerian path in undirected graph
Finding Eulerian path in undirected graph script takes as input a graph and outputs Eulerian path (if such exists).
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 168
new | no screenshots 
June 6th, 15:12 GMT 
Weighted choice 1.0
Weighted choice script return random samples of cumulative vector (1-D numpy array) c.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 71
new | no screenshots 
June 6th, 15:11 GMT 
wchoice 1.0
wchoice script returns a function having the given objects with the specified frequency distribution.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 41
new | no screenshots 
June 6th, 15:10 GMT 
Group and partition 1.4
Group and partition script enables the group_by functionality like the similar function existing in Ruby on Rails.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Poor | Downloads: 23
new | no screenshots 
June 6th, 15:10 GMT 
Tensor and transpose 1.0
Tensor and transpose script presents two functions useful when you don't use a numerical library.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 101
new | no screenshots 
June 6th, 15:09 GMT 
Python Octree Implementation 1.0
Python Octree Implementation script allows you to manage an octree data structure in python.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 173
new | no screenshots 
June 6th, 15:09 GMT 
Time sections of code by using "with" 1.0
Time sections of code by using "with" script allows one to use the "with" statement to time sections of code.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 15
new | no screenshots 
June 6th, 15:08 GMT 
Edge-coloring of a bipartite graph 1.0
Edge-coloring of a bipartite graph script allows you to verify Konig's theorem.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 42
new | no screenshots 
June 6th, 15:08 GMT 
zip_pad() 1.0
zip_pad() function could be used to fill the sequences with a padding value.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 26
new | no screenshots 
June 6th, 15:07 GMT 
A general solution of Eight Queens 1.0
A general solution of Eight Queens script is a general method to figuren out all solutions of eight queens.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 136
new | no screenshots 
June 6th, 15:07 GMT 
A recursive function to get permutation of a list 1.2
A recursive function to get permutation of a list script allows you to make permutations on a list of objects.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 116
new | no screenshots 
June 6th, 15:06 GMT 
Computing permutations with duplicates 1.2
Computing permutations with duplicates script handles duplicate values in a list.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 70
new | no screenshots 
June 6th, 15:06 GMT 
DDA and BRESANHAM line drawing algorithm
DDA and BRESANHAM line drawing algorithm code implements DDA and BRESANHAM line drawing algorithm in C graphics mode.
Windows | C/C++ | Rating: Good | Downloads: 2,405
new | no screenshots 
June 6th, 15:05 GMT 
Deadlock banker's safety algorithm
Deadlock banker's safety algorithm avoids any deadlock state in resources allocation.
Windows | C/C++ | Rating: Very Good | Downloads: 380
new | screenshots 
June 6th, 15:05 GMT 
Binary search
Binary search code is an example of binary search algorithm.
Windows | C/C++ | Rating: Fair | Downloads: 41
new | screenshots 
June 6th, 15:05 GMT 
Link List operations
Link List operations code shows you how to use a link list algorithm.
Windows | C/C++ | Rating: Good | Downloads: 91
new | screenshots 
June 6th, 15:05 GMT 
Simple uses of functions and pointers
Simple uses of functions and pointers code shows the beginner how simple function work, and a simple way of using pointers.
Windows | C/C++ | Rating: Fair | Downloads: 72
new | no screenshots 
June 6th, 15:05 GMT 
Sorting and Searching Algorithms
Sorting and Searching Algorithms code contains all the common sorting/searching algorithms, all with comments.
Windows | C/C++ | Rating: Fair | Downloads: 79
new | screenshots 
June 6th, 15:04 GMT 
Call a Callback when a Tkinter.Text is Modified 1.1
Call a Callback when a Tkinter.Text is Modified script shows you how to make use of the virtual event this generates to call your own callback.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 78
new | no screenshots 
June 6th, 15:04 GMT 
Getting the data dropped on a window 1.0
Getting the data dropped on a window script allows you easily write all you need to provide a log text buffer to output the data dropped.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 45
new | no screenshots 
June 6th, 15:04 GMT 
Tkinter : moving geometry methods 1.2
Tkinter : moving geometry methods script sets geometry methods and options from a wiget to another.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Fair | Downloads: 72
new | no screenshots 
June 6th, 15:03 GMT 
Number Format function 1.2
Number Format function takes a number (integer or float) and returns a string.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 51
new | no screenshots 
June 6th, 15:03 GMT 
Complex Boolean Regular Expression Class 1.4
Complex Boolean Regular Expression Class wraps up a complex boolean word expression, creating an internal regular expression.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 28
new | no screenshots 
June 6th, 15:02 GMT 
Iterator Merge 1.2
Iterator Merge script merges multiple sorted inputs into a single sorted output.
Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 37
new | no screenshots 
June 6th, 15:02 GMT 

go to topPages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


Welcome!
Hello, Guest

Login if you have a Softpedia.com account.

Otherwise, register for one.

Main categories:
  • Ad Management
  • Affiliate Programs
  • Scientific/Engineering
  • Auctions
  • Authentication
  • E-Commerce
  • Blog
  • Bookmark Management
  • Internet, Browsers and Tools
  • Development Tools
  • Calculator
  • Calendar Systems
  • Chat Scripts
  • Click Tracking
  • Communication Tools
  • Content Management
  • Customer support
  • Database Tools
  • Discussion Boards
  • File Management
  • Email Systems
  • FAQ and Knowledgebase
  • Flash Components
  • Form Processors
  • Forms and Controls
  • Games
  • Graphics and Multimedia
  • Graphs and Charts
  • GuestBooks
  • Image Galleries
  • Modules
  • Link Indexing
  • Mailing List Managers
  • Match Making
  • Miscellaneous
  • Multi-Level Marketing
  • Networking Tools
  • News Publishing
  • Organizers
  • PHP Classes
  • Polls and Voting
  • Portal Systems
  • Programming Methods and Algorithms
  • Quiz
  • Real Estate
  • Search Engines
  • Security Systems
  • Server Management
  • Snippets
  • Text Management
  • Top Sites
  • Web Hosting Tools
  • Web Traffic Analysis
  • Wikis
  • WYSIWYG Editors

  • © 2001 - 2008 Softpedia. All rights reserved.
    Softpedia™ and Softpedia™ logo are registered trademarks of SoftNews NET SRL.
    Copyright Information | Privacy Policy | Terms of Use | Contact Softpedia | Update your software | Archive