Help to develop a new application


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help to develop a new application
# 1  
Old 03-30-2010
Help to develop a new application

Hi all,
I am a beginner in advanced unix and just i finished my course in that so now I want to develop an application using advanced unix concepts and middleware technology, so that i can gain an initial working knowledge. Kindly give me a suggestion of what i can develop.
# 2  
Old 03-30-2010
Develop something nobody did before or try to "copy" something that already exists.
# 3  
Old 03-30-2010
Oh ya ... then tell me that "something"
# 4  
Old 03-30-2010
Uhm no, I think I should not have said anything. Forget my answer Smilie
# 5  
Old 03-30-2010
Well, you've got the buzz-words down, not doubt about that: "advanced UNIX concepts", "middleware technology", "initial working knowledge"... wow.

Anyways, if you want to code something in order to learn, pick something that you're personally interested in. If you like cooking, build yourself a recipe database, maybe with an option to pick the most appropriate dish based on your fridges contents. If you play the guitar, code up a training application. If you grok math, write an Elliptic Curve Cipher. Or if you just want to do something and have no personal interests at all, pick a random bug off of an open source application, and fix it.
# 6  
Old 03-30-2010
best approach - think of something that would be useful to you, or your company (ask about to see what people *need*), then you will have more focus and reason to actually develop something and it will be real world useful rather than just an abstract project.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Guide me in the right direction to develop application for UNIX/Linux

Hi all, Am good in C & C++, i just joined as a fresher in a French IT company. In my own interest and love towards Linux and open source. i want to develop as much as applications for linux. i got the basic training on linux commands, and currently am working really hard to gain more... (11 Replies)
Discussion started by: mr_ganapathy
11 Replies

2. Shell Programming and Scripting

I would like to have some exercises to develop my skills

Hi , I would like to do some exercises/scripts in order to develop my skills in shell scripts, can someone pass me some links/suggestions where i can find this? Thanks a lot :) (3 Replies)
Discussion started by: prpkrk
3 Replies

3. Shell Programming and Scripting

Help to Develop a LINUX macro?

Hi Experts, i would like to get your help to do some development to the below linux commands which i run under .cmd file in windows @echo off call f:\linuxutils\grep.exe "T11" f:\blocked_ranges\dump3.txt|f:\linuxutils\grep.exe ",9647800"|f:\linuxutils\grep.exe... (3 Replies)
Discussion started by: mustafa.abdulsa
3 Replies

4. Programming

Please help me to develop algorithm

Hi guys , in my study book from which I re-learn C is task to generate all possible characters combination from numbers entered by the user. I know this algorithm must use combinatorics to calculate all permutations. Problem is how to implement algortihm. // This program reads the four numbers... (0 Replies)
Discussion started by: solaris_user
0 Replies

5. Shell Programming and Scripting

Develop Program with 'None Interactive Flag'

Hi I have created a program but am currently wondering how to develop it further. I wanted to know how i would go about developing the program further so that it is able to run with a "none interactive flag" enabling execution to be automated with the resultant file e-mailed to a user once a week.... (1 Reply)
Discussion started by: warlock129
1 Replies

6. HP-UX

how could find HP UX application develop library

if I would like to develop application on HP UX ,where can I serarch the library and API ,like develop windows application with MSDN thanks (1 Reply)
Discussion started by: alert0919
1 Replies

7. Shell Programming and Scripting

Develop 2 IPC System Calls

I need to develop 2 IPC system calls. 1) The first one allows sender to send a message to set of receivers in a single call. 2) The second one allows receiver to receives all message that have been sent to it in a single call Please help me in developing this system calls ....atleast how... (1 Reply)
Discussion started by: Anki
1 Replies

8. UNIX for Dummies Questions & Answers

unix develop environment

hi! i am Carlos i study @ UABC (Autonomy University of Baja California)... i have a final project.... i need to make a presentation of the new... unix develop environment... but... i have some problems with that.... could you tell me something to help me? (0 Replies)
Discussion started by: Nx GT-R
0 Replies

9. Shell Programming and Scripting

develop a new kernel

Hi people, I am trying to install a second kernel on my Red Hat 8.0 machine. the existing kernel is 2.4.18 and I am trying to have 2.4.20. I already downloaded the source extracted it run make , make dep and make bzImage . Now when trying to copy the installed kernel image from /usr/src to... (4 Replies)
Discussion started by: bashirpopal
4 Replies
Login or Register to Ask a Question