Size: 746
Comment:
|
← Revision 41 as of 2010-02-11 20:40:22 ⇥
Size: 819
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Odds & Ends Code Snippits | |
Line 3: | 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 5: | 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 7: | Line 9: |
== Commands == | [[datetimeConversion|Date/Time Conversion]] |
Line 9: | Line 11: |
[[3945ABG_WiFi_IssuesWithLenovo3000N100]] | [[EmacsByteCompile-elc|Emacs Byte Compile]] |
Line 11: | Line 13: |
[[ChangeDirectoryOrFilePermissions]] | [[JavaScriptDateValidation| JavaScript Date Validation]] |
Line 13: | Line 15: |
[[EeePc900-RebuildModules]] | [[JavaScriptHelperFunctions| JavaScript Helper Functions]] |
Line 15: | Line 17: |
[[EmacsByteCompile-elc]] | [[SimpleAJAXRequestToolkit| JavaScript A Simple AJAX Request ToolKit]] |
Line 17: | Line 19: |
[[FindMachinesOnYourNetwork]] | [[Python to rsync]] |
Line 19: | Line 21: |
[[ipcalc]] | [[BASHStringSlice|BASH String slicing Like Python]] |
Line 21: | Line 23: |
[[Lenovo 3000 N100 -- Sound With Kubuntu]] | [[SpawnPythonProcesses|Spawning Python Processes]] |
Line 23: | 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