gdw + development   200

TIOBE Software: The Coding Standards Company
Measuring Software Code Quality
TIOBE checks more than 202 million lines of software code for its customers world-wide, real-time, each day.

We have combined the best-in-class code quality checking tools into one framework. Via a single web interface you can consult all important software defects and metrics information for all your software projects. We provide the facts and figures, you take the decisions
development  programming  quality  reference  software 
2 days ago by gdw
Don't Live with Broken Windows
Pragmatic Programmers Andy Hunt and Dave Thomas talk with Bill Venners about software craftsmanship and the importance of fixing the small problems in your code, the "broken windows," so they don't grow into large problems.
article  craftsmanship  development  programming  pragmatic 
5 days ago by gdw
HTML5 Please - Use the new and shiny responsibly
Use the new and shiny responsibly.
Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are

When Can I Use tells you the browser support story, while Modernizr gives you the power of feature detection. HTML5 Please helps you out with recommendations for polyfills and implementation so you can decide if and how to put each of these features to use.

The recommendations below represent the collective knowledge of developers who have been deep in the HTML5 trenches. We hope they serve you well.
css3  development  html5  reference  webdev 
7 days ago by gdw
Pharo Open Source Smalltalk
Pharo's goal is to deliver a clean, innovative, free open-source Smalltalk environment. By providing a stable and small core system, excellent developer tools, and maintained releases, Pharo is an attractive platform to build and deploy mission critical Smalltalk applications. Pharo is MIT licensed and is steered by a board of benevolent dictators
development  opensource  programming  smalltalk  squeak 
8 days ago by gdw
Features — execnet v1.0.9 documentation
Python is a mature dynamic language whose interpreters can interact with all major computing platforms today.

execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses:

distribute tasks to (many) local or remote CPUs
write and deploy hybrid multi-process applications
write scripts to administer multiple environments
deployment  development  distributed  programming  python  jython  py.  cpython  pypy 
8 days ago by gdw
openFrameworks
openFrameworks is an open source C++ toolkit designed to assist the creative process by providing a simple and intuitive framework for experimentation. The toolkit is designed to work as a general purpose glue, and wraps together several commonly used libraries, including:

OpenGL, GLEW, GLUT, libtess2 and cairo for graphics
rtAudio, PortAudio or FMOD and Kiss FFT for audio input, output and analysis
FreeType for fonts
FreeImage for image saving and loading
Quicktime and videoInput for video playback and grabbing
Poco for a variety of utilities
art  audio  development  graphics  open  framework  sound  sc 
10 days ago by gdw
Open-source Perian project to end development | Macworld
The Swiss Army knife of video codecs is folding up its blades for the last time. The team behind the open-source project Perian has announced that it will be retiring the endeavor after one final release.

First released in 2006, Perian is a component for Apple’s QuickTime software that allows for the playback of many popular video file formats, including DivX, AVI, MKV, and VP6. In addition, the component supported almost twenty video codecs, more than half a dozen audio formats, subtitles, and more
video  utilities  QuickTime  end  development 
13 days ago by gdw
gerrit - Gerrit Code Review - Google Project Hosting
Web based code review and project management for Git based projects.

Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.

Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
development  git  review  tools 
14 days ago by gdw
HTML5 Rocks - A resource for open web HTML5 developers
Google:
HTML5 introduces many cutting-edge features that enable developers to create apps and websites with the functionality, speed, performance, and experience of desktop applications. But unlike desktop applications, apps built on the web platform can reach a much broader audience using a wider array of devices. HTML5 accelerates the pace of your innovation and enables you to seamlessly roll out your latest work to all your users simultaneously.
css3  development  documentation  html  html5  google 
15 days ago by gdw
Google Developers
Looking for Google APIs and Tools?
Google Developers is now the place to find all Google developer documentation, resources, events, and products.
api  developers  development  google  google+ 
15 days ago by gdw
Ohloh, the open source network
Ohloh is a new kind of software directory, combining community-driven content with a unique source code crawler that monitors up-to-date development activity.
community  development  opensource  programming  software 
5 weeks ago by gdw
Pro Git - Pro Git 1.3 Getting Started Git Basics
*If you don’t already know what Git is, take a crash course.
development  git  github  programming  tutorial 
5 weeks ago by gdw
GitHub - Git code repository
Originally founded by Chris Wanstrath, PJ Hyett and Tom Preston-Werner as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
development  git  github  hosting  programming 
5 weeks ago by gdw
Welcome to Freecode – Freecode
Freecode maintains the Web's largest index of Linux, Unix and cross-platform software, and mobile applications. Thousands of applications, which are preferably released under an open source license, are meticulously cataloged in the Freecode database, and links to new applications are added daily. Each entry provides a description of the software, links to download it and to obtain more information, and a history of the project's releases, so readers can keep up-to-date on the latest developments.
applications  cross-platform  development  programming  software 
6 weeks ago by gdw
Geany : Home Page
Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some nice features.
development  editor  ide  programming  tools 
6 weeks ago by gdw
PostBin - Debug web hooks
PostBin lets you debug webhooks by capturing and logging the asynchronous requests made when events happen. Make a PostBin and register the URL with a webhook triggerer. All POST requests to the URL are logged for you to see when you browse to that URL.
development  http  testing  web  webhooks  pivotal  GA  work 
8 weeks ago by gdw
wxPython
Welcome to the home of wxPython, a blending of the wxWidgets C++ class library with the Python programming language.
development  gui  programming  python  itp 
9 weeks ago by gdw
Tcl Developer Site
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.

Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more.
development  language  programming  tcl  tk  python  gui 
9 weeks ago by gdw
GuiProgramming - PythonInfo Wiki
Python has a huge number of GUI frameworks (or toolkits) available for it, from Tkinter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies
development  gui  interface  programming  python 
9 weeks ago by gdw
EasyInstall - The PEAK Developers' Center
Easy Install is a python module (easy_install) bundled with setuptools that lets you automatically download, build, install, and manage Python packages.
installer  programming  python  tools  development 
12 weeks ago by gdw
(Field) - main development site
Field is a development environment for experimental code and digital art in the broadest of possible senses. While there are a great many development environments and digital art tools out there today, this one has been constructed with two key principles in mind:
art  processing  programming  python  visualization  development 
february 2012 by gdw
JSyn Developers
JSyn is now free for open-source non-commercial use. We are in the process of releasing JSyn under a dual license: GPL or commercial. We will release JSyn source soon.
Wire is a graphical patch editor and sound designer for JSyn. It allows you to connect unit generators together graphically, and hear the results in real-time
jsyn  development 
february 2012 by gdw
Marc's Audio Unit utilities library
Here you will find information about a library of helpful functions for dealing with Audio Units in Mac OS X, written by Marc Poirier of Destroy FX.
music  programming  audio  AudioUnits  resource  development  MacOSX  software  via:tasmo 
january 2012 by gdw
Literate Programming
Donald Knuth. "Literate Programming (1984)" in Literate Programming. CSLI, 1992, pg. 99.
I believe that the time is ripe for significantly better documentation of programs, and that we can best achieve this by considering programs to be works of literature. Hence, my title: "Literate Programming."

Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do.

The practitioner of literate programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Such an author, with thesaurus in hand, chooses the names of variables carefully and explains what each variable means. He or she strives for a program that is comprehensible because its concepts have been introduced in an order that is best for human understanding, using a mixture of formal and informal methods that reinforce each other.
development  documentation  literate  programming  reference 
january 2012 by gdw
darwiinosc - darwiin remote with osc extension for osx - Google Project Hosting
this is an osc extension for the darwiinremote application for osx by andreas schlegel, http://www.sojamo.de

it supports the wiimote, nunchuk and the IR sensor with a maximum of 4 detected IR sources. examples for the programming environment processing are included in the downloadable
wii  osc  osx  processing  development 
january 2012 by gdw
CMake - Cross Platform Make
Welcome to CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
development  programming  tools 
december 2011 by gdw
Frank Wierzbicki's Weblog: Updated Jython Roadmap
Note that Jython's version numbers represent the version of CPython from which Jython pulls most of its libraries that are written in pure Python (as opposed to the parts that are written in Java).
jython  roadmap  python  development  jes 
december 2011 by gdw
FrontPage - py2exe.org
py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.
development  programming  python  tools  windows 
december 2011 by gdw
The Perl Programming Language - www.perl.org
Perl 5 is a highly capable, feature-rich programming language with over 23 years of development.
development  language  perl  programming  reference 
november 2011 by gdw
The Dojo Foundation
The Dojo Foundation is the home of great 100-point open source projects, created by extraordinary people and companies to solve important problems
web  development  javascript 
october 2011 by gdw
Mozilla Developer Network
Welcome to the Mozilla Developer Network.

We are an open community of developers building resources for a better web, regardless of brand, browser or platform. Anyone can contribute and each person who does makes us stronger. Together we can continue to drive innovation on the Web to serve the greater good. It starts here, with you.
web  development 
october 2011 by gdw
Cocoa Tutorial: Creating your very own framework | Cocoa Is My Girlfriend
There are numerous situations where creating your own framework is advantageous.
cocoa  development  framework  mac  xcode 
october 2011 by gdw
Boost C++ Libraries
Boost provides free peer-reviewed portable C++ source libraries.

We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
development  library  programming  C++ 
october 2011 by gdw
Beanstalk Guides — best practices and how-tos on version control, deployments and collaboration
Articles, tips and best practices to help you make the most of your design and development workflow
development  git  programming  subversion  tutorials  ssh  keys 
october 2011 by gdw
Building and Packaging Native OS X Applications | Rixstep Developers Workshop
The reason for this article should be obvious: too many OS X third party developers do an absolutely terrible job of building and packaging their applications.
build  cocoa  development  osx  xcode 
october 2011 by gdw
DotCloud - Deployment made simple
Build and deploy any application to the cloud. Manage it all in one place.
cloud  cloudcomputing  development  hosting  stack  webapps 
september 2011 by gdw
Sonar
Sonar is an open platform to manage code quality.
code  development  java  programming  quality 
september 2011 by gdw
About Pocoo — Pocoo
The Pocoo Team consists of people from the Python community that are working under one umbrella on various Python libraries and applications.

Among our most popular projects are:

The Flask micro web framework
The Jinja 2 template engine
The Pygments syntax highlighting package
The Sphinx document processor
The Werkzeug WSGI toolkit
development  python  web  libraries 
september 2011 by gdw
Free source code hosting — Bitbucket
Bitbucket and DVCS
Bitbucket is a free code hosting site for the popular Mercurial distributed version control system (DVCS) with over 181,000 users.
development  hosting  mercurial  programming 
september 2011 by gdw
Git from the bottom up | Lost in Technopolis
In my pursuit to understand Git, it’s been helpful for me to understand it from the bottom up — rather than look at it only in terms of its high-level commands.
article  development  distributed  documentation  git 
august 2011 by gdw
Doxygen
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
development  documentation  programming  software  tools 
august 2011 by gdw
Mantis Bug Tracker
MantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver. MantisBT has been installed on Windows, Linux, Mac OS, OS/2, and others.
development  opensource  php  software 
august 2011 by gdw
en - ZOPYX Ltd. - Zope, Python, Plone software development and consulting
ZOPYX Ltd. is one of the most competent IT service providers when it comes to developing web applications and e-publishing solutions that are based on Python, Zope and Plone. Specialized in big web portals and complex content management systems ZOPYX offers superior services in the following sectors.
zope  plone  development  consulting 
august 2011 by gdw
IssueTrackerProduct (User friendly issue- bugtracking Open Source web application for Zope)
Zope issue tracker which also handles software bugs. The primary focus is on email communication and request tracking and management.
development  helpdesk  python  zope 
august 2011 by gdw
RVM: Ruby Version Manager - RVM Ruby Version Manager - Documentation
RVM is a command line tool which allows us to easily install, manage and work with multiple ruby environments from interpreters to sets of gems.
development  programming  tools  ruby  pickaxe 
july 2011 by gdw
[Ruby-Doc.org: Documenting the Ruby Language]
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.
development  documentation  programming  reference  ruby 
july 2011 by gdw
WebProgramming - PythonInfo Wiki
This topic guide attempts to cover every aspect of programming Web applications (both clients and servers) using Python.
python  webdev  web  framework  development 
july 2011 by gdw
What is KDDI R&D Laboratories? | Research & Development (R&D) | KDDI CORPORATION
KDDI R&D Laboratories performs investigations, research, and development and provides consulting and other services on new information and communication technologies based on the research and development in the KDDI Group. Research and development is being conducted on world-leading telecommunication technologies in a wide range of fields including next-generation networking and super high-speed wireless transmission technology, security, applications, and FMBC, which will bring a convergence of fixed communications, mobile communications, and broadcasting.
r&d  labs  research  development  KDDI  japan 
july 2011 by gdw
The Blackstag Blog Post # 5 -> Guide to Programming in Clojure for Beginners
Clojure is a rich language, loaded with features. So much so, that one could literally find themselves writing a book, even when only intending to write a blog post
clojure  development  lisp  programming  guide 
july 2011 by gdw
Launchpad
Launchpad is a software collaboration platform that provides:
Bug tracking
Code hosting using Bazaar
Code reviews
Ubuntu package building and hosting
Translations
Mailing lists
Answer tracking and FAQs
Specification tracking
Take the tour!
collaboration  community  development  opensource  software  ubuntu  bazaar 
july 2011 by gdw
InformIT: Learn Mac Applications and iPhone Development with InformIT
From getting started with iPhone and iPad application development, to game programming, to testing your apps, we have created a FREE EPUB sampler featuring content that will improve your iOS application development skills and help you build (and sell) better apps.
development  iphone  ios 
july 2011 by gdw
Hoptoad: The app error app
Reclaim your inbox and send your application errors to our hosted service.

Lighthouse integration.
add-on  debugging  development  programming 
june 2011 by gdw
Help.GitHub - Set Up Git
If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.

This is the guide for setting up git in OSX. There are also guides for Windows and Linux.
development  git  github  osx  ssh 
june 2011 by gdw
Welcome to the Coding Dojo
A Coding Dojo is a meeting where a bunch of coders get together to work on a programming challenge. They are there have fun and to engage in DeliberatePractice in order to improve their skills.
agile  community  development  dojo  programming 
june 2011 by gdw
Scrum Alliance - What Is Scrum?
Scrum is an agile framework for completing complex projects. Scrum originally was formalized for software development projects, but works well for any complex, innovative scope of work.
framework  getting  work  done  software  development 
june 2011 by gdw
Agile software development - Wikipedia, the free encyclopedia
is a group of software development methodologies based on iterative and incremental development, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams. The Agile Manifesto[1] introduced the term in 2001
agile  development  process  programming  software 
june 2011 by gdw
Scrum (development) - Wikipedia, the free encyclopedia
Scrum is an iterative, incremental framework for project management often seen in agile software development, a type of software engineering.
agile  development  programming  software 
june 2011 by gdw
Unit testing - Wikipedia, the free encyclopedia
In computer programming, unit testing is a method by which individual units of source code are tested to determine if they are fit for use. A unit is the smallest testable part of an application. In procedural programming a unit may be an individual function or procedure. In object-oriented programming a unit is usually a method.[citation needed] Unit tests are created by programmers or occasionally by white box testers during the development process.
development  programming  testing  unit 
june 2011 by gdw
« earlier      

related tags

$  37signals  37_signals  @font-face  accessibility  add-on  agile  ajax  andrew  android  answers  anti  api  apple  application  applications  apps  aptana  arduino  art  article  articles  arts  au  audio  AudioUnits  bazaar  blog  blogs  book  bookmarks  books  browser  browsers  bug  build  bundles  burgess  business  buzz  c  c++  calendar  capacity  case  charing  charity  chrome  clojure  cloud  cloudcomputing  cmake  cocoa  code  coding  colaborativly  collaboration  community  compilation  connections  console  constituents  consulting  content  control  cpython  craftsmanship  CrashReporter  cross-platform  css  css3  datavisualization  debugger  debugging  deployment  design  dev  developers  development  digital  directory  discussion  distributed  django  documentation  dojo  done  dsp  echonest  eclipse  editor  electronic  email  encoding  end  enthusiast  environment  experimentation  faq  fight  files  floss  form  forum  foundation  framework  frameworks  free  free-software  freelhy  freeware  fscript  GA  game  games  gateways  gems  getting  git  github  google  google+  graphics  gui  guide  handheld  hate  helpdesk  hosting  howto  html  html5  http  hybrid  ibm  ide  imaging  injustice  installation  installer  instructions  interesting  interface  introspection  ios  iphone  issue  itp  japan  java  javascript  jes  joel_spolsky  jsyn  jython  KDDI  keys  kit  labs  language  launchpad  libraries  library  lisp  list  literate  mac  MacOSX  macruby  mada  management  manifesto  max  media  medical  mercurial  MIT  mobile  mozilla  mt  music  network  new  news  nokia  notificiations  OAuth  objective-c  ODB  on  online  open  open-source  OpenEnded_Group  opensorce  opensource  osc  osx  package  pd  perl  phones  php  pickaxe  pinax  pivotal  plone  plugin  plugins  position  pragmatic  process  processing  productivity  programming  push  PXDK  py.  pycon  pydev  pygame  pypy  python  qt  quality  QuickTime  r&d  rails  reference  regex  research  resource  resources  review  roadmap  rspec  rtas  ruby  sc  sc3  scheduling  scholarly  school  scm  scott_stevenson  sdl  search  security  site  smalltalk  smultron  social  softtware  software  sound  source  sproutcore  squeak  ssh  stack  stdmp  studio  study  subversion  supercolider  supercollider  svn  sysadmin  tablets  tcl  tdm  teaching  tech  testing  tests  textmate  the  titanium  tk  tool  toolbox  tools  tracking  troubleshooting  turbogears  tutorial  tutorials  twitter  ubuntu  udk  unicode  unit  unreal  utilities  vector  version  via:tasmo  video  vim  virtualization  visual  visualization  vm  vst  w3fools  web  web2.0  webapps  webdesign  webdev  webhooks  webstandards  wii  wiki  windows  wordpress  work  workflow  wp  wpd  wsgi  www  xcode  xml  yahoo  zope 

Copy this bookmark:



description:


tags: