howthebodyworks + javascript   621

Fabric Engine | High-performance computing for dynamic languages
Hybrid language for getting high-performance inner loops in your code, called from python or javascript, JIT-compiled on the machine. dependcy graph/mapreduce primitives drive the whole thing. Nice. "KL is the custom language used to define operators in Fabric Engine. KL combines the benefits of high performance languages like C++ with the benefits of dynamic languages like JavaScript and Python. ‘KL’ stands for ‘Kernel Language’ and refers to the scope of the language: writing operators. Kernels are small stateless blocks of code with an entry function. The syntax of KL is similar to the syntax of JavaScript and C."
via:strangefeatures  pythong  javascript  concurrency  performance  from delicious
12 days ago by howthebodyworks
Substance — Open Documents for the Web
collaborative document editor with an intriguing tree-based content data strucutre - everything is one one page, in a hierarchical structure. extensible data formats
collaborative  javascript  opensource  latex  tex  node.js  haskell  editr  wysiwyg  from delicious
december 2011 by howthebodyworks
Spine
alternative to backbone.js in coffeescript
js  javascript  mvc  coffeescript  castanet  radar  from delicious
november 2011 by howthebodyworks
Plask
3d v8-happy javascript action
ObjC  javascript  opengl  grammarface  cocoa 
august 2011 by howthebodyworks
Radi
HTML5 animations created from within a specialist client.
javascript  html5  animation  OSX  cocoa 
august 2011 by howthebodyworks
Firediff - incaseofstairs
Firediff implements a change monitor that records all of the changes made by firebug and the application itself to CSS and the DOM. This provides insight into the functionality of the application as well as provide a record of the changes that were required to debug and tweak the page’s display.
In addition to monitoring each change, Firediff also allows individual changes or sets of changes to be reverted, while leaving other changes intact.
Firefox  CSS  possumpalace  javascript  firebug 
july 2011 by howthebodyworks
The joys of same origin file access
Last night CJ was asking me about whether the Firefox Audio API supports files that are dropped onto the page using the File API.  “Depends on their origin,” I told him.  We don’t allow content scripts to get at raw audio data if the media resource isn’t from the same origin as the page (also applies to file:/// if you don’t disable strict origin checks)....The way his works, the drop event gives access to the files that have been dropped on the page (event.dataTransfer.files).  ..  But then it uses a FileReader and creates a data URL.  This method won’t work for what I want to do, which is get access to the raw data. [Ted] told me about something I’d never seen before, namely, window.URL.createObjectURL().  This takes a file, just like readAsDataURL(), but it gives you a resource with the same origin!  Now I can use that as the src for my media element and happily get MozAudioAvailable events.
html5  audio  security  browser  Castanet  maracca  JavaScript  Firefox 
june 2011 by howthebodyworks
haXe - Welcome to haXe !
haXe (pronounced as hex) is an open source programming language
... you can use haXe to target the following platforms :
Javascript, Flash, NekoVM, PHP, C++. ECMA style programming for client-side, server-side & desktop
The haXe syntax should be very familiar to those familiar with ActionScript and JavaScript.
php  javascript  ios  c++  actionscript  compiler 
may 2011 by howthebodyworks
bnolan/capt - GitHub
backbone.js project builder/bioilerplater
backbone.js  mvc  javascript  node.js 
april 2011 by howthebodyworks
HOWTO: Native iPhone/iPad apps in JavaScript
how to make your website (or single page app) look iOs native - including running offline.
grammarthing  javascript  portable  ios  css  html5 
april 2011 by howthebodyworks
WikyBox
holy crap! realtime wiki edits view, including maths layout.
wysiwyg  javascript  ui  latex  wiki  markup 
march 2011 by howthebodyworks
Better random numbers for javascript, v. 0.9
PRNGs for Javascript specifically and float-only systems (pure data?) more generally
performance  javascript  numerical_methods  Rng 
march 2011 by howthebodyworks
don't code today what you can't debug tomorrow: PhantomJS: minimalistic headless WebKit-based JavaScript-driven tool
insanely useful - a full JS-based headless browser with javascript interface for interacting with/capturing, rasterising/scraping client-only websites. or testing your UI.
javascript  browser  testing  scraper  webkit  qt 
march 2011 by howthebodyworks
Documentation for ucomment
ucomment is a Django application that allows for web-based commenting on a document that has been written in reStructuredText.
ucomment relies heavily on Sphinx to typeset the document. A distributed version control system is used to track document revisions and comments made by web users. And it requires Django as the glue to hold it all together.
This entire site uses ucomment, so please visit the pages below to see it in action. You are welcome to contribute your comments, questions and feedback, by clicking on the blue sidebar at left on any of these links below.
mathjax  latex  javascript  django  sphinx  thesis  possumpalace 
march 2011 by howthebodyworks
TileMill | Home
a wholy exciting browser-based map tile designer
brows  mapping  python  javascript  mapnik  node.js 
march 2011 by howthebodyworks
JS.Class v3.0
a rubyesque javascript standard library
javascript  oop 
march 2011 by howthebodyworks
PhiloGL
3d visualization for javascript by sencha labs. uses webgl and workers, handles dynamic importing from various sources
3d  visualization  browser  opengl  webgl  javascript  concurrency 
february 2011 by howthebodyworks
Control
javascriptable osc and midi(?) interfaces
ui  osc  midi  iphone  audio  javascript  multitouch 
january 2011 by howthebodyworks
PhoneGap
cross-platform touch device semi-native app tools
ui  brower  portable  iphone  javascript  android 
january 2011 by howthebodyworks
WireIt - a Javascript Wiring Library
WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages, graphical modeling, or graph editors.
ui  grammarthing  javascript  visualization  networks 
january 2011 by howthebodyworks
lfo.jsui API lowfrequency.org
some kind of UI framework for Cycling '74's quirky javascript action
ui  javascript  maxmsp 
january 2011 by howthebodyworks
fjakobs/async.js - GitHub
'nother events javascript library- this one is used in cloud8ide and such
evented  javascript  node.js 
january 2011 by howthebodyworks
CodeMirror
think maybe mozilla bespin has stalled? want straight simple online text editing from the browser?
ide  editor  browser  javascript  possumpalace  coding 
january 2011 by howthebodyworks
Map Crowd Reduce
“SETI-at-home-like infrastructure for massively distributed CPU-intensive jobs based on HTML5 WebWorkers and node.js for distributing tasks”
parallel  performance  node.js  websocket  javascript 
november 2010 by howthebodyworks
mod_pagespeed Overview
google's content-aware HTTP hotrodding for apache.
apache  performance  http  javascript  css  cache 
november 2010 by howthebodyworks
Aloha Editor - The HTML5 Editor
inline HTMLey editor for your website for fun. All-inline, all the way.
html5  editor  ui  javascript  wysiwyg 
november 2010 by howthebodyworks
docco.coffee
Harbinger of the nu-waver literate programming style
literate_programming  node.js  javascript  coffee  coding  opensource 
october 2010 by howthebodyworks
Backbone.js
another javascript MVC lib. this one is light, and supported by the documentcloud people.
mvc  javascript  jquery 
october 2010 by howthebodyworks
Flow Control in npm - How To Node
calling conventiosn in a continuation passing style for node.js.
concurrency  node.js  javascript  npm  howto  grammarthing 
september 2010 by howthebodyworks
Doing it right: skipping the iPhone url bar
scrolling the address bar away in the iphone in a manner which does not fuck up linking to fragment identifiers
css  iphone  portable  javascript  ui 
september 2010 by howthebodyworks
OSCpad
pretty genius - create OSC layouts from HTML+javascript for fun and profit
browser  ui  osc  grammarthing  javascript  html  quartz 
september 2010 by howthebodyworks
evercookie - virtually irrevocable persistent cookies
self-resurrecting multi-modal cookies which will even try to infect all your browsers. Open source, for al your privacy-bustin', user-trackin' needs. In the future, only javascriptless sites are somewaht safe.
html5  javascript  privacy  browser  flash  offline 
september 2010 by howthebodyworks
Three ways to make 3D
the javascript infovis guys talks about some nice ways to get 3d done in the browser, including being renderer agnostic. (canvas, webgl, other)
opengl  3d  webgl  browser  javascript  scala  processing  canvas  matrix  grammarthing 
september 2010 by howthebodyworks
Google Apps Script - Google Code
google apps (including calednar, docs etc) support automation much like M$ office. but cooler. mail merges, geocoding spreadsheets
productivity  office  automation  javascript  google  scripting  data 
september 2010 by howthebodyworks
Bespin
browser-integrated text editor which makes noises about being offline-friendly. python server, both hosted and hostable, integrated mercurial vcs, test suite stuff, plugin architecture. embeddable. The text editor for your tablet pc?
cli  editor  browser  javascript  python  hg  coding  ide 
august 2010 by howthebodyworks
Modernizr
where the html5 forward compatability lives
html5  browser  javascript  opensource  possumpalace 
august 2010 by howthebodyworks
hookbox
comet server in python, supporting websockets, webhooks, and message queues, restful interface. Comet protocol looks custom thought. include client-side abstraction layer without automatic fallback.
websocket  webhook  comet  python  javascript  graphstreaming  http  queue 
august 2010 by howthebodyworks
http://mccormick.cx/dev/webpd/
chrism is so hot. he's implementing puredata DSP inside firefox.
firefox  dsp  javascript  puredata 
july 2010 by howthebodyworks
« earlier      

related tags

3d  @todo  ableton  academic  accessibility  actionscript  activism  advertising  advocacy  agents  aggregator  agile  air  ajax  akismet  algorithm  analytics  android  animation  aotearoa  apache  api  apple  applescript  architecture  archives  Asynchronous  audio  automation  avcontent  backbone.js  behaviour  bikes  binding  blog  boilerplate  bookmark  bookmarklet  brower  brows  browser  c  c++  cache  calculus  calendar  camino  canvas  cappuccino  captcha  castanet  censorship  chart  charts  chat  cheatsheet  china  chrome  cli  client  climate  closure.js  cms  coccoon  cocoa  code  coding  coffee  coffeescript  collaborative  com  comet  commercial  commonjs  community  comparison  compiler  composition  compsci  concurrency  conference  convert  cookie  couchdb  cpod  creativecommons  crm  css  csv  data  database  db  debug  del.icio.us  deployment  design  diagram  diff  digg  distributed  django  dojo  dokuwiki  dom  dotnet  dreamhost  drupal  dsp  ebook  eclipse  editor  editr  education  emacs  email  emergency  emulation  english  erlang  essential  event  evented  extension  facebook  firebug  firefox  flash  flickr  forms  fortran  framework  free  freebase  French  fsm  functional  fx  gae  gallery  game  gears  geek  geo  geocoding  geography  germany  gesture  gis  git  gmail  google  gps  gpu  gramamrthing  grammarface  grammarthing  graph  graphics  graphs  graphstreaming  graphviz  greasemonkey  greens  grok  gtd  gui  gwt  hack  hash  haskell  hg  hierarchy  history  howto  html  html5  http  ide  ie  image  interface  ios  iphone  isp  itunes  jabber  java  javascript  jquerey  jquery  js  json  junction  keyboard  kinect  knowledge  language  latex  learning  library  lily  lisp  literate_programming  logic  lua  m4l  magazine  mapnik  mapping  mapreduce  maracca  markdown  marketing  markup  mashup  math  mathematics  mathjax  mathml  matrix  maxmsp  media  mediawiki  metadata  microformats  microsoft  midi  miltonturner  mindmap  mobile  module  mongodb  monogdb  mootools  mp3  multitouch  music  mvc  net  netcultures  network  networks  neuron  newforms-admin  news  nginx  nlp  node.js  nosql  npm  numerical_methods  oai  objc  ocr  office  offline  oop  openaccess  opengl  openid  opensearch  opensocial  opensource  opml  orm  osc  osx  Outliner  parallel  parkingsun  parser  parsimony  parsing  patterns  pdf  pear  performance  perl  perm  phd  phm  phone  photography  php  physics  plone  plugin  png  portable  possumpalace  powerpoint  presentation  privacy  processing  productivity  programming  project  prototype.js  proxy  puredata  python  pythong  qt  quartz  queue  radar  rails  rdf  realtime  redis  reference  regex  rest  ria  Rng  rss  ruby  russian  safari  scala  scalability  scheduling  schmooze  scm  scraper  script  script.aculo.us  scripting  search  security  selenium  semanticweb  seo  sequencer  server  sex  shell  silverlight  simbl  simulation  soap  social  software  spam  sphinx  spinach  spreadsheet  sproutcore  sql  sqlite  ssh  standards  store  story  streaming  sustainability  svg  sydney  syndication  syntax  taffy  tagging  teachmyself  template  testing  tex  textmate  thesis  tiddlywiki  tutorial  twitter  typography  ui  undergrowth  underscore.js  unicode  unix  usability  utility  ux  vcf  via:cogat  via:giv_p  via:simonw  via:strangefeatures  via:villains  video  visualisation  visualization  vj  vml  vst  w3c  war  web  web2.0  webdav  webdev  webgl  webhook  webkit  webservices  websocket  widget  wiki  windows  wordpress  wysiwyg  xhtml  xml  xpath  xsl  xslt  xss  xul  yahoo  yui  zope 

Copy this bookmark:



description:


tags: