Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get url from browser to C# application Pin
Saint_pl26-Aug-10 13:51
Saint_pl26-Aug-10 13:51 
GeneralRe: How to get url from browser to C# application Pin
#realJSOP27-Aug-10 2:21
mve#realJSOP27-Aug-10 2:21 
AnswerRe: How to get url from browser to C# application [modified] Pin
Saint_pl27-Aug-10 5:27
Saint_pl27-Aug-10 5:27 
Questionwebspider/crawler extract Javascript related info Pin
michael_jhons26-Aug-10 9:39
michael_jhons26-Aug-10 9:39 
AnswerRe: webspider/crawler extract Javascript related info Pin
Ennis Ray Lynch, Jr.26-Aug-10 10:05
Ennis Ray Lynch, Jr.26-Aug-10 10:05 
AnswerRe: webspider/crawler extract Javascript related info Pin
Ravi Bhavnani26-Aug-10 11:57
professionalRavi Bhavnani26-Aug-10 11:57 
AnswerRe: webspider/crawler extract Javascript related info Pin
Pete O'Hanlon26-Aug-10 12:00
mvePete O'Hanlon26-Aug-10 12:00 
QuestionCompress specific text for storage. Pin
kevinnicol26-Aug-10 8:52
kevinnicol26-Aug-10 8:52 
I'm building a little puzzle game that can have many (Trillions) of puzzles. Each puzzle can be simplified to a grid that is 6 by 6 where each grid can be one of 8 possible values. Right now I have each puzzle stored as a 36 char string (each char can be one of {"L", "R", "T", "B", "E", "P", "H", "V"} does anyone know a cool trick to take this type of string and compress it down so that it takes less space? Even shaving a few bytes off of it would be a huge help. (It'll make searching for it in the database a lot faster)
AnswerRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 9:05
sitebuilderLuc Pattyn26-Aug-10 9:05 
GeneralRe: Compress specific text for storage. Pin
kevinnicol26-Aug-10 9:08
kevinnicol26-Aug-10 9:08 
GeneralRe: Compress specific text for storage. Pin
harold aptroot26-Aug-10 9:25
harold aptroot26-Aug-10 9:25 
GeneralRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 9:29
sitebuilderLuc Pattyn26-Aug-10 9:29 
GeneralRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 11:04
protectorAspDotNetDev26-Aug-10 11:04 
GeneralRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 11:09
sitebuilderLuc Pattyn26-Aug-10 11:09 
GeneralRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 11:16
protectorAspDotNetDev26-Aug-10 11:16 
GeneralRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 11:26
sitebuilderLuc Pattyn26-Aug-10 11:26 
GeneralRe: Compress specific text for storage. Pin
harold aptroot26-Aug-10 11:28
harold aptroot26-Aug-10 11:28 
GeneralRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 11:47
protectorAspDotNetDev26-Aug-10 11:47 
GeneralRe: Compress specific text for storage. Pin
harold aptroot26-Aug-10 12:01
harold aptroot26-Aug-10 12:01 
AnswerRe: Compress specific text for storage. Pin
Ian Shlasko26-Aug-10 10:02
Ian Shlasko26-Aug-10 10:02 
GeneralRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 10:09
sitebuilderLuc Pattyn26-Aug-10 10:09 
GeneralRe: Compress specific text for storage. Pin
Ian Shlasko26-Aug-10 11:34
Ian Shlasko26-Aug-10 11:34 
GeneralRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 11:48
sitebuilderLuc Pattyn26-Aug-10 11:48 
GeneralRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 11:51
protectorAspDotNetDev26-Aug-10 11:51 
GeneralRe: Compress specific text for storage. Pin
Ian Shlasko26-Aug-10 11:53
Ian Shlasko26-Aug-10 11:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.