Code Vault

From Sfvlug

(Difference between revisions)
(Index)
 
(23 intermediate revisions not shown)
Line 1: Line 1:
-
What is the best way to contribute code? Should it just be placed here or should a seperate page be created?
+
Here is a list of bash script or other short and simple code that has been donated by our members.
-
Good question, I had intended to leave a lot of that type of decision up to whoever posted something but since this is going to be a community page it might be better to keep it less cluttered so I will suggest making a brief statement here about the code and a link to the page where the actual code lives. The discussion tab [[Talk:Code Vault]] can be used for comments rather than making further clutter here. If you haven't gotten the copyright holder's permission to use the code the link should be to the original source.
+
=Index=
 +
NOTE: Please come in here and separate your code by username. I did this quick, shoot me if I made mistakes.
-
Here are some examples to give everyone a better idea, we can clean this area up later once we get more contributions:
+
''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.''
-
(Let's say I'm not about the license and don't know if it is OK to reproduce.)
+
==[[user:Brian|Brian]]==
 +
====[[Process Substitution]]====
-
== Hello World ==
+
==[[user:G4rlic|G4rlic]]==
-
Hi all, I found this great little script, it is a Bash script you can run at the command line and it actually will print "Hello World" to your terminal.  You can find it here:
+
====[[Mail Scrub]]====
-
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-2.html#ss2.1
+
====[[Python File Slicing]]====
 +
====[[Low Power Boot]]====
-
(Now, let's say I wrote it myself or have permission to reproduce.)
+
==[[user:JeffCarlson|JeffCarlson]]==
-
== Hello World ==
+
====[[Email Dictionary Attack]]====
-
Guyz! I wrote this killer app that will actually print "Hello World" from the command line. Check it out!
+
-
[[Hello World]]
+
 +
==[[user: Charles Wyble| Charles Wyble]]==
 +
====[[Access to HTML]]====
-
 
+
==[[user: Livinded|livinded]]==
-
== Access Database to HTML ==
+
====[[Caesar Cipher]]====
-
I have written a bash script that converts Access databases to HTML.
+
-
[http://thewybles.com/~charles/me/code/mdb2html.sh.txt Source Code]  
+
-
I know of at least two people in the LUG who were interested in this functionality. Code is GPL.
+
-
 
+
-
Return to [[Main Page]]
+

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.

Brian

Process Substitution

G4rlic

Mail Scrub

Python File Slicing

Low Power Boot

JeffCarlson

Email Dictionary Attack

Charles Wyble

Access to HTML

livinded

Caesar Cipher

Personal tools