Stefan Mai

2,849
reputation
280 views

Registered User

name Stefan Mai
member for 1 year
seen yesterday
website
location Dallas, TX
age 21
My name is Stefan Mai. I rarely know what I'm doing, but I am ignorant in style.
Dec
16
comment is there a simple compiler for a small language
Check out Antlr and Bison for part of your work, namely lexing and parsing.
Dec
16
revised Defining a variable in a js file, from a php file.
edited body
Dec
16
comment Defining a variable in a js file, from a php file.
Changed the order, the variable needs to be before the JS file.
Dec
6
awarded  Mortarboard
Nov
19
comment difference between float and [numeric](18, 10)
@mrblah if your floats are small.
Nov
19
comment Entab / Detab in VIM
+1 Note: Shift V (Visual mode) to select the text block. Otherwise < and > will work on the current line.
Nov
14
answered Help refactoring this nasty Ruby if/else statement
Nov
14
answered C++ string manipulation / input
Nov
5
revised Intentional Hashing Collisions
added 91 characters in body; added 29 characters in body
Nov
5
revised Intentional Hashing Collisions
added 321 characters in body; deleted 2 characters in body; added 301 characters in body
Nov
5
asked Intentional Hashing Collisions
Oct
19
awarded  Notable Question
Oct
19
comment Custom C++ Preprocessor / Typeful Macros
Brilliant, I knew someone had to have done this with templates. Thanks!
Oct
19
revised Custom C++ Preprocessor / Typeful Macros
added 67 characters in body
Oct
18
asked Custom C++ Preprocessor / Typeful Macros
Oct
13
comment Mix ascending and descending sorting in conditional sorting in MySQL
+1 There are a multitude of "valid" sorts where creation date of the news items are ascending, and events are descending, depending upon their interleaving. You'll need to specify this more clearly, otherwise the most obvious solution would be to sort one and union it with the other.
Oct
6
accepted How to create a nested menu from MySQL with PHP?
Oct
6
comment NON BLOCKING Socket
Sounds too much like homework. Second question, can't come up with a feasible project that would require two widely disparate pieces of elementary OS programming.
Oct
6
answered How to create a nested menu from MySQL with PHP?
Oct
6
comment Avoiding Segmentation fault
If you're looking for a sum, the answer is easy. Only access the memory in the space you have allocated to your process. Anything else will cause a segfault.
Oct
6
answered Linux ioctl -> how to tell if current IP was obtained by dhcp
Oct
6
comment How to create a nested menu from MySQL with PHP?
Is the list 2 levels deep only or can it be N levels deep?
Oct
6
answered Avoiding Segmentation fault
Sep
17
awarded  Yearling
Sep
11
accepted Converting Google Video Codes to Video Titles
Sep
9
accepted SharePoint content targeting, is it possible to have multiple views per user?
Aug
29
awarded  Popular Question
Aug
6
comment What would be a nice modal box for an ASP Website?
Wtf is happening with "do not click this link"?
Aug
4
awarded  Nice Answer
Jul
28
comment What is the appropriate limit for a question in a database?
Provided these questions can be fairly long (if you'll notice, some StackOverflow questions are well into the thousands of characters), I don't think that text is out of the question. Ha.
Jul
28
answered What is the appropriate limit for a question in a database?
Jul
7
answered How do you avoid JQuery toggle() on a layout div from causing your layout to move around?
Jul
7
revised How do you avoid JQuery toggle() on a layout div from causing your layout to move around?
Tabbing
Jul
7
comment How to send mail with a Subject using a Mailto URL?
Beat by 4 seconds, haha.
Jul
7
answered How to send mail with a Subject using a Mailto URL?
Jul
7
comment What specific productivity gains does vim/emacs provide over GUI text editors?
Oh, for the record. I work with Microsoft products, and using VimEmu for Visual Studio has been a godsend. Still like going home to my terminal and Vim though :)
Jul
7
awarded  Nice Answer
Jul
6
answered What specific productivity gains does vim/emacs provide over GUI text editors?
Jul
6
revised Could someone explain to a noob how this jquery works to create an image gallery?
Tabbing.
Jul
2
answered memory allocation in C++
Jul
2
answered Engineering scalability into an application
Jul
1
comment Deleted user ‘postgres’ - oops
Maybe belongs on Serverfault?
Jun
28
answered AJAX calling a PHP code and getting a response every few minutes
Jun
28
accepted How can a program control another program?
Jun
26
comment Is Unit Testing worth the effort?
If Vi has very few features, you're not using it. ;)
Jun
26
answered SharePoint content targeting, is it possible to have multiple views per user?
Jun
25
comment Problem with regular expression replacement in Visual Studio 2003
You're trying to match a line and replace it with something else. Can you post a sample line?
Jun
25
comment Problem with regular expression replacement in Visual Studio 2003
Can you post a sample text line just to be sure?
Jun
24
awarded  Enlightened
Jun
24
awarded  Nice Answer