LDAP LastLogonTimeStamp Conversion
In working with LDAP timestamps I found this script very helpful to be able to test with. Reference: http://jai-maharaj.blogspot.com/2012/01/test.html
This area of the site is dedicated to code snippets for quick and easy reference
In working with LDAP timestamps I found this script very helpful to be able to test with. Reference: http://jai-maharaj.blogspot.com/2012/01/test.html
Must Download DLLs from http://mysqlbackupnet.codeplex.com/
You can use the CleanInput method defined in this example to strip potentially harmful characters that have been entered into a text field that accepts user input. In this case, CleanInput strips out all non-alphanumeric characters except periods (.), at symbols (@), and hyphens (-), and returns the remaining string. Reference: http://msdn.microsoft.com/en-us/library/844skk0h(v=vs.110).aspx
While this line is not necessary it’s a good idea to limit to this initially until you are ready to run on a larger scale.
Sometimes you have a program that you would prefer someone not close without confirming they truly meant to close it. This script will assist in providing a question before the program simply closes.
This script utilizes this Format Date Function to sort results based on a day of the week. The case statement in this query is easy to update if your region has a different day for the start of the week. This particular script is part of a metric that I provide for calls that come…
Must have ROOT on your phone. Disclaimer holds strong for this script. If you do not know what it means to delete a system app do not even try this script. Apps/Widget Removed: Originators of this code: Deblur Debloat Script v0.1 by DirtyDroidX Bloatware Removal for DROID RAZR v3 by Brian Cohen socket84 (http://forum.xda-developers.com/) Team…
I had a need to find a string like function similar to MSSQL and found this useful function. Reference: http://stackoverflow.com/questions/5417070/c-sharp-version-of-sql-like