LinuxQuestions.org
Review your favorite Linux distribution.
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 10-14-2012, 10:09 AM   #1
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Rep: Reputation: 22
Post How can i Develop and open source project?


Hello all.
I want develop an open source project but my project but i didn't know how can i do it! Is there any software to ease the work ?
My project have many file and folder

Please recommend some way to me.

Thanks.
 
Old 10-14-2012, 01:30 PM   #2
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,864
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
So you want to be a programmer? I guess you should find a teacher and/or a textbook.
 
Old 10-14-2012, 01:39 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by jokar.mohsen View Post
Hello all.
I want develop an open source project but my project but i didn't know how can i do it! Is there any software to ease the work ?
My project have many file and folder

Please recommend some way to me.
Your post makes no sense. You want to develop an open source project...but you don't know how...but you've ALREADY written a program with "many file and folder"???

If you don't know how to program, how did you write what you already HAVE? If you DO know how, you've obviously already DONE IT...so congratulations, you've created a program. So publish it to Sourceforge.
 
Old 10-15-2012, 12:59 AM   #4
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
TB0ne.
I choose an open source project for develop,this project have many file and folder but i didn't know for start what should i do?
 
Old 10-15-2012, 02:31 AM   #5
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,864
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
Why should you do anything if the program is already written?
 
Old 10-15-2012, 02:36 AM   #6
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
I think he means he picked a project from Sourceforge which he wants to CONTRIBUTE to.
But this project has many files and folders, and he's having trouble wading through the source.

Am I right, Jokar? You know HOW to program right?
 
Old 10-15-2012, 09:52 AM   #7
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Thumbs up

Quote:
Originally Posted by resetreset View Post
I think he means he picked a project from Sourceforge which he wants to CONTRIBUTE to.
But this project has many files and folders, and he's having trouble wading through the source.

Am I right, Jokar? You know HOW to program right?
Hi.
You right.my mean is.
I choose a project for Contribute but this project have many file and folder,it is written in Python,i know a little Python but i didn't know for start what should i do
I'm thankful if you guide me about it.

Thanks.
 
Old 10-15-2012, 10:07 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by jokar.mohsen View Post
Hi.
You right.my mean is.
I choose a project for Contribute but this project have many file and folder,it is written in Python,i know a little Python but i didn't know for start what should i do
I'm thankful if you guide me about it.

Thanks.
Not sure what anyone can tell you. If you want to contribute, the first thing you need to do is decide WHAT to contribute. Do you want to fix a bug? Make it faster? Add features?? After that, you need to open the code (which usually has documentation), and figure out where to put your change. Test it, and submit it back to the project for acceptance.

We can't tell you how to program, though...
 
1 members found this post helpful.
Old 10-15-2012, 01:59 PM   #9
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
I don't know Python myself, so I probably can't help you, but..... why don't you tell us all WHAT PROJECT IT IS? Then maybe we can try....?
 
Old 10-16-2012, 10:19 AM   #10
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Unhappy

Quote:
Originally Posted by TB0ne View Post
Not sure what anyone can tell you. If you want to contribute, the first thing you need to do is decide WHAT to contribute. Do you want to fix a bug? Make it faster? Add features?? After that, you need to open the code (which usually has documentation), and figure out where to put your change. Test it, and submit it back to the project for acceptance.

We can't tell you how to program, though...
Hi.
My mean is not how to program ,i want Contribute to the project and find bug,add features,Etc ,my project address is :
https://github.com/ygjb/minion

My problem is,i didn't know where should i start

---------- Post added 10-16-12 at 06:50 PM ----------

Quote:
Originally Posted by resetreset View Post
I don't know Python myself, so I probably can't help you, but..... why don't you tell us all WHAT PROJECT IT IS? Then maybe we can try....?
my project address is :
https://github.com/ygjb/minion

Please tell me some advice for start.
 
Old 10-16-2012, 11:01 AM   #11
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,864
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
> Contribute to the project and find bug,add features,Etc

A bit more precisely? What do you want to change in the program?
 
Old 10-16-2012, 11:16 AM   #12
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
If you know how to program, just learn how to use git, create your own branch and contribute as much as you want.
 
Old 10-17-2012, 06:47 AM   #13
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by NevemTeve View Post
> Contribute to the project and find bug,add features,Etc

A bit more precisely? What do you want to change in the program?
I want read source code and found how this program work.but as you see it have many file and folder
 
Old 10-17-2012, 09:05 AM   #14
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,864
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
Back to square one:
"So you want to be a programmer? I guess you should find a teacher and/or a textbook."
 
  


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
LXer: Morevna - An Open Source Anime Project Using Open Source Tools Only LXer Syndicated Linux News 0 07-22-2010 02:30 AM
LXer: Microsoft to develop own open source platform LXer Syndicated Linux News 0 04-10-2010 10:11 PM
LXer: Develop a Grid App with Open Source Tools LXer Syndicated Linux News 0 11-30-2007 06:30 AM
LXer: Africa: Africans Need to Develop Open Source Software LXer Syndicated Linux News 0 09-14-2006 11:21 AM
LXer: Open Source—the One, True Way to Develop Software LXer Syndicated Linux News 0 02-18-2006 08:46 PM

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

All times are GMT -5. The time now is 05:51 PM.

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