8
Planescape: Torment Successor to Arrive on Linux – Videoview story

http://news.softpedia.com – A new project from inXile entertainment, built in the tradition of Planescape: Torment, will be launched on multiple platforms, including Linux. Torment: Tides of Numenera will be a classic RPG set in the world of Monte Cook’s new tabletop experience, Numenera. (IT news)

8
The ‘Bay Lights’ Creator Leo Villareal On Where Tech Meets Art [TCTV]view story

http://techcrunch.com – Last night was the grand lighting ceremony for The Bay Lights, the $8.8 million art installation that will turn the historically drab San Francisco Bay Bridge into the world’s largest LED light sculpture every night for the next two years. It’s clearly a work of art first and foremost, but there is a lot of technology at play here too. (IT news)

8
Building Android library with Eclipse vs Antview story

http://stackoverflow.com – I have a simple Android library project, which contains network calls functionality only. It doesn't need to inherit any XML/resources etc… to calling application. When I build this project using Eclipse IDE (right click on project and click on Build Project), it generates a JAR under bin/libproject.jar. (HowTos)

8
To Earn Trust, Facebook Could Declare News Feed Changes Like Google PageRankview story

http://techcrunch.com – Too much bad press and too many confused users. That’s what Facebook got from silently tinkering with the news feed. BiltonGate was the last straw. Signs now point to Facebook starting to notify the public of news feed algorithm changes the way Google does for PageRank. (IT news)

8
Sneak Preview I: openSUSE 12.3 for Desktop Usersview story

http://news.opensuse.org – In less than two weeks, openSUSE 12.3 will be on your doorstep. Or rather, on the mirrors, ready for use. If you are curious to know what is coming, this first sneak preview is for you! We’ll talk about what’s new on the desktop: GNOME, KDE, XFCE and Enlightenment as well as the applications. Enjoy! The desktops Let’s start with the desktops. (Distributions)

8
android facebook sdk after add libraryview story

http://stackoverflow.com – i click on my project and then android Tools and then add support library and then i have an issue (which work before i did "add support library") i think that i have an issue with the facebook sdk: this is part of my mainActivity: Settings.addLoggingBehavior(LoggingBehavior.INCLUDE_ACCESS_TOKENS); Session session = Session.getActiveSession(); if (session == null) { (HowTos)

8
Android ZXing integration errorsview story

http://stackoverflow.com – I am a student and as a part of my android project at school, I need to include a barcode app. I have clearly followed instructions given in http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-s... to integrate ZXing. (HowTos)

8
Compile Android SQLite with different encryption/codecview story

http://stackoverflow.com – I am trying to compile SQLite (enable SQLITE_HAS_CODEC) with encryption/codec such as the one found in wxSQLite or Libtomcrypt, so that the result build will provide an encrypted SQLite database. (HowTos)

8
Iincorporating Qr Code in a galaxy tabview story

http://stackoverflow.com – I've already integrated Zxing in my project, I run it in my smartphone, and it worked perfectly. When trying to start the same application in a galaxy tab, things are different. When I launch the bar-code scanner it doesn't give any result. I wait a long time in front of the bar-code to scan but it never works. I think it has something to do with the tab camera resolution. (HowTos)

8
Why does Apache Cordova not support Linux Desktop?view story

http://stackoverflow.com – I have see recently this project to develop multiplatform applications, I see all major mobile platforms, and MAC OS X and Windows Desktop but, why no Linux Desktop support? (HowTos)