steveth45

3,497
Reputation
436 views

Registered User

Name steveth45
Member for 1 year
Seen 15 hours ago
Website
Location US
Age 30
Wrote AI for Godzilla:Unleashed for the Wii. I worked in the visual effects department of the Coraline project at Laika. Professionally, I've used C++, C#, Delphi, Java, Python, and PHP. Currently I am doing mostly web development with PHP.
Nov
20
revised What are some types of programs I could write to reinforce/advance my early skillset?
deleted 1 characters in body
Nov
20
revised vi editor query
deleted 79 characters in body
Nov
19
revised C# File I/O Efficiency
edited tags
Nov
19
answered C++: NULL 0x0 or 0?
Nov
19
answered Are there any high profile commercial users of GIT?
Nov
18
awarded  Popular Question
Nov
10
comment How to switch back to a previous version of a file without deleting its subsequent revisions?
This was very helpful, thanks.
Nov
8
revised Casting const void pointer to array of const char pointers properly in C.
added 8 characters in body
Nov
8
revised Casting const void pointer to array of const char pointers properly in C.
added 419 characters in body
Nov
8
comment Casting const void pointer to array of const char pointers properly in C.
GCC 4.4.1 with -Wall
Nov
8
revised Casting const void pointer to array of const char pointers properly in C.
added 255 characters in body
Nov
8
asked Casting const void pointer to array of const char pointers properly in C.
Nov
5
comment code completion in vi editor
Honestly, its a different type of power. IDE's have powerful capabilities, like scanning a project and providing intelligent auto-completion, syntax highlighting, etc. Vi-style editing provides power at a low-level, pure text editing way. With the jVi plugin, you lose none of the underlying power of the IDE, so you get the best of both worlds. It's a win-win. Vi/vim is still very popular: answers.polldaddy.com/poll/2150554
Nov
5
answered code completion in vi editor
Nov
4
accepted How can I show file sizes with commas when getting a directory listing with ‘ls -l’?
Nov
2
comment Why doesn’t Perl support the normal [] operator to index a string?
It's not a feature. It's just syntax.
Oct
31
awarded  Nice Question
Oct
31
comment Is there an object-centric Perl ORM?
I've never had any trouble mapping my objects to tables in a database. Where is the difficulty?
Oct
30
revised How do I switch between Windows and UNIX newlines in Netbeans?
put a strike through the misinformation
Oct
29
awarded  Nice Question
Oct
28
comment List of large projects built using Perl
Modern Perl being a poor fit for large projects is a myth. It works exactly as well as any other functional, object oriented, dynamic language. Take a look at the source for a large, successful Perl project like Movable Type.
Oct
22
answered Why NOT use PHP as a desktop programming language?
Oct
14
awarded  Popular Question
Oct
1
comment Good PHP ORM Library?
Please, please, please drop your host. Don't support hosting companies who think that PHP without pdo_mysql is a reasonable platform.
Sep
16
awarded  Good Answer
Sep
15
accepted Can a JSON object returned by PHP contain a date object
Sep
15
answered Can a JSON object returned by PHP contain a date object
Sep
15
answered Structure of orders in restaurant
Sep
3
awarded  Popular Question
Sep
2
awarded  Good Answer
Aug
26
awarded  Nice Answer
Aug
23
comment javascript function not get called when arguments from php
Single quotes are valid Javascript, but not HTML. It only tends to work in browsers because the browser developers happen to be very lenient. Don't do this, please.
Aug
23
answered Optimization Suggestions for Javascript.
Aug
23
accepted How to incoparate or implement a DOM API to v8?
Aug
23
accepted How do you include another js file in Google’s v8?
Aug
23
answered How to incoparate or implement a DOM API to v8?
Aug
23
answered How do you include another js file in Google’s v8?
Aug
23
revised Vignette V8 Upgrade
removed v8 tag, if every "version 8.0
Aug
23
comment Which Javascript engine would you Embed in an application?
Compiles natively to x64 now, too.
Aug
23
comment Which Javascript engine would you Embed in an application?
As an update, I re-picked up the project I was working on several months ago with v8. I grabbed the latest version of v8, and my program compiles and runs just like it did before. It's a very stable API. I'm duly impressed.
Aug
20
awarded  Yearling
Aug
18
revised Scrolling Overflowed DIVs with JavaScript
edited tags
Aug
18
awarded  Nice Answer
Jul
23
revised A script to change all tables and fields to the utf-8-bin collation in MYSQL
Added mysql tag.
Jul
23
comment A script to change all tables and fields to the utf-8-bin collation in MYSQL
Should have been a comment, this is not a solution.
Jul
16
comment Favorite Django Tips & Features?
This is ONLY way to roll!