david.parrott + programming   1248

Pretty RFC
RFCs are documents produced by The Internet Engineering Task Force, and many are official standards for various Internet protocols. This site indexes and formats these documents for easier finding & viewing.
documentation  programming  reference 
10 days ago by david.parrott
virtual 6502
Online 6502 emulator in Javascript with source
6502  emulator  programming  retro  development  via:agregson 
13 days ago by david.parrott
LLJS : Low-Level JavaScript
LLJS (formerly known as *JS) is a typed dialect of JavaScript that offers a C-like type system with manual memory management. It compiles to JavaScript and lets you write memory-efficient and GC pause-free code less painfully, in short, LLJS is the bastard child of JavaScript and C.
javascript  programming  language  lljs 
13 days ago by david.parrott
Proland
Proland is a C++/OpenGL library for the real-time rendering of multi-resolution terrains (up to whole planets), the real-time management and edition of vector data (representing for instance roads or rivers), the rendering of atmosphere and clouds, the rendering and animation of the oceans, and the rendering of forests.
3d  c++  programming  rendering  library  opensource 
13 days ago by david.parrott
moozzyk/VintageStudio
VintageStudio - Visual Studio 2010 based IDE for 8-bit computers.
retro  programming  atari  commodore  c64  visualstudio 
15 days ago by david.parrott
Codea – iPad
Codea for iPad lets you create games and simulations — or just about any visual idea you have. Turn your thoughts into interactive creations that make use of iPad features like Multi-Touch and the accelerometer.

We think Codea is the most beautiful code editor you'll use, and it's easy. Codea is designed to let you touch your code. Want to change a number? Just tap and drag it. How about a color, or an image? Tapping will bring up visual editors that let you choose exactly what you want.
apps  games  ios  ipad  programming  lua 
4 weeks ago by david.parrott
Virtu
Virtu is an Apple IIe emulator for the .NET Framework using C# with Silverlight, WPF, and XNA.
apple  appleii  emulation  emulator  retro  programming  c#  xna  wpf  Silverlight  opensource  dotnet 
5 weeks ago by david.parrott
C# MIDI Toolkit - CodeProject®
A toolkit for creating MIDI applications with C#.
c#  sound  audio  programming  development  article  midi  dotnet 
5 weeks ago by david.parrott
C# Synth Toolkit - Part II - CodeProject®
Demonstrates how to create a simple synthesizer using the C# Synth Toolkit
c#  sound  audio  programming  development  article  dotnet 
5 weeks ago by david.parrott
C# Synth Toolkit - Part I - CodeProject®
A toolkit for creating software synthesizers with C# and Managed DirectX.
c#  sound  audio  programming  development  article  dotnet 
5 weeks ago by david.parrott
Semicolon
An esoteric language made up of only semicolons.
language  programming  esoteric 
5 weeks ago by david.parrott
Cubase64 White Paper
11 real-time audio effects with a computer from 1982
audio  c64  programming 
6 weeks ago by david.parrott
mattmik - VIPER
The VIPER was a newsletter published between 1978 and 1984 that was targeted toward hobbyists interested in RCA’s COSMAC VIP computer.
cosmac  1802  retro  programming  development 
6 weeks ago by david.parrott
DCPU-16 emulator
JavaScript DCPU-16 assembler, emulator & disassembler
0x10c  dcpu-16  emulator  assembler  via:pmw57  programming  development  web  javascript  dcpu 
6 weeks ago by david.parrott
DCPU-16 Studio - Welcome
DCPU-16 Studio is an assembler, disassembler, emulator and debugger for the virtual computers in Mojang's upcoming 0x10c game.

DCPU-16 Studio provides a graphical interface for those who want to experiment with writing DCPU-16 programs. It also includes some documentation on the DCPU-16 architecture as described in the DCPU-16 specifications.
0x10c  dcpu-16  emulator  assembler  programming  development  dcpu 
7 weeks ago by david.parrott
Nester - free software that helps to do effective unit testing in C#
Nester is a free tool for mutation testing of your C# source code in order to measure the adequacy of your unit tests. It involves modification of programs to see if existing tests can distinguish the original program from the modified program.
c#  programming  testing  tdd  unittesting  dotnet 
7 weeks ago by david.parrott
Test Run - Bacterial Foraging Optimization
Bacterial Foraging Optimization (BFO) is a fascinating artificial intelligence (AI) technique that can be used to find approximate solutions to extremely difficult or impossible numeric maximization or minimization problems.
programming  msdn  magazine  bfo  ai  minmax 
7 weeks ago by david.parrott
Matt's Webcorner - Starcraft 2 Automated Player
This is a program that plays Starcraft 2 (SC2) by intercepting, understanding, and reacting to the D3D9 API stream, then sending keyboard and mouse commands back to SC2.
ai  games  opensource  programming  starcraft 
8 weeks ago by david.parrott
Tic Tac Toe for Windows Phone - Computer Science Teacher - Thoughts and Information from Alfred Thompson - Site Home - MSDN Blogs
We are going to create a simple Tic Tac Toe game for Windows Phone. We’ll be using Visual Studio as our development environment and C# for our programming language. All the resources you need are listed below and all are free.
windowsphone7  development  tutorial  game  programming  c#  dotnet 
8 weeks ago by david.parrott
chip16-dev-kit - Chip16 Development Kit - Google Project Hosting
Chip16 Development Kit will include an IDE, Emulator, Debugger and Compiler for Chip16 system.
emulation  emulator  compiler  chip16  opensource  language  programming  development 
9 weeks ago by david.parrott
Retro Language
Retro is a concatenative, stack based language with roots in Forth.

It is designed to be small, easily learned, and easily modified to meet specific needs, it has been developed and refined through continual use by a small community over the last decade.
forth  programming  language  retro 
9 weeks ago by david.parrott
Contour Analysis for Image Recognition in C# - CodeProject®
The article describes the theoretical bases of the contour analysis and aspects of its practical application for image recognition. The article also includes library for operation with the contour analysis, and a demo-example.
image  c#  programming  development  dotnet  computervision 
9 weeks ago by david.parrott
SilverSynth - Digital Audio Synthesis for Silverlight
Quite simply, SilverSynth is a Silverlight library used to create awesome sounds in a web browser. It can be used as a core library for developing music-based applications or for just generating noise that annoys your co-workers. It supports synthesis of sine, saw, square and triangle wave forms, frequency modulation, amplitude modulation, panning, volume control, and dynamic envelopes.
audio  c#  dsp  programming  library  opensource  dotnet 
9 weeks ago by david.parrott
Generating Random Pronounceable Passwords
The use of passwords as a security measure is increasingly common for technical and non-technical users alike. Generating passwords that are both strong and memorable can be difficult. This article describes one method to alleviate this problem.
c#  programming  article  security  dotnet 
10 weeks ago by david.parrott
Compilers Reloaded - T3X.ORG
Study the heavily annotated source code of a full compiler for a subset of the C programming language generating code for the popular 386 processor.
c  compiler  book  programming  development 
10 weeks ago by david.parrott
« earlier      

related tags

0x10c  2d  3d  68k  a*  actionscript  agency  aggregator  ai  algorithms  android  animation  apollo  apple  appleii  apps  arcade  arduino  art  article  asm  asp.net  assembler  assembly  atari  atmel  audio  augmentedreality  avr  backup  basic  battleship  bbc  bbcmicro  bfo  blog  bluetooth  boo  book  books  brainfuck  browser  build  c  c#  c++  c64  canvas  car  cellular-automata  chess  chip8  chip16  chrome  clojure  clr  code  comic  commodore  community  competition  compiler  compression  computers  computervision  console  continuousintegration  corewar  cosmac  cpu  cryptography  css  csv  culture  database  dcpu  dcpu-16  debugging  demo  demoscene  design  development  directx  diy  django  document  documentation  dos  dotnet  download  driver  dropbox  ds  dsp  dvcs  ebook  ebooks  editor  education  electronics  email  embedded  emulation  emulator  engine  entityframework  erlang  esoteric  excel  exercise  extension  f#  factor  faq  file  filetype:png  flash  flightsim  fonts  forth  framework  free  functional  game  gameboy  gameboyadvance  gameboycolor  gamedev  gamegear  games  gaming  generator  genesis  geneticalgorithm  git  go  gps  gpu  graphics  gui  hacking  hardware  haskell  history  homebrew  howto  html  html5  humour  icons  ide  idsoftware  image  indie  interactivefiction  interpreter  ios  ipad  iphone  isometric  j  java  javascript  jobs  json  julia  kata  katana  kernel  kinect  language  latex  LaunchPad  lego  library  links  linq  linux  lisp  lljs  llvm  logic  logo  lua  machinelearning  maemo  magazine  management  map  maps  mastersystem  math  mdns  media:image  megadrive  mercurial  mercury  microcontroller  midi  mindstorms  minecraft  minmax  mongodb  mono  msdn  music  mvc  mvvm  n64  n900  nemerle  nes  networking  neuralnetwork  news  nintendo  node.js  nokia  nosql  notch  nxt  ocaml  ogre3d  online  ooc  openal  opencl  opengl  opensource  os  osdev  outlook  pacman  parser  pascal  pcb  pdf  performance  perl  personal  php  physics  pic  piet  playstation  playstation2  plugin  podcast  poker  postmortem  powershell  presentation  PrinceofPersia  probability  processing  productivity  profiling  programming  projects  prolog  psp  psx  puzzle  python  quake  r  racket  rails  random  raycasting  raytracing  redcode  reference  regex  rendering  resources  retro  robot  robotics  roguelike  roy  rss  rts  ruby  rubyonrails  rust  satellite  scala  scanning  scheme  science  scm  script  sdk  sdl  security  sega  shop  silverlight  simulation  simulator  smalltalk  snes  snusp  software  sound  sourcecontrol  space  sql  sqlserver  starcraft  statistics  sudoku  svg  synchronisation  T4  talk  tdd  technology  terrain  testing  tips  tool  tools  tutorial  typography  uk  unittesting  usb  utilities  via:agregson  via:banderson  via:pmw57  via:popular  via:Z303  video  vim  virtualization  virtualmachine  visualstudio  wcf  web  webgl  wia  wii  windows  windowsphone7  wireworld  work  wow  wpf  x86  xbox  xbox360  xml  xna  z80  zmachine  zxspectrum 

Copy this bookmark:



description:


tags: