Subject
Replies
Started By
Last Reply
 
//Title: Text-Mode Terminal Colours //Credit to: Jtgibson //Contributed by: Jtgibson /* This system allows you to store …
1
 
//Title: Sentence Interruption //Credit to: Jtgibson //Contributed by: Jtgibson //Based from: Word Count (Jtgibson) /* …
1
 
//Title: Word Count //Credit to: Jtgibson //Contributed by: Jtgibson /* After Hiead teased me about my inefficient word …
0
 
//Title: "Clip" //Credit to: Xx Dark Wizard xX //Contributed by: Xx Dark Wizard xX /* Returns a value between the …
1
 
/* Credit to Dark Wizard Thanks to wikipedia. */ proc BubbleSort(list/L) for(var/i = L.len, i > 0, i--) for(var/j = 1, …
1
 
//Title: XOR-Based String Encryption //Credit to: Xx Dark Wizard xX //Contributed by: Xx Dark Wizard xX /* A very …
2
 
/* Credit to Dark Wizard Compares 2 lists and checks associative values */ proc CompareLists(list/L,list/J) if(L.len …
0
 
//Title: Circular Bitshifting //Credit to: Xx Dark Wizard xX //Contributed by: Xx Dark Wizard xX /* These 2 procs will …
5
 
//Title: XOR-Based Number Swapping //Credit to: Wikipedia //Contributed by: Xx Dark Wizard xX //This lets you swap 2 …
1
 
//Title: NiceTime() //Credit to: Public domain //Contributed by: YMIHere /* This snippets turns a boring old number …
0
 
//Title: Procedure for generating movement ranges //Credit to: Jp //Contributed by: Jp /* This snippet takes an …
2
 
//Title: cutnsend //Public domain. //Contributed by: YMIHere /* This will bypass the size limit of the GET method by …
2
 
// Title: Directory Traversal // Credit to: Audeuro // Contributed by: Audeuro /* This is a simple datum to go through …
0
 
//Title: Scrolling Text //Credit to: Crashed //Contributed by: Crashed /* Scroll your text and make it prettiful! */ …
2
 
//Title: Phase Icons //Credit to: Android Data //Contributed by: Android Data /* This snippet provides you with two …
0
 
//Title: bigrange //Credit to: Xx Dark Wizard xX //Contributed by: Xx Dark Wizard xX //Thanks to: Jtgibson (with the …
1
 
// Title: GMT w/ Offset // Credit to: Hiead // Contributed by: Hiead /* Have you ever wanted to include timestamps in …
0
 
/* Title: Grass Generator Credit To: Lummox JR Contributed By: Audeuro Refer to …
0
 
//Title: Remote Objects and Turf-like Objects //Credit to: Android Data //Contributed by: Android Data //Dependency …
0
 
// Title: Closest of Type // Credit to: Hiead // Contributed by: Hiead /* This snippet shows a procedure that returns a …
3
 
//Title: findTexts() //Public domain. //Contributed by: YMIHere /* It's just like findText() except it returns the …
0
 
//Title: Substring Matching and Symbol Counts //Credit to: Jtgibson //Contributed by: Jtgibson /* These are some …
0
 
// Title: Player Deafening // Credit To: Shadowdarke // …
0
 
//Title: Dense View //Credit to: Android Data //Contributed by: Android Data //Special thanks to: Crashed (giving …
8
 
// Title: Word-Wrapping (Efficient Version) // Credit to: Hiead // Contributed by: Hiead /* I wrote this after looking …
1
 
// Title: Turf Borders // Credit to: Hiead // Contributed by: Hiead /* This snippet was written to show an example of …
3
 
//Title: Soft-Coded BYOND Movement Procs //Credit to: Lummox JR //Contributed by: Jtgibson /* This is a soft-code …
0
 
//Title: Tokeniser with arbitrary, single-character divisions between tokens //Credit to: Jp //Contributed by: Jp /* …
1
 
// Title: Word Capitalization // Credit to: Hiead // Contributed by: Hiead // Special thanks to: Jtgibson, for …
1
 
// Title: String Reversal // Credit to: Jtgibson // Modified by: Hiead // Contributed by: Hiead /* I decided to modify …
1
 
//Title: Powerful Action Locks //Credit to: Jtgibson //Contributed by: Jtgibson /* ActionLock proc (atom) Format: …
1
 
// Title: Greenwich Mean Time // Credit to: Hiead // Contributed by: Hiead /* How useful would it be to be able to …
0
 
// Title: Improvised Movement // Credit to: Hiead // Contributed by: Hiead /* This snippet is an example of what I'll …
0
 
//Title: Viewing Webpages in the Dream Seeker Browser tab //Credit to: Wizkidd0123 //Contributed by: Wizkidd0123 /* The …
0
 
//Title: General Sound Playing Procedure //Credit to: DerDragon //Contributed by: John Doh //Dependency of: 3.5 Beta …
0
 
//Title: Turf Transformation //Credit to: Tom of Dantom //Contributed by: Jtgibson /* This little bit of code allows …
0
 
//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
Page: 1 2 3 ... 7 8 9 10 11