joelcarranza + programming 45
BWToolkit - Interface Builder Plugin for Cocoa on Mac OS X
july 2011 by joelcarranza
BWToolkit is an Interface Builder plugin that contains commonly used UI elements and other objects designed to simplify Mac development. XCode 3
cocoa
programming
july 2011 by joelcarranza
A literary appreciation of the Olson/Zoneinfo/tz database « Jon Udell
march 2011 by joelcarranza
An excerpt of comments from the Olson timezone database show just how bizzare timezones can be
programming
march 2011 by joelcarranza
pyproj - Project Hosting on Google Code
march 2011 by joelcarranza
Performs cartographic transformations and geodetic computations.
The Proj class can convert from geographic (longitude,latitude) to native map projection (x,y) coordinates and vice versa, or from one map projection coordinate system directly to another.
The Geod class can perform forward and inverse geodetic, or Great Circle, computations. The forward computation involves determining latitude, longitude and back azimuth of a terminus point given the latitude and longitude of an initial point, plus azimuth and distance. The inverse computation involves determining the forward and back azimuths and distance given the latitudes and longitudes of an initial and terminus point.
python
mapping
programming
The Proj class can convert from geographic (longitude,latitude) to native map projection (x,y) coordinates and vice versa, or from one map projection coordinate system directly to another.
The Geod class can perform forward and inverse geodetic, or Great Circle, computations. The forward computation involves determining latitude, longitude and back azimuth of a terminus point given the latitude and longitude of an initial point, plus azimuth and distance. The inverse computation involves determining the forward and back azimuths and distance given the latitudes and longitudes of an initial and terminus point.
march 2011 by joelcarranza
Books for hacker-minded people - HackerBooks
february 2011 by joelcarranza
Visual index and categorization of books mentioned on Stack Overflow and Hacker News
books
ebook
programming
february 2011 by joelcarranza
Clever Algorithms
january 2011 by joelcarranza
The book "Clever Algorithms: Nature-Inspired Programming Recipes" by Jason Brownlee PhD describes 45 algorithms from the the field of Artificial Intelligence. All algorithm descriptions are complete and consistent to ensure that they are accessible, usable and understandable by a wide audience.
programming
ebook
freeware
january 2011 by joelcarranza
TextMate Basics Tutorial
october 2010 by joelcarranza
Tutorial will show you around the basic features of TextMate. This is a must for everyone who wants to use TextMate seriously.
"This Tutorial starts rather unusually with an insight of TextMates Extensibility and Bundle System and also will show off the built-in editing features. I find this “Understanding TextMate” Section is essential for every user."
programming
"This Tutorial starts rather unusually with an insight of TextMates Extensibility and Bundle System and also will show off the built-in editing features. I find this “Understanding TextMate” Section is essential for every user."
october 2010 by joelcarranza
Software Illustrated : Gustavo Duarte
november 2009 by joelcarranza
In depth blog on modern low-level computer architecture. Clear writing and lots of diagrams. Stuff you should probably understand as computer science person yet likely don't.
programming
hardware
november 2009 by joelcarranza
Gmail for Mobile HTML5 Series
october 2009 by joelcarranza
A series of articles about techniques used to build GMail on the iphone and other rich mobile clients leveraging the emerging HTML5 standards
programming
october 2009 by joelcarranza
Why I’m Done Making Desktop Applications
october 2009 by joelcarranza
Some thought on writing native applications versus webapps.
programming
october 2009 by joelcarranza
Gist - GitHub
february 2009 by joelcarranza
pastebin site that allows you to store code snippets. Provide automatic syntax highlighting and version control. Iisn't restricted to just one file, can consist of multiple files. Might be ideal for code like greasemonkey scripts
programming
pastebin
february 2009 by joelcarranza
Snipt | Share and store code or command snippets.
february 2009 by joelcarranza
pastebin site which allows you to save small code snippets. May be private or public. Provides search, tags and automatic syntax highlighting.
programming
pastebin
february 2009 by joelcarranza
Stack Overflow
february 2009 by joelcarranza
Software development Q&A site. Allows you to submit questions to the site, which may then be answered by any user. Covers all technologies. Provides a moderation system where each user has a numeric score indicating "reputation" Allows you to set up tags for topics of interest, topics which you don't wish to see. Clean,simple design. Excellent source for high-quality information, average expertise level significantly higher that sun java forums.
reference
programming
gatekeeper
gatekeeper-daily
february 2009 by joelcarranza
Advanced Data Visualization Tools using Javascript | 84 Bytes
october 2008 by joelcarranza
Enumerates a number of experimental javascript libraries which can be used to visualize data - most of which utilize the firefox-only canvas element
visualization
programming
javascript
webdev
october 2008 by joelcarranza
The Tao of Mac - The Python Grimoire
march 2008 by joelcarranza
a book of magic spells and invocations. A Python tiddlywiki quick reference file
python
programming
reference
march 2008 by joelcarranza
Design Grid Layout Home Page
december 2007 by joelcarranza
DesignGridLayout is a LayoutManager inspired by the use of canonical grids for user interface design. DesignGridLayout works with JDK 1.5 and later.
gatekeeper
java
swing
layout-manager
gui
design
programming
development
december 2007 by joelcarranza
The Yahoo! User Interface Library (YUI)
december 2007 by joelcarranza
The YUI Library is a set of utilities and controls, written with JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX
gatekeeper
javascript
yui
programming
css
lib
license:bsd
december 2007 by joelcarranza
JavaScript Bubbling Library (YUI-CMS)
december 2007 by joelcarranza
A set of plugins, behaviors and widgets, for building event-driven web applications using the bubble-up technique.
gatekeeper
javascript
yui
programming
development
lib
december 2007 by joelcarranza
JSLog - a Lightweight Ajax logger
september 2006 by joelcarranza
lightweight, self-contained logging panel which takes the place of alert() boxes for your AJAX and DHTML applications. It is unobtrusive, easy to use, and can stay in your code through deployment.
gatekeeper
javascript
programming
tools
lib
september 2006 by joelcarranza
HSQLDB
may 2006 by joelcarranza
SQL capabilities
gatekeeper
java
sql
opensource
programming
database
software
may 2006 by joelcarranza
EMMA - Code Coverage Tool
march 2006 by joelcarranza
EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer's work fast and iterative. Every developer on your team can now get code coverage for free and they can get it fast!
gatekeeper
java
programming
testing
development
march 2006 by joelcarranza
libEMF: Enhanced Metafile Library
september 2005 by joelcarranza
libEMF is a C/C++ library which provides a drawing toolkit based on ECMA-234. The general purpose of this library is to create vector graphics files on POSIX systems which can be imported into StarOffice/OpenOffice. The Enhanced MetaFile (EMF) is one of the two color vector graphics format which is "vectorially" understood by SO/OO.
gatekeeper
wmf
windows
software
graphics
opensource
programming
lib
september 2005 by joelcarranza
Kirill Grouchnikov's Blog: How to create your own icons
september 2005 by joelcarranza
Almost every application with GUI needs icons. And they better be sexy. And stylish. And consistent. And small. Here are few tips for programatically creating icons using Java 2D features
gatekeeper
icons
java
swing
design
programming
gui
september 2005 by joelcarranza
winlaf: Home
september 2005 by joelcarranza
provides a common place for Swing developers to track inconsistencies in the Windows Look and Feel. Implements a supplamentary Windows Look & Feel that addresses a number of issues
gatekeeper
java
swing
gui
windows
programming
ui
lib
september 2005 by joelcarranza
TableLayout
september 2005 by joelcarranza
totally free layout manager based around row/column concept
gatekeeper
java
swing
gui
programming
layout-manager
september 2005 by joelcarranza
related tags
ant ⊕ apache ⊕ blog ⊕ books ⊕ cocoa ⊕ css ⊕ database ⊕ design ⊕ development ⊕ documentation ⊕ ebook ⊕ ebooks ⊕ faq ⊕ free ⊕ freeware ⊕ gatekeeper ⊕ gatekeeper-daily ⊕ graphics ⊕ gui ⊕ guide ⊕ hardware ⊕ html ⊕ icons ⊕ java ⊕ javascript ⊕ jdbc ⊕ layout-manager ⊕ lib ⊕ license:bsd ⊕ manual ⊕ mapping ⊕ microsoft ⊕ opensource ⊕ oracle ⊕ osx ⊕ pastebin ⊕ patterns ⊕ perl ⊕ programming ⊖ python ⊕ reference ⊕ service ⊕ software ⊕ sql ⊕ swing ⊕ testing ⊕ textmate ⊕ threads ⊕ tools ⊕ tutorial ⊕ ui ⊕ unicode ⊕ usability ⊕ via:popular ⊕ visualization ⊕ webdesign ⊕ webdev ⊕ windows ⊕ wmf ⊕ yui ⊕Copy this bookmark: