gbarry

1,557
Reputation
202 views

Registered User

Name gbarry
Member for 1 year
Seen 4 hours ago
Website
Location San Diego, CA
Age 55
Makes lights blink
Nov
23
comment Favorite Windows keyboard shortcuts
You can get two per letter, so, Ctrl+Alt+w is different than Ctrl+Alt+W. Numbers work, too.
Nov
23
comment Favorite Windows keyboard shortcuts
Astonishing how many people have a physical calculator on their desk because they can't figure this out.
Nov
18
comment Is there any software which could make architecture diagram out of existing source code?
Imagine you now have a diagram that looks like a pot of spaghetti. Will that be helpful?
Nov
11
comment get ip address in php
Title should mention connecting client IP, since it seems to imply you want your own IP.
Nov
11
answered get ip address in php
Nov
7
comment Telnet to google mail server
I don't know where that address comes from. I should think gmail.com would suffice. But I tried that, and got the same result. So, question is still open.
Nov
2
comment What is your favorite C programming trick?
Apparently, I could. It's not completely standard, but it worked in the compilers that I use. Interestingly, the embedded compiler translated a #define, while gcc did not.
Nov
2
comment Is it business suicide to build a entire website in Flash?
My first impression was "Yes" but I'm going to change it to "Maybe". This may be like ad blocking--no geek, duct-tape programmer, or developer will go near that site. But maybe that's not its market.
Nov
1
answered C Memory Allocation: Why there is not enough memory(250K only)
Oct
17
answered svn checkout on windows
Oct
8
comment What was your first home computer?
My first (non-minicomputer) and truly in-home.
Oct
8
answered What was your first home computer?
Oct
2
revised Comment out a python code block
Short summary/answer
Sep
26
comment funny or inspiring programming related quotes
I think you're allowed to remove your question...:)
Sep
25
comment What is the worst real-world macros/pre-processor abuse you’ve ever come across?
Especially since it's a C question :)
Sep
23
revised C Programming. Calculate Elapsed Time in Milliseconds (UNIX)
more info (whoops)
Sep
23
answered C Programming. Calculate Elapsed Time in Milliseconds (UNIX)
Sep
21
awarded  Yearling
Sep
16
awarded  Popular Question
Sep
15
answered return variable approach
Sep
12
answered K&R C Exercise Help
Sep
7
comment Help with translating this assembly into c
I'm going to guess that your question is along the lines of "I need a math package in my C program but the one that I have is written in assembler".
Sep
4
comment What are some good ways of keeping content from being copied to other sites
Anything you try that is "tricky" should probably be tried in a bunch of different browsers to make sure it doesn't backfire on you.
Sep
4
answered What are some good ways of keeping content from being copied to other sites
Aug
16
comment redirect from localhost to localhost/abc/
Need I remind y'all that the authors of S.O. want an answer on S.O. to come up when someone googles the question?
Aug
15
asked Where did the text segment get its name?
Aug
7
answered Is there any crash course for FogBUGZ?
Jul
18
comment What can we learn from your most recent cataclysmic paradigm shift?
I read this as, "I am good at what I do, and I suck at whatever I am about to learn next". Also, diminishing line counts say as much about the language creators as it does about your own understanding of the languages they create.
Jul
15
comment Is 23,148,855,308,184,500 a magic number, or sheer chance?
Which is probably what the software guys will say when they close the ticket.
Jul
15
comment Is 23,148,855,308,184,500 a magic number, or sheer chance?
Like a buffer (or stack!) overflow
Jul
13
awarded  Nice Answer
Jul
11
comment What to do, if debug behaviour differs from normal execution?
So, if you can't fix it, at least you'll have a name for it.
Jul
8
comment Use grep to find content in files and move them if they match
In my xargs, -i is deprecated. But sandrv may have an older version (thus, YMMV).
Jul
5
awarded  
Jun
30
comment Session ID always changing - can’t login to my web application from ONE PC!!! Sessions being lost!
Most browsers let you turn on warnings when you receive a cookie. A good way to verify that it actually happens (without blocking it).
Jun
30
awarded  Good Answer
Jun
29
answered Print the Address a Pointer Contains in C
Jun
29
answered In bash, how does one clear the current input?
Jun
22
answered i can’t understand “key=>value” this code in php ?
Jun
18
answered Using Cygwin to Compile a C program; Execution error
Jun
18
comment Twitter image encoding challenge
A remarkable effort on your part, just to organize, explain, and judge entries. I would so like to know where you get your extra free time!