Computing

From Got Opinion Wiki
Revision as of 11:21, 30 March 2019 by Paul (talk | contribs) (moved version control systems to same level as programming and scripting)
Jump to navigation Jump to search

My Computing Area

Personal Computer

Personal Computer section

Web based utiliites

ASCII generator

Networking

Networking section

Video Games

Video Game

Programming & Scripting

TIOBE Programming Community Index

ASN.1

My ASN.1 Notes

PHP

PHP

C++

My C++ Notes

C Sharp

My C Sharp Notes

Parallel programming

Multi-threaded TCP server in C#

Eclipse

My Eclipse pages

Eclipse IDE tools

Eclipse tutorials

Python

Python

Lua

My Lua Notes

Lua is a powerful, fast, lightweight, embeddable scripting language.

shell scripting

PERL

PERL

Mojolicious

Java

My Java Notes

NetBeans

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

JavaScript

Version control systems

Pijul

Pijul is a free and open source (GPL2) distributed version control system. Its distinctive feature is to be based on a sound theory of patches, which makes it easy to learn and use, and really distributed.

Git

My git notes

Git documentation

Database stuff

PostgreSQL

My PostgreSQL Notes

MySQL & MariaDB

My MySQL & MariaDB Notes section (contains some MariaDB stuff)


Regular Expressions

Regex Library

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

Action Script

Gosu

Gosu is a programming language for the Java Virtual Machine (JVM).

Storage Solutions

Building a home NAS system on Linux

Gaming Technologies

UDK

BigWorld Technology

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

Windows Operating System

Software stuff

My software notes section

general stuff

Open Systems

Dreamhost section

web development

Old Computer Stuff

Multimedia Center Hardware

OpenCL

Fun stuff

Greg's cable map

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.

To Main Page