coding

FacebookTwitter

Loops and Arcs

http://www.lostgarden.com/2012/04/loops-and-arcs.html Here are two tools I've been using lately to better understand the functionality of my game designs. The first is the loop , a structure that should be very familiar to those who have looked into skill atoms . The second is the arc .

l4Krits

http://www.mojang.com/notch/j4k/l4krits/ l4Krits
http://paulbourke.net/dataformats/x3d/spec/ISO-IEC-19775-X3DAbstractSpecification_Revision1_to_Part1/Part01/components/dis.html

Extensible 3D (X3D), ISO/IEC FCD 19775-1r1:200x, 28 DIS component

Extensible 3D (X3D) Part 1: Architecture and base components 28 Distributed interactive simulation (DIS) component 28.1.1 Name

XFIG, FIG and associated software

http://homepage.usask.ca/~ijm451/fig/ The FIG graphics format is a vector drawing format which can be used with programs such as xfig to produce simple figures for documents.
This article describes the command-line switches that can be used to start Word and their purpose. Some of these switches are also described in Word Help. For more information about startup switches, click Microsoft Word Help on the Help menu, type control what happens when you start word in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned. http://support.microsoft.com/kb/210565

How to use startup command line switches to start Word 2010, Word 2007, Word 2003, Word 2002, and Word 2000

This is our biggest example scene on how to DIS-ify lots of VRML. http://faculty.nps.edu/brutzman/vrtp/dis-java-vrml/examples.html

DIS-Java-VRML Working Group: Examples

wemux - multi-user terminal multiplexing for party pair programming based on tmux

http://thechangelog.com/wemux-multi-user-terminal-multiplexing-for-party-pair-pr/ We just can’t shut up about the joys of tmux , especially for remote pairing. Matt Furden aims to make it even easier to set up a secure multi-user environment with wemux . Wemux sets up an SSH server and tmux sessions for three use cases: Mirror Mode gives clients (another SSH user on your machine) read-only access to the session, allowing them to see you work, or Pair Mode allows the client and yourself to work in the same terminal (shared cursor) Rogue Mode allows the client to pair or work independently in another window (separate cursors) in the same tmux session.