Search:

Type: Posts; User: elst; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,200

    Re: Java DB available?

    By coincidence, I was looking into this this morning. Java DB is now being provided by a new set of packages called sun-javadb-*, but the old packages (that you mentioned) are still in the...
  2. Replies
    143
    Views
    6,767

    Re: What's an easy language?

    All popular modern programming languages are Object Orientated, so once you understand the concepts it is surprisingly easy to switch between them. Python, Ruby, C#, or Java are all OK. Perl, PHP,...
  3. Replies
    6
    Views
    727

    Re: Where did Ruby go?

    I suspect that part of the reason that the buzz has fallen off is that Rails is the only really big app for Ruby. Rails hasn't had a release in a while as the devs are working on Rails 2.0, and many...
  4. Re: Make a living with Ubuntu (as a programmer/consultant)?

    Likewise. Good luck.



    Canonical offer commercial support contracts:

    http://www.ubuntu.com/support/paid

    They also have partner programmes for training providers and ISVs, which may be of...
  5. Replies
    124
    Views
    7,724

    Re: Installer for source archives

    FWIW, the idea of a structured system for source compiles has been implemented by several projects, so I guess that it must be viable, although it may not be easy. FreeBSD (ports) and Gentoo...
  6. Replies
    2
    Views
    931

    Re: Web based application development in python

    I've just started playing with the Django framework, and am very impressed so far, particularly with the quality of the documentation. The package in the Ubuntu repository is for the previous...
  7. Re: Changing schools PCs from Windows domain to Ubuntu?

    Cloning isn't really necessary on Linux - you simply set up a central package repository on a server, and use the "answer file" functionality to automate the installation so that it pulls the correct...
  8. Replies
    32
    Views
    1,998

    Re: It's time to change the way we use computers.

    If you haven't already, it's worth looking at "Sugar", the user interface designed for the OLPC machines:

    "There are no software applications in the traditional sense on the laptop. The laptop...
  9. Replies
    24
    Views
    1,767

    Re: Beginner learning Ruby. Anybody want to join in?

    I'm not sure whether it was there in previous versions, but Feisty has a package for Ruby Gems 0.9.0 ("rubygems", no hyphen), so you can now install it along with the main Ruby packages.

    The bit...
  10. Replies
    24
    Views
    1,767

    Re: Beginner learning Ruby. Anybody want to join in?

    tomt:

    I've only dabbled, but the best method seems to be to install the basic ruby and ruby-gems packages supplied by the distribution, and then use the Ruby Gems package manager to fetch Rails...
  11. Replies
    34
    Views
    2,985

    Re: What language is used in the professional world

    TIOBE is kind of the Netcraft of programming languages (simplistic, but interesting):

    http://www.tiobe.com/tpci.htm

    Java has been no. 1 according to their stats for a long time, but most of the...
  12. Replies
    13
    Views
    1,142

    Re: Which Python book should I buy?

    If you aren't a fluent programmer than I'd vote for "Beginning Python" (Apress), which is absolutely excellent. If you look in /usr/share/doc/diveintopython/ in a default Ubuntu installation you'll...
  13. Re: Execute a linux command based on inserts into a mysql table

    Look into "triggers", a standard database feature which runs code when a condition occurs. Older versions of MySQL didn't support this feature.
Results 1 to 13 of 14