mcroydon + code   334

Introducing Ceres Solver - A Nonlinear Least Squares Solver - Google Open Source Blog
"Ceres Solver is a portable C++ library that allows for modeling and solving large complex nonlinear least squares problems."
code  dev  google  math 
23 days ago by mcroydon
Virtual AGC Links Page
Documentation and software from Apollo and Gemini.
assembly  code  history  nasa 
5 weeks ago by mcroydon
PaintCode
Like SVG but Objective C instead of XML. Love the idea!
app  code  cocoa  ios  mac 
9 weeks ago by mcroydon
Buildpacks | Heroku Dev Center
I love how easy it is to support just about anything with buildpacks.
code  heroku  nodejs  golang 
february 2012 by mcroydon
The state of iOS Open Source – and what to do about it! | Jayway Team Blog - Sharing Experience
How to make it better. I really wish there were a Maven-like or similar dependency system for ObjC/Xcode where you could say "my app requires Lib vX.X, go get it".
code  dev  development  ios  xcode 
july 2011 by mcroydon
(1) How would you programmatically parse a sentence and decide whether to answer "that's what she said"? - Quora
This is actually a pretty fantastic introduction to classification, machine learning, natural language processing, and information retrieval.
algorithm  challenge  code  design  humor 
april 2011 by mcroydon
todos.js
A really concise example of backbone.js using docco for literate programming.
ajax  app  application  code  demo  development  javascript  html5  framework  examples  example  documentation  jquery  js  library  local  model  mvc  oop  programming  storage  todo  tutorial  backbone  backbone.js 
november 2010 by mcroydon
Hamurabi - Wikipedia, the free encyclopedia
I played the Atari port via cassette. It took about 20 minutes to load what's 4K of text.
basic  books  development  code  game  fun  games  history  text  retro  opensource 
november 2010 by mcroydon
RDFLib
"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." I was totally here years ago.
api  database  code  dev  development  framework  lib  graph  python  programming  parsing  parser  owl  ontology  library  rdf  semantic  rdfa  semantic-web  semanticweb  semweb  xml  web2.0  web  tools  storage  sparql  software  n3  rdflib 
october 2010 by mcroydon
Silk - A Link Discovery Framework for the Web of Data
"The Silk framework is a tool for discovering relationships between data items within different Linked Data sources. Data publishers can use Silk to set RDF links from their data sources to other data sources on the Web."
app  code  applications  data  datamining  framework  library  owl  linking  lod  opensource  linkeddata  linked-data  programming  python  rdf  semantic  semantic-web  web  tools  tool  sparql  software  semweb  semanticweb  silk 
october 2010 by mcroydon
or-tools - Project Hosting on Google Code
"This project hosts operations research tools developed at google and made available open source."
code  google  opensource  operations  ops  research  software  operationsresearch  or 
september 2010 by mcroydon
App Engine's High-Performance Image Serving System
Some insight in to AppEngine's new mega-fast image serving stack.
appengine  article  benchmark  code  google  coding  gae  image  images 
august 2010 by mcroydon
How to encode all of your videos, quickly and cheaply! | PiCloud Blog
Using ffmpeg and picloud to parallelize your encoding. It requires knowing your input formats pretty well though.
and  blog  article  cloud  convert  howto  code  cloud-computing  ffmpeg  encoding  encode  development  programming  server  python  transcoding  video  videos  web  media  webdevelopment  webdev  picloud 
july 2010 by mcroydon
New Programming Jargon — Global Nerdy
Some of these are already old and tired while others are fresh and amusing.
article  code  blog  coding  dev  development  geek  jargon  humor  programmer  programming  software  softwaredevelopment  jokes  nerd  slang  vocabulary 
may 2010 by mcroydon
iPad Orientation CSS " Cloud Four
I love that this is pure CSS. For some reason I was expecting Javascript hooks instead.
apple  browsers  code  css  css3  dev  design  development  examples  html  ipad  iphone  layout  mobile  programming  reference  safari  tutorials  web  webdesign  webdev  webdevelopment  webkit  landscape  mobilesafari  orientation  portrait  stylesheets  quickbite 
april 2010 by mcroydon
Features — execnet v1.0.5 documentation
"execnet provides carefully tested means to easily interact with Python interpreters across version, platform and network barriers." Data structure interop between CPython, Jython, and PyPy.
programming  python  software  development  code  library  opensource  network  distributed  framework  cluster  deployment  module  parallel  foss  pycon2010  cross  interpreter  ipc 
february 2010 by mcroydon
TypeSet
Client-side hyphenation appears to have come a long way in the last few years.
design  web  software  development  code  typography  javascript  type  font  dev  algorithms  webdesign  algorithm  css  html  text  tex  latex  layout  typesetting  js  break  knuth  line  html5  canvas  formatting  linebreak  linebreaking  justification 
february 2010 by mcroydon
Simple Moving Average « Christoph Heindl
"By using a recursive formulation of the algorithm, the number of operations required per sample is reduced to one addition, one subtraction and one division. Since the formulation is independent of the window size n, the runtime complexity is O(1), i.e. constant."
code  gis  algorithms  algorithm  statistics  math  finance  mathematics  example  trends  spatial  sourcecode  trading  moving  average 
january 2010 by mcroydon
PythonInterface - OpenCV Wiki
Wow, this interface looks like it'd be pretty awesome to work with (as compared to the last time I looked).
programming  development  python  reference  code  video  library  opensource  research  computer  algorithms  ai  interface  graphic  c++  robotics  searchengine  vision  lib  computervision  similarity  opencv  ctypes  thesis  swig 
january 2010 by mcroydon
psvm - Project Hosting on Google Code
It would be interesting to see this ported to Hadoop, though I think there's an SVM implementation as part of Mahout.
programming  software  google  cloudcomputing  opensource  code  research  algorithms  network  statistics  learning  cluster  algorithm  ec2  machinelearning  machine-learning  c++  kernel-machines  open_source  svm  foss  classification  nlp  machine  parallel  parallel-computation 
december 2009 by mcroydon
0x1fff: 35 Google open-source projects that you probably don't know
A nice roundup of interesting Google open source projects. I knew about many of them but found a few unknown gems as well.
programming  development  reference  google  code  tools  webdev  library  toread  opensource  free  javascript  performance  coding  css  cool  projects  article  open  list  source  review  c  project  script  foss  libraries  check 
december 2009 by mcroydon
Aqsis Renderer : Freedom to Dream
"Open source 3D rendering solution adhering to the RenderMan standard"
programming  design  software  code  tools  opensource  free  osx  graphics  computer  windows  3d  freeware  open  art  download  animation  pixar  blender  rendering  raytracing  cgi  renderer  render  renderman  aqsis 
december 2009 by mcroydon
Program-o-Babble: Reservoir Sampling Algorithm in Python and Perl
Pretty slick implementation of "I want to sample a few lines from a really big file".
code  python  data  sample  algorithm 
december 2009 by mcroydon
Embedded.com - The Use Of Assertions
I had a bunch of assertions catch something that I had missed in a migration just last night so there's probably something to this even if improvements aren't dramatic.
programming  software  code  research  engineering  microsoft  debugging  softwareengineering  assertions 
november 2009 by mcroydon
Welcome to Elefant — Elefant
"Elefant (Efficient Learning, Large-scale Inference, and Optimisation Toolkit) is an open source library for machine learning licensed under the Mozilla Public License"
python  programming  open-source  software  code  tools  library  opensource  research  computer  math  ai  app  datamining  learning  gui  optimization  machinelearning  check  scipy  machine.learning  toolkit  ml  frameworks  c++  machine-learning  nicta  scipy2007 
november 2009 by mcroydon
SourceForge.net: pydoop
Python C++ wrappers for HDFS and MapReduce. It's probably quicker than Dumbo.
python  code  library  hadoop  c++  analytics  project  examples  hdfs  via:pskomoroch 
november 2009 by mcroydon
« earlier      

related tags

1.5  2.6  2d  3d  10.5  24ways  @toread  abdera  academic  acceptance  accessability  accessibility  acm  actionscript  activemq  activeresource  addon  admin  administration  adobe  advice  aes  agi  agile  ai  aibo  ajax  algorithm  algorithms  alpha  amazon  ampq  amqp  analysis  analytics  and  android  animation  answers  apache  api  api-design  apis  app  appengine  apple  application  applications  apps  aqsis  architect  architecture  archive  arduino  ardunio  art  article  articles  artificial-intelligence  artificialintelligence  assembly  assertions  asterisk  async  asynchronous  atlassian  atom  atompub  audio  authentication  autocomplete  automation  average  averages  awesome  aws  backbone  backbone.js  backup  bacon  banner  bar  barcode  barcodes  basic  bazaar  bbcode  bcrypt  bdd  beanstalk  beanstalkd  behaviour  benchmark  beowulf  best  best-practices  bestpractices  bigdata  bigtable  binary  bioinformatics  blackberry  blender  bloch  block  blog  blogging  blogs  bloom  bloomfilter  bluecloth  blueprint  book  bookmarks  books  bot  bpm  brain  break  browser  browsers  bubble  bug  bugs  business  button  bzr  c  c++  cache  caching  calendar  camera  canvas  capistrano  captioning  car  career  carmack  cars  cartography  case  cassandra  categorization  celery  cg  cgi  challenge  chart  charting  charts  chat  cheat-sheet  cheatsheet  check  chipmunk  choices  chrome  chunky  citizen  city  class  classes  classification  client  clientside  cloc  clojure  cloud  cloud-computing  cloudcomputing  cluster  clustering  cms  cocoa  code  codec  codeconf  coder  codes  coding  cognition  collaboration  collaborative  collaborativeediting  color  colors  colour  comet  comments  communications  community  comparison  compass  competition  compiler  compilers  complexity  component  components  compsci  computation  computational  computer  computer-science  computer.science  computers  computerscience  computervision  computer_science  computing  concise  concurrency  concurrent  conditional  conference  consistent  contacts  container  content  contest  contests  context  continuous  contracting  control  conversion  convert  cool  copyright  corba  core  coreplot  cores  cost  count  course  courses  coverage  crawler  creativecommons  crf  cron  cross  crypto  cryptography  cs  css  css3  ctypes  cucumber  cuecat  culture  curl  cv  cvs  d2g  daemon  daemonize  damien  dashboard  data  data-mining  data-structures  database  databases  datamining  datasets  datastructure  datastructures  dataviz  data_mining  date  dates  datetime  db  dbms  dbs  debian  debugging  decisions  del.icio.us  delicious  demo  deployment  descent  design  dev  devel  developer  development  dht  dict  diff  digital  discount  display  distributed  distributed-computing  diveintomark  diy  django  django-app  django-apps  doc  docs  document  documentation  dot  download  drawing  drbd  drewmclellan  driven  dsl  dst  dvcs  dynamics  e-books  ean  easy  ebook  ebooks  ebs  ec2  eclipse  ecmascript  ecosystem  editing  editor  education  ee  effbot  effects  eigenvalue  einstein  electronic  electronics  emacs  email  embed  embedded  encode  encoding  encrypt  encryption  engine  engineering  entity-extraction  epub  ereader  erlang  esri  essay  essays  etech  etherpad  eval  event  events  everyblock  evolutionary  example  examples  explorer  extract  extraction  facebook  faq  farben  fast  feature  features  federation  feed  feeds  feedserver  ffmpeg  field  fields  filesystem  filter  finance  fingerprint  firefox  flash  fleet  flex  flickr  float  foaf  font  fonts  form  format  formatting  forms  formula  foss  foss4g  fp  framework  frameworks  free  freebase  freebsd  freesoftware  freeware  friendfeed  fun  function  functional  functional-programming  funny  fuse  future  ga  gadgets  gae  game  gamedev  games  gaming  ganeti  garmin  gdal  gdata  geek  generation  generative  generator  genetic  genetic-algorithms  geneticalgorithms  geneticprogramming  genetics  genetic_algorithm  genius  geo  geocaching  geocoder  geocoding  geographic  geography  geohash  geolocation  geometry  geoprocessing  geospatial  geotagging  geowanking  gettext  gis  git  github  gmail  gmaps  gnome  golang  good  google  google-maps  googleanalytics  googleappengine  googlecode  googledocs  googlemaps  googletechtalk  googlevoice  googlewave  gplv3  gprs  gps  gpx  gradient  graph  graph-theory  graphic  graphics  graphing  graphs  graphviz  grass  grep  grid  grids  gtk  gui  guide  hack  hackernews  hacking  hacks  hadoop  hal  ham  haml  happy  hardware  hash  hashing  haskell  hbase  hci  hdfs  headers  heroku  high-availability  highlight  highlighter  hiring  history  hive  holovaty  homebrew  hosting  howto  hr  html  html5  http  httpd  humor  humour  hyperlocal  hyphenation  i18n  ia  ibm  icfp  ide  ideas  identity  ie  ie6  ie6sucks  ils  im  image  images  imageworks  imaging  imap  img  important  imported  index  indexing  industry  info  infographic  infographics  information  information_extraction  infovis  infoviz  infrastructure  inspiration  install  installation  instapaper  integration  interactive  interesting  interface  internationalization  internet  internetexplorer  interpreter  interview  interviewing  introduction  ios  ipad  ipc  iphone  iphone-dev  iphonedev  iphonesdk  iphone_dev  ipod  ir  irc  it  j2me  jabber  jargon  java  javascript  javascript1.5  jeresig  jms  job  jobs  joehewitt  jokes  jon-udell  journalism  jquery  jquery-plugins  jquery-tooltip  js  json  justification  jython  katz  kernel  kernel-machines  key  key-value  keyvalue  kill  kindle  kloc  kmeans  knn  knowledge  knuth  komodo  kvs  l10n  lab  landscape  lang  language  languages  last.fm  latex  layout  lbs  lean  learn  learning  lecture  lectures  leopard  lex  lexer  lexical  lexing  lib  libraries  library  license:  license:bsd  license:gpl  license:gplv2  license:gplv3  license:lgpl  license:mit  license:PSF  linden  line  linebreak  linebreaking  lines  lingpipe  linguistics  linked-data  linkeddata  linkedin  linking  linux  list  lists  loadbalancing  loc  local  localisation  localization  location  lod  logic  longpolling  Lots  lotus  lotusnotes  lsa  lucene  mac  machine  machine-learning  machine.learning  machinelearning  machine_learning  macintosh  macosx  mail  make  management  manager  manual  map  map-reduce  mapnik  mapping  mapreduce  maps  mark-pilgrim  markdown  markup  mashup  materialized  materializedviews  math  math.  mathematics  maths  matlab  matplotlib  maya  md5  mda  mdns  media  memcache  memcached  memcachedb  memcacheq  memoir  memory  menu  menus  mercurial  message  messagequeue  messaging  meta  metadata  metaweb  methodology  metrics  microblogging  microformats  micropolis  microsoft  middleware  midi  migration  mime  mining  ml  mobile  mobilesafari  mobwrite  model  modeling  module  monitoring  monkey  morse  mosaic  mouse  moving  mozilla  mq  muc  multilingual  multimedia  music  mvc  mysql  mythryl  n3  nasa  natural  natural-language  natural-language-processing  natural_language_processing  navigation  navy  nerd  netflix  netnewswire  netscape  network  networking  networks  networkx  neuroscience  newforms  news  newton  nicta  nist  nlp  nltk  nodebox  nodejs  nosql  notes  numeric  numpy  nytimes  obj-c  objc  object  objective-c  objectivec  ocr  ode  oembed  of  ogr  olson  omg  online  online_learning  ontology  oop  opacity  open  open-source  open.source  opencog  opencourseware  opencv  opendmtp  opengl  opengts  openid  opensource  open_source  operational  operationaltransform  operationaltransformation  operations  operationsresearch  ops  optimisation  optimization  or  oreilly  orientation  os  osgeo  oss  osx  ot  otp  outsource  outsourcing  overview  owl  p2p  package  packages  pagerank  papers  parallel  parallel-computation  parse  parser  parsers  parsing  password  passwords  pattern  patterns  paxos  pdf  pdfmunge  peafowl  perceptual  perceptualhash  performance  perl  persistence  phash  philosophy  phone  photo  photos  php  php5  physics  picloud  PIL  pixar  platform  plot  plotting  plugin  plugins  po  poedit  politics  polling  pop  popularity  port  portability  portable  portrait  postgis  postgres  postgresql  pownce  poynter  prediction  presentation  pretty  print  probability  process  processing  processing.js  product  production  productivity  program  programmer  programmers  programming  project  project-management  projectmanagement  projects  protocol  protocols  protovis  psn  psychology  publishing  pubsub  puzzles  py-amqplib  py3k  pycon2010  pyevolve  pygame  pyml  pymunk  pyro  python  python2.6  python3k  python_unicode  qa  qr  quake  quality  queue  queues  queuing  quickbite  rabbitmq  rackspace  radio  rails  random  ranking  rating  ratings  raytracing  rcs  rdf  rdfa  rdflib  re  read  read-later  reader  reading  real-time  realtime  recommendation  recommendations  recruiting  redesign  redis  refactoring  reference  regex  regression  release  render  renderer  rendering  renderman  rendezvous  rentacoder  replication  repository  research  resig  resource  resources  rest  restful  resume  retro  review  revision  rewrite  rewrites  rgba  robot  robotica  robotics  robots  root  rpc  rspec  rss  rst  ruby  ruby-on-rails  rubyonrails  s3  safari  sample  samples  sandbox  sass  scala  scalability  scalaris  scale  scaling  scanner  scanning  scheme  schneier  science  scipy  scipy2007  scm  score  scraping  script  scripting  sdk  search  searchengine  secure  security  semantic  semantic-web  semantics  semanticversioning  semanticweb  semweb  server  service  services  sgd  sha  sha1  share  shopping  shuttle  signals  silk  sim  similarity  simple  simulation  sinatra  sip  skein  sketchup  slang  sleekxmpp  slides  sloc  sml  sms  smtp  sna  snippet  snippets  snippits  sns  soa  social  socialgraph  socialmedia  socialnetwork  socialnetworking  socialnetworks  socialsoftware  social_media  socket  sockets  software  software-engineering  softwaredevelopment  softwareengineering  solr  solution  someday  sony  sort  sorting  sound  source  sourcecode  space  sparkline  sparklines  sparql  spatial  spec  specification  speech  speed  spell-check  spell-checking  spelling  sql  sqlite  sqlparse  sqrt  sqs  square  ssd  ssl  stack  stamen  standard  standards  stanford  starling  startup  statistics  stats  stochastic  stochastic_gradient_descent  storage  store  stories  story  strategy  stream  streaming  structure  style  stylesheets  subversion  sudoku  sun  survey  svm  svn  swig  sync  synchronization  syndication  syntax  syntaxhighlighting  sysadmin  system  systems  tag  tagger  tagging  talk  task  tasks  tdd  teaching  team  teams  tech  technology  techtalk  telephony  template  templates  templatetags  test  testing  tex  text  text-mining  text-processing  textarea  textile  textmining  theory  therac  thesis  threading  threads  three20  thrift  thumbnail  time  timeline  times  timezone  timezones  tip  tips  tipsy  to-read  todo  token  tool  toolkit  tools  tooltip  tooltips  toread  tornado  touch  touchcode  towatch  to_read  tracking  trading  training  transcoding  transform  transformation  translate  translation  transparency  travel  tree  trends  tricks  tufte  turbogears  tutorial  tutorials  tweet  twisted  twitter  twittertools  type  typesetting  typography  tz  ucc  ui  uml  unicode  unix  unread  upc  update  upgrade  usability  usecases  useful  user  userstories  utf  utf-8  utf8  utilities  utility  ux  value  vcs  vector  version  version-control  versioncontrol  versioning  vfx  via:daniellidsley  via:jkokerhans  via:mintchaos  via:pskomoroch  video  video2watch  videos  view  views  virtual  virtualisation  virtualization  vision  visual  visualisation  visualization  vmware  vocabulary  voice  voip  voting  w3c  wap  washington  washington-times  washingtontimes  wave  weather  web  web-design  web2.0  webapp  webapps  webdav  webdesign  webdev  webdevelopment  webkit  weblog  weblogs  webserver  webservice  webservices  webstandards  webworker  webworkers  whatsnew  why  widget  widgets  wiki  wikipedia  windows  wireless  wishlist  wml  wordnet  wordpress  work  worker  workers  workflow  writing  wysiwyg  x  xcode  xen  xfn  xhtml  xml  xmpp  xpath  xslt  yahoo  youtube  yui  zeroconf 

Copy this bookmark:



description:


tags: