Jtgibson

Joined: Sep 18 2005

Happily Married to the Internet

Shoutbox

Jtgibson
Oct 23 2013, 2:38 pm
I used the nick "Spuzzum" back in the original DUNG days through the transition to BYOND -- hence why my current nick's join time is only in 2005 or so instead of back in 2001. ;-)

Also, one and a half-year reply time. I'm almost as inefficient as a bank!
Tubutas
May 23 2012, 6:31 pm
What was your name before jtgibson?

[See all] [Login to shout]

Subject
Replies
Date
Location
 
//Title: Time Preprocessor Macros //Credit to: Jtgibson //Contributed by: Jtgibson /* This is an *extremely* useful set …
0
 
//Title: Time Estimation //Credit to: Jtgibson //Contributed by: Jtgibson /* This converts a number in ticks to an …
0
 
//Title: Word Wrapping (Inefficient Version) //Credit to: Jtgibson //Contributed by: Jtgibson //This is a monospace …
0
 
//Title: ROT-13 Encryption //Contributed by: Jtgibson //Credit to: Jtgibson /* ROT-13 is a simple "encryption" system …
0
 
//Title: String Reversal //Contributed by: Jtgibson //Credit to: Jtgibson /* Flips a text string backwards. Useful for …
0
 
//Title: Random Password Generator //Credit to: Jtgibson //Contributed by: Jtgibson //This is a powerful random …
0
 
//Title: Pluralisation //Credit to: Jtgibson //Contributed by: Jtgibson /* Finds the appropriate plural for the given …
0
 
//Title: Alternative Leading Zeroes //Credit to: Jtgibson //Contributed by: Jtgibson //Dependency of: Mathematical …
0
 
//Title: Leading Zeroes //Credit to: Jtgibson //Contributed by: Jtgibson //This is a simple procedure for adding …
0
 
//Title: Human-Readable Time //Credit to: Foomer //Contributed by: Jtgibson /* This is just for anyone who might want …
0
 
//Title: Comma-Separated Numbers //Credit to: Jtgibson //Contributed by: Jtgibson //This proc converts one of BYOND's …
0
 
//Title: Null Classification //Credit to: Jtgibson //Contributed by: Jtgibson //This very very simple proc is …
0
 
//Title: Indistinct Mumbling //Credit to: Jtgibson //Contributed by: Jtgibson //This proc is fairly simple. It runs …
0
 
//Title: Sentence-Formatted List Output Proc //Credit to: Jtgibson //Contributed by: Jtgibson /* This is an improved …
0
 
//Title: String Insertion //Contributed by: Jtgibson //Credit to: Jtgibson //This proc inserts a string inside another …
0
 
//Title: findalltext() //Credit to: Jtgibson //Contributed by: Jtgibson //Returns the numeric positions of all found …
0
 
//Title: User-Entered Emphasis //Credit to: Jtgibson //Contributed by: Jtgibson //This handy proc emphasises a user's …
0
 
//Title: Direction Name //Credit to: Jtgibson //Contributed by: Jtgibson //This simple proc is just used to output …
3
 
//Title: Default Name for Datums //Contributed by: Jtgibson //Credit to: Jtgibson named_datum var/name ///// DEFAULT …
0
 
//Title: Currency Output //Credit to: Jtgibson //Contributed by: Jtgibson //Run a number through the dollar proc to …
0
 
//Title: Simple Capitalisation //Credit to: Jtgibson //Contributed by: Jtgibson //A very simplistic capitalisation …
0
 
//Title: ASCII Character Map //Credit to: Jtgibson //Contributed by: Jtgibson //This simple routine spits out an ASCII …
0
 
//Title: Stop Sound Effects //Credit to: Jtgibson //Contributed by: Jtgibson //These are a bunch of useful procs that …
1
 
//Title: Easy Saving //Credit to: Jtgibson //Contributed by: Jtgibson //This is a pair of functions that make it a …
1
 
//Title: Sample Look Verb //Credit to: Theodis //Modified by: Jtgibson (updated for BYOND 3.0 and "enhanced") …
0
 
//Title: Sample Level-Based System //Credit to: Jtgibson //Contributed by: Jtgibson //This is a sample of the basic …
0
 
//Title: Healing Center Sample //Credit to: Gughunter //Contributed by: Jtgibson //This sample code demonstrates a …
0
 
//Title: Egg Hatching Sample //Credit to: Dan of Dantom (slightly modified by Jtgibson) //Contributed by: Jtgibson …
0
 
//Title: \... Continuation Macro Sample //Credit to: Jtgibson //Contributed by: Jtgibson //This is a nifty little trick …
0
 
//Title: Verbs Packages //Credit to: Gughunter //Contributed by: Jtgibson //This is a sample implementation on how to …
0
 
//Title: Members-Only Access //Credit to: GateGuardian //Contributed by: Jtgibson //This piece of code allows only …
5
 
//Title: Click Macro Disable System //Credit to: Crispy //Contributed by: Jtgibson /* Click() can normally be macroed, …
1
 
//Title: Top-Level Location Finding //Credit to: Jtgibson //Contributed by: Jtgibson //Recursively searches locations …
0
 
//Title: Object Duplication //Credit to: Jtgibson //Contributed by: Jtgibson //This snippet will create and return an …
3
 
//Title: Modified Conveyor Belt //Credit to: Gughunter (modified by Jtgibson) //Contributed by: Jtgibson //This is a …
2
 
//Title: Conveyor Belt //Credit to: Gughunter //Contributed by: Jtgibson turf var allowsDrift = 0 area proc …
0
 
//Title: 80-Character Ruler //Public domain. //Contributed by: Jtgibson //This is an 80-character ruler. //All code in …
0
 
//Title: Weighted Probability Selection //Credit to: Jtgibson //Contributed by: Jtgibson proc/weightedprob(choices[], …
0
 
//Title: Simple In-Place List Shuffle //Credit to: Jtgibson //Contributed by: Jtgibson //This takes a list of values …
0
 
//Title: Type Path Children //Credit to: Jtgibson //Contributed by: Jtgibson //This function reveals all of the direct …
0
 
//Title: Line Calculation //Credit to: Jtgibson //Contributed by: Jtgibson //This returns a precise list of turfs in a …
1
 
//Title: Cone of Effect //Credit to: Lummox JR //Contributed by: Jtgibson //Special thanks to: Foomer (for suggesting …
11
 
//Title: Cone of Effect //Credit to: Lummox JR //Contributed by: Jtgibson //Special thanks to: Foomer (for suggesting …
0
 
//Title: Cone of Effect //Credit to: Jtgibson //Contributed by: Jtgibson //Special thanks to: Foomer (for suggesting …
0
 
//Title: Dynamically-Generated Icon Pre-Caching //Credit to: Jtgibson //Contributed by: Jtgibson /* …
0
 
//Title: Inter-World Communication //Credit to: PirateHead (cleaned up a bit by Jtgibson) //Contributed by: Jtgibson …
0
 
//Title: Table-Lookup Distance Proc //Credit to: Jtgibson //Contributed by: Jtgibson //Dependency of: Linear Distance …
0
 
//Title: Supplemental Rounding Utilities Snippet //Credit to: Jtgibson (slightly modified by Hiead) //Contributed by: …
4
 
//Title: Random Numbers with Tendency //Credit to: Jtgibson //Contributed by: Jtgibson //This random number snippet …
0
 
//Title: Mathematical Raise-to-Power Proc //Credit to: Jtgibson //Contributed by: Jtgibson /* This is a simple …
0
Page: 1 2 3 4 5 6 ...