LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 04-27-2005, 02:01 AM   #1
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Rep: Reputation: Disabled
What is the best place to give away C++ code?


I've got quite a bit of code (C++) that I would like to make public under GPL. I don't want to set up my own site for it; I'd like to get good exposure for it. What is the best place to put free stuff out for free? In general, it will just be headers and sources with simple examples and instructions, etc. Thanks.
ta0kira
 
Old 04-27-2005, 02:09 AM   #2
mrGenixus
Member
 
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440

Rep: Reputation: 30
bump
 
Old 04-27-2005, 02:22 AM   #3
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
what kinda place are you looking for??
 
Old 04-27-2005, 02:56 AM   #4
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Original Poster
Rep: Reputation: Disabled
Some place where people will specifically look for GPL *nix or independent code where I can upload a lib for free. I'd like people to actually consider using it for a useful purpose. Thanks.
ta0kira
 
Old 04-27-2005, 03:01 AM   #5
mrGenixus
Member
 
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440

Rep: Reputation: 30
how does sorceforge work?
 
Old 04-27-2005, 03:10 AM   #6
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
yeah, sourceforge.net is great place for this...
Quote:
Originally posted by ta0kira
I don't want to set up my own site for it
i think if you use sourceforge.net you don't HAVE to set-up your own site, you can just stick to the page they provide you with...
 
Old 04-27-2005, 04:13 AM   #7
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Original Poster
Rep: Reputation: Disabled
I was thinking SourceForge since almost everything I download open-source wise I get there, but I wasn't sure about the source code thing; I didn't know if people go there for general code in addition to functional open-source software.
ta0kira
 
Old 04-27-2005, 04:33 AM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Sourceforge is undoubtly hosting libraries too.
I would suggest you to license yours not under GPL, which can be too restrictive for a library, but LGPL or another license that do not forbid reusing code in a non GPL project.
 
Old 04-27-2005, 07:42 AM   #9
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Original Poster
Rep: Reputation: Disabled
Thanks for pointing that out. I wouldn't have known the difference. I got an account today, just need to prepare everything to post. Thanks.
ta0kira
 
Old 04-27-2005, 07:43 AM   #10
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
remember to post a link here!!!

=)
 
Old 04-29-2005, 05:01 AM   #11
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Original Poster
Rep: Reputation: Disabled
So although the rules say I can't sell things here, I can still post a description and a link for something I put out there for free?
ta0kira
 
Old 04-29-2005, 11:33 AM   #12
mrGenixus
Member
 
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440

Rep: Reputation: 30
I don't think anybody will snip about it if you post it in this thread,
 
Old 05-09-2005, 01:42 AM   #13
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Original Poster
Rep: Reputation: Disabled
Exclamation

Ok, I finally got one of the releases out:
http://sourceforge.net/projects/clist-ta0kira/

This is a list class that has loads of complex sorting functionality. It's meant to be a component of persistent objects; those that will be around for extended periods. It isn't intended to be disposable (i.e. use it once like a std::vector). The release has a full tutorial and several examples. Only the DOS/Win version is showing, but if you click on the package you will see the POSIX one.

I put this one out there first because the largest of my projects relies on it, so I thought it should be releasable before started preparing the other one for release.

I am also working on releasing some auto functors, some virtual object networking stuff, and some encapsulation stuff. Thanks for your interest!
ta0kira
 
Old 05-19-2005, 12:58 AM   #14
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Original Poster
Rep: Reputation: Disabled
Just added a command line encryption tool...
http://sourceforge.net/projects/spiral-ta0kira/

ta0kira

Last edited by ta0kira; 05-20-2005 at 02:05 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
small syntax problem with C code (implemented in Code Composer Studio) illiniguy3043 Programming 6 01-07-2008 02:14 AM
C++ code,please C++ programer to give me some advise naihe2010 Programming 13 10-17-2005 10:30 AM
User Preferences: Use HTML code instead of vB code? (vB code is overrated) stefanlasiewski LQ Suggestions & Feedback 5 07-26-2005 01:37 AM
I give up, here is my code, please help hubabuba Programming 1 01-29-2005 01:12 PM
Open Firmware code for booting OS from SATA : sample code available somewhere ? drsparikh Linux - Hardware 0 03-12-2004 11:16 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 08:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration