Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
function that return TrueVal if Condition is true else return FalseVal.
0
1878
posted 17 years ago by ginoplusio
When you make a login remember to use CASE SENSITIVE on password and case insensitive on username
0
1586
posted 17 years ago by ginoplusio
Change the size of min and max memory used by the VM
0
1280
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
1614
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
1287
posted 17 years ago by charmcitycoder
This is useful for syncing two folders on different computers over ssh (the default transport of rsync).
1
1320
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
1935
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
1546
posted 17 years ago by 1man