Josh Matthews

869
reputation
116 views

Registered User

name Josh Matthews
member for 1 year
seen 2 hours ago
website
location Kitchener, ON
age 20
I code. 'Nuff said.
2d
revised convert integer to array, c++
edited tags
Nov
24
awarded  Good Answer
Nov
4
awarded  Famous Question
Sep
30
revised How to ensure sqlite isn’t caching specific select queries?
Fix title
Sep
21
awarded  Popular Question
Sep
18
comment replacing newline sed
Exact duplicate of stackoverflow.com/questions/1251999/…
Sep
14
comment Forward typedef declarations, effect on build times, and naming conventions
That's as designed. The compiler can't figure out the size of an object without knowing the actual definition of it.
Sep
14
revised Method pointers in ruby
Incorporate Dave Ray's changes.
Sep
14
comment Method pointers in ruby
Looks like self.send will work in the global case as well, so I'll amend my answer.
Sep
14
comment Method pointers in ruby
The first part of the answer was basically copy-pasted from irb, so I assume that the simplification of your situation is screwing it up.
Sep
14
answered Method pointers in ruby
Sep
12
awarded  Nice Question
Sep
11
revised I search for Open Source C projects …and the best blog about C ..
edited tags
Sep
2
answered Ruby: How to either set a variable to 0 or, if it is already set, increment by 1
Sep
2
comment final class in c++
Somebody please fix the formatting; it's really difficult to read.
Sep
1
awarded  Yearling
Aug
31
revised How can I use fossil (DVCS) in a home environment?
Fix formatting bug
Aug
31
accepted How can I use fossil (DVCS) in a home environment?
Aug
31
revised How can I use fossil (DVCS) in a home environment?
Changed incorrect answer
Aug
31
comment is there a simple way (macro?) to tell structure alignment?
I expect that c-stranger re-posted the comment as an answer because the formatting was terrible in the comment.
Aug
31
answered Smiley face when assigning improper value type to struct property!!
Aug
31
revised C++ How to loop through a list of structs and access their properties
added 316 characters in body
Aug
31
accepted C++ How to loop through a list of structs and access their properties
Aug
31
answered C++ How to loop through a list of structs and access their properties
Aug
30
comment How to require a value is entered in a search form
Unfortunately this also reduces the usefulness of your search. Now it will only match whole words, AFAIK.
Aug
30
answered How can I use fossil (DVCS) in a home environment?
Aug
30
answered JavaScript Auto suggest to update multiple fields
Aug
29
revised Anyone developed an App with a Flex UI and Rails backend?
edited tags
Aug
24
comment How do I get data from a hash?
This is the answer you're looking for.
Aug
24
answered What are the most useful high quality free C++ projects you really learned a lot from?
Aug
24
answered Installing hpricot for JRuby
Aug
23
accepted How to ensure sqlite isn’t caching specific select queries?
Aug
21
answered How to ensure sqlite isn’t caching specific select queries?
Aug
21
comment How to ensure sqlite isn’t caching specific select queries?
I wrapped the snippet up above in a transaction, but there was no change.
Aug
21
comment How to ensure sqlite isn’t caching specific select queries?
I was excited to try this, but I'm seeing exactly the same behaviour.
Aug
21
asked How to ensure sqlite isn’t caching specific select queries?
Jul
17
awarded  Nice Answer
Jul
3
answered Using Emacs, how could I indent/format a code segment in a TXT file?
Jun
19
awarded  Civic Duty