Welcome To Snipplr


Everyone's Recent Snippets



1 ... 502 503 504 505 506 ... 553
Includes some useful Fuse commands
1 1171 posted 17 years ago by Bonky
0 1038 posted 17 years ago by ecavazos
0 1175 posted 17 years ago by Bonky
4 1327 posted 17 years ago by AgentPhoenix
1 1183 posted 17 years ago by AgentPhoenix
1 1354 posted 17 years ago by AgentPhoenix
0 3167 posted 17 years ago by jpdamen
Generate the SQL necessary to create triggers that use the sequences listed above. NOTE: This particular script assumes that the tables all start with ‘tbl’. It may need to be modified to work with different naming conventions.
0 1205 posted 17 years ago by thecrumb
Generate the SQL necessary to create sequences for every table. NOTE: This doesn’t create sequences. The results need to be copied and run as a script.
0 1481 posted 17 years ago by thecrumb
Get a list of all the user tables.
0 1631 posted 17 years ago by thecrumb
Get all my columns and comments.
0 1186 posted 17 years ago by thecrumb
Then, your code should look like this ... $(document).ready(function() { $("dt > a").click(function(){ $(this).parent().nextUntil('dt').toggle(); return false; }); });
0 1137 posted 17 years ago by thecrumb
4 1202 posted 17 years ago by catchamonkey
used as "http://www.somesite.com/index.php?xcr=page.php" page.php is plugged into the template index.php which hold the shell of a site.
0 1874 posted 17 years ago by withremote
0 1268 posted 17 years ago by ecavazos
This snippet references the data access class I linked to.
4 1544 posted 17 years ago by ecavazos
This is a simple class to encapsulate CURD functions. This class also includes some simple search methods.
1 1703 posted 17 years ago by ecavazos
Something I use quite often personally
5 1916 posted 17 years ago by B-Tal
This script will setup JBoss 4.2.2 to use null persistence (no DB, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence) when handling JMS messages.
1 1140 posted 17 years ago by narkisr
A very simple way of getting bean instances from Spring context without casting returned object, the assumption is that the bean id's are matching the classes names.
0 1396 posted 17 years ago by narkisr
This function will return the height and width of an image that will change if the height/width is greater than the maximum supplied width and height.
2 1397 posted 17 years ago by dmlanger
1 ... 502 503 504 505 506 ... 553