-
Recent Posts
- P4 Windows Explorer Integration Not Connecting to the Correct Workspace
- How to Install gcc 4.7 on Mac OS X
- 3D Printing Lesson #1 — Buy a Kit
- GPS Resources
- 5V to 3.3V Logic Level Shifting Stragety Notes
- Installing Rigol DS 1052E Ultrascope Software on Windows 7
- Component Testing with an Oscilloscope
- Fixing Mountain Lion Runaway parentalcontrolsd
- Effects of Varying I²C Pull-Up Resistors
- Communication Between Arduinos Using I²C
- Integrating GitHub Pull Requests with TeamCity
- Syntax Plugin Upgrade
Categories
- Arts (18)
- Computer (104)
- 3D Printing (1)
- Mac (20)
- Micro & Hardware (14)
- Programming (27)
- Robotics (3)
- SysAdmin (51)
- Dutch Oven (21)
- Recipes (7)
- Featured (4)
- Languages (14)
- Misc. (22)
- Amateur Radio (7)
- Announcements (1)
- Extra Mile (2)
- Governance (2)
- Uncategorized (6)
- Video (8)
- Ἀρετή (8)
- 日本語 (29)
May 2013 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
amateur Amateur Radio apache arduino centos centos 5 config configuration cooking curry delphi Dutch Oven dutch oven cooking fear git ham ham radio how to independence install Japanese linux Mac mac os x Music os x potato rolls Programming radio recipe rice rolls server ssh subversion success unix upgrade Utah utf-8 vmware windows wordpress Zimbra 日本語
Category Archives: Programming
How to Install gcc 4.7 on Mac OS X
How to Install gcc 4.7 on Mac OS X using MacPorts. Continue reading
GPS Resources
These are various notes about working with GPS. Summary GPS is a bit of mess. ESR has a great summary of the problems in his article Why GPSes suck, and what to do about it, which includes a good overview … Continue reading
Including Libraries in the Arduino IDE
Any Arduino libraries that are needed by the files outside of the sketch (.ino) file must also be listed in the sketch file itself. Continue reading
Posted in Micro & Hardware, Programming
Tagged arduino, does not name a type, error, ide, include, library, sketch
Leave a comment
Multiple Source Files with the Arduino IDE
How to use multiple files in an Arduino sketch. Continue reading
Posted in Micro & Hardware, Programming
Tagged arduino, files, include, multiple, sketch, source
1 Comment
What is Unicode?
A brief explanation of Unicode and UTF encoding methods. Continue reading
Posted in Programming
Tagged i18n, internationalization, l10n, localization, unicode, utf-16, utf-8
Leave a comment
Handy Unicode Tools
In my internationalization and localization work, I have to ensure that UTF-8 is being correctly generated and stored. The hixie.ch UTF-8 decoder is very flexible on the input it accepts and shows the internals of the decoding. The rishida.net conversion … Continue reading
How to Extract a Subdirectory as a New git Repository
This is how I split a subdirectory in a large git repository off into its own git repository.
Continue reading
Posted in Programming
Tagged create, extract, git, new filter-branch, repository, split, subdirectory
Leave a comment
Getting the Executable’s Directory at Run-Time (.NET)
Nitty-gritty on .NET and executable paths. More than you wanted to know.
Continue reading
Posted in Programming
Tagged .net, AppDomain, BaseDirectory, c#, CurrentDomain, directory, executable, GetExecutingAssembly, Location, StartupPath
2 Comments
Get PyDev Eclipse to Find zmq
If correctly installed, Python on the OS X has no trouble finding the ØMQ Python bindings. However, the Eclipse PyDev by default will not locate the zmq library within the Eclipse IDE. Therefore, if you include the following in your … Continue reading
Posted in Programming
Tagged Eclipse, fix, PyDev, solution, unresolved import, zeromq, zmq, ØMQ
Leave a comment