#WorkspaceSave
General programming work space.
###Bash_Workspace:
| File | Description |
|---|---|
| installer.sh | Installer script for linux programs. |
###C_Workspace:
| File | Description |
|---|---|
| common.h | A header file for generic C code. |
| singleton | A C++ class example of a singleton |
| fib.c | Finds nth Fibonacci number, using inline assembly. |
###Perl_Workspace
| File | Description |
|---|---|
| valid_ipv4.pl | Checks IPv4 addresses. |
###Powershell_Workspace:
| File | Description |
|---|---|
| gitmigrate.ps1 | Script for importing svn repo into git repos. Used at Philips Internship. |
| Microsoft.Powershell_profile.ps1 | A backup of powershell profile. |
| PhilipsDeveloper.ps1 | Script sets static IP and turns off firewall. |
###Python_Workspace:
| File | Description |
|---|---|
| work_scheduler.py | A script for creating weekly work schedules. (scheduler v1.1) |
| scheduler_gui | A gui scheduler application. (scheduler v2.0) |