Click here to Skip to main content
16,007,885 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Components and Events other than the default Pin
James T. Johnson18-Aug-02 10:18
James T. Johnson18-Aug-02 10:18 
GeneralRe: Web Components and Events other than the default Pin
Paul Riley18-Aug-02 10:26
Paul Riley18-Aug-02 10:26 
GeneralSerialization Pin
dwebster18-Aug-02 8:53
dwebster18-Aug-02 8:53 
GeneralRe: Serialization Pin
James T. Johnson18-Aug-02 9:29
James T. Johnson18-Aug-02 9:29 
GeneralRe: Serialization Pin
dwebster18-Aug-02 11:15
dwebster18-Aug-02 11:15 
GeneralRemoting problem.. Pin
itay_k18-Aug-02 0:30
itay_k18-Aug-02 0:30 
GeneralText Compression Algorithm Pin
Jonathan Tan17-Aug-02 22:26
Jonathan Tan17-Aug-02 22:26 
GeneralRe: Text Compression Algorithm Pin
wobble18-Aug-02 6:44
wobble18-Aug-02 6:44 
How big are the XML Files?
Is it worth it?

Why do you want to compress?
- for reduced storage? or
- increased transmission speed? or
- encryption?


If you can answer the above questions with some really good reasons, then you can use some sort of "Huffman compression algorithm".


You can create a functions like:
- string compress(string fatstring)
- string decompress(string thinstring)


If you get this working, can you email me a copy.

Thanks. Keep up the good work.

Regards
Wooble

GeneralRe: Text Compression Algorithm Pin
Stephane Rodriguez.18-Aug-02 6:56
Stephane Rodriguez.18-Aug-02 6:56 
GeneralRe: Text Compression Algorithm Pin
Daniel Turini19-Aug-02 8:04
Daniel Turini19-Aug-02 8:04 
GeneralFile Summary Pin
Anonymous17-Aug-02 9:39
Anonymous17-Aug-02 9:39 
GeneralRe: File Summary Pin
Nnamdi Onyeyiri17-Aug-02 9:53
Nnamdi Onyeyiri17-Aug-02 9:53 
GeneralRe: File Summary - I tried that already Pin
Anonymous17-Aug-02 10:03
Anonymous17-Aug-02 10:03 
GeneralRe: File Summary Pin
James T. Johnson17-Aug-02 13:20
James T. Johnson17-Aug-02 13:20 
GeneralRemoting Question Pin
stephen woolhead17-Aug-02 8:52
stephen woolhead17-Aug-02 8:52 
GeneralRe: Remoting Question Pin
Sijin18-Aug-02 20:00
Sijin18-Aug-02 20:00 
GeneralRe: Remoting Question Pin
stephen woolhead18-Aug-02 22:28
stephen woolhead18-Aug-02 22:28 
GeneralRe: Remoting Question - Really confussed now!! Pin
stephen woolhead19-Aug-02 1:03
stephen woolhead19-Aug-02 1:03 
GeneralRe: Remoting Question Pin
Sijin21-Aug-02 5:54
Sijin21-Aug-02 5:54 
GeneralRe: Remoting Question Pin
stephen woolhead21-Aug-02 11:46
stephen woolhead21-Aug-02 11:46 
GeneralLaunch the Internet Explorer... Pin
Vortex17-Aug-02 7:00
Vortex17-Aug-02 7:00 
GeneralRe: Launch the Internet Explorer... Pin
Nnamdi Onyeyiri17-Aug-02 7:06
Nnamdi Onyeyiri17-Aug-02 7:06 
GeneralRe: Launch the Internet Explorer... Pin
wobble17-Aug-02 7:13
wobble17-Aug-02 7:13 
GeneralRe: Launch the Internet Explorer... Pin
Nnamdi Onyeyiri17-Aug-02 7:16
Nnamdi Onyeyiri17-Aug-02 7:16 
GeneralMySQL databases Pin
Nnamdi Onyeyiri17-Aug-02 6:53
Nnamdi Onyeyiri17-Aug-02 6: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.