Copy nested files to flat directory





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 Next »
0
Date Submitted Wed. Oct. 29th, 2008 11:26 AM
Revision 1
Helper Celebhir
Tags Directory | File | PHP | Recursive | search
Comments 0 comments
This function tries to locate a file in a give folder (either single level, or in any sub folder). Returns the relative file and path, or FALSE if not found. Skips over "." and "..".
2
Date Submitted Wed. Jun. 11th, 2008 4:47 AM
Revision 1
Helper jamesmcm
Tags plugins | python
Comments 0 comments
When given the start of a string it searches the wordlist and returns the most popular word used beginning with that string. Designed to be used in autocomplete IM plugin where tab would cycle through used words beginning with the string, in order of popularity.
2
Date Submitted Wed. Jun. 11th, 2008 4:45 AM
Revision 1
Helper jamesmcm
Tags plugins | python
Comments 0 comments
Part 1 of an autocomplete plugin designed for use in IMs. Not entirely finished since if two new words are used in one string then it doesn't add them correctly - starting with a full wordlist would reduce the chance of this occurring however.
2
Date Submitted Mon. Jun. 9th, 2008 4:09 AM
Revision 1
Helper jamesmcm
Tags game | platformer | pygame | python
Comments 1 comments
A simple platformer written in python using pygame. It is still plagued with bugs at the moment. Pre-Alpha.
2
Date Submitted Mon. Jun. 9th, 2008 4:06 AM
Revision 1
Helper jamesmcm
Tags anagram | python
Comments 0 comments
A simple anagram maker written in python. Automatically adds original word to wordlist.txt if it does not exist there already so it may be used in conjunction with the solver.
2
Date Submitted Mon. Jun. 9th, 2008 4:03 AM
Revision 1
Helper jamesmcm
Tags anaram | python
Comments 0 comments
A simple anagram solver in python. Requires a dictionary named wordlist.txt
2
Date Submitted Fri. Jun. 6th, 2008 6:32 PM
Revision 1
Helper jamesmcm
Tags hangman | python
Comments 0 comments
A simple CLI hangman implementation in Python.

Uses a simple list of countries in countries.txt to generate words.
1
Date Submitted Fri. Jun. 6th, 2008 6:28 PM
Revision 1
Beginner Can
Tags lambda | permutation | python
Comments 0 comments
First post here. Tried to get the most minimalistic way to calculate the amount of permutations. The typical formula is:

n! = 1 * 2 * 3 ... * r * r + 1 * ... n
r! = 1 * 2 * 3 ... * r

But since every number between 1 and r is simplified, it's just a multiplication of the (x)range between r+1 and n.

Also as an example of lambda functions on python, and the reduce function, which takes every pair inside a list-type object and runs the function over them.
6
Date Submitted Sun. May. 27th, 2007 11:14 AM
Revision 1
Beginner kvj86210
Tags python
Comments 0 comments
Create a regular expression pattern matching any positive number that is less than or equal to the given max number

Example:

pattern = createRegExNumberPattern( 950 )

print pattern

([0-8]\d\d)|(9[0-4]\d)|(950)
9
Date Submitted Thu. Feb. 22nd, 2007 5:20 PM
Revision 1
Beginner fleft
Tags File | Files | management | PHP | upload | uploader
Comments 4 comments
This is a Tiny PHP Uploading script. It SHOULD be safe from both really large files and non-image files.
« Previous 1 2 3 4 5 6 Next »