8
Seeking help with qt program: wish to add more features/functions...view story

https://bbs.archlinux.org – There is a program I built a pretty basic PKGBUILD for in AUR that I would like to reawaken and further develop.  The name of the package is Turbojet 2 https://aur.archlinux.org/packages/turbojet2/ ...  It's a pretty nice program that allows you to turn a pc into a duplicator based on Linux.  It's really nice because you are not limited to just using a desktop.  It su (HowTos)

8
please helpview story

http://forums.androidcentral.com – how do i transfer music from my sd card to my google play account? (HowTos)

8
Backed Or Whacked: Smartphones That Light Up Your Lifeview story

http://techcrunch.com – Editor’s note: Ross Rubin is principal analyst at Reticle Research and blogs at Techspressive. Each column will look at crowdfunded products that have either met or missed their funding goals. (IT news)

8
Best music player?????view story

http://forum.xda-developers.com – Guys which music player do you prefer????Please tell me some Sent from my Nexus S using xda app-developers app (HowTos)

8
Why does the music not play in the app?view story

http://stackoverflow.com – I am running into this problem, where the music just is not playing. The app works as it should, but i just dont hear any of the music. I am testing with a real phone. But i also tried with the emulator, it doesnt work there either. (HowTos)

8
working conkyweather script (single line)view story

http://crunchbang.org – i searched alot but i have found no working script to write directly in conky.rc. i need very simple appear on my top of the wallpaper like "xx celcius". (HowTos)

7
Trying to get Keis Air to work on my computerview story

http://forums.androidcentral.com – So I have been trying to figure out how to sync my music and stuff to my computer from my phone. I tried to use Keis Air and I am putting all the info in and it keeps coming up with this message saying that I need to change my DEP on my computer so that way I can manage what is ok to use. I have done that and I do not know what program it is that I need to add so it will work. (HowTos)

7
Chinese Government To Open Mediation Center For Online Piracy Disputesview story

http://techcrunch.com – China’s Ministry of Industry and Information Technology (MIIT) plans to establish a center that will deal with disputes over intellectual property and online copyright issues, reports Sina Tech (link via Google Translate). Slated to launch later this year, the center will be part of the MIIT, which made the announcement at a meeting of the Internet Society of China and the Mediation Center o (IT news)

8
Professional Graphics Creation on Linuxview story

https://www.linux.com – Some of Linux's most brilliant crown jewels are professional-quality graphics-creation applications. There is far more to multi-media production on Linux than GIMP (GNU Image Manipulation Program), the beloved drawing and painting program, though it seems that is all there is because it gets all the attention. (Software)

7
Android SeekBar not working in onCreateViewview story

http://stackoverflow.com – in my MainActivity onCreateView i create a seek bar programatically (no xml) like this: mVolControlSB = new SeekBar(context); mVolControlSB.setMax(maxVolume); mVolControlSB.setProgress(curVolume); mVolControlSB.setOnSeekBarChangeListener(new SeekBar.OnSeekBarChangeListener() { @Override public void onStopTrackingTouch(SeekBar arg0) { Log.d("MainActi (HowTos)