1 2 3 4
# Syncronize it # Version 0.1 # Author : kyzh@snibbits.net ...
Ruby very simple .srt resyncroniser
sick of seeking into the su...
1 2 3 4
<?php function unique_file($prefix, $suffix){ $file = sprintf('%s.%s', $prefix, $suffix); ...
PHP Generate a numbered file name
Create a file name from the...
1 2 3 4
public static String getRelativePath(File file, File relativeTo) throws IOException { /* * windows seems in some cases not to stop getParent() at 'c:\', which I ...
Java get path of a File relative...
I call:
File f = new File(...
1 2 3 4
public static boolean fileContentsEquals(File file1, File file2) { InputStream is1 = null; InputStream is2 = null; ...
Java fileContentsEquals
This method checks if the c...
1 2 3 4
<?php class RequestFile ...
PHP Universal File Download Class
by Chris Dean,
August 16, 2008 11:21,
4 refactorings, tagged with php, 5, universal, file, download, class
After finding different hos...
1 2 3
public PreviewTreeModel(Collection<FileDescription> files) { ...
Java Create a tree out of a coll...
I would like to transform a...
Is there a better way to sa...