jeremy Ruten

16,576
Reputation
1224 views

Registered User

Name jeremy Ruten
Member for 1 year
Seen 11 mins ago
Website
Location Kamsack, Saskatchewan, Canada
Age 17
1d
answered Is it bad practice to change state inside of an if statement?
1d
awarded  Nice Answer
Nov
17
accepted How can I set variables in Ruby with an if statement on one line?
Nov
17
accepted Regex for timestamps in php
Nov
17
comment Regex for timestamps in php
one-digit months and days will probably have leading zeros, like the '05' in '14:05:22' in your example.
Nov
17
answered Regex for timestamps in php
Nov
16
revised Checking querystring values in PHP
added 8 characters in body
Nov
16
answered Checking querystring values in PHP
Nov
16
comment What’s wrong with this yacc file?
@RageZ haha, I can't help much on this one :[
Nov
16
accepted How to add an all rule to this Makefile?
Nov
16
answered How to add an all rule to this Makefile?
Nov
16
comment How to add an all rule to this Makefile?
I saw this coming :)
Nov
16
answered What’s wrong with this Makefile?
Nov
14
accepted PHP regex not new line
Nov
14
answered PHP regex not new line
Nov
14
accepted in_array() not working
Nov
14
comment What does this mean exactly? $_SESSION[’sessionName ‘][$item[’rowName ‘]]
Yes, hashtable sounds about right. All PHP arrays are "associative arrays", which I believe is a synonym for "hash tables". They have keys, which can be integers or strings, and map each key to a value. You may want to read php.net/array
Nov
14
answered What does this mean exactly? $_SESSION[’sessionName ‘][$item[’rowName ‘]]
Nov
14
revised in_array() not working
added 215 characters in body
Nov
14
answered in_array() not working
Nov
12
comment Is this code redundant when checking for a value greater than zero?
Is there a $slcustom47?
Nov
12
answered Is this code redundant when checking for a value greater than zero?
Nov
11
accepted haskell, chaining filters
Nov
10
answered haskell, chaining filters
Nov
9
accepted What does the brackets mean in python: table[r][pos+i]?
Nov
9
answered What does the brackets mean in python: table[r][pos+i]?
Nov
9
comment Preventing PHP Code from being Pirated
ok he edited his profile, sorry waiwai.
Nov
9
comment Preventing PHP Code from being Pirated
pay for his what?? stackoverflow.com/users/89334/waiwai933
Nov
9
answered Preventing PHP Code from being Pirated
Nov
9
answered C return and comparation inline
Nov
9
accepted Ruby, Generate a random hex color
Nov
8
answered Ruby, Generate a random hex color
Nov
8
answered can php return a boolean? => return $aantal == 0;
Nov
8
answered How can I set variables in Ruby with an if statement on one line?
Nov
2
answered Access an Array Returned by a Function
Nov
2
accepted HTML character entity for equal character “=”
Oct
24
answered How to get the first item from an associative PHP array?
Oct
24
answered [PHP] Only allowing certain characters in string
Oct
23
accepted What does the syntax ?. mean in this Ruby example?
Oct
23
answered What does the syntax ?. mean in this Ruby example?
Oct
23
revised Code Golf: Playing Cubes
deleted 42 characters in body
Oct
23
answered Code Golf: Playing Cubes
Oct
22
comment Closable or Closeable?
also this: google.com/search?q=closeable
Oct
22
answered How to sort an array in this way in php
Oct
22
answered Adding a key & value to all arrays within an array
Oct
19
awarded  Popular Question
Oct
18
answered Inserting php array data into mysql isn’t working
Oct
18
awarded  Nice Answer
Oct
18
revised Code Golf: Musical Notes
deleted 1 characters in body
Oct
18
revised Code Golf: Musical Notes
deleted 4 characters in body