Javascript hostname and ip validate
Validating hostname and IP occurs pretty often. This is what I use for a field that can contain both IPV4 or hostname : if (value.length === 0 || value.length > 511) { return "Address...
Just another Yipp.ca Blogs site
Validating hostname and IP occurs pretty often. This is what I use for a field that can contain both IPV4 or hostname : if (value.length === 0 || value.length > 511) { return "Address...
I wrote this page for myself to review anytime I am going to use wchar_t and string conversion functions to make sure I'm not making something stupid. Don't assume "Unicode" is 16-bytes Size of...
Visual C++ Redistributable for Visual Studio 2015 https://www.microsoft.com/en-us/download/details.aspx?id=48145 SQLite Browser https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.7.0/sqlitebrowser-3.7.0-win64.exe
Run your main http server during development : $> rails server Run solr : $> rake sunspot:solr:run
Wow Microsoft is offering me a Free upgrade to Windows 10 !! So generous Wait ! What is Microsoft's advantages? - Due to updated privacy policy, the things you do with Cortana will be...
'make' is not recognized as an internal or external command, operable program or batch file. H:\community-buy>gem install json -v 1.8.3 Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR:...
Help Needed ! After installing Nuance's Dragon Naturally Speaking 13, and then uninstalling it, you get: The procedure entry point __telemetry_main_invoke_trigger could not be located in the dynamic link library VCRUNTIME140.dll. Nuance offers an...
Use the force, look at the source : _.templateSettings = { evaluate : /<%([\s\S]+?)%>/g, interpolate : /<%=([\s\S]+?)%>/g, escape : /<%-([\s\S]+?)%>/g };
Why would anyone care about IE8 ? Well sometime we have to if our clients is still on it, and yes in 2015, there are groups in the federal business that still only use...
Recent Comments