scale + programming   299

DebuggerDisplay attribute best practices - jaredpar's WebLog - Site Home - MSDN Blogs
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public sealed class Student {
public string FirstName { get; set; }
public string LastName { get; set; }
private string DebuggerDisplay {
get { return string.Format("Student: {0} {1}", FirstName, LastName); }
}
}
c#  programming  debugging  visualstudio 
november 2011 by scale
What's a Closure?
A delightful a little (short) online tutorial teaching you
1) the basics of Javascript and
2) what exactly a Closure is and how to make one.
javascript  programming  tutorial 
august 2011 by scale
Erlang Programming Language
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.
erlang  language  toTry  programming 
may 2011 by scale
Processing.org
Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.
programming  charting  visualization  toTry 
september 2010 by scale
phpquery - Project Hosting on Google Code
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.
php  jquery  dom  programming  screenscraping  toTry 
july 2010 by scale
FairlyLocal, a simple Internationalization (i18n) library for .NET
FairlyLocal is a simple Internationalization (i18n) library that lets you do gettext-style i18n in ASP.NET.
asp.net  i18n  programming  toTry  csharp 
june 2010 by scale
Derek Sivers at RailsConf 2010
Includes
- upside down map
- Japanese streets vs US streets
- First follower of dancing guy
programming  psychology  video 
june 2010 by scale
« earlier      

related tags

accessibility  advice  agile  ai  ajax  algorithms  algotrading  animation  apache  api  architecture  art  articles  asp.net  atoRead  automation  awk  bestpractice  blog  book  books  browser  bugtracking  business  c#  career  charting  charts  cheatsheet  checklist  cheetsheet  cli  cms  codereview  color  commands  communication  compensation  computation  computer  concurrency  converter  csharp  css  data  database  date  dbi  debugging  decorating  del.icio.us  design  development  diy  documentation  dom  ebook  eclipse  editor  education  erlang  excel  extensions  file  filetype:pdf  finance  firebug  firefox  flash  flex  font  forms  free  freeware  game  gaming  generator  google  googleearth  graphing  greasemonkey  grid  gtd  gui  guide  hacks  hiring  howto  HR  html  i18n  IE  image  images  infrequent  interior  interview  investing  japanese  java  javascript  jquery  json  kml  language  latex  layout  lecture  library  linq  linux  lisp  management  mapping  marketing  math  mathematics  media:document  microsoft  money  music  mvc  mysql  netbook  networking  outlook  paper  parallel  pattern  pdf  performance  perl  php  posters  practice  processing  productivity  programming  programmng  project  projectmanagement  prolog  psychology  push  python  quant  R  rankings  reading  reference  regex  rest  rss  ruby  rubyonrails  samples  scheduling  scheme  science  scraping  screenscraping  scripting  search  security  sed  server  service  shell  silverlight  simplicity  smalltalk  software  SourceControl  sql  startup  stats  style  system  testdriven  testing  time  timeline  tips  toFollow  toGrok  tool  toolkit  tools  toread  toRear  toTry  tracking  troubleshooting  tutorial  tutorials  typing  typography  UI  unix  usability  useful  utilities  utility  vba  vbscript  versioncontrol  video  vim  visual  visualization  visualstudio  voting  web2.0  webdesign  webdev  website  wiki  work  writing  xhtml  xml  xss  zen 

Copy this bookmark:



description:


tags: