-
Recent Posts
- How to Extract a Subdirectory as a New git Repository
- Getting the Executable’s Directory at Run-Time (.NET)
- Installing gitolite on a Mac
- Resetting the iPhone
- Your Time is Limited
- Into Your Light
- Get PyDev Eclipse to Find zmq
- OS X, Apache, Tomcat, and mod_jk
- git Over A Non-Standard ssh Port
- Installing git on CentOS
- How to Reveal Hidden Files and Folders in a Mac OS X File Dialog
- Cleaning Up Jammed Subversion Transactions
Categories
- Arts (18)
- Computer (82)
- Mac (19)
- Programming (20)
- Robotics (1)
- SysAdmin (48)
- Dutch Oven (21)
- Recipes (7)
- Featured (4)
- Languages (14)
- Misc. (19)
- Amateur Radio (7)
- Announcements (1)
- Extra Mile (2)
- Governance (2)
- Uncategorized (6)
- Video (8)
- Ἀρετή (8)
- 日本語 (29)
May 2012 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 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 photography potato rolls Programming radio recipe rice rolls server ssh subversion success unix upgrade Utah vmware windows wordpress Zimbra ユーター 日本語
Category Archives: Programming
Quickly Scrambling a File (unsort)
A method for randomizing the order of lines in a file. Continue reading
Ignoring Files in Subversion from the Command Line
How to edit the subversion ignore list from the command line.
Continue reading
Rudamentary WiX Orphan Prevention
WiX can’t automatically detect when programmers add assemblies to an application. Continue reading
Posted in Programming
Tagged assemblies, custom task, dlls, files, missing, msbuild, orphan, wix
Leave a comment
Venting On PowerShell
PowerShell intends to follow in the tradition of the Unix-style shells, but it will not be simple for Un*x users to pick up. Continue reading
Posted in Programming
Tagged comparison, difficult, intutive, powershell, shell, unix, windows
4 Comments
One-Stroke GUIDs in Visual Studio
How to get a new GUID in Visual Studio with a single key combination. Continue reading
Posted in Programming
Tagged delphi, easy, generate, guid, one-stroke, visual studio, vs
Leave a comment
Focus On Functionality with Objective C
Interfaces are an important polymorphism tool in languages like Java and Delphi. Objective C protocols are similar, but some syntax may not be obvious at first. Continue reading
Posted in Computer, Mac, Programming
Tagged interface, objective c, os x, protocol, TInterfacedObject
Leave a comment
/tmp on OS X
How to get the current user’s temporary directory on OS X. Continue reading
Posted in Mac, Programming
Tagged nstemporarydirectory, objective c, os x, Programming, temp dir, temporary, temporary directory, tmp
4 Comments
Setting a Language for vim Syntax Highlighting
How to set the language for syntax highlighting in vim. Continue reading
Leaking Interfaced Objects in Delphi
If one overrides the AfterConstructor method of a TInterfacedObject descendent, not calling inherited will cause a memory leak. Continue reading
Posted in Programming
Tagged AfterConstruction, delphi, interface, interfaced object, memory, memory leak, TInterfacedObject
Leave a comment
Removing Sticky Packages from Delphi Projects
In the Delphi IDE, when working on a project, you open a package (.dpk), then close the package. However, when you open the project at a later date the package “sticks” to the project. In other words, the package is … Continue reading
Posted in Programming
Tagged close, close package, delphi, delphi ide, ide, package, Programming, project, remove, remove package
Leave a comment