18.233.223.189 |    

Navigation

Google Advertisement

All snippets of the tag files

Preview 10 Entries 11-11 of 11 Entries

filename
(Bash::Function)
Created by Marko Schulz at 2008-12-27 02:36:34
# ************************************************************** # filename -- extract the filename from file path # # string filename( string string ) function filename() { local str="$*" str=$( echo $str | egrep -o '([^\\/]+)$' | cut -d? -f...

Preview 10 Entries 11-11 of 11 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 4 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)