Re: Can't access my project in google code

2009-08-30 Thread Ray
After read some topics in this group, I understand. I have a project for private usage. Could I have a choice to get the service again to fix this? Thanks, yy On Aug 30, 1:13 am, yy yys...@gmail.com wrote: Hi Admin, Could I get the reason that why I can't get the code service anymore?

Question about files in Project Download area.

2009-08-30 Thread Thanasis
Hello, I have a Java project here on Google Code. I can get a free license from a commercial company which creates a Java compiler. The compiler will package my Java app into a standalone EXE. This standalone EXE is about 70MB in size. Am I allowed to host this file on the Google Code Download

Re: Can't access my project in google code

2009-08-30 Thread Jacob Lee
I've unbanned you. Per the terms of service, Google Code is a platform for developing open source software projects. Please stay within the terms of service to avoid a permanent ban. -- Jacob Lee artd...@gmail.com On Sun, Aug 30, 2009 at 1:55 PM, Rayyys...@gmail.com wrote: After read some

Re: Can't access my project in google code

2009-08-30 Thread Ray
Thanks so much! yy On Aug 30, 6:01 pm, Jacob Lee artd...@gmail.com wrote: I've unbanned you. Per the terms of service, Google Code is a platform for developing open source software projects. Please stay within the terms of service to avoid a permanent ban. -- Jacob Lee artd...@gmail.com

[gcj] Practice-C EggDrop output set

2009-08-30 Thread romanr
Hi all, can anybody, who have solved Practice-C (Egg drop) problem, send me right small large output sets? Many thanks in advance. I see impossibility in sample sets there, probably I'm misunderstanding something... --~--~-~--~~~---~--~~ You received this

[gcj] Re: Floating-point numbers

2009-08-30 Thread Luke Pebody
I don't need to see code, I just want to be sure what relative difference of 1e-6 means. My guess is that it means: either supplied = expected = 0 or |supplied - expected| / max(|supplied|,|expected|) = 1e-6. On Sun, Aug 30, 2009 at 3:13 AM, Bartholomew Furrowfur...@gmail.com wrote: I'm

[gcj] Re: Is CUDA allowed ?

2009-08-30 Thread Luke Pebody
What's your username? I am very interested in seeing your CUDA solutions if you submit them. On Sun, Aug 30, 2009 at 11:22 AM, krzychkrzychoo...@gmail.com wrote: Thanks! That's all I wanted to know. I was joking about usage of CUDA in brute force solutions (if I couldn't come up with better

[gcj] Re: Floating-point numbers

2009-08-30 Thread romanr
Probably there is |supplied - expected| 1e-6 Luke Pebody wrote: I don't need to see code, I just want to be sure what relative difference of 1e-6 means. My guess is that it means: either supplied = expected = 0 or |supplied - expected| / max(|supplied|,|expected|) = 1e-6. On

[gcj] Re: Is CUDA allowed ?

2009-08-30 Thread krzych
My username is krzychoo. But don't expect very much, for many GCJ problems it's hard to come up with solutions more interesting than solving each case in it's own thread. On Aug 30, 2:03 pm, Luke Pebody luke.peb...@gmail.com wrote: What's your username? I am very interested in seeing your CUDA

[gcj] Re: welcome from China

2009-08-30 Thread mohammad usman
Hi parveen this is usman from india. On 8/25/09, Praveen . prav...@gmail.com wrote: Hi this is Praveen from India .[?] Cheers, Praveen +919848538065 Sent from Hyderabad, AP, India Ogden Nash  - The trouble with a kitten is that when it grows up, it's always a cat. On Sat,

[gcj] Anurag Dongre wants to chat

2009-08-30 Thread Anurag Dongre
I have been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the Internet. Here is an invitation to download Google Talk. Give it a try! --- Anurag Dongre wants to stay

[gcj] Re: join google code jam group

2009-08-30 Thread sonal jain
On Aug 28, 8:54 am, MagicLi musicl...@gmail.com wrote: hi, I have joined google code jam 2009 contest. I'd like to talk to friends who are also interested in this. hey hi, m beginner... --~--~-~--~~~---~--~~ You received this message because you are

[gcj] Using pre-written code

2009-08-30 Thread patso
Hi, As far I understood it's ok to use 3rd party libraries. So I suppose it's ok to my libraries written by me too. But what is not completely clear for me is if it's ok to add source files that are written by me prior the contest (for examples java classes that handle the google input/output

[gcj] Re: How to open sample .in files

2009-08-30 Thread vivek attri
On 8/30/09, black rose lovenab...@gmail.com wrote: Hi.. Harsh.. I am also from Ahmedabad.. Studying MCA from Som-Lalit.. I read the whole discussion but I didn't get it that how to read the file. The .in file is not opening through notepad or wordpad. can you please help me? On Aug 20,

[gcj] Re: Using pre-written code

2009-08-30 Thread Bartholomew Furrow
As far I understood it's ok to use 3rd party libraries. So I suppose it's ok to my libraries written by me too. But what is not completely clear for me is if it's ok to add source files that are written by me prior the contest (for examples java classes that handle the google input/output