Welcome To Snipplr
Everyone's Recent Snippets Tagged copy
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I'm not sure whether I should be using == (Equality) or === (Strict equality) here. I haven't been able to create a situation where it makes much difference. If you know better, feel free to leave me a comment.
0
1154
posted 14 years ago by adrianparr
Script makes a copy of "file.doc" as many times as you need it to. It renames them all with a time-based file name.
Source and destination directories and file names/extensions can be modified easily.
1
757
posted 14 years ago by shortstack
Used to copy the user avatar from Facebook to your community in this [Facebook Connect Tutorial](http://www.barattalo.it/facebook-connect-tutorial/ "Tutorial").
1
949
posted 14 years ago by ginoplusio
Useful if some files already exist at the destination and are newer or would take too long to copy again.
0
639
posted 15 years ago by deepsoul
Using svnadmin hotcopy doesn’t require any server downtime, completes in minutes, and replicates server configuration and hook scripts.
1
842
posted 15 years ago by Mithun
r : recursive
v: verbose
--progress : shows progress with percentage
0
776
posted 15 years ago by godstroke
Dado un objeto original, este método copia los valores de ese objeto en un segundo objeto de la misma clase, utilizando reflection.
0
710
posted 15 years ago by delm
Rake task - Copies files from one directory to another in a batch of 50 files, giving 15 seconds break between each batch.
1
889
posted 16 years ago by cnicolaou
I know what you think - no discussion about this needless piece of code to prevent copying texts/images from websites, but there are customers outside that are advising resistant and so I use this code to scare off their potential clienteles.
2
1068
posted 16 years ago by localhorst
This utility function attaches listeners to a text field or text area. It supports default text for instructional copy. The original text in the field is used as the instructional/default text. When the box gets focus, it disappears and the user can...
0
789
posted 17 years ago by elli