mipadi
|
Registered User
|
I'm a systems programmer at RPI. I also worked as an ASP web developer for almost 5 years. But I'd rather just be playing writing.
|
|
9m |
answered | What’s the starting point to write functionality for LaTeX? |
|
2h |
accepted | Run Xcode tools from the Terminal window |
|
3h |
answered | Bash syntax: What is the “<<”? |
|
3h |
answered | Run Xcode tools from the Terminal window |
|
2d |
answered | What can I use to code on my Linux OS? |
|
2d |
comment |
How do we change a struct value that has been passed in a method? The . operator works on values (the struct itself), whereas the -> first dereferences a pointer, and then works on a field in that structure. Basically, currentQs->points is synonymous with (*currentQs).points. |
|
2d |
accepted | How do we change a struct value that has been passed in a method? |
|
2d |
answered | How do we change a struct value that has been passed in a method? |
|
2d |
answered | Releasing With NSMutableArray? |
|
Dec 15 |
comment |
C,Python - different behaviour of the modulo (%) operation Not BS from a mathematical standpoint: modulus arithmetic has a well-defined meaning in math, and C's modulo operator doesn't handle negative numbers the way it should, from a mathematical perspective. The C99 has its own definition that is nonstandard w.r.t. mathematics. |
|
Dec 15 |
answered | C,Python - different behaviour of the modulo (%) operation |
|
Dec 15 |
comment |
Does Reddit use any type of ORM? Ah yes, that is in fact what I meant. Thanks for fixing that Dan! |
|
Dec 14 |
answered | Does Reddit use any type of ORM? |
|
Dec 14 |
comment |
What non-programming books should programmers read? @jamesh: I don't think Cryptonomicon is hands-down a better book than Snow Crash. Cryptonomicon is certainly interesting and well-written, but the ideas -- particularly on linguistics, cogsci, and the philosophy of the mind -- that are expressed in Snow Crash are very interesting and have a lot of depth. I think programmers tend to focus on the tech stuff and miss what Stephenson is really saying in Snow Crash. (Plus I think Snow Crash is more fun, but that's just my taste.) |
|
Dec 14 |
comment |
What non-programming books should programmers read? 1984 is *boring*‽ |
|
Dec 13 |
accepted | Are mailto links even relevant in an age of increased webmail? |
|
Dec 13 |
answered | Are mailto links even relevant in an age of increased webmail? |
|
Dec 13 |
comment |
Xcode cannnot find my plist file when building It can be -- you just have to make sure that Xcode knows the proper path to it. Perhaps when you added it it wasn't in a subdirectory, and then you moved it? |
|
Dec 13 |
comment |
The use of “:” and “.” in a call to java with classpath declaration. @Asaph: Yes, but that won't work if you're invoking from the command-line. If you're invoking from the command-line, you kind of have to know what the proper separator is. :) |
|
Dec 13 |
awarded | ● Nice Answer |
|
Dec 13 |
accepted | The use of “:” and “.” in a call to java with classpath declaration. |
|
Dec 13 |
accepted | Xcode cannnot find my plist file when building |
|
Dec 13 |
answered | Xcode cannnot find my plist file when building |
|
Dec 13 |
revised |
Convert PDF pages to images with COCOA fixed formatting |
|
Dec 13 |
answered | The use of “:” and “.” in a call to java with classpath declaration. |
|
Dec 12 |
answered | Replace MacPorts dependency with other package |
|
Dec 12 |
comment |
Development time in various languages I think some of those results may not be directly related to language, though. In my personal experience, I've found that programmers experienced in languages like Haskell, Forth, etc., tend to be more talented overall than other programmers; likewise, smart programmers tend not to use languages like C, C++, etc., for "fun" problems like Project Eulers, even though they would probably be as successful with those languages. |
|
Dec 11 |
comment |
How to use a MIT License in an Embedded device Note that "Software" is defined as "a copy of this software and associated documentation files". Do you have documentation that ships with your device? I am not a lawyer either, but I imagine that if you put the notice re: jQuery in your device's documentation, you should be fine. |
|
Dec 9 |
answered | TextMate: Adding to a bundle |
|
Dec 8 |
answered | Django: fill form from get method |
|
Dec 8 |
answered | Why does my Python class claim that I have 2 arguments instead of 1? |
|
Dec 8 |
comment |
Django 1.1.1: How should I store an empty IP address using PostgreSQL? Ah yes, I see. Sorry -- I misunderstood the problem before. |
|
Dec 8 |
comment |
Checking for empty NSSet? If you use it a lot, you could add an isEmpty method as a category on NSSet, which a body like - (BOOL)isEmpty { return [self count] == 0; }. |
|
Dec 8 |
comment |
Git - how to tell which commit a tag points to @ Jakub: git rev-parse $TAG returns the SHA1 of the tag object, not the commit to which it points. git rev-list -1 works, though. |
|
Dec 7 |
accepted | Git - how to tell which commit a tag points to |
|
Dec 7 |
comment |
git remote update Incidentally, git remote is not a shell script, but it spawns git fetch during a remote update. |
|
Dec 7 |
answered | Git - how to tell which commit a tag points to |
|
Dec 7 |
answered | Django 1.1.1: How should I store an empty IP address using PostgreSQL? |
|
Dec 7 |
answered | XCode Project Details? |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 6 |
comment |
How to check the TEMPLATE_DEBUG flag in a django template? The if tag should work. From the Django docs: "The {% if %} tag evaluates a variable, and if that variable is 'true' (i.e. exists, is not empty, and is not a false boolean value) the contents of the block are output." |
|
Dec 4 |
comment |
Good people or projects to follow in github ? Yes, but on a place like GitHub there are enough great projects in just about any language that it makes more sense to look at ones written in a language you actually want to learn (or learn to use better). Besides, if you know nothing about a language, how can you tell if the code is good or not? |
|
Dec 4 |
answered | Good people or projects to follow in github ? |
|
Dec 4 |
accepted | How to split objective c function definition? |
|
Dec 4 |
answered | How to split objective c function definition? |
|
Dec 3 |
accepted | equivalent of apt-get on different Linux distros |
|
Dec 3 |
answered | Django name field: is it better to have the whole name in one field? |
|
Dec 3 |
answered | equivalent of apt-get on different Linux distros |
|
Dec 2 |
comment |
what software on a silverlight developer’s laptop Well, I know in Vista Business it's hidden (from Games Explorer) until you enable it. :) |
|
Dec 2 |
awarded | ● Nice Answer |
