Name conflict with project from Sourceforge

2009-07-24 Thread Strahinja
Hi, I encountered a problem while trying to create a project on google code. I picked sigil for my project name, and the system informed me of a name conflict with a project from Sourceforge. That project is located here: http://sourceforge.net/projects/sigil/ That project is about providing

Re: Name conflict with project from Sourceforge

2009-07-24 Thread David Anderson
Project created and assigned to you. Don't forget to edit the summary, description, license and labels in the administration panel. Details follow. On Fri, Jul 24, 2009 at 02:16, Strahinjastrahinja.marko...@gmail.com wrote: I encountered a problem while trying to create a project on google

GPL v3 and exceptions

2009-07-24 Thread Gerhard Olsson
I plan to use GPL v3 with exceptions for a project that adds functionality to a non-free program, like described here: http://www.gnu.org/licenses/gpl-faq.html#GPLPluginsInNF I therefore need to add exceptions like this: http://www.gnu.org/licenses/gpl-faq.html#LinkingOverControlledInterface

Re: GPL v3 and exceptions

2009-07-24 Thread Chris DiBona
I know you are thinking that you are asking for our permission for something, but given the rights ownership issues that this presents, I'm not going to say yea or nay here and suggest you consult a lawyer. Chirs On Fri, Jul 24, 2009 at 12:21 PM, Gerhard Olssongerhard.nos...@gmail.com wrote:

Re: All practice questions

2009-07-24 Thread Rodrigo Augosto C.
Manish, It's great, thanks Rodrigo Augosto // rodrigo.augo...@gmail.com On Fri, Jul 24, 2009 at 00:23, मनीष mktec...@gmail.com wrote: I have downloaded all the problems and packed into pdf. u can download it from http://sites.google.com/site/sunergostech/manish On Thu, Jul 23, 2009 at

Re: Which language to use?

2009-07-24 Thread Himanshu Sachdeva
Henrique ,what is a buffer overrun? and howz it helpful? Cheers! Himanshu Sachdeva On Fri, Jul 24, 2009 at 2:07 AM, 'HoloCoCos' Cintra cin...@gmail.comwrote: I used .NET C# last year... just remenber to turn on the option to do buffer overun ad Visual Studio. 2009/7/22 Eyad Al-Sibai

Re: Which language to use?

2009-07-24 Thread imran khan
anyone knows how to use visual studio C# 2008 to redirect all the output from console to a text file. I can do this in visual studio 2005, by using operator in debug parameter of project property but this does not work in VS2008. On Fri, Jul 24, 2009 at 9:48 PM, Himanshu Sachdeva

Re: Which language to use?

2009-07-24 Thread Himanshu Sachdeva
Use streamwritter On Friday, July 24, 2009, imran khan imrankane2...@gmail.com wrote: anyone knows how to use visual studio C# 2008 to redirect all the output from console to a text file. I can do this in visual studio 2005, by using operator in debug parameter of project property but

Re: All practice questions

2009-07-24 Thread Bartholomew Furrow
I have downloaded all the problems and packed into pdf. u can download it from http://sites.google.com/site/sunergostech/manish This is one of my favourite things about Code Jam -- when people see something they want, and implement a feature on their own. Thanks, मनीष!

Re: Which language to use?

2009-07-24 Thread Henrique 'HoloCoCos' Cintra
Sorry, I translated wrongly, it's buffer overflow... By default at VS Express 2003 the compiler doesn't check for buffer overflow. If you create a code the sums an int value many times, you won't have an error after the value reaches more than the max value of an int, the value will be converted

Re: All practice questions

2009-07-24 Thread 曹擎宇
Thanks! 2009/7/25 Bartholomew Furrow fur...@gmail.com I have downloaded all the problems and packed into pdf. u can download it from http://sites.google.com/site/sunergostech/manish This is one of my favourite things about Code Jam -- when people see something they want, and implement a

Re: Which language to use?

2009-07-24 Thread Juan Pedro A. Lopes
Actually, the .NET runtime specification says that there is no integer overflow, unless you declare it as checked. But i'm not so sure for buffer overflow. I'm almost sure there are array bound checkings in .NET languages by default. I don't really know what about C++ CLR compiled. On Fri, Jul

Re: Which language to use?

2009-07-24 Thread Nguyen Duong Tuan
And me, assembly ;)) 2009/7/23 Luiz Filipe luizfilip...@gmail.com JavaScript, i'll use it ;] 2009/7/22 Jonas Trevisol jtrevi...@gmail.com JAVA! is not PHP 2009/7/22 Victor Padilla R vecto...@gmail.com Yes, you can. You can use php, python, ruby, a spreadsheet, matlab. Anything!

Re: All practice questions

2009-07-24 Thread Nguyen Duong Tuan
Thanks, it's useful for me, the first to CodeJam :) On Sat, Jul 25, 2009 at 7:18 AM, 曹擎宇 cqin...@gmail.com wrote: Thanks! 2009/7/25 Bartholomew Furrow fur...@gmail.com I have downloaded all the problems and packed into pdf. u can download it from

Re: All practice questions

2009-07-24 Thread Eagle
A lot of thanks Manish! It was a great work! On Jul 24, 9:23 am, मनीष mktec...@gmail.com wrote: I have downloaded all the problems and packed into pdf. u can download it fromhttp://sites.google.com/site/sunergostech/manish --~--~-~--~~~---~--~~ You received