It's difficult to tell what is being asked here. This question is ambiguous, vag开发者_开发知识库ue, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
I\'m writing a small gem, and I want to define a DSL-like method, pretty much the same as the desc and task methods in Rake.
I\'m programming (and indeed close to completing) a CLI program to test the user on vocabulary, or indeed any set of questions and responses he/she would care to define.
so I have site structure like this. I have index.php, that includes() include.php, which includes functions.php and a bunch of other files.
I\'d love to pre-define some global hotkeys in my little cocoa application, and my question is: should I worry about the keyboard layouts?
Having a bit of a problem. Unfortunately I\'m at work (not home) so cannot show code. Basically, I\'ve got three class files - my main class, which at the moment is handling the touchscreen functiona
Most of the models in my iOS app query a web server. I would like to have a configuration file storing the base URL of the server. It will look something like this:
I\'ve spent the last two hours trying to figure out how to do this but nothing is working. Here is a short sample of some of my code. I want to get arrtime and several other similar variables out of t
Let me start by explaining. I have a few global database connections and have a few simple functions that use each one and perform queries and such.
When answering another question, I was using this pattern to call a function recursively: (function() {