8
[ubuntu] Don't know how to run Python code in Eclipseview story

http://ubuntuforums.org – Hello, This is quite a beginner question. I recently started Python in my computer science class and decided to start practicing using Python before we go into the detail. I have installed PyDev into Eclipse because I have used Eclipse previously for Android and Java programming. I have created a module inside of a python projected and have run it but I do not know how to do any inputs. (Hardware)

9
Qt 5.0.1 Released with 400 Improvementsview story

http://news.softpedia.com – Qt, a cross-platform application and UI framework with APIs for C++ programming, is now at version 5.0.1.Qt 5.0.1 is the first maintenance release and comes with a whopping 400 improvements, compared to Qt 5.0.0. According to the developers, it also adds a MinGW 4.7 pre-build binary installer, which has been highly requested. (General)

8
What Games Are: Games Need Their Nielsensview story

http://techcrunch.com – Editor’s note: Tadhg Kelly is a game designer with 20 years experience. He is the creator of leading game design blog What Games Are, and consults for many companies on game design and development. You can follow him on Twitter here. In the age of better metrics for games, some developers take it too far and let the numbers make their creative decisions. This generally leads to trouble. (IT news)

9
Full Circle Magazine #69 is OUT!view story

http://fullcirclemagazine.org – This month: * Ubuntu News. * How-To : Programming in Python, LibreOffice, and Ubuntu Gnome 2 Style. * Graphics : Blender, and Inkscape. * Review: Sony Google TV. plus: Q&A, Command & Conquer, Linux Labs, Ask The New Guy, My Story, and so much more!   Cooooome and get it! http://fullcirclemagazine.org/issue-69/ (Distributions)

7
Eclipse NullPointerException I can't seem to fixview story

http://stackoverflow.com – I am working on porting over a Java Maze application into Android. What this means is that I am taking the Java code given to me (I did not write this part), rewriting some of the classes (i.e. Changing the Java graphics into Android graphics so that it works on Android, and I have created the Android UI activities already. (HowTos)

7
PHP Socket programming to read data from MCUview story

http://stackoverflow.com – Quick question, I am new to socket, so i was wondering is there a way to read data from a MCU (Atmel)? I am running a Linux and I can connect an Atmel through RS232, or USB to my computer(server). Is there a way that I can directly read the data taht is coming from MCU (USB/COM) to my computer and process them? Cheers (HowTos)

7
Radio Freaks Out: First Cox Media-Owned Radio Station Turns Over Control To Listeners 24/7 On Web And Mobileview story

http://techcrunch.com – Today, a Cox Media-owned radio station in Florida’s Tampa Bay is shifting its entire format to listener-controlled radio, now putting its audience in control of the songs that play 24 hours a day. It’s the first station among Cox Media’s 86 U.S.-based properties to do so on both web and mobile, if not the first in the U.S. to experiment with the format. (IT news)

7
When Will Fedora Be Ready For Prime Time?view story

http://forums.fedoraforum.org – Is there any concensus out there about when Fedora will work out its problems and be ready for prime time? If someone doesn't understand the question, then consider the following: 1. With the latest Fedora 17, Beefy Miracle, installed, the installation routine creates a a GRUB2 that has an error in the file, as flashed on the screen for a split second at every boot. 2. (HowTos)

7
What is the Step by Step Guide to have Qt (QML) properly setted in Ubuntu 12.04 to start developping with QML?view story

http://askubuntu.com – I wanted to try some samples from QT Assistant : Home > QtWebKit QML Module ; the code is as simple as follow : import QtWebKit 1.0 WebView { url: "http://www.nokia.com" preferredWidth: 490 preferredHeight: 400 scale: 0.5 smooth: false } and the error I'm getting is the one below: Qml debugging is enabled. (HowTos)

7
[ubuntu] fxruby memoiry gameview story

http://ubuntuforums.org – For my intro to computer programming class I need to make a memory game using fxruby. This is my code so far. I need to figure out how to make it so when two buttons are clicked the rest cannot be clicked. (Hardware)