| View previous topic :: View next topic |
| Author |
Message |
Sportman Guest
|
Posted: Mon Jun 09, 2008 4:05 pm Post subject: Random file compression challenge |
|
|
I have added a 10MB highly random file to http://www.metacompressor.com/uploads.aspx
as file13 :-) You can try your luck and submit a command line
compressor/decompressor as zip file at http://www.metacompressor.com/submit.aspx
to be tested live.
Code: LongNightsDebugging
Keep it clean, don>t spoil the fun.
It run at Windows 2008 server 64bit (support 32bit) at 1-4 CPU cores
4,0Ghz+ 45nm, 2GB DDR3-1600+. If you use more then one core and as
compiler Visual Studio enable then gcServer for quicker runtimes, see
http://msdn.microsoft.com/en-us/library/ms229357.aspx
Note: some compressors are not Vista/Win2008 User Account Control
(UAC) command line ready, like paq8o9 what give error: tmpfile:
Permission denied. |
|
| |
|
Back to top |
Jim Leonard Guest
|
Posted: Mon Jun 09, 2008 6:34 pm Post subject: Re: Random file compression challenge |
|
|
On Jun 9, 11:05 am, Sportman <sport...@gmail.com> wrote:
[quote]I have added a 10MB highly random file tohttp://www.metacompressor.com/uploads.aspx
[/quote]
What is "highly" random? How was it created? |
|
| |
|
Back to top |
Sportman Guest
|
Posted: Mon Jun 09, 2008 9:58 pm Post subject: Re: Random file compression challenge |
|
|
On Jun 9, 8:34 pm, Jim Leonard <MobyGa...@gmail.com> wrote:
[quote]What is "highly" random? How was it created?
That>s it>s not created with a mathematical formula and has an[/quote]
information entropy round is 99,96% and randomness 0,960. It was
created from noise received from different AM and FM radio>s. |
|
| |
|
Back to top |
Sportman Guest
|
Posted: Tue Jun 10, 2008 12:45 am Post subject: Re: Random file compression challenge |
|
|
On Jun 10, 12:52 am, "Stephan B." <matrixst...@gmx.de> wrote:
[quote]Sportman, your Idea with metacompressor.com is great - congratulation!
Thanks, be aware file5 is 2GB not all compressors support this size.[/quote]
[quote]How do you protect your server from evil code?
If somebody want to be bad he/she spoil it for others and he/she shall[/quote]
live this and next lives with this event stamped on his/here karma.
[quote]Do you sopport Java-Compressors (JAR-Files) in later versions?
At this moment I have no plans to support Java.[/quote] |
|
| |
|
Back to top |
Stephan B. Guest
|
Posted: Tue Jun 10, 2008 3:52 am Post subject: Re: Random file compression challenge |
|
|
Sportman, your Idea with metacompressor.com is great - congratulation!
How do you protect your server from evil code?
Do you sopport Java-Compressors (JAR-Files) in later versions?
greeting, Stephan B. (ICQ:70036952)
"Sportman" <sportman@gmail.com> schrieb im Newsbeitrag
news:ec6d73a7-a5ee-4686-8a56-ba436db57cbb@k30g2000hse.googlegroups.com...
On Jun 9, 8:34 pm, Jim Leonard <MobyGa...@gmail.com> wrote:
[quote]What is "highly" random? How was it created?
That>s it>s not created with a mathematical formula and has an[/quote]
information entropy round is 99,96% and randomness 0,960. It was
created from noise received from different AM and FM radio>s. |
|
| |
|
Back to top |
Industrial One Guest
|
Posted: Tue Jun 10, 2008 5:32 am Post subject: Re: Random file compression challenge |
|
|
| Java blows. |
|
| |
|
Back to top |
jacko Guest
|
Posted: Wed Jun 11, 2008 8:17 pm Post subject: Re: Random file compression challenge |
|
|
On Jun 10, 6:32 am, Industrial One <industrial_...@hotmail.com> wrote:
[quote]Java blows.
[/quote]
excellent security MODEL not necessarily implemented to full extent. I
am creating a language called JAM at present which should compile the
syntax of java with a slightly modified class library. I can not use
the C compilier I have as it is propriotary (for Amiga, Inc. SDK) and
well you could always fix my java classes of open squirt, it just
needs the bias element class writing correctly as per the pdf. and a
few modifiers in the carrier class to take into account the more
efficient underflow count block processing method.
ah well thats all folks...
jacko.
p.s. i still wonder why j2c is not built as p2c and f2c and etc...
p.p.s. why wernt the radio>s seperated more so as to lower the shot
noise corelation?? |
|
| |
|
Back to top |
jacko Guest
|
Posted: Wed Jun 11, 2008 8:43 pm Post subject: Re: Random file compression challenge |
|
|
here it is at current state ver0.9.9
http://indi.hpsdr.com/My%20OpenSquirt.zip includes all class and java
files, and pdf doc to allow understanding of any mods you make |
|
| |
|
Back to top |
Sportman Guest
|
Posted: Fri Jun 13, 2008 1:10 am Post subject: Re: Random file compression challenge |
|
|
On Jun 9, 6:05 pm, Sportman <sport...@gmail.com> wrote:
[quote]Note: some compressors are not Vista/Win2008 User Account Control
(UAC) command line ready, like paq8o9 what give error: tmpfile:
Permission denied.
[/quote]
I checked this for paq8o10t.exe, after opening the input file and
creating the output file paq8o10t.exe try to create a file in the root
C:\t3no:
Operation: CreateFile
Path: C:\t3no
Result: ACCESS DENIED
Desired Access: Generic Read/Write, Delete
Disposition: Create
Options: Synchronous IO Non-Alert, Non-Directory File, Delete On Close
Attributes: N
Sharemode: Read, Write, Delete
AllocationSize: 0
Why not read the TEMP or TMP environment variable and use that path
for this temp file? |
|
| |
|
Back to top |
|