Tom Ritter

16,935
reputation
1071 views

Registered User

name Tom Ritter
member for 1 year
seen 13 hours ago
website
location NYC
age 24
Web Development in ASP.Net by day.
Security Enthusiast by night.
Sleep Enthusiast by later night.
1d
revised Am I allowed to integrate Google Maps into an IPhone app that is not free?
added 190 characters in body
1d
answered Am I allowed to integrate Google Maps into an IPhone app that is not free?
Dec
17
accepted Role of a CTO in an eye of a programmer/developer?
Dec
16
comment What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!
I'm accepting this answer because it was one of the biggest hits in the class, but is stagnating by only having a few upvotes. I want to bring a lot more attention to this.
Dec
10
revised JPG+Zip File Combination Problem with Zip Format
wasn't bolding right
Dec
8
answered JPG+Zip File Combination Problem with Zip Format
Dec
6
awarded  Mortarboard
Dec
4
answered .VTX File Format?
Dec
4
comment 15 Puzzle Solver
Use 'bt' to get a stacktrace. Google 'intro to gdb' or somesuch to learn how to use gdb, it's superpowerful.
Dec
3
revised How badly does jQuery performance degrade when using a lot of selectors, or does it?
added 1 characters in body
Dec
3
answered 15 Puzzle Solver
Dec
3
answered How badly does jQuery performance degrade when using a lot of selectors, or does it?
Dec
3
comment Can someone copyright a SQL query?
This is probably the safest approach.
Dec
3
comment JPG+Zip File Combination Problem with Zip Format
This got me 60% of the way there. I also had to modify the 504b0102 entries to change THEIR offsets otherwise it opened but didn't let you extract files. I think I have a working jpg/zip in Windows Explorer and 7-Zip, but I need to do more testing tomorrow.
Dec
3
comment JPG+Zip File Combination Problem with Zip Format
Incredible good sir. I wonder if I can put a fake file of the correct form in that first span of bytes and trick 7-Zip... I'm going to play a bit (and also wait a bit before accepting, no offense)
Dec
2
comment Validating forms in HTML, PHP, and JavaScript
FYI, this doesn't have anything to do with PHP.
Dec
2
comment CRC-4 implementation in C#
Jesus Christ Google is scary. This is the 6th Google Result for "CRC-4-ITU" and it was indexed 7 minutes after it was posted.
Dec
2
answered Remove empty subfolders with PHP
Nov
30
asked JPG+Zip File Combination Problem with Zip Format
Nov
27
comment mysql - some form of union needed
So use a full outer join.
Nov
27
comment how to handle http requests from a browser using c#
You should use one of the free or for-pay products to do it. There's not much point in reinventing the wheel - there are a half-dozen ways to get around your scheme in my head in the time it took me to type this comment.
Nov
27
answered How to do non-invasive profiling of a running ASP.NET application?
Nov
27
answered mysql - some form of union needed
Nov
25
accepted hiding a link in asp.net
Nov
24
awarded  Necromancer
Nov
21
revised How do I clear the data in a DataList control before binding the data?
i don't have time for a full rewrite, but title is a start
Nov
20
awarded  Stellar Question
Nov
20
awarded  Nice Answer
Nov
20
awarded  Good Answer
Nov
20
awarded  Populist
Nov
20
comment What are some bad programming habits to look out for and avoid?
This is actually why I don't start many side projects - I refuse to start something unless I believe there is a reasonable chance of completing it.
Nov
20
awarded  Nice Answer
Nov
20
answered What are some bad programming habits to look out for and avoid?
Nov
20
comment How do I pause VBS script while folder is deleted?
What's the type of objFileSystem?
Nov
19
awarded  Enlightened
Nov
19
awarded  Nice Answer
Nov
16
comment the size of a jpeg(jfif) image
This helped me a lot, but I found another reference that said when you find the SOS marker, you need to just start reading the data looking for the EOI marker and that will be the end. gvsoft.homedns.org/exif/Exif-explanation.html/… This matches what I'm seeing with the image I am working on ATM.
Nov
10
answered hiding a link in asp.net
Nov
8
answered how to print numbers from 1 to 100 which ends with 9
Nov
8
revised how to print numbers from 1 to 100 which ends with 9
added 40 characters in body; edited tags
Nov
6
answered Defining an extension method on IEnumerable<T> where T is specific kind of type?
Nov
6
accepted doing an action when the page exits
Nov
5
awarded  Enlightened
Nov
5
accepted Is it because of string pooling by CLR or by the GetHashCode() method?
Nov
5
revised Serialization of a derived class that hides a base property
added 8 characters in body
Nov
5
revised How can I hide a base class public property in the derived class
some cleanup
Nov
1
answered What is ‘Form and Report Design’ in Software Engineering?
Oct
30
comment In SQL, can i convert a “|” separated list of IDs to a list of their values?
This is a common question, just with 'comma' instead of 'pipe'. I'd google and search stack overflow for something like 'sql split comma'.
Oct
30
answered What tools would you use to solve the DARPA Network Challenge?
Oct
30
revised Cryptography: best practices for keys in memory?
edited tags