Skip to content

Instantly share code, notes, and snippets.

View whitten's full-sized avatar
💭
Looking at code

David Whitten whitten

💭
Looking at code
View GitHub Profile
@dobau
dobau / languages
Created April 21, 2012 14:23
languages list
A Sharp (.NET)|A# .NET
A Sharp (Axiom)|A# (Axiom)
A-0 System
A+ (programming language)|A+
A++
ABAP
ABC (programming language)|ABC
ABC ALGOL
ABLE (programming language)|ABLE
ABSET
@toddsundsted
toddsundsted / moocode_toolkit.moo
Last active January 12, 2023 03:54
Moocode Toolkit
;; while (read(player) != ".") endwhile
I M P O R T A N T
=================
The following code cannot be used as is. You will need to rewrite
functionality that is not present in your server/core. The most
straight-forward target (other than Stunt/Improvise) is a server/core
that provides a map datatype and anonymous objects.
@toddsundsted
toddsundsted / composed.moo
Created December 3, 2011 11:44
LambdaCore Compatible Dump of Composed
; create($nothing)
@prop #102."packages" 0 ""
@prop #102."provides_cache" 0 ""
@prop #102."requires_cache" 0 ""
@prop #102."last_fetch_index" 0 ""
@prop #102."archived" 0 ""
@prop #102."cached" 0 ""
@prop #102."archive_host" "207.210.101.162" ""
@prop #102."archive_port" 80 ""
@toddsundsted
toddsundsted / shapes.moo
Created December 3, 2011 11:22
LambdaCore Compatible Dump of Shapes
; create($nothing)
@verb #101:"_log" this none this xd
@program #101:_log
notify(player, tostr(@args));
.
@verb #101:"_suspend_if_necessary" this none this xd
@program #101:_suspend_if_necessary
ticks_left() < 10000 || seconds_left() < 2 && suspend(0);