32,008 reputation
13153353
bio website programanddesign.com
location British Columbia, Canada
age 25
visits member for 4 years, 3 months
seen 8 mins ago
stats profile views 4,489


7m
accepted Django: How can I get a block from a template?
1h
awarded  Necromancer
3h
awarded  Notable Question
4h
comment CKEditor - Set cursor position to end of text
What the heck is [ranges]?? Is the "s" a typo?
5h
comment Where is my database and how do I view it?
Why isn't it "visible out of the box"? Where is it? It is stored in a file on my computer, right? Did it get thrown in the temp folder maybe? I will try adding AttachDBFilename to my connection string like Darin suggests, but I would really like to know what it's doing.
14h
comment sbyte arrays always coming back null
I can't use byte[]. My data contains negative numbers. I haven't the faintest clue what it's represented as in the DB, as I still haven't managed to find the DB.
14h
revised sbyte arrays always coming back null
deleted 238 characters in body
14h
comment sbyte arrays always coming back null
No...that was a bit further down in my code. I cut it out for brevity. The filenames are coming back fine, it's just the signatures that are null.
14h
asked Where is my database and how do I view it?
14h
revised sbyte arrays always coming back null
deleted 238 characters in body
15h
asked sbyte arrays always coming back null
16h
revised How to 'normalize' a grayscale image?
added 1166 characters in body
16h
comment How to 'normalize' a grayscale image?
Both of your answers were helpful, but yours was the trickier part. Got it implemented now, seems to be working well. Thank you!
16h
accepted How to 'normalize' a grayscale image?
17h
comment Getter and Setter in C#
@ChristianBosh: You still wouldn't. Use the properties directly (as explained in my answer). If you need more control over the getter/setter you can define a body in your properties.
17h
comment Getter and Setter in C#
@ChristianBosh: Make the methods void. You don't need to return anything.
17h
answered Getter and Setter in C#
21h
comment Which would be better for concurrent tasks on node.js? Fibers? Web-workers? or Threads?
@Tracker1: This Substack?
1d
comment How to make table take up 100% of remaining space?
@Sirko: Oh! I didn't notice you had moved it. That makes perfect sense now.
1d
accepted How to crop subsection of 2D array?