278
Comment:
|
1026
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Ruminations = | ## page was renamed from Odds & Ends Code Snippits ## page was renamed from Odds and Ends Code Snippits ## page was renamed from Ruminations = CodeSnippits = These are things I find interesting, some may be a new command I have found and need to document it for myself. |
Line 3: | 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. | [[ChangeDirectoryOrFilePermissions|Change Directory Or File Permissions]] |
Line 5: | Line 9: |
== Commands == | [[ConditionalPython|Conditional Python]] |
Line 7: | Line 11: |
[[EmacsByteCompile-elc]] | [[datetimeConversion|Date/Time Conversion]] |
Line 9: | Line 13: |
[[FindMachinesOnYourNetwork]] | [[EmacsByteCompile-elc|Emacs Byte Compile]] [[FindMachinesOnYourNetwork| Find Machines On Your Network]] |
Line 12: | Line 18: |
[[JavaScriptDateValidation| JavaScript Date Validation]] [[JavaScriptHelperFunctions| JavaScript Helper Functions]] [[SimpleAJAXRequestToolkit| JavaScript A Simple AJAX Request ToolKit]] [[Python to rsync]] [[Setting the language on Debian derived Linux]] [[BASHStringSlice|BASH String slicing Like Python]] [[SpawnPythonProcesses|Spawning Python Processes]] [[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.
Change Directory Or File Permissions
JavaScript A Simple AJAX Request ToolKit
Setting the language on Debian derived Linux