Brian Gianforcaro

3,704
Reputation
389 views

Registered User

Name Brian Gianforcaro
Member for 1 year
Seen 3 hours ago
Website
Location Rochester,NY
Age 22
Computer Science @ Rochester Institute of Technology

Careers CV:
http://careers.stackoverflow.com/bg

twitter
facebook
http://lame.ws
8h
awarded  Mortarboard
Nov
19
comment World of Warcraft Architecture
I was just looking for this, cool article.
Nov
5
revised AJAX problem with Safari and Chrome
deleted 7 characters in body
Nov
3
comment terminal sudo command
@davr, I was assuming he just added the file extension .rtf and that it wasn't a rich text formatted file. Thanks for the down vote, I appreciate it.
Nov
3
answered terminal sudo command
Nov
2
answered Rijndael algorithm
Nov
2
accepted How do I undo a bzr ignore?
Nov
2
answered How do I undo a bzr ignore?
Nov
1
comment Shortest total path among set of Latitude/Longitudes
@THC4k I know that wasn't the question at all, but that comment just totally let me finish my code in the easiest simplest way. I already had TSP solved with the closed path. Thanks!
Nov
1
comment Shortest total path among set of Latitude/Longitudes
It's TSP without the stipulation of ending where you started, so you should in theory get a much shorter total distance.
Nov
1
asked Shortest total path among set of Latitude/Longitudes
Oct
29
awarded  Popular Question
Oct
29
comment As a future game developer (5-6ish years from now), would I still be using C++
Although it is a useful talent, most developers don't have the ability to predict the future.
Oct
28
awarded  Enlightened
Oct
28
accepted How “Real-Time” is Linux 2.6?
Oct
23
revised What is your most useful C/C++ snippet?
grammar
Oct
21
awarded  Popular Question
Oct
20
awarded  Nice Answer
Oct
20
comment Do you know a good and efficient FFT?
It does use shared memory FYI, you can't safely run it in parallel. not really sure if this is an issue on the iphone or not (probably not?)
Oct
20
answered How do I write a cpp __DIR__ macro, similar to __FILE__
Oct
20
revised Math problem for game development
edited tags
Oct
16
awarded  Notable Question
Oct
16
revised Medium-size Clojure sample application?
clojure changed
Oct
14
comment How to break 2 loops in javascript?
How is it ugly at all? it's powerful and elegant.
Oct
14
comment How to break 2 loops in javascript?
@Aaron, JavaScript has labels also.
Oct
6
revised How do you add in this hash table in Clojure?
deleted 170 characters in body
Sep
20
comment C++ Templates Error
Not true, you just have to declare what types you want you template class to be defined for in your .C file.
Sep
19
revised How do I see the results of my class on a file?
edited body
Sep
16
answered How do you allow multiple people to push to github?
Sep
2
answered Reading ints from file with C
Sep
2
revised How to connect openvpn point-to-point with both dynamic ips?
edited tags
Sep
2
comment How can I use the UNIX shell to count the number of times a letter appears in a text file?
My apologizes, It did work quite well.
Sep
2
comment How can I use the UNIX shell to count the number of times a letter appears in a text file?
Won't this just count one occurrence per line. So if the char appears twice it will only be counted once.
Sep
2
answered QT question: Why does QT use it’s own make tool, qmake?
Sep
1
awarded  Nice Answer
Sep
1
revised How “Real-Time” is Linux 2.6?
spelling
Sep
1
revised How “Real-Time” is Linux 2.6?
added 966 characters in body
Sep
1
answered How “Real-Time” is Linux 2.6?
Aug
29
awarded  Yearling
Aug
28
comment Git GUI.. stage everything
How does this answer the OP's question?
Aug
23
comment Get client’s IP address in Sinatra?
you should be able to just do #{ @env['HTTP_X_FORWARDED_FOR'] } I have never tested this though, so I'm not positive.
Aug
23
answered Will side-effects be executed in this if clause
Aug
23
revised Get client’s IP address in Sinatra?
added 107 characters in body
Aug
23
accepted Get client’s IP address in Sinatra?
Aug
23
answered Get client’s IP address in Sinatra?
Aug
23
comment integer value of a string
I updated the answer with what I think you are trying to do?
Aug
23
revised integer value of a string
change; added 91 characters in body
Aug
23
revised integer value of a string
added 67 characters in body
Aug
23
comment integer value of a string
Ok so you HELLO actually doesn't contain any integers [1-9] so it's always going to throw that exception. It sounds like you don't want to know the actual value of a integer inside of a string. But you want to know the integer value of every character in a string? If so then try the second method I listed.
Aug
23
comment functions taking in two variables
Read the wikipedia article on header files ( it also contains some example functions ). Try writing it your self and comeback with what you got if it doesn't work. en.wikipedia.org/wiki/Header_file