david.parrott + development   955

virtual 6502
Online 6502 emulator in Javascript with source
6502  emulator  programming  retro  development  via:agregson 
13 days 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
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
Rainbow - Javascript Code Syntax Highlighting
Rainbow is a code syntax highlighting library written in Javascript.
code  development  javascript  css  html  web 
7 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
XNA GPA - XNA 4.0 RPG Tutorials
This page is for my XNA 4.0 RPG Tutorials series. On this page you will find the tutorials in PDF format as well as the project at the end of each tutorial.
2d  c#  development  gamedev  xna  tutorial  dotnet 
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
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
Software Architecture for Developers - Leanpub
The book is aimed at software developers that want to learn more about software architecture as well as those that are new to the role. It fills the gap between software development and high-level architecture that probably seems a little "enterprisey" for most developers.
book  software  development  architecture 
12 weeks ago by david.parrott
3D Tetris with Three.js tutorial – part 3 : Smashinglabs
Third part of the tutorial is about moving blocks. We will create a block, introduce some movement and steering. For now we won’t care about collision detection.
html5  programming  development  web  game  3d  javascript 
12 weeks ago by david.parrott
3D Tetris with Three.js tutorial – part 2 : Smashinglabs
Second part of tutorial is about adding static blocks. It will be short but very important.
html5  programming  development  web  game  3d  javascript 
12 weeks ago by david.parrott
3D Tetris with Three.js tutorial – part 1 : Smashinglabs
This series may be not the best tutorial ever, but I’ll share my experiences from writing a game – 3D Tetris. I hope you find it useful.
html5  programming  development  web  game  3d  javascript 
12 weeks ago by david.parrott
codereflection/Giles @ GitHub
Giles is a continuous testing tool for .NET applications. Just point Giles to your solution, test assembly, and project root and watch him run your tests immediately after saving any *.cs file. Currently only C#, mspec, and nunit are supported.
tdd  testing  c#  development  visualstudio  dotnet 
february 2012 by david.parrott
SharpGL
SharpGL is a C# library that allows you to use OpenGL in your .NET Framework based application with ease!
c#  programming  library  development  graphics  opengl  dotnet 
february 2012 by david.parrott
How to: Build Testable Windows Phone Applications - MSDN UK Team blog - Site Home - MSDN Blogs
The purpose of this technical article is to demonstrate how to build a testable Windows Phone application that consumes accelerometer data. The approach adopted here for building a testable Windows Phone application is to:

1. Abstract the Windows Phone SDK class that provides the desired functionality for the application.

2. Consume the wrapped class in an application.

3. Write unit tests that test application business logic.
programming  development  windowsphone7  testing  tdd 
february 2012 by david.parrott
BBC Micro on an FPGA | mikestirling.co.uk
Excellent project to implement a BBC Micro on an FPGA with full source
fpga  embedded  development  bbcmicro  via:agregson 
february 2012 by david.parrott
Gforth
Gforth is defacto implementation of forth with source
forth  development  programming  language  via:agregson 
february 2012 by david.parrott
Fast Artificial Neural Network Library (FANN)
Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast.
ai  library  programming  neuralnetwork  development  opensource 
february 2012 by david.parrott
Free .NET Decompiler - JustDecompile
JustDecompile is a new, free developer productivity tool for easy .NET assembly browsing and decompiling. JustDecompile builds on Telerik's years of experience in code analysis and developer productivity tools. JustDecompile lets you effortlessly explore and analyze compiled .NET assemblies, decompiling code with the simple click of a button.
programming  dotnet  tool  development  debugging 
february 2012 by david.parrott
How to write an emulator
Emulating your favorite system to play games is easier than you think depending on the system you’re trying to emulate. This document is intended to give you the general idea of building an emulator. To help you understand the concepts more I will give specific examples to the NES emulator that I have been working on this semester at California State University of Long Beach.
nes  nintendo  emulation  emulator  development  programming  retro  c++  game  howto  tutorial  assembly  asm 
february 2012 by david.parrott
XALCYON: A procedural 12-bit dual-analog adventure
Xalcyon is a challenging multidirectional PC shooting adventure game with dual analog stick control and procedurally generated levels. XALCYON is the sequel to XONG, and exhibits the same 8-bit home-computer-game audiovisual aesthetic that I employed in XONG—now featuring the next generation in 12-bit graphics, and the power of retro voice synthesis!
game  programming  development  lisp  opensource 
february 2012 by david.parrott
Your Last About Dialog
"Your Last About Dialog" is a robust and generic, highly configurable implementation you can easily pull into your own app and set up for your needs.
dotnet  library  windowsphone7  development 
february 2012 by david.parrott
Emulator 101
A detailed, step by step guide to writing an emulator.
emulator  emulation  reference  tutorial  8080  chip8  assembler  assembly  asm  development 
february 2012 by david.parrott
EF 4.2 Code First Walkthrough - ADO.NET team blog - Site Home - MSDN Blogs
This post will provide an introduction to Code First development and how it can be used with the DbContext API surface. Code First allows you to define your model using C# or VB.Net classes, optionally additional configuration can be performed using attributes on your classes and properties or by using a Fluent API.
dotnet  entityframework  tutorial  programming  development  database  c# 
february 2012 by david.parrott
Visual Studio Testing Extensions
The Visual Studio Testing Extensions is a library that exposes a set of extension methods to provide a way to write more readable unit tests in the Visual Studio Unit Testing environment. It is developed in C# 4.0 and requires the .NET 4.0 runtime.
visualstudio  tdd  testing  development  programming 
february 2012 by david.parrott
DSPfract - Hamsterworks Wiki!
This FPGA Project was started and finished January 2012.
I'm re-implementing the Mandelbrot viewer on a Spartan 6 FPGA using the DSP48A1 blocks.
fpga  development  electronics 
february 2012 by david.parrott
The Full Stack | Channel 9
Jesse Liberty and Jon Galloway are kicking off a new screencast series called The Full Stack. They're pair-programming, building out a full application from a server back-end down to Windows Phone 7, web, Silverlight, and wherever else the app-building process leads them. Join them for the ride!
windows  development  video 
february 2012 by david.parrott
Kinect for Windows Quickstart Series | Channel 9
This series includes everything you need to get started building applications using the Kinect for Windows SDK.
windows  programming  kinect  development  video 
february 2012 by david.parrott
elabs/serenade.js - GitHub
Serenade.js is yet another MVC client side JavaScript framework. Why do we indulge in recreating the wheel? We believe that Serenade.js more closely follows the ideas of classical MVC than competing frameworks and has a number of other advantages.
mvc  javascript  library  development  programming  web 
february 2012 by david.parrott
The Making of Prince of Persia
Mechner's candid journals from the time capture his journey from his parents' basement to the forefront of the fast-growing 1980s video game industry... and the creative, technical and personal struggles that brought the prince into being and ultimately into the homes of millions of people worldwide.
game  development  book 
february 2012 by david.parrott
mongoose - Mongoose - easy to use web server - Google Project Hosting
Mongoose is easy to use web server. It also can be used as embedded web server library to provide web interface to applications.
development  programming  software  web  c  opensource  library 
january 2012 by david.parrott
FlashDevelop.org - Welcome
FlashDevelop is a free and open source code editor for every Flash developer
development  flash  programming  web 
january 2012 by david.parrott
autotestnet - AutoTest.NET is an immediate feedback testing tool - Google Project Hosting
AutoTest.NET is based off of autotest which is a popular Ruby tool for running your unit tests as soon as your save your files. This practice gives you immediate feedback and helps facilitate real test driven development.
tdd  testing  visualstudio  plugin  development  tools  dotnet 
january 2012 by david.parrott
Asm.Net - x86 Emulator - The managed way
Asm.Net is a assembly emulator which is developed in the language C#
asm  assembly  programming  emulation  emulator  x86  c#  development  dotnet 
january 2012 by david.parrott
SharpMod soundtrack music module player
A Soundtracker Module music player in C# (100% Managed, without interops), At the beginning, a simple port in C# of the famous Mikmod Library.
audio  c#  programming  development  sound  opensource  dotnet 
january 2012 by david.parrott
« earlier      

related tags

0x10c  2d  3d  a*  abandoned  actionscript  agency  aggregator  ai  algorithms  amazon  android  app  apple  arcade  architecture  arduino  article  asm  asp.net  assembler  assembly  atari  atmel  audio  avr  baby  backup  basic  bbcmicro  blog  bluetooth  boo  book  build  c  c#  c++  c64  canvas  cellular-automata  chip8  chip16  chrome  clojure  clr  cnc  code  comic  community  compiler  computers  computervision  console  continuousintegration  corewar  cosmac  cpu  cryptography  css  csv  culture  database  dcpu  dcpu-16  debugging  demoscene  design  development  directx  diy  django  documentation  dos  dotnet  download  driver  ds  dsp  dvcs  ebook  ebooks  editor  education  electronics  email  embedded  emulation  emulator  engine  entityframework  erlang  excel  exercise  extension  f#  factor  faq  file  filetype:png  flash  fonts  forth  fpga  framework  free  game  gameboy  gameboyadvance  gamedev  games  gaming  generator  genesis  git  github  go  gps  gpu  graphics  hardware  haskell  history  homebrew  howto  html  html5  icons  idsoftware  image  indie  installer  interactivefiction  interpreter  ipad  iphone  java  javascript  jobs  json  kata  kernel  kindle  kinect  language  latex  lego  less  library  links  linq  linux  lisp  lua  mac  maemo  magazine  magic  management  map  mastersystem  math  mdns  media:image  mef  megadrive  mercurial  microcontroller  microsoft  midi  mindstorms  minecraft  mongodb  mono  msdn  mtg  music  mvc  mvvm  n64  nemerle  nes  network  networking  neuralnetwork  news  nintendo  node.js  nokia  nosql  nxt  ogre3d  online  openal  opencl  opengl  opensource  os  outlook  pacman  parser  pascal  pcb  pdf  performance  perl  php  physics  pic  playstation  plugin  podcast  powershell  productivity  profiling  programming  projects  prolog  psp  psx  puzzle  python  quake  racket  rails  random  reddit  reference  rendering  resources  retro  robot  robotics  roguelike  rss  rts  ruby  rubyonrails  scala  scanning  scheme  science  scm  script  sdk  sdl  security  sega  shop  silverlight  simulation  simulator  smalltalk  snes  software  sound  sourcecontrol  space  spaceinvaders  sql  sqlserver  strategy  subversion  svg  synchronisation  T4  tdd  technology  telnet  template  terrain  testing  tips  tool  tools  tutorial  typography  uk  usb  utilities  via:agregson  via:pmw57  via:Z303  video  virtualization  visualstudio  wcf  web  webgl  websockets  wia  wii  windows  windowsphone7  wordpress  work  wow  wpf  x86  xbox  xbox360  xml  xna  z80  zmachine  zxspectrum 

Copy this bookmark:



description:


tags: