121 reputation
5
bio website github.com/Linux-cpp-lisp
location
age
visits member for 10 months
seen 12 hours ago
stats profile views 5

profile for Linuxios on Stack Exchange, a network of free, community-driven Q&A sites

I've written a few little libraries:

  • NSTerminal: A little library to ease writting command line apps in Obj-C
  • libcondset: A C++ library that let's you pragmatically manipulate and serialize predicates.

I know these languages (in order of fluency):

  • Ruby (off Rails)
  • Objective-C (Cocoa Touch, Cocos2d, Cocoa)
  • Some Python (Google App Engine, Flask)
  • C(++)
  • Bash shell Scripting
  • Some jQuery
  • Some x86 assembly (enough that I'm trying to clone DOS)
  • Common Lisp
  • A tiny bit of C#

I'm a Linux user (as you can probably tell).


Oct
17
comment How to prevent code from leaking outside work?
This is the kind of ridiculous security that only top secret government data needs. Although I think it's reasonable to have a government programmer in the NSA doing that, I can't imagine any civilian company needing to go that far. +1.
Oct
17
comment How to prevent code from leaking outside work?
Unless you work for a government institution where secrecy actually matters, this is a recipe for disaster for the company. If you're so worried about your stuff being stollen, you should go do one of those silly patent and trademark and copyright nightmares that everyone seems to be so into right now.
Aug
17
comment printf - source of bugs?
@JohnLeidegren: But what if SomeObject isen't a pointer? YOur going to get arbitrary binary data that the compiler decides represents SomeObject.
Aug
16
comment How will quantum computing change programming?
Awsome question by the way. +1.11 * 10^56789900000.
Aug
16
comment How will quantum computing change programming?
<sarcasm>Heres something to look forward too</sarcasm>: Encryption wont be secure anymore! Quantum computers would be so fast and parallel that they could probably crack 4096-bit RSA in a few hours.
Aug
16
answered printf - source of bugs?
Aug
3
comment Create code editor auto-suggest (like IntelliSense)
Some languages do. Take a look at GCC-XML for C++ and maybe C. It might be able to do the other GCC languages too (like Fortran). For other languages, you could do some digging with their source code (like taking the source of the Ruby parser and turning it into a library), but that would be a lot more effort than you're looking for.
Aug
3
awarded  Commentator
Aug
3
awarded  Teacher
Aug
3
awarded  Editor
Aug
3
comment Is it possible to call a Javascript function from C?
+1 for V8. I think that it's written in C++, you you could probably pretty easily wrap it in a C interface (if it doesn't have already).
Aug
3
awarded  Citizen Patrol
Jul
12
awarded  Supporter
Jul
12
comment What is the correct order to read these books?
Here's another one you might want (many consider it the C#.NET bible): Pro C# 2010 and the .NET 4 platform, fifith edition (they might even have one for .NET 5 and VS 2012 soon).