Computing
My Computing Area
Personal Computer
Personal Computer section
Web based utiliites
Networking
Networking section
Video Games
Programming & Scripting
TIOBE Programming Community Index
ASN.1
Git
[[[My git notes]]
PHP
C++
C Sharp
Multi-threaded TCP server in C#
Eclipse
My Eclipse pages
Eclipse IDE tools
Eclipse tutorials
Python
Lua
Lua is a powerful, fast, lightweight, embeddable scripting language.
shell scripting
PERL
Java
JavaWorld is an ad covered site that offers how-to articles, news stories, and other information on Java development.
developer.com is a source for Java information
Java guru has articles and training material
JavaScript
Database stuff
PostgreSQL
MySQL & MariaDB
My MySQL & MariaDB Notes section (contains some MariaDB stuff)
Regular Expressions
IPv4 address example
^((\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.){3}(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$
IPv6 address examples (hexadecimal formats only)
Long form only:
^([0-9a-fA-F]{4}:){7}[0-9a-fA-F]{4}$
Medium form that allows leading zeros in hextet:
^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$
Medium form that does not allow leading zeros in hextet:
^(([0-9a-fA-F]{1}|[1-9a-fA-F]{1}[0-9a-fA-F]{1,3}):){7}([0-9a-fA-F]{1}|[1-9a-fA-F]{1}[0-9a-fA-F]{1,3})$
Some test formats:
0:0:0:0:0:0:0:0 7:6:5:4:3:2:1:0 ffff:ffff:ffff:ffff:FFFF:FFFF:FFFF:FFFF 0fff:ffff:ffff:ffff:FFFF:FFFF:FFFF:FFFF (invalid due to leading 0 in first hextet group)
Miscellaneous Stuff
Ansible
Red Hat Ansible is a universal language, unraveling the mystery of how work gets done. Turn tough tasks into repeatable playbooks. Roll out enterprise-wide protocols with the push of a button. Give your team the tools to automate, solve, and share.
Haxe
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
Action Script 3.0
Gosu
Gosu is a programming language for the Java Virtual Machine (JVM).
Storage Solutions
Building a home NAS system on Linux
Gaming Technologies
Graphic Input Devices
Article about Best drawing tablet of 2018
Interesting Hardware Articles
Benefits from larger amounts of RAM
drive slag data destruction method
Operating System stuff
Linux area
Solaris area
Software stuff
My software notes section
general stuff
Dreamhost section
Females in technology resources
Django Girls is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources and support.
Kansas City Women in Technology a grassroots organization helping to grow the number of women in technology careers in Kansas City.
Why I don't use Apple products
Richard Stallman sums up the reasons I don't use Apple. No reason to duplicate.