Size: 798
Comment: Better reflects the actual purpose of this page.
|
← Revision 41 as of 2010-02-11 20:40:22 ⇥
Size: 819
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
= Odds & Ends Code Snippits = | = CodeSnippits = These are things I find interesting, some may be a new command I have found and need to document it for myself. |
Line 6: | Line 7: |
These are things I find interesting, some may be a new command I have found and need to document it for myself and some may be me philosophizing about the industry. | [[ConditionalPython|Conditional Python]] |
Line 8: | Line 9: |
== Commands == | [[datetimeConversion|Date/Time Conversion]] |
Line 10: | Line 11: |
[[3945ABG_WiFi_IssuesWithLenovo3000N100]] | [[EmacsByteCompile-elc|Emacs Byte Compile]] |
Line 12: | Line 13: |
[[ChangeDirectoryOrFilePermissions]] | [[JavaScriptDateValidation| JavaScript Date Validation]] |
Line 14: | Line 15: |
[[EeePc900-RebuildModules]] | [[JavaScriptHelperFunctions| JavaScript Helper Functions]] |
Line 16: | Line 17: |
[[EmacsByteCompile-elc]] | [[SimpleAJAXRequestToolkit| JavaScript A Simple AJAX Request ToolKit]] |
Line 18: | Line 19: |
[[FindMachinesOnYourNetwork]] | [[Python to rsync]] |
Line 20: | Line 21: |
[[ipcalc]] | [[BASHStringSlice|BASH String slicing Like Python]] |
Line 22: | Line 23: |
[[Lenovo 3000 N100 -- Sound With Kubuntu]] | [[SpawnPythonProcesses|Spawning Python Processes]] |
Line 24: | Line 25: |
[[http://ubuntuforums.org/showthread.php?p=1440347#post1440347|Logitech V270 Bluetooth Mouse]] [[MonetDBInstallationUbuntu]] [[NFS HOWTO]] [[Setting the language on Debian derived Linux]] |
[[DynamicallyImportingPythonModules|Dynamically Importing Python Modules]] |
CodeSnippits
These are things I find interesting, some may be a new command I have found and need to document it for myself.
JavaScript A Simple AJAX Request ToolKit