User Robert Gould - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T02:31:03Zhttp://stackoverflow.com/feeds/user/15124http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1853985/is-there-a-comprehensive-list-of-google-app-engine-applications-out-there1Is there a comprehensive list of Google App Engine applications out there?Robert Gould2009-12-06T00:14:41Z2009-12-08T02:56:22Z
<p>I'm considering leveraging Google App Engine for a small side project, but before I go in head first and start coding my apps (which are fairly trivial and common stuff) I'd like to check out what has already been done. But I haven't been able to find any place that lists the sorts of applications already out there. Anyone knows of such a place?</p>
http://stackoverflow.com/questions/1860130/how-to-bind-sql-variables-in-php0How to bind SQL variables in Php?Robert Gould2009-12-07T13:54:57Z2009-12-07T14:40:41Z
<p>How to bind SQL variables in Php?
I want to bind variables instead of just building SQL strings.
Anyway to do this in Php?</p>
<p>either MySQL or PostgreSQL answers would help.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1853983/c-book-for-a-beginner/1854008#18540081Answer by Robert Gould for C++ Book for a BeginnerRobert Gould2009-12-06T00:19:54Z2009-12-06T00:19:54Z<p><a href="http://rads.stackoverflow.com/amzn/click/1592002056" rel="nofollow">Beginning C++ Game Programming</a> . Curiously this book is rather useless for game programming (unless you want to write a console based poker game, as it doesn't cover graphics or anything like that), but as a C++ learning book it is incredibly useful and easy to follow by the end you'll understand all the mayor features of C++ and how to use the standard library effectively as well as pointers and templates, so its a rather good deal.</p>
http://stackoverflow.com/questions/1820815/how-to-help-a-struggling-newbie-do-a-better-job/1824223#182422318Answer by Robert Gould for How to help a struggling newbie do a better job?Robert Gould2009-12-01T05:45:25Z2009-12-01T05:45:25Z<p>Here is some advice from the way this is handled in Japan.</p>
<p>First of all have him setup his working environment (give him a week to do it), then tell him who is who and give him a list of the mailing addresses of his co-workers. 1 week won't put much pressure on him, and he'll achieve something tangible in his first 5 days</p>
<p>On his first Friday take the new-commer out with the team for a few drinks, go-carts, or disneyland (it's about an hour away). It depends on your tastes and what the new-commer prefers. This will help him understand the team, and see them interacting at a personal level, and it'll help him feel like one of the family. This way he will feel much more confident about approaching others for help.</p>
<p>Next have him do some basic coding for 2-3 weeks. Give him say 5 really small assignments a day on his first week. Basic fizz-buzz level stuff. And do a code review at the end of each day.</p>
<p>During his 2nd-3rd week have him work on a toy project (with a real deadline). In the same field as his future work, but not part of the actual project. This way he has a sandbox to work on without fear of breaking other people's work. Review the code with him twice a week. And have him present his work to the team after it is done. This will give him invaluable confidence.</p>
<p>Now after his first 3 weeks of basic training, go for drinks or fun with the team again.</p>
<p>He has passed the initiation rite (very important psychologically).</p>
<p>Now put him to work on the real project, but give him a week to read up on code and ask questions. At mid week and the end of the week setup meetings so he can ask questions to the team, without feeling like he has to interrupt anyone.</p>
<p>Now that you have a happy, inquisitive and confident new-comer, do all the stuff that everyone else is suggesting here :)</p>
http://stackoverflow.com/questions/1823924/where-can-i-find-information-about-nosql-implementation-patterns1Where can I find information about NOSQL implementation patterns?Robert Gould2009-12-01T04:01:48Z2009-12-01T04:08:48Z
<p>Just came across this article about NOSQL patterns (not mine). It's covers lots of NOSQL implementation patterns, from a developers point of view (like hashing and replication patterns).</p>
<p>All in all it's very useful in case anyone is asking themselves about the question:</p>
<blockquote>
<p>Where can I find information about NOSQL implementation patterns?</p>
</blockquote>
<p>So added a question here, please feel free to add more answers!</p>
http://stackoverflow.com/questions/1823924/where-can-i-find-information-about-nosql-implementation-patterns/1823934#18239341Answer by Robert Gould for Where can I find information about NOSQL implementation patterns?Robert Gould2009-12-01T04:05:37Z2009-12-01T04:05:37Z<p>A great article about NOSQL patterns is found here:</p>
<p><a href="http://horicky.blogspot.com/2009/11/nosql-patterns.html" rel="nofollow">http://horicky.blogspot.com/2009/11/nosql-patterns.html</a></p>
<p>covers</p>
<ul>
<li><p>API model</p></li>
<li><p>Machines layout</p></li>
<li><p>Data partitioning (Consistent
Hashing)</p></li>
<li><p>Data replication</p></li>
<li><p>Membership Changes</p></li>
<li><p>Client Consistency</p></li>
<li><p>Master Slave (or Single Master) Model</p></li>
<li><p>Multi-Master (or No Master) Model</p></li>
<li><p>Quorum Based 2PC</p></li>
<li><p>Vector Clock</p></li>
<li><p>State Transfer Model</p></li>
<li><p>Operation Transfer Model</p></li>
<li><p>Map Reduce Execution</p></li>
<li><p>Handling Deletes</p></li>
<li><p>Storage Implementation</p></li>
</ul>
http://stackoverflow.com/questions/304564/is-there-a-good-k-kode-editor-for-klingon7Is there a good K++ Kode editor for Klingon?Robert Gould2008-11-20T07:30:53Z2009-11-28T15:50:19Z
<p>Ok, I know this is a strange question, but there is a "standard" (fan-wise at least) Unicode support for the Klingon alphabet, and since code can be written in Unicode with no problem, that means it is possible to write Kode with Klingon tokens( vars, function names, etc...).</p>
<p>For the record I've written C++ in Japanese and it works, so K++ in Klingon should work too. But I don't know of any text editor with support for Klingon. Any suggestions?</p>
http://stackoverflow.com/questions/642229/why-do-i-need-to-use-typedef-typename-in-g-but-not-vs2Why do I need to use typedef typename in g++ but not VS?Robert Gould2009-03-13T11:22:25Z2009-11-25T23:48:18Z
<p>It had been a while since GCC caught me with this one, but it just happened today. But I've never understood why GCC requires typedef typename within templates, while VS and I guess ICC don't. Is the typedef typename thing a "bug" or an overstrict standard, or something that is left up to the compiler writers?</p>
<p>For those who don't know what I mean here is a sample:</p>
<pre><code>template<typename KEY, typename VALUE>
bool find(const std::map<KEY,VALUE>& container, const KEY& key)
{
std::map<KEY,VALUE>::const_iterator iter = container.find(key);
return iter!=container.end();
}
</code></pre>
<p>The above code compiles in VS (and probably in ICC), but fails in GCC because it wants it like this:</p>
<pre><code>template<typename KEY, typename VALUE>
bool find(const std::map<KEY,VALUE>& container, const KEY& key)
{
typedef typename std::map<KEY,VALUE>::const_iterator iterator; //typedef typename
iterator = container.find(key);
return iter!=container.end();
}
</code></pre>
<p>Note: This is not an actual function I'm using but just something silly that demonstrates the problem</p>
http://stackoverflow.com/questions/1115563/what-is-zip-functional-programming6What is zip (functional programming?)Robert Gould2009-07-12T08:28:34Z2009-11-25T17:10:48Z
<p>I recently saw some Clojure or Scala (sorry I'm not familiar with them) and they did zip on a list or something like that. What is zip and where did it come from ?</p>
http://stackoverflow.com/questions/933985/where-can-i-find-an-implementation-of-c99s-math-for-visual-studio0Where can I find an implementation of C99's math for Visual Studio?Robert Gould2009-06-01T08:34:44Z2009-11-23T21:00:04Z
<p>I have some code that uses several math functions that exist in C99, but aren't defined in math.h or cmath that come with VS2005. Anywhere I can get a VS2005 compatible implementation of C99?</p>
http://stackoverflow.com/questions/308450/netbeans-or-eclipse-for-c5Netbeans or Eclipse for C++?Robert Gould2008-11-21T11:14:08Z2009-11-22T19:10:36Z
<p>I'm currently working on a pet project and need to do C++ development on Windows, Mac, Linux, and Solaris, and I've narrowed it down to Netbeans and Eclipse, so I was wonderig which is more solid as a C++ editor. I just need solid editing, good autocompletion for templated code ad external libraries, and project file management, the build tools are external, so thats irrelevant here, for my comparison.</p>
<p>Thus which is a better choice?</p>
<p>Note: I know I should be using emacs or vim, but the issue is, my theory at least, that I'm left handed, so I use my right side (design,creativity) of the brain more than the left side (logic, memory), so I just simply cannot use emacs or vim, my brain simply isn't compatible, I tried them many times too, even used emacs for a few months but it drove me crazy...</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1768766/error-installing-apache-libaprutil0Error installing Apache (libaprutil)Robert Gould2009-11-20T06:49:51Z2009-11-20T06:52:20Z
<p>While installing apache, I got this error message:</p>
<p>libtool: install: error: cannot install `libaprutil-1.la' to a directory not ending /some_directory</p>
<p>What's wrong?</p>
<p><hr></p>
<p>NOTE: I already figured out the issue, but since searching Google was not very helpful, I wrote up this question in the hope of helping others, and possibly myself, with this error in the future.</p>
http://stackoverflow.com/questions/1768766/error-installing-apache-libaprutil/1768780#17687801Answer by Robert Gould for Error installing Apache (libaprutil)Robert Gould2009-11-20T06:52:20Z2009-11-20T06:52:20Z<p>apparently <code>./config --prefix=/mydir</code> didn't get set correctly the first time. Rerunning a failed apache <code>make</code> can be troublesome.
You need to first do a <code>make clean</code>, and then retry with the correct --prefix</p>
http://stackoverflow.com/questions/1740838/inserting-new-columns-in-the-middle-of-a-table1Inserting new columns in the middle of a table?Robert Gould2009-11-16T08:32:34Z2009-11-16T09:53:35Z
<p>When one uses "ALTER TABLE tab ADD col", the new column gets added to the end of the table. For example:</p>
<pre><code>TABLE: TAB
COL_1 COL_2 COL_4
ALTER TABLE TAB ADD COL_3
</code></pre>
<p>table will become</p>
<pre><code>TABLE: TAB
COL_1 COL_2 COL_4 COL_3
</code></pre>
<p>However as the naming of my example columns suggests I'd actually like the table to end up like this:</p>
<pre><code>TABLE: TAB
COL_1 COL_2 COL_3 COL_4
</code></pre>
<p>With COL_3 before COL_4.</p>
<p>Besides rebuilding the table from scratch, is there any standard SQL that will get the job done? However if there is no standard SQL, I could still use some vendor dependent solutions for Oracle, but again a standard solution would be best.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/93526/what-is-a-y-combinator/490559#4905590Answer by Robert Gould for What is a y-combinator?Robert Gould2009-01-29T05:18:30Z2009-11-15T22:15:41Z<p>For cross referencing here is an implementation of a <a href="http://stackoverflow.com/questions/89523/lua-patterns-tips-and-tricks#490558"> Y Combinator in Lua</a>.</p>
http://stackoverflow.com/questions/147298/multithreaded-memory-allocators-for-c-c9Multithreaded Memory Allocators for C/C++Robert Gould2008-09-29T02:13:02Z2009-11-14T19:46:27Z
<p>Hi I currently have heavily multithreaded server application, and I'm shopping around for a good multithreaded memory allocator.</p>
<p>So far I'm torn between:</p>
<p>-Sun's umem</p>
<p>-Google's tcmalloc</p>
<p>-Intel's threading building blocks allocator</p>
<p>-Emery Berger's hoard</p>
<p>From what I've found hoard might be the fastest, but I hadn't heard of it before today, so I'm skeptical if its really as good as it seems. Anyone have personal experience trying out these allocators?</p>
http://stackoverflow.com/questions/89523/lua-patterns-tips-and-tricks23Lua Patterns,Tips and TricksRobert Gould2008-09-18T02:37:17Z2009-11-13T14:45:27Z
<p>This is a Tips & Tricks question with the purpose of letting people accumulate their patterns, tips and tricks for Lua. </p>
<p>Lua is a great scripting language, however there is a lack of documented patterns, and I'm sure everyone has their favorites, so newcomers and people wondering if they should use it or not can actually appreciate the language's beauty.</p>
http://stackoverflow.com/questions/323346/what-can-lisp-do-that-lua-cant12What can Lisp do that Lua can't?Robert Gould2008-11-27T09:53:50Z2009-11-11T17:52:36Z
<p>Lua's most direct competitor in the scripting arena is Python. So it commonly gets compared with Python, however I've heard many times that Lua is very much like Lisp(Scheme) in terms of expressive power and flexibility. </p>
<p>Now I'm a Lua power-user, and know its intricacies in and out, but I've only tried Lisp once or twice, so obviously I'm by no means an expert, so I was wondering what kind of features does Lisp have that Lua is missing, if any?</p>
<p><strong>Edit:</strong> Some findings:</p>
<p>Reading Greg Hewgill's suggested <a href="http://www.defmacro.org/ramblings/lisp.html" rel="nofollow">article</a> and the Wikipedia article I've found the following points:</p>
<p><strong>Some shared points:</strong></p>
<p>-In Lisp Code you have Lambda, same with Lua</p>
<p>-In Lisp Code and Data are the same, same with Lua (<strong>See code example below</strong>).</p>
<p>-In Lisp functions are not special, same with Lua.</p>
<p>-In Lisp Everything is stored in a tree fashion, same with Lua (not as obvious but its the case)</p>
<p>-In Lisp you have S-expressions, in Lua the entire enviroment is a table, and tables have the power of S-expressions, so it's probably the same, not sure.</p>
<p>-Both Languages have true tail-calling semantics</p>
<p>-Lisp has only Atoms and Lists, Lua has only Variables and Tables, the end result, and power is the same (I think)</p>
<p><strong>Lisp can do, but require advanced techniques, or can't be done in Lua</strong></p>
<p>-In Lisp you can make operators be anything, this is somewhat possible with Lua, however it requires metatables, and so the operators can be anything for certain closures and objects, but not globally.</p>
<p>-In Lisp you have Macros, In Lua you don't, but you have metatables. I can't think of a trick you could do with Macros that can't be done with Lua's regular syntax, but its a point. (<strong>See MetaLua below for an example of a true Macro extension and how this can actually be done in Lua</strong>)</p>
<p>-Lisp has prefix notation (+ 1 2 3 4), Lua doesn't have this</p>
<p>-in Lisp, you can freely mix Function parameters "required, optional, keyword, and rest parameters", in Lua there is no distinction between parameters, so you need to check by hand</p>
<p><strong>Lua can do, and I have no idea if Lisp can do it</strong></p>
<p>-In Lua you can swap closures and enviroments (global included) in and out at runtime, can Lisp do this?</p>
<p>-In Lua you can swap metatables (similar to C++ virtual tables, but more powerful) on objects and modify them at any time, during compilation or runtime, can Lisp do this?</p>
<p>-In Lua you have fully functional closures, does Lisp have this?</p>
<p>-In Lua tables can become functors, can Lisps lists do this? (I think the S-expressions allow for this, but not sure)</p>
<p><hr /></p>
<p>Lisp-like Macros also has been implemented in Lua as such with MetaLua library:</p>
<pre><code>----------------------------------------------------
-- Lambda-Calculus evaluator (weak head normal form)
----------------------------------------------------
-{ extension "match" }
function replace(var, newval, term)
match term with
| `Var{ v } if v==var -> return newval
| `Var{ _ } -> return term
| `Apply{ f, x } ->
return `Apply{ replace(var, newval, f), replace(var, newval, x) }
| `Lambda{ v, _ } if v==var -> return term
| `Lambda{ v, b } ->
return Lambda{ v, replace(var, newval, b) }
end
end
function reduce_whnf(term)
match term with
| `Apply{ `Lambda { param, body }, arg } ->
local x = replace (param, arg, body)
return reduce_whnf(x)
| _ -> return term
end
end
</code></pre>
<p><hr /></p>
<p>There are those skeptical that Lua is in fact code and data, so I'll pull an example and quote from the manual:</p>
<p>This below is Code or Data depending on how you look at it, because entry may be anything, it can easily process the data bellow, but that data bellow could also be something more code-like. Anyways I haven't seen any example of Lisp doing something code-data related that Lua can't do just as easily. If an example of Lisp is available I'll try to match it with Lua, if I'm not totally wrong.</p>
<pre><code>entry{
title = "Tecgraf",
org = "Computer Graphics Technology Group, PUC-Rio",
url = "http://www.tecgraf.puc-rio.br/",
contact = "Waldemar Celes",
description = [[
TeCGraf is the result of a partnership between PUC-Rio,
the Pontifical Catholic University of Rio de Janeiro,
and <A HREF="http://www.petrobras.com.br/">PETROBRAS</A>,
the Brazilian Oil Company.
TeCGraf is Lua's birthplace,
and the language has been used there since 1993.
Currently, more than thirty programmers in TeCGraf use
Lua regularly; they have written more than two hundred
thousand lines of code, distributed among dozens of
final products.]]
}
</code></pre>
<p>And quoting the book it says:</p>
<blockquote>
<p>The interesting thing about this representation is that a file with a sequence of such entries is a Lua program</p>
</blockquote>
<p><hr /></p>
<p>Also here is a <a href="http://en.wikibooks.org/wiki/Lua_Functional_Programming" rel="nofollow">wikibook </a> in which the author duplicates the code samples (in Lua) featured in Paul Graham's "On Lisp". As proof that Lua can do anything Lisp can in the functional programming area. (<strong>Disclaimer</strong>, remember I'm not a Lisper so I can't back this statement personally)</p>
<p><hr /></p>
<p>Here is an SO link to <a href="http://stackoverflow.com/questions/89523/lua-patternstips-and-tricks" rel="nofollow">some other cool things</a> Lua can do, that I don't know if Lisp can</p>
http://stackoverflow.com/questions/733794/what-are-some-unix-tools-to-emulate-bad-networks3What are some Unix tools to emulate bad networks?Robert Gould2009-04-09T11:24:17Z2009-11-10T22:40:11Z
<p>While developing sever applications, it's many times important to know how stuff works when connections slowdown, suddenly die, or have a very low throughput, however since it would cost a fortune to develop a test network that could emulate all the above "features", we need to emulate them through software. </p>
<p>One way to do this would be to alter the client and server applications, but that's not very cost effective either. And the other method would be through intercepting and altering behavior at the OS level, which seems more promising, and the type of tools I'm looking for right now.</p>
<p>My case in particular is with Solaris servers, but generic Unix/BSD tools are more than welcome. Also feel free to post Window's tools as it will probably help others that come along but aren't using Unix.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/349899/what-c-compilers-are-supporting-lambda-already4What C++ compilers are supporting lambda already?Robert Gould2008-12-08T15:41:20Z2009-11-09T21:15:20Z
<p>Are there C++ compilers already supporting <a href="http://en.wikipedia.org/wiki/C%2B%2B0x" rel="nofollow">C++0x</a> <a href="http://en.wikipedia.org/wiki/Lambda%5Fcalculus" rel="nofollow">lambda</a> expressions?</p>
http://stackoverflow.com/questions/186070/whats-is-a-good-ratio-of-class-to-lines-of-code-for-object-oriented-languages1What's is a good ratio of Class to Lines of Code for Object-Oriented languages?Robert Gould2008-10-09T06:01:21Z2009-11-04T16:09:10Z
<p>What's is a good ratio for the number Classes to Lines of Code for an Object-Oriented language (say C++,C#,Java and their likes)?</p>
<p>Many people, including managers, like the traditional LOC (lines of code) metric to measure the complexity of software, while many hard-boiled Object Oriented developers will say LOC is worthless its Class count that matters. And personally I believe that Classes may be a more reasonable metric of complexity, but that without a LOC metric the actual complexity of those classes (amount of poltergeists and gods in there) is hard to estimate.</p>
<p>Thus does anybody know of what is likely to be a healthy ratio for some fairly well coded software?</p>
<p>Edit: In this particular case, I'm looking for a ratio to determine a ball-park estimate of how much refactoring might be required to clean up the code.</p>
<p>Edit: Does anyone know of ratios for some big OSS projects like Firefox, Apache, Webkit, etc...?</p>
http://stackoverflow.com/questions/1673428/is-iso-9241-ergonomics-of-human-system-interaction-relevant-in-the-industry/1673557#16735571Answer by Robert Gould for Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?Robert Gould2009-11-04T12:42:18Z2009-11-04T12:42:18Z<p>It is a useful read, and has some applicability to UI. But I wouldn't go through the trouble to certify an application. General rule of thumb is don't waste efforts that won't increase user base and their satisfaction. But as I said there are lessons to be learned that will benefit your users such as placing related functioonality close by and suff like that.</p>
http://stackoverflow.com/questions/876048/why-can-i-define-structures-and-classes-within-a-function-in-c2Why can I define structures and classes within a function in C++?Robert Gould2009-05-18T02:43:35Z2009-11-01T06:57:10Z
<p>I just mistakenly did something like this in C++, and it works. Why can I do this?</p>
<pre><code>int main(int argc, char** argv) {
struct MyStruct
{
int somevalue;
};
MyStruct s;
s.somevalue = 5;
}
</code></pre>
<p>Now after doing this, I kind of remembered reading about this trick someplace, a long time ago, as a kind of poor-man's functional programming tool for C++, but I can't remember why this is valid, or where I read it. </p>
<p>Answers to either question are welcome!</p>
<p>Note: Although when writing the question I didn't get any references to <a href="http://stackoverflow.com/questions/681068/declaring-structures-within-functions-in-c">this question</a>, the current side-bar points it out so I'll put it here for reference, either way the question is different but might be useful.</p>
http://stackoverflow.com/questions/1649793/why-do-people-want-to-deliver-both-json-and-xml-as-output-to-their-rest-interface/1649960#16499600Answer by Robert Gould for Why do people want to deliver both Json and XML as output to their REST interfaces?Robert Gould2009-10-30T13:57:11Z2009-10-30T13:57:11Z<p>In many cases the service started out with XMP / SOAP, that was the only solution a few years ago. However recently (last 2 years or so) JSON has become more and more popular, so most services decided to also support JSON, and since they already had an XML interface they just kept it</p>
http://stackoverflow.com/questions/1642167/do-javascript-prototypes-have-something-equivalent-to-luas-index-newindex1Do Javascript prototypes have something equivalent to Lua's __index & __newindex?Robert Gould2009-10-29T07:52:48Z2009-10-30T09:22:02Z
<p>I want to define a behavior on Javascript objects that kicks in when the referenced attribute/method doesn't exist.
In Lua you can do this with metatables and the <code>__index & __newindex</code> methods. </p>
<pre><code>--Lua code
o = setmetatable({},{__index=function(self,key)
print("tried to undefined key",key)
return nil
end
})
</code></pre>
<p>So I'm wondering if there is something similar in javascript.</p>
<p>What I'm trying to achieve is a generic RPC interface that works like this (not valid Javascript):</p>
<pre><code>function RPC(url)
{
this.url = url;
}
RPC.prototype.__index=function(methodname) //imagine that prototype.__index exists
{
AJAX.get(this.url+"?call="+ methodname);
}
var proxy = RPC("http://example.com/rpcinterface");
proxy.ServerMethodA(1,2,3);
proxy.ServerMethodB("abc");
</code></pre>
<p>So how can I do this?</p>
<p>Can this even be done?</p>
http://stackoverflow.com/questions/549274/what-programming-languages-and-language-features-are-under-109What programming languages and language features are under 10?Robert Gould2009-02-14T15:51:53Z2009-10-30T06:00:46Z
<p>It seems there are many 'new' languages around but in reality it seems like most of the popular, non experimental, ones are already in their teens and the truely mainstream are older than most junior programmers. Now I just remembered this obvious fact when I realized even the 'hip' Ruby language is 15 this month (February 1994). While stuff like Haskell, that's in everyones 'to learn' list is even older than that.</p>
<p>Thinking about it the only really new language, in common use, I could think of that's under 10 is C#. But even C# doesn't really have any new features to it, although it has picked up some of the best features of it's predecessors.</p>
<p>So I'm wondering what new languages, and their corresponding new features/ideas are under 10 right now? Anything that's likely to be big 10 years from now? Any new language features to look forward to? Or are we done already???</p>
<p><hr /></p>
<p>Apparently there is nothing really new that isn't a hybrid or refinement. Maybe LOLCODE because it's designed to be absurd above all else, but even stuff like Brainf*ck and WhiteSpace are basically ancient stack based assembly languages.</p>
<p>Have we reached the encyclopedic era of programming languages?</p>
http://stackoverflow.com/questions/638278/how-to-statically-link-to-tbb0How to statically link to TBB?Robert Gould2009-03-12T11:50:26Z2009-10-29T12:55:53Z
<p>How can I statically link the <a href="http://www.threadingbuildingblocks.org/" rel="nofollow">intel's TBB libraries</a> to my application?
I know <a href="http://www.threadingbuildingblocks.org/wiki/index.php?title=Using%5FTBB" rel="nofollow">all the caveats</a> such as unfair load distribution of the scheduler, but I don't need the scheduler, just the containers, so it's ok. </p>
<p>Anyways I know this can be done, although its undocumented, however I just can't seem to find the way to do it right now (although I've seen it before somewhere).</p>
<p>So does anyone know or have any clues?</p>
<p>thanks</p>
http://stackoverflow.com/questions/1002164/how-can-i-write-applications-in-c-or-c-for-android9how can I write applications in C or C++ for Android?Robert Gould2009-06-16T15:14:50Z2009-10-27T23:25:36Z
<p>I'm trying to develop/port a game to Android, but it's in C, and Android supports Java, but I'm sure there must be a way to get a C app on there, anyone knows of a good tutorial on the subject?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/374147/what-is-boost-missing45What is Boost missing?Robert Gould2008-12-17T10:13:56Z2009-10-21T20:32:51Z
<p>After spending most of my waking time on Stack Overflow, for
better or for worse, I've come to notice how 99% of the C++
questions are answered with "use boost::wealreadysolvedyourproblem",
but there must definitely be a few areas Boost doesn't
cover, but would be better if it did.</p>
<p>So what features is Boost missing?</p>
<p>I'll start by saying:</p>
<ul>
<li><strong>boost::sql</strong> (although <a href="http://soci.sourceforge.net/" rel="nofollow">SOCI</a> should try to become a legal part of boost)</li>
<li><strong>boost::json</strong> (although <a href="http://blog.beef.de/projects/tinyjson/" rel="nofollow">TinyJSON</a> should try to become a legal part of boost)</li>
<li><strong>boost::audio</strong> (no idea about a good boost-like C++ library)</li>
</ul>
<p><hr /></p>
<p><em>PS: The purpose is to compile a reasonable list, and hopefully Boost-like solutions out there that aren't yet a part of Boost, so no silly stuff like <strong>boost::turkey</strong> please.</em></p>
http://stackoverflow.com/questions/89523/lua-patterns-tips-and-tricks/653790#6537903Answer by Robert Gould for Lua Patterns,Tips and TricksRobert Gould2009-03-17T11:10:25Z2009-10-21T18:51:08Z<p>Here is a little class module I wrote with the purpose of looking nice (syntactic sugar). It's not a full feature system, but does serve as an interesting paradigm for making a user-friendly class system in Lua:</p>
<pre><code>mt_class ={}
function mt_class:inherit(...)
local parents = {...}
self.__parents = self.__parents or {}
local k,parentname
for k,parentname in ipairs(parents) do
table.insert(self.__parents,getfenv(1)[parentname])
end
return self
end
function class(name)
local env = getfenv(1)
local __classname = name
local builder = {}
local define= function(builder,proto)
env[__classname]=proto
local __parents = builder.__parents
local find =function(self,key)
local result = proto[key]
if not result and __parents then
local k,parent
for k,parent in ipairs(__parents) do
result = parent[key]
if result then break end
end
end
return result
end
function proto.new(instance)
assert(instance~=proto)
local instance = instance or {}
return setmetatable(instance,{__index = find})
end
end
return setmetatable(builder,{__index=mt_class,__call=define})
end
</code></pre>
<p>And it's usage is quite elegant:</p>
<pre><code>class "Dog" {
say="Bowow"
}
class "Rover":inherit "Dog" {
middle ="Rover"
}
r = Rover.new{likes="slippers"}
print(r.say)
print(r.name)
print(r.likes)
</code></pre>
<p>So there you go, defining classes is easy with an API like this.</p>
http://stackoverflow.com/questions/1860130/how-to-bind-sql-variables-in-php/1860211#1860211Comment by Robert Gould on How to bind SQL variables in Php?Robert Gould2009-12-07T14:15:10Z2009-12-07T14:15:10Zthanks for the postgres info!http://stackoverflow.com/questions/1860130/how-to-bind-sql-variables-in-phpComment by Robert Gould on How to bind SQL variables in Php?Robert Gould2009-12-07T14:12:23Z2009-12-07T14:12:23Z"binding" variables in PHP to variables in SQL :)
http://stackoverflow.com/questions/1851662/why-is-lua-so-ignoredComment by Robert Gould on Why is Lua so ignored?Robert Gould2009-12-06T00:42:39Z2009-12-06T00:42:39Zyeah I love Lua and use it everyday in game programming, but RCIX is just being a jerk :) kindahttp://stackoverflow.com/questions/1851662/why-is-lua-so-ignored/1851708#1851708Comment by Robert Gould on Why is Lua so ignored?Robert Gould2009-12-06T00:40:22Z2009-12-06T00:40:22Zas a game dev I initially agreed with reiner, but at a second thought after learning about fiats (web dev) I came too see the complexity.http://stackoverflow.com/questions/200721/most-interesting-non-mainstream-language/200744#200744Comment by Robert Gould on Most interesting non-mainstream language?Robert Gould2009-12-02T09:38:12Z2009-12-02T09:38:12ZIndeed, I also consider Lua to be Javascript done well. I like Javascript, but I keep wishing it was as simple and powerful as Lua.http://stackoverflow.com/questions/1820815/how-to-help-a-struggling-newbie-do-a-better-job/1820856#1820856Comment by Robert Gould on How to help a struggling newbie do a better job?Robert Gould2009-12-01T05:21:16Z2009-12-01T05:21:16Z+1 for: In six months - he will be good and ready (to leave and look for a better paid job :-) )http://stackoverflow.com/questions/1740838/inserting-new-columns-in-the-middle-of-a-table/1741158#1741158Comment by Robert Gould on Inserting new columns in the middle of a table?Robert Gould2009-11-18T11:22:22Z2009-11-18T11:22:22ZThis works on MySQL too. It's not standard SQL. But the answer might help someone with a similar problem using a DB that supports thishttp://stackoverflow.com/questions/1740838/inserting-new-columns-in-the-middle-of-a-tableComment by Robert Gould on Inserting new columns in the middle of a table?Robert Gould2009-11-16T08:50:28Z2009-11-16T08:50:28Z@skaffman, thanks :) Apparently that is how I'm going to solve the issue, since it doesn't seem possible to do what I originally wanted to do.http://stackoverflow.com/questions/1740838/inserting-new-columns-in-the-middle-of-a-table/1740853#1740853Comment by Robert Gould on Inserting new columns in the middle of a table?Robert Gould2009-11-16T08:45:41Z2009-11-16T08:45:41Zyeah the view solution was what I knew, and was going to be my first attempt, but was kind of hoping for a simpler solution :/http://stackoverflow.com/questions/1740838/inserting-new-columns-in-the-middle-of-a-tableComment by Robert Gould on Inserting new columns in the middle of a table?Robert Gould2009-11-16T08:44:21Z2009-11-16T08:44:21Z@skaffman, I understand what you mean that select * is kind of rough. But it's really nice to be able to use it, especially for quick custom queries sent against the database. Until now everyone had been using select * , and my options are to fix the column oder or to reeducate everyone (and they just want to get their work done quickly and painlessly) that they need to use proper SQL. "These people" are programmers but not DB programmers and they find the need to write huge queries to answer a simple question cumbersome.http://stackoverflow.com/questions/1673428/is-iso-9241-ergonomics-of-human-system-interaction-relevant-in-the-industryComment by Robert Gould on Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?Robert Gould2009-11-06T10:49:27Z2009-11-06T10:49:27ZIf your customer is government or very large corporation that really needs the certification, yes do it. But remember to make a good assesment of the work and cost, as it won't be trivial and likely boring, so I wouldn't take the request lightlyhttp://stackoverflow.com/questions/1649836/for-vs-while-which-one-is-more-aestheticComment by Robert Gould on for vs. while, which one is more aesthetic?Robert Gould2009-10-30T14:44:29Z2009-10-30T14:44:29ZI think someone got sentimental and downvoted everyone, sweet !http://stackoverflow.com/questions/1642167/do-javascript-prototypes-have-something-equivalent-to-luas-index-newindex/1648777#1648777Comment by Robert Gould on Do Javascript prototypes have something equivalent to Lua's __index & __newindex?Robert Gould2009-10-30T13:50:29Z2009-10-30T13:50:29Zthanks for the info, unfortunately I need cross-browser compatability, but nice to know, maybe others will follow suitehttp://stackoverflow.com/questions/1647559/converting-an-old-cell-phone-into-a-webcamComment by Robert Gould on Converting an old cell phone into a webcamRobert Gould2009-10-30T04:23:02Z2009-10-30T04:23:02Zinteresting question, but it belongs on superuserhttp://stackoverflow.com/questions/1647980/destory-a-function-in-javascript-jquery/1647987#1647987Comment by Robert Gould on destory a function in javascript ( jquery )Robert Gould2009-10-30T04:22:12Z2009-10-30T04:22:12ZVery clever design!