Code Vault
From Sfvlug
(Difference between revisions)
(→Index) |
|||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
Here is a list of bash script or other short and simple code that has been donated by our members. | Here is a list of bash script or other short and simple code that has been donated by our members. | ||
| - | + | =Index= | |
NOTE: Please come in here and separate your code by username. I did this quick, shoot me if I made mistakes. | NOTE: Please come in here and separate your code by username. I did this quick, shoot me if I made mistakes. | ||
| + | |||
| + | ''What is the point of separating the code by username? In Wiki, all of the pages can be edited by anyone, so laying claim to a page is rather not the idea.'' | ||
==[[user:Brian|Brian]]== | ==[[user:Brian|Brian]]== | ||
| - | ===[[Process Substitution]]=== | + | ====[[Process Substitution]]==== |
==[[user:G4rlic|G4rlic]]== | ==[[user:G4rlic|G4rlic]]== | ||
| - | ===[[Mail Scrub]]=== | + | ====[[Mail Scrub]]==== |
| - | ===[[Python File Slicing]]=== | + | ====[[Python File Slicing]]==== |
| - | ===[[Low Power Boot]]=== | + | ====[[Low Power Boot]]==== |
==[[user:JeffCarlson|JeffCarlson]]== | ==[[user:JeffCarlson|JeffCarlson]]== | ||
| - | ===[[Email Dictionary Attack]]=== | + | ====[[Email Dictionary Attack]]==== |
==[[user: Charles Wyble| Charles Wyble]]== | ==[[user: Charles Wyble| Charles Wyble]]== | ||
| - | ===[[Access to HTML]]=== | + | ====[[Access to HTML]]==== |
| + | |||
| + | ==[[user: Livinded|livinded]]== | ||
| + | ====[[Caesar Cipher]]==== | ||
Current revision as of 08:13, 6 April 2007
Here is a list of bash script or other short and simple code that has been donated by our members.
Contents |
Index
NOTE: Please come in here and separate your code by username. I did this quick, shoot me if I made mistakes.
What is the point of separating the code by username? In Wiki, all of the pages can be edited by anyone, so laying claim to a page is rather not the idea.
