Difference between revisions of "User:LepreKhaun Resident"

From Second Life Wiki
Jump to navigation Jump to search
(Added "Delete Json Element" to my user space)
(Added link to my 'Json Database 2 Chat' function.)
Line 18: Line 18:


[[User:LepreKhaun_Resident/Delete_Json_Element|Delete Json Element]] A function that removes an element (either a Value from an array or a "Key":Value pair from an object) from the supplied Json text
[[User:LepreKhaun_Resident/Delete_Json_Element|Delete Json Element]] A function that removes an element (either a Value from an array or a "Key":Value pair from an object) from the supplied Json text
[[User:LepreKhaun_Resident/Json_Database_2_Chat|Json Database 2 Chat]] A function to retrieve a Json text from within a script, to be reused later in its original form.

Revision as of 09:37, 28 August 2013

A bit about me (well, maybe a byte or so)

I'm a semi-retired, long-time resident of New Orleans, LA, though I traveled extensively in my youth. I got my first computer in 1984, a Commodore 64 and self taught myself both Basic and assembly language on it. From that point on, I've always had a computer, sometimes several at a time, and my interest in this fascinating tool/toy has grown.

Along the way I decided to get some formal education so I got my GED in 1992, and enrolled in UNO as a Computer Science major. During my 4 year enrollment there, I worked for two professors as a teachers aide, both teaching course material as well as grading programming efforts of other students. At the end, I ended up with a GPA of 3.45, two letters of recommendation and fell 15 hours short of getting my Bachelors Degree (which I plan to rectify next year).

After college, during which I had discovered this thing called the Internet, I began free-lancing as a Perl CGI programmer, designing and implementing both user interfaces as well as complete back end solutions.

That business venture lasted until Y2K or so, when PHP functionality and ASP began to supplant the need for such but my interest didn't wane. I've since taught myself OOP as well as a number of scripting languages such as ActionScript and, most recently, LSL.

I'm also a practising zen buddhist, semi-professional performer, skilled carpenter & renovator, amateur sculptor, avid reader and an active volunteer in a number of causes I believe in.

I'm in Second Life to learn, create and share, the same as my RL.


Code bits that one might find useful

JSON Pretty Printer A Json debugging tool that "pretty prints" a Json text to chat

Delete Json Element A function that removes an element (either a Value from an array or a "Key":Value pair from an object) from the supplied Json text

Json Database 2 Chat A function to retrieve a Json text from within a script, to be reused later in its original form.