slashmais

2,161
reputation
151 views

Registered User

name slashmais
member for 1 year
seen 2 days ago
website
location
age
Solution-directed code: it directly solves the problem; it is understandable at first read & therefor easily maintainable..

Conveyor-belt code: it incorporates clever-code; it uses generic patterns that bloats and obfuscates the intent..

Software patterns, like OO, should be used as idea-generators and not as silver bullets.

I prefer a swiss-knife to a hammer.
2d
comment MySQL: How to study/analysis a MySQL DB tables relationships?
Cool! Last time I looked at Workbench it was Windows-only, but now I find they have Linux versions (ubuntu/deb) as well.
Dec
4
asked How to do Unittests in Servlet-Applet scenario
Nov
25
awarded  Popular Question
Oct
28
awarded  Taxonomist
Oct
20
comment Where is the benefit in using the Strategy Pattern?
just watched the 'Totally GridBag' bit - I can relate to it. lol
Oct
19
comment Programming Resources for Non-English Speakers
English just happen to be the de facto standard for IT. Learn it. Chinese may be the language used by the majority of humans, but it is trashed by a repressive regime (who should know that they are responsible for it's stagnation).
Oct
19
accepted C++ RPC tutorial?
Oct
18
answered C++ RPC tutorial?
Oct
18
comment C++ RPC tutorial?
Sounds like you may really want to do socket-based comms? Google for "c++ socket client server" - this may help you decide.
Oct
11
comment How to get an Applet in a table-row to size dynamically
Thanks - exactly what I needed. (Got the table-size fitting nicely in the meantime) :-)
Oct
11
revised How to get an Applet in a table-row to size dynamically
added 166 characters in body
Oct
11
comment How to get an Applet in a table-row to size dynamically
Also: I need to adjust the sizes when the user resizes the window. Is there some kind of event I can use & how? ( I'm new to Java/web development - normally do C++, and let no-one tell you it's easy to pickup Java if you know C++, it is not: Java/web-dev is much more diverse/complex.)
Oct
11
comment How to get an Applet in a table-row to size dynamically
Thanks, your script works 100% (on firefox). Now I need to just adjust it to make the table fit.
Oct
11
asked How to get an Applet in a table-row to size dynamically
Oct
8
answered Crappy Random Number Generator
Oct
7
comment How to print a string in gdb?
if nought else works, you can replace the '\n' with '\x0a' - this will the linefeed char directly.
Oct
7
answered passing data from one database to another database table (Access) (C#)
Oct
6
comment call javascript
@JB King: "..copy and paste.." not by me! not by a long shot! I've been in this business long enough to truly believe in c&p!
Oct
6
comment call javascript
that's about as close as i could make out as well
Oct
6
comment call javascript
@Can: please explain in single steps exactly what you what to do. Edit your question, with with those steps, numbered if you wish, so that the people can understand what you want. These are highly competent people, they will give you exactly the right answer!
Oct
6
comment call javascript
The question is: What is the javascript code to do what is described. Don't downvote what you may have forgotten you had to go through yourselves.
Oct
6
comment Where is the source for Niman’s 13 Minimally Sufficient Commandments?
you forgot to look in the internet archive...
Oct
6
comment Where is the source for Niman’s 13 Minimally Sufficient Commandments?
about pt 9: don't write documentation that CAN become outdated ...
Oct
6
comment Where is the source for Niman’s 13 Minimally Sufficient Commandments?
A set of statements like that somehow reeks of the "Peter Principle" in action. (tidy desk, and so forth...)
Oct
5
answered To init or to construct
Oct
5
comment Index out of bounds of array error when parsing font string?
use mjv's regex - you found that it works.
Oct
5
revised Index out of bounds of array error when parsing font string?
added 247 characters in body
Oct
5
revised Index out of bounds of array error when parsing font string?
added 39 characters in body
Oct
5
revised Index out of bounds of array error when parsing font string?
added 62 characters in body
Oct
5
revised Index out of bounds of array error when parsing font string?
added 4 characters in body
Oct
5
answered Index out of bounds of array error when parsing font string?
Oct
3
comment C# Reading Windows events on XP the time is out by 1 hour, reading Vista the time is correct
Check localization?, using daylight saving? on the XP box.
Oct
3
revised Why am I getting “subscript out of range” when the subscript IS in the range?
added 158 characters in body
Oct
3
revised Why am I getting “subscript out of range” when the subscript IS in the range?
added 346 characters in body
Oct
3
revised Why am I getting “subscript out of range” when the subscript IS in the range?
added 173 characters in body
Oct
3
revised Why am I getting “subscript out of range” when the subscript IS in the range?
added 265 characters in body
Oct
2
revised Why am I getting “subscript out of range” when the subscript IS in the range?
added 73 characters in body
Oct
2
answered Why am I getting “subscript out of range” when the subscript IS in the range?
Oct
1
comment visual c++, copy in array
Seems related to stackoverflow.com/questions/1505280/…
Oct
1
answered C++ implicitly calling a function When? and How?
Oct
1
comment Why is x and y always 0 with a float?
This is a good answer!.
Oct
1
accepted Inline assembly in C: Dynamic registers
Oct
1
answered Inline assembly in C: Dynamic registers
Sep
30
revised Remove characters from a string in C
added 151 characters in body; added 30 characters in body
Sep
30
accepted Remove characters from a string in C
Sep
30
comment Remove characters from a string in C
Noted. If Q's compiler can;t do it, Q can use malloc.
Sep
30
accepted Debugging issues that work on one server, but not another?
Sep
30
answered Remove characters from a string in C
Sep
30
answered Debugging issues that work on one server, but not another?
Sep
30
comment Visual Studio 2008 oddity with C++ and header files
That's what I assumed. Does the other tools also ignore it (use the same shared function to access the folders)? You have the compiler on one hand which you know ignores it, and the IDE on the other which may not. When you do a manual search for the header, do you find it in this folder?