Welcome to the Python for XBMC Tutorial! This project began one day when I discovered XBMC (XBox Media Center) supports scripts written in Python. Darkie made the port, and I’d like to thank him for his great work and support! (I harassed him with questions and feature suggestions and he was always nice enough to reply to the questions and to add the features.) Curious, I decided to try to use this scripting language to display some basic stuff.
Read the rest of this entry »
Introduction to Java Development Guide for Mac OS X 7 Who Should Read This Document?7 Organization of This Document 8 See Also 8 Filing and Tracking Bugs 9 Overview of Java for Mac OS X 11 Java and Mac OS X 11 Java,Built In 12 The Aqua User Interface 12 Finding Your Way Around 13 JAVAHOME 14 Java Extensions 15 Output From Java Programs 15 HFS+16 Apple Developer Tools for Java 17 Java Tools on Mac OS X 17 Xcode Tools 17 Get the Current Tools 18 Xcode 18 Jar Bundler 19 Applet Launcher 19 Other Tools 19 Developer Documentation 20 Providing Documentation Feedback 20 Java Deployment Options for Mac OS X 21 Double-Clickable JAR Files 21 Mac OS X Application Bundles
Read the rest of this entry »
Eclipse is a framework for IDEs. It provides the infrastructure for the IDE, and then the IDE is completed by using a plug-in for a particular programming language. Plug-ins exist for Java (which was its first application), C/C++, Python, Perl and many others. Eclipse is multi-platform, runnable on Linux, Windows , etc. Eclipse came out of the Websphere project at IBM. Though the Eclipse project is now fully open-source, it is still strongly supported by IBM. In this tutorial, we will describe in step by step how to edit, compile and execute a C project using Eclipse in your EPS 254 lab computer.
Read the rest of this entry »