Welcome To Snipplr


Everyone's Recent Snippets



1 ... 467 468 469 470 471 ... 553
Nothing amazing here, just an efficient way to get the first row. Be sure to set your ORDER BY clause properly.
0 2012 posted 17 years ago by stews
I often need to know if a record exists in a table. This method is probably the most efficient. Too many people don't use the exceptions that Oracle provides, which is a shame. I think I got it from Tom Kyte's site? Or Steven Feuerstein?
0 3757 posted 17 years ago by stews
This compares selected columns between 2 tables that you think might have differences. It lists the rows and values that are different between the two sources You can add WHERE clauses as appropriate. You could also use this to compare the resul...
0 4026 posted 17 years ago by stews
I can never remember the syntax on the "FOR UPDATE OF" clause!
0 3585 posted 17 years ago by stews
0 1167 posted 17 years ago by djiao
Remove *.LCK for any other extension you want to remove.
0 1698 posted 17 years ago by luizlopes
0 1299 posted 17 years ago by Anthony
1 1710 posted 17 years ago by tonic
Basic web.xml setup for using Spring MVC, Sitemesh, and Hibernate (using hibernate filter for lazy loading)
2 1797 posted 17 years ago by jcblitz
2 3771 posted 17 years ago by tclancy
Used for converting, compiling, and reversing tiff files from the Book Center's digital library.
0 1238 posted 17 years ago by rubinsta
0 1143 posted 17 years ago by pmaciver
2 1349 posted 17 years ago by tonic
Pre 1.6 git has some annoying whitespace checking in it's pre-commit hook. Rather than turn it off I decided to have a go at an automated method to fix the issue. Running the first line lists the files that have problems. The second just adds a se...
0 2435 posted 17 years ago by benpjohnson
Create an xml file with this content to tell Tomcat to use seperate folder (can be any folder, even out of tomcat root) as a root folder of your application. Copy this file into TomcatDir/conf/Catalina/localhost
0 1326 posted 17 years ago by Uzbekjon
1 1197 posted 17 years ago by edwinjanmoss
Description print_r - Prints human-readable information about a variable mixed print_r( mixed expression [, bool return] ) print_r() displays information about a variable in a way that's readable by humans. Parameters * expression...
0 1612 posted 17 years ago by ianmonge
You’ll notice the global classes at the bottom, which cover basic styling, and will remove styling that we intially set. For example, the .nobullet and .noindent work great on an unordered or ordered list. You can add your own classes there that yo...
1 1240 posted 17 years ago by ianmonge
1 1265 posted 17 years ago by ianmonge
This method uses the "min-height" property to give "hasLayout" in IE 7, "height" property for IE 6 and the pseudo-element ":after" and "content" property for Gecko based and IE 8 Beta.
2 1473 posted 17 years ago by kcmr
Active Record ORM implementation in ActionScript 3 for AIR's SQLite DB
0 1150 posted 17 years ago by bendalton
Para validar si son dígitos, letras, números enteros o decimales (se puede seleccionar el separador de decimales). La función esDigito() y esLetra() está basada en otros códigos de Snipplr
1 1248 posted 17 years ago by sulfurito
Gracias a este artículo, pude colocar fondos de imagen a para las filas de una tabla.
1 1711 posted 17 years ago by demixo
This snippet is made for textmate (or e editor ?)
0 1388 posted 17 years ago by vanne
1 ... 467 468 469 470 471 ... 553