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 - 10 of 39 next »   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
1 - 10 of 39 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates