reference
-
Python Interviewing Quick Reference Guide (a.k.a. “cheat sheet”)
PEP8 style guide: https://peps.python.org/pep-0008/. Top 3 style guidance – use 4 space indents, lower camel case functions and variables, 79 char width (72 for docstrings). I use double quotes for strings so I don’t have to reprogram my brain when… Continue reading
-
Common functions asp .net static shared library
references custom encryption class here https://ronniediaz.com/2011/01/13/quick-net-encryption-reference/ Continue reading
-
ubuntu lts 12 xrdp rdp setup on Amazon Cloud AWS(12.04.3 precise pangolin)
Consolidated from multiple sources to exclude erroneous steps. Tested on Amazon Web Services fresh Ubuntu LTS 12.04.3 instance. Decided upon ubuntu vs centOS simply to avoid having to compile xrdp and manage dependencies manually. Chose 3rd party linux over Amazon… Continue reading
-
MySQL Quick Reference
Import CSV: References http://www.pantz.org/software/mysql/mysqlcommands.html http://support.modwest.com/content/6/253/en/how-do-i-import-delimited-data-into-mysql.html Continue reading
-
Quick Cisco IOS Reference
As a general word of caution, if you have no experience with Cisco or other CLI based router admin (such as linux and red hat derivatives), I would not recommend diving in unless you have a lot of spare time… Continue reading
-
PHP Quick Reference
Escape sequences for print output: Max integer and float size (overflow): generate random number: Get Current Page Name: Came across the following on stackoverflow while looking for the PHP equivalent of string.format. Sprintf (similar to php printf, in c# string.format):… Continue reading