Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is useful if you do not currently have a trunk/branch structure and would like to move everything into a new trunk.
0
3506
posted 16 years ago by jmiller
This shows how we can find objects inside code blocks (aka data sets).
0
2023
posted 16 years ago by chrisaiv
Where:
* 3307 is the local port used to connect to the remote database. You can use 3306, however, this could conflict with your PC’s MySQL installation.
* localhost and 3306 is the MySQL address from the remote server (most people will...
0
1371
posted 16 years ago by danshields
creates something like list_49 with the 49 corresponding to id of record in database.
0
1273
posted 16 years ago by deschism
Enable a secure tunnel for safe browsing.
Remember to enable SOCKS proxy. SOCKS host: "localhost" - Port: 9999
0
1178
posted 16 years ago by MatiasD
This line can be used to refresh the current page. Submitted by philsturgeon on #codeigniter in the Freenode IRC server.
3
1502
posted 16 years ago by AzizLight
This is a script for finding a string in files under a current folder in TextMate. It can be very convenient if you know what you are looking is in a particular folder by saving your time searching each file individually or going through a long list...
0
1214
posted 16 years ago by phalkunz
I'm constantly checking to see if a certain program or process is running. This helps reduce the typing and the clutter.
0
1024
posted 16 years ago by kitzelh
This is inspired by this http://www.cgi101.com/book/ch5/text.html so I'm using a similar example. In PHP you can combine a set of checkboxes into an array using square brackets like this:
<form>
<input> Red<br>
<input> Green<br>...
1
2062
posted 16 years ago by ptepper