Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
When you make a login remember to use CASE SENSITIVE on password and case insensitive on username
0
2087
posted 17 years ago by ginoplusio
Change the size of min and max memory used by the VM
0
1684
posted 17 years ago by sanjivarunsahayamhotmailcom
Article explains why STRINGIFY and TOSTRING are both needed.
This technique is useful for embedded apps to print debug strings to a debug console. ASSERT or TRACE statements can incorporate these macros. The line numbers are converted to strings a...
0
2038
posted 17 years ago by jimfred
Many thanks to bloggingdeveloper.com for this one. Works like a charm. Usage is similar to server side built-in functions.
2
1721
posted 17 years ago by charmcitycoder
This is useful for syncing two folders on different computers over ssh (the default transport of rsync).
1
1689
posted 17 years ago by narkisr
This assumes that you have sqlcmd (comes with SQL Server client tools) installed and wish to execute every file ending in .sql within the given directory against the specified server and database using Windows Authentication.
2
2403
posted 17 years ago by hoffstein
I didn't realise until now you could do this in jQuery, very useful. Store a value for later use, then remove it.
4
2005
posted 17 years ago by 1man