Freelance Linux programmer

Anyone know where I can find freelance Linux programmer?

請問想要寫咩language呢 ?
Linux programmer 都可以有好多野, shell, perl, php, C ?

TOP

其實我想八o下樓主係想搵人改 Linux Kernel 定有件 Hardware 想寫 Linux Driver? 不過我冇門路介紹

如果唔係要搞到咁專的話,其實 Open Source Software 入面好可能已經有類似你想要o既o野,橫掂你搵 Freelance 都諗住要洗錢,不如睇o下有冇現成類似 Project,Send 個 Email 問o下個作者幫你做個改動收幾錢仲好

TOP

Thanks. Actually I am using BruteFir as a player/convolver/digital crossover for music playback

http://www.ludd.luth.se/~torger/brutefir.html

However, each time I play a wav file, I have to type the file name as part of the shell script. I would like someone to help me to write a GUI so that it can load the whole CD into ram disk, and allow play back function like fast forward etc. Essentially, it is a GUI for running a shell script.

Should I look for someone who can write C++? Should not be too complicated.

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

different quality ma!

TOP

can you give some tutorials, howto or documentation about this piece of software?
Since this software have not been updated for a long time. There are only few documents talking about the configuration and usage. An additional question is which desktop environment are you using?

TOP

This software allows digital signal processing which is what I required. The trick is to control the configuration file. with the shell script. In  my origial script, I divided it into t1 t2 and t3. T1 and t3 are always the same, t2 is like this

device: "file" { path: "/music_ram/15_ArneDomnerus_AntiphoneBlues.wav"; skip: 44; };

This is the command needed to control the play back. When I play the music, I have another script which which combine t1, t2 and t3 into a single configuration file.

The problem I have now is that I have to type the file name every time and i would like it to be controlled by a good GUI.

TOP

At the moment, I am using it in SPBlinux but I plan to use it in Ubuntu studio

TOP

can you provide a set of usable configuration files, filters and sound files for testing purpose?

TOP