links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "cool",

Top "cool" experts: tuuli, numlok, snfg, johnfromberkeley, glebarr, jackfuller,

Groups about "cool": Funny and cool video, cool, Amazing blogs, Cool Stuff, Cool Stuff, Cool Gadgets Online,

1 - 40 of 40   Watch mshook
 
  • OpenBTS is a software-based GSM access point, allowing standard GSM-compatible mobile phones to make telephone calls without using existing telecommunication providers' networks. OpenBTS is notable for being the first free software implementation of the industry-standard GSM protocol stack.
  • The GSM Software Project: We want to bring together all the folks that are interested in building a gsm receiver.
by mshook 2009-11-01 19:26 1 · november · 2009 · a · cell · telephone · how · howto · gsm · sdr · cool · interesting · radio · dsp
http://mshook.appspot.com/z/d4m.htm?/mshook/1+november+2009+a - cached - mail it - history
One page: http://www.google.com/notebook/public/17894154587286929730/BDV0B5goQxvPDrcEk
Moby
My take on how Moby Works ...
The Moby Scheme Compiler for Smartphones ...
1.2Simulations and Animations: "world.ss" ...
How to Design Worlds: Imagi...
Shriram Krishnamurthi: Talk...
YouTube - Handbells for the...
Handbells for the 21st Century
InfoQ: Javascript as Compil...
Another language that compiles to Javascript is...
examples/bell-choir.ss at m...
The CONTINUE Server Shriram Krishnamurthi Sy...
How to Design Programs: An ...
Contents Preface IProcessing ...
XML
Transformation-by-Example for XML Shriram Kri...
SXSLT: Manipulation Language for XML Oleg Kis...
Flapjax Demos Catch Up Delicious Dra...
Papers
Shriram Krishnamurthi: Publ...
Chronological List of All Papers These papers...
by mshook 2009-10-02 12:32 cool · interesting · eclectic · brown · javascript · scheme · lisp · functional · declarative · xml · xslt · mobile · application · gnb · pdafriendly
http://www.google.com/notebook/m/notebook?nbid=BDV0B5goQxvPDrcEk - cached - mail it - history
Features: * Multiple Data Representations: Treemaps, Radial Layouts, HyperTrees/Graphs, SpaceTree-like Layouts, and more... * Major Browsers Support: IE6+, Firefox2+, Safari3+, Opera9.5+ * Open Source: Licensed under the BSD License * Library Agnostic: You may use the JIT with your favorite DOM manipulation framework * Extensible: All visualization classes are mutable, so you can easily add/override any method you want. * Composable: Visualizations can be combined in order to create new visualization methods.
by mshook 2009-08-08 20:01 cool · javascript · processing · visualization · graph · json · tree · map · demo · source
http://thejit.org/ - cached - mail it - history
Video
Wabanaki Legal News
Americans Who Tell The Truth
Wayback Machine
edubunda
Rosetta Stone
Getting Free
Ode
Happy News
Google News
CutePDF
Food Stamp Estimator
USA Language Map
Toby Hollander
Data Wizards
Earned Income Credit Maps
On-line Tax Returns
COMPASS: One-Stop Shop
Low-Wage America
Yucky
Report Internet Fraud
Get Food Stamps?
Healthy Living
Clean Clothes
PBS Kids
Community Web
Interactive Worksheet
Lawyer Humor
Search HelpMeLaw
Digital Divide Network
Tour Poverty USA
Visit NASA
Benefits Checkup
by mshook 2009-07-30 09:27 cool · eclectic · interesting · maine · law · activism · nasa · pbs · health · money · poverty · language · taxes · swhpl
http://www.ptla.org/ptlasite/cool/cool.htm - cached - mail it - history

Firstly, define all the necessary information for a given module ID in _modules variable, e.g.,

...
m301:{l:"m301.html", t:"Module Definition"},
m302:{l:"m302.html", t:"Layout Definition"},
m303:{l:"m303.html", t:"Column Width Definition", c:"green"},
...
Wherein:
  • m301 - the module ID
  • l - short for link, defines the url of this module
  • t - short for title, defines the title of the module when loaded
  • c - short for color, defines the color theme of the module, now "red", "orange", "green", "yellow", "white" are supported with blue as default.
by mshook 2009-07-15 11:46 javascript · jquery · cms · framework · very · cool · emon · gadget · iframe · json · plugin · viapopular
http://www.trilancer.com/jpolite/ - cached - mail it - history

Introducing Bitlash

Bitlash is an open source interpreted language shell for the Arduino serial port. It runs on the Arduino and interprets commands that you type in a terminal window or send programmatically:

bitlash v0.95a here! ... > print "hello, world", analogRead(3) hello, world 552

Bitlash is a development and prototyping tool for those situations where you need to bang some bits on the Arduino but writing a sketch in C is premature. The Bitlash command language is very similar to Arduino C and includes a large repertiore of the familiar Arduino C functions so you can hack your hardware from the serial command line or even over the internet via telnet.

by mshook 2009-06-30 18:44 arduino · c · very · cool · free · open · source · interpreter · avr · concise · small · macro
http://bitlash.net/ - cached - mail it - history
void branch(float h) {
  
  h *= (float) $('#val_size_1').val();
  
  // All recursive functions must have an exit condition!!!!
  // Here, ours is when the length of the branch is 2 pixels or less
  if (h > 5) {
    pushMatrix();    // Save the current state of transformation (i.e. where are we now)
    rotate(theta);   // Rotate by theta
    line(0,0,0,-h);  // Draw the branch
    translate(0,-h); // Move to the end of the branch
    //ellipse(0, 0, 40, 40);
    branch(h);       // Ok, now call myself to draw two new branches!!
    popMatrix();     // Whenever we get back here, we "pop" in order to restore the previous matrix state
    
    // Repeat the same thing, only branch off to the "left" this time!
    pushMatrix();
    rotate(-theta);
    line(0,0,0,-h);
    translate(0,-h);
    branch(h);
    popMatrix();
  }
}
by mshook 2009-06-09 12:01 via · group · processing · recursive · tree · jquery · cool · howto · code · javascript
http://lab.deytec.net/processingjs/ - cached - mail it - history
Examples
Here are some PDF output examples that give an idea of what can be done with dblatex and dbcontext.
Dblatex

    * Some examples of the features supported by dblatex:
          o DocBook Examples
          o MathML Examples
          o Sources of the Examples
          o Sources + PDF Examples
    * The dblatex User Manual is a good example of a default DocBook book output rendering.
    * The User Manual in DB2LaTeX style shows the DB2LaTeX style applied to the same document.
    * The User Manual in Simple style shows a quite basic latex layout applied to the same document.
    * A W3C MathML Test Suite 2.0 Excerpt (bzipped) demonstrates the large MathML 2.0 support included by dblatex.
    * The DocBook Definitive Guide (gzipped) compiled with dblatex and the tdg-dblatex.xsl stylesheet.

Dbcontext

    * The dblatex User Manual done by dbcontext can show how dbcontext handles the same manual.
by mshook 2009-05-30 23:15 very · cool · docbook · typography · publish · book · markup · xml · latex · tex · example · manual · python · subversion
http://dblatex.sourceforge.net/ - cached - mail it - history
Intel 4004 microprocessor historical materials
 
The work licensed under this license is limited to the following:

4004 schematic
(PDF 6.28MB)

4004 mask layout files

    * 4004002 (JPG 225KB)
    * 4004008 (JPG 64KB)
    * 4004013 (JPG 153KB)
    * 4004018 (JPG 57KB)
    * 4004023 (JPG 168KB)
    * 4004029 (JPG 170KB)

4004 manual MSC4 (1974)
(PDF 29.4MB)

4004 datasheet (1987)
(PDF 3MB) 
by mshook 2009-05-30 22:18 cool · history · how · up · microprocessor · chip · mask · schematic · cpu · saved · intel
http://www.intel.com/museum/archives/4004ip.htm - cached - mail it - history
by mshook 2009-05-30 22:06 photo · intel · cpu · up · chip · mask · cool · 1971 · 2000
http://www.intel.com/museum/online/hist_micro/hof/index.htm - cached - mail it - history
About this document ... Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I

This document was generated using the LaTeX2HTML translator Version 2002-2-1 (1.70)

Copyright © 1993, 1994, 1995, 1996, Nikos Drakos, Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999, Ross Moore, Mathematics Department, Macquarie University, Sydney.

The command line arguments were:
latex2html recursive.tex

The translation was initiated by John McCarthy on 2006-08-13


John McCarthy
2006-08-13
by mshook 2009-05-30 21:27 classic · lisp · scheme · 1950s · history · latex · source · cool · theory
http://www-formal.stanford.edu/jmc/recursive/node8.html - cached - mail it - history
via http://www.borowitzreport.com/
by mshook 2009-05-25 15:09 design · flash · book · advertising · life · death · memoir · typography · image · cool
http://www.oliviagentile.com/ - cached - mail it - history

An 8080 actually, not a Z80

by mshook 2009-05-12 18:53 asm · asssembler · good · emulator · z80 · javascript · cool · up · 1970s · game
http://www.bluishcoder.co.nz/js8080/ - cached - mail it - history
by mshook 2009-05-12 09:56 saved · z80 · very · cool · emulator · javascript · game · code · demo
http://matt.west.co.tt/spectrum/jsspeccy/ - cached - mail it - history

EnergyCircleKW (EnergyCircleKW) on Twitter

  • http://twitter.com/energycircleKW
  • http://www.energycircle.com/ted_display.php
  • via http://infosthetics.com/archives/2009/05/real-time_online_energy_dashboard_of_radisson_hotel.html
by mshook 2009-05-11 10:38 emon · google · powermeter · graph · gadget · visualization · cool
http://twitter.com/energycircleKW - cached - mail it - history
	TITLE 'DEMOAST1 - READ AND PRINT'
*
* AUTHOR.  DON HIGGINS.
* DATE.    12/30/82.
* REMARKS. PC/370 DEMO TO ILLUSTRATE ASSIST DUMP AND LOG OUTPUT.
*
* THIS PROGRAM READS CARDS FROM DEMOAST1.DAT AND LISTS THEM ALONG
* WITH SELECTED DUMPS OF REGISTERS AND STORAGE ON DEMOAST1.LOG.
*
* MAINTENANCE
*
* 05/18/87 CONVERTED TO R2.0 XFILI/XFILO PATH/FILENAME FORMAT
*
*
DEMOAST1  CSECT
	USING *,R15
	XFILI =C'DEMOAST1.DAT'
	XFILO =C'DEMOAST1.LOG'
	XDUMP
LOOP     EQU   *
	XREAD CARD
	BNZ   EOF
	XPRNT CARD,80
	B     LOOP
EOF      EQU   *
	XDUMP CARD,80
	XDUMP CARD
	SVC   EXIT
R15      EQU   15
EXIT     EQU   0
CARD     DC    CL80' '
	END   DEMOAST1
/pre>
                  
by mshook 2009-05-10 21:30 ibm · assembler · emulator · cool · nostalgia · editor · simulator · code · example · dos · pc · 10 · may · 2009 · f · tinyurl · pyvh2k
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+f - cached - mail it - history
  • "The PC/370 package provides the capability to assemble, link, and execute IBM 370 assembler programs on any 80x86 MSDOS 2.0+ micro computer such as the IBM PC, XT, AT, PS/2, Compaq, etc. " ~1988
  • A more detailed description in an ACM abstract
  • Based on ASSIST which was implemented as a batch 360 system ~1974
  • includes lots of short example programs
  • includes the source for a working full screen character-based editor
  • I found it at http://www.ibmmainframes.com/downloads/PC-370.zip
  • I put a copy at http://mshook.googlepages.com/PC-370.zip
by mshook 2009-05-10 21:10 ibm · assembler · emulator · cool · nostalgia · editor · simulator · code · example · dos · pc · 10 · may · 2009 · e
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+e - cached - mail it - history
"Simple example >>> import jsontemplate >>> jsontemplate.expand('Hello {name}', {'name': 'world'}) 'Hello world' This Python example should look familiar to many people.* The JavaScript version is a straightforward translation of this API. "
by mshook 2009-04-09 15:31 html · template · declarative · via · json · popular · javascript · python · cool
http://json-template.googlecode.com/svn/trunk/doc/Introducing-JSON-Template.html - cached - mail it - history
by mshook 2009-03-11 22:57 ontology · science · category · via · robotwisdom · click · visualization · cool · map · graph
http://www.scientificblogging.com/files/images/Los%20Alamos%20Map%20Of%20Science.jpg - cached - mail it - history
Cool, but not as cool as an MSX Z-80 in Java*Script* http://jsmsxdemo.googlepages.com/jsmsx.html via http://www.amazon.com/Beautiful-Architecture-Leading-Thinkers-Software/dp/059651798X
by mshook 2009-03-07 12:48 virtual · game · dos · linux · java · cool · via · book · architecture · borders · 2009 · march · lookinside · mynote
http://www-jpc.physics.ox.ac.uk/ - cached - mail it - history
" * Aid Sleep * Enhance Privacy * Block Distractions * Mask Tinnitus * Configure Audio Equipment * Soothe Migraines * and more... For more information about White Noise, visit Wikipedia "
by mshook 2008-07-03 18:59 noise · sound · flash · cool · viapopular · audio
http://www.simplynoise.com/ - cached - mail it - history
by mshook 2008-06-02 14:20 art · via · drawing · popular · cool · flash
http://artpad.art.com/artpad/painter/ - cached - mail it - history
"We use AS3 to take drawing input and send it back to a server running the Numenta software. The server performs and inference and sends a response back to the Flash frontend. To learn more about how HTMs work, go to"
by mshook 2008-05-11 14:08 cool · numenta · bayesian · recognition · aws · as3 · ec2 · htm · neuron · neuralnet · python
http://layersixlabs.com/pics/Numenta.html - cached - mail it - history
"* The Dream of the Rood * The Battle of Maldon * The Wanderer * The Wife's Lament * Beowulf: The Fight with Grendel * Beowulf: The Lament of the Last Survivor * Beowulf: Beowulf's Funeral * Ælfric's Life of St Edmund * Bede's account of the poet Cædmon * New Facebook Group: Old English"
by mshook 2008-04-17 19:31 poem · poetry · english · england · hisotry · oxford · language · hypertext · education · facebook · cool · text
http://www.english.ox.ac.uk/oecoursepack/ - cached - mail it - history
by mshook 2008-04-15 17:38 cool · rdf · convert · json · talis
http://convert.test.talis.com/ - cached - mail it - history
by mshook 2008-04-15 17:31 rdf · editor · cool · talis · convert · translate
http://convert.test.talis.com/editor - cached - mail it - history
"service allows to submit some Haskell source code for compilation into Javascript, and generates a xhtml1 page which is temporarily stored. A link is provided to load the generated page into user's web browser. In general, Yhc web service's user interface is similar to one of a pastebin. Note: There is also a general tutorial for using Haskell in a web browser with Yhc's Javascript back end. [edit] 2 Hosting The Service is currently available at the following URL: http://www.golubovsky.org:5984/static/yhcws/MainGUI.html [edit] 3 Technical overview Yhc Web Service is built around CouchDB which itself is written in Erlang. CouchDB uses JSON as encoding for queries and responses. A special daemon regularly polls the database for updates. If a new Haskell source is submitted for compilation as a new document, the daemon extracts it from the database, and invokes Yhc to transform it along with modules imported into linked Yhc Core. Next, Javascript Backend is invoked, to convert the linked Core into Javascript"
by mshook 2008-04-15 15:37 translate · haskell · javascript · html · cool · couchdb · example
http://www.haskell.org/haskellwiki/Yhc_web_service - cached - mail it - history
" The Hermes Network Simulator is a program that allows us to design a network on a city and observe the level of service it can provide , i.e. how many people and how fast can be served. It features an easy to use Graphical User Interface. "
by mshook 2007-10-29 12:13 saved · prt · greece · simulator · network · transit · interesting · download · cool
http://students.ceid.upatras.gr/~xithalis/simulation_en.html - cached - mail it - history
by mshook 2007-09-16 22:24 bearing · how · factory · interesting · manufacture · machine · cool
http://www.youtube.com/watch?v=eGyoMuE4gDQ - cached - mail it - history
"The rotor is levitated by the repelling force between the shaft magnets and the levitation magnets on the base. The levitation magnet also provides a forward thrust to keep the shaft point against the bearing plate. When the light strikes one of the solar cells, it generates an electric current thus energizing one of the rotor windings. This produce an electromagnetic field which interacts with the field magnets in the base, causing the rotor to turn. As the rotor rotates, the next solar cell comes in position, This cell now energizes the second winding. The process repeats again. The motor will run indefinitely as long as sufficient light is provided! "
by mshook 2007-09-10 18:01 cool · solar · electric · motor · via · magnet · video · photo
http://teslamania.delete.org/frames/interesting2.html - cached - mail it - history
by mshook 2007-08-23 19:56 turbine · photo · parts · cool · blade · set
http://www.flickr.com/photos/15918023@N00/548110722/in/set-72157600357841726/ - cached - mail it - history
by mshook 2007-08-04 14:29 saved · olds · photo · drawing · speed · race · cool · history · auto · museum
http://www.fe3xolds.com/billporterfieldaerotech.htm - cached - mail it - history
Demo at Bangor Public Library 9:30 14 August "“The range includes full page scanning of newspaper pages on 35mm film, all standard microfiche reductions, opaque materials such as Micro Cards, and now the ability to view and capture from image reductions so high that they are categorized as Ultra Fiche (up to 87X optical capture, up to 96X digital viewing). The ST200X also sets a new level of capture speed (less than one second) while achieving stunning image quality on viewing and printing. Customers can also uniquely enjoy ease of use that allows them to print to paper or save to digital media without leaving the viewing mode or even opening any pc software to perform the tasks. No other digital or analog product offers these benefits.”"
by mshook 2007-08-01 08:45 library · via · melibs · micorfilm · scan · swhpl · 2007 · august · film · cool · digital
http://www.stimaging.com/ST200X/PressRelease.htm - cached - mail it - history
"I made a 3d studio max model of my eco man micro gear fairy 2 channel helicopter. I mainly built it so I could design modifications for my helicopter quickly and easily. It isn't built to precision scale but its pretty close. If you would like a copy of the 3d studio max file send me a private message. (more) (less)"
by mshook 2007-07-23 16:44 cool · 3d · cad · toy · helicopter · aero · schmatic · video
http://www.youtube.com/watch?v=fYEzBzYFPfo - cached - mail it - history
"This SOP was owned by Ken Kohler who was a Club 55 Member and also heavily involved in the operation of the Disneyland trains throughout the years. He was also involved in the predecessor to the Monorails, the Viewliner. Enjoy reading everything you need to know to run your own Monorail."
by mshook 2007-07-11 23:45 saved · monorail · railroad · rail · train · manual · cool · how · procedure
http://matterhorn1959.blogspot.com/2006/11/sop-saturday-monorails.html - cached - mail it - history
"gyroscopes, educational toys & gadgets"
by mshook 2007-07-11 10:24 catalog · cool · gyroscope · steam · ic · turbine · england · rocket · aero
http://www.gyroscope.com/ - cached - mail it - history
1 - 40 of 40  
Related Tags
 
- exclude ~ optional + require
Add Dates