Showing posts with label MIT. Show all posts
Showing posts with label MIT. Show all posts

Monday, March 9, 2009

Ruby Tutorial, .htaccess tutorials, Clearleft

Ruby guide
http://poignantguide.net/ruby/

MIT: Natural Language Question Answering system
http://start.csail.mit.edu/

a-r-t:good .htaccess tutorial
http://corz.org/serv/tricks/htaccess.php

Cool company :) User experience and web design consultants
http://clearleft.com/canhelp/

Friday, February 6, 2009

PHP Functions, nl2br() and wordwrap(), MIT Books

php: function: nl2br()
php.net/nl2br
info: Returns string with '<br />' or '<br>' inserted before all newlines.
usage:
<?php
echo nl2br("foo isn't\n bar");
?>

output:
foo isn't<br />
bar

php: function: wordwrap()
http://php.net/manual/en/function.wordwrap.php
info: wordwrap — Wraps a string to a given number of characters
usage:
<?php
$text = "The quick brown fox jumped over the lazy dog.";
$newtext = wordwrap($text, 20, "<br />\n");

echo $newtext;
?>


output:
The quick brown fox<br />
jumped over the lazy<br />
dog.


http://movetonext.com/
http://zero2beta.com/?page_id=2

Middle East - Web 2.0 Consultancy company
http://www.spinbits.com/

books: MIT: How to design programs. An introduction to computer programming
http://www.htdp.org/2003-09-26/Book/

books: MIT: Structure and Interpretation of Computer Programs
http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-3.html
tag: wizard book, purple book, {color book}

Tuesday, November 18, 2008

Database normalization, Good programming books, KDE in windows

wiki: Database Normalizeation and Design Techniquest by Barry Wise (recommended reading for the Harvard MIS)
http://www.barrywise.com/2008/01/database-normalization-and-design-techniques/

Rubenstein Technology Group - e-Business Software Solutions for the small-to-Midsize Digital Enterprise
http://www.rubensteintech.com/
ruben stein techn ology group
rstog utelr becoo eihgu nnnyp

Books every programmer should read
http://www.programmingbooks.org/Books_Every_Programmer_Should_Read

TAOCP: The Art of Computer Programming - Donald Knuth
http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming
http://www-cs-faculty.stanford.edu/~uno/taocp.html

cf: PHP: OOP: Object Iteration
http://in.php.net/iterator

good: database examples, schemas
http://www.databaseanswers.org/tutorial4_getting_started_with_db_design/index.htm

A simple introduction to using SVN
http://www.astro.umd.edu/~teuben/svn/svn-simple.html

KDE in windows
http://kiranvirus.wordpress.com/2008/07/15/kde-in-windows/

pra: Complete client management, billing and support system
http://www.whmcs.com/demo.php

Thursday, October 16, 2008

TMS - Transcranial magnetic stimulation, Smoot

6 Scripting Languages Your Developers Wish You'd Let Them Use
http://www.cio.com/article/454520/_Scripting_Languages_Your_Developers_Wish_You_d_Let_Them_Use

TMS: Coma: Patient "Roused From Coma" By A Magnetic Therapy
http://science.slashdot.org/science/08/10/15/1727214.shtml

Smoot
http://en.wikipedia.org/wiki/Smoot

MIT: Smoot reflects on his measurement feat as 50th anniversary nears
http://web.mit.edu/newsoffice/2008/smoot-tt0924.html
info:  The bridge's (Harvard Bridge between Boston and Cambridge, ) length was measured to be 364.4 smoots (Oliver Smoot's height (five feet and seven inches ~1.70 m).) (620.1 m) plus or minus one ear

Thursday, December 13, 2007

MIT, robots, FM, Sensor Network

sms: teleflip

A digitally programmable FM radio IC

http://ieeexplore.ieee.org/Xplore/login.jsp?url=/iel5/8736/27661/01234381.pdf

Smartdust

http://en.wikipedia.org/wiki/Smartdust

Smartdust is a hypothetical network of tiny wireless microelectromechanical systems (MEMS) sensors, robots, or devices, installed with wireless communications, that can detect (for example) light, temperature, or vibration.

Projects using TinyOS

http://webs.cs.berkeley.edu/users/select_users.php

TinyOS

http://www.tinyos.net/

TinyOS is an open-source operating system designed for wireless embedded sensor networks. It features a component-based architecture which enables rapid innovation and implementation while minimizing code size as required by the severe memory constraints inherent in sensor networks.

mit: Cricket

http://cricket.csail.mit.edu/

Cricket is indoor location system for pervasive and sensor-based computing environments, such as those envisioned by MIT's Project Oxygen. Cricket provides fine-grained location information---space identifiers, position coordinates, and orientation---to applications running on handhelds, laptops, and sensor nodes.

mit: OxygentTV

http://nms.csail.mit.edu/projects/oxygentv/

The OxygenTV project is developing an implementation of the adaptive video streaming framework that uses CM to adapt to variable bandwidth and delay and SR-RTP to perform selective retransmission for packet loss.

mit: TELSA

http://nms.csail.mit.edu/projects/tesla/

TESLA is a generalized architecture for the development and deployment of session-layer services. It uses dynamic library interposition to trap applications' network I/O calls, routing them through handlers that provide services such as compression, encryption, transparent SOCKS proxying, traffic rate shaping, and end-to-end flow migration.

mit: WaveScope

http://wavescope.csail.mit.edu/doku.php

WaveScope is a system for developing distributed, high-rate applications that need to process streams of data from various sources (e.g., sensors) using a combination of signal processing and database (event stream processing) operations. The execution environment for these applications ranges from embedded sensor nodes to multicore/multiprocessor servers.

cms: with video sharing: Sharedlo-alpha

mysql: crash: a-r-t: work:

myisamchk -r path\to\table\