Quantcast
Channel: Development Environments – Programming and Technology
Browsing latest articles
Browse All 8 View Live

Image may be NSFW.
Clik here to view.

Use OpenCV in Eclipse CDT

Install OpenCV (see previous posts for Ubuntu 10.10, Ubuntu 11.10, Ubuntu 12.04 and OpenCV 2.4 in Ubuntu 12.04).Install Eclipse CDT:sudo apt-get install eclipse-cdtOpen Eclipse CDT and select a...

View Article



Image may be NSFW.
Clik here to view.

Building a Unity 3 Application with Native Plugin for iOS

Create a Unity project. Go to “File->Build Settings”, select the iOS platform and then “Player Settings…”. In “Other Settings” on “Identification” configure the “Bundle Identifier” for example with...

View Article

Using the Xcode Simulator with a Unity 3 Native iOS Plug-In

As you saw in “Building a Unity 3 Application with Native Plugin for iOS” we can create a plug in for native code in iOS with Unity 3. The problem is that by default you can’t test it on the Simulator...

View Article

Fix Netbeans fonts after installing Wine

As I wasn’t going to use Wine that much and broking my fonts pissed me off I decided to completelly uninstall it.sudo apt-get remove ttf-mscorefonts-installer sudo apt-get remove wine1.6 wine1.6-i386...

View Article

Image may be NSFW.
Clik here to view.

Debug console PHP applications with NetBeans

Assuming you already have PHP and NetBeans configured to debug code using XDebug, these are the steps to debug a console PHP application:In the terminal window export the value of the...

View Article


Image may be NSFW.
Clik here to view.

No splash screen on NetBeans

I’m not a fan of the splash screens the applications, even less on those that place it on top of all your applications all along.The NetBeans splash screen is easy to hide. You can run Netbeans with...

View Article

Image may be NSFW.
Clik here to view.

Deactivate VCS (Version Control System) in PHPStorm

You can enable VCS (Version Control System) in PHPStorm from the VCS menu but, how do you deactivate it? I didn’t found an option for that anywhere so this is the solution: Remove the .idea/vcs.xml...

View Article

Image may be NSFW.
Clik here to view.

Install Android SDK and Tools with Eclipse in Ubuntu, Mac OS X and Windows

Here I’ll explain the process to install Android SDK and Tools. There are 4 things you have to install in order to develop Android applications: Android SDK Eclipse Android Development Tools plugins...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images