Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    232

    Rails versus Grails

    Hi,

    I'm been programming for a couple of years now. Mostly Java and PHP, I've been playing with CodeIgniter recently and like it a lot.

    I am about to start learning either RoR or Grails, but...
  2. Replies
    15
    Views
    1,651

    [SOLVED] Re: How do I remove a line from grub2?

    Thanks for the heads up guys, I need to get up-to-scratch obviously, has been a while since I've had to tinker with GRUB - which can only be a complement to the developers I suppose
  3. Replies
    15
    Views
    1,651

    [SOLVED] Re: How do I remove a line from grub2?

    I'm not in Ubuntu right now, but type sudo nautilus into the terminal, then in nautilus navigate to the root directory, go to /boot/grub/ find menu.lst. Right click this file, click edit and scroll...
  4. Replies
    11
    Views
    1,251

    Re: What are your views on Objective-C?

    Thanks CptPicard, I appreciate your input. I have now got hold of a Mac and have begun working through Kochan's 'Programming in Objective-C 2.0'. Three chapters in and it's helping me better...
  5. Replies
    11
    Views
    1,251

    Re: What are your views on Objective-C?

    Interesting points being made. I'm well aware of the fact that Objective-C is pretty much only relevant for programming for the Apple platform, but I don't think that learning a new programming...
  6. Replies
    11
    Views
    1,251

    Re: What are your views on Objective-C?

    Thanks nvteighen and pelle.k, it's good to get some input. I'll definitely check out those tutorials once I get a Mac.
  7. Replies
    11
    Views
    1,251

    What are your views on Objective-C?

    Hi,
    I've been using Ubuntu and programming in Java and various web languages for a couple of years now, and wanted to ask some advice. I'm considering getting a Mac so that I can learn Objective-C...
  8. [ubuntu] Bash Script: Batch copying selective files

    Hi,
    I have a directory with multiple subdirectories, all containing multiple images. Could someone help me with a bash script or terminal command to copy all the files containing "_407" in the file...
  9. Replies
    3
    Views
    547

    [ubuntu] VPN Question

    Hi,
    Not sure is this is the right place to be posting this, but I was wondering if someone could recommend a good VPN service provider? I'm sick of having problems accessing rapidshare, megaupload...
  10. Replies
    5
    Views
    405

    [ubuntu] Re: Running a command at start up

    Thanks Buuntu, that's exactly what I was after
  11. Replies
    5
    Views
    405

    [ubuntu] Running a command at start up

    Hi all,
    I've just reinstalled Ubuntu and I can't seem to find how to run a command from startup every time I boot up. I want to run the following command:

    sudo hdparm -B255 /dev/sda

    Could...
  12. Replies
    3
    Views
    751

    Re: Java GUI Tabbed Pane Problem

    Thank you for the help, sorry if my problem description was too vague. I've just realised that all I need to do was drag the bottom border of the tabbed pane container down to the bottom of the GUI...
  13. Replies
    3
    Views
    751

    Java GUI Tabbed Pane Problem

    Hi, I'm trying to build a GUI for a working program I have using NetBeans. I know how to assign EventListeners to buttons, but I want to have a tabbed pane so the user can click on a tab for ease of...
  14. Re: Java: Most efficient way to copy an array?

    Thanks everyone, will take that on board
  15. Re: Java: equals method for comparing two integers

    Ah hah! I had previously tried the == operator and thought it wasn't working, but I can see now that I had actually made a mistake in the main algorithm and it was working correctly after all. ...
  16. Java: equals method for comparing two integers

    Hi,
    I've run into a problem I don't really understand. I've used the equals method before for comparing integers and it's worked fine. Now I'm trying to compare two integer values from separate...
  17. Java: Most efficient way to copy an array?

    Hi,
    I have a method which works which is the following:



    for ( int i = 0 ; i < x.length; i++ ) {
    y[i] = x[i];
    }
  18. Replies
    8
    Views
    25,524

    Re: Best BibTex bibliography manager?

    Thanks everyone for the advice. I'm currently trying out both JabRef and BibTex, both of which seem very good. Much easier than typing the thing out in a text editor like I used to do that's for...
  19. Re: [JAVA] Copy specified char range of an ArrayList instance?

    Thanks Rocketflame, yes it isn't home work. As I said it's a project, and this problem is but a minuscule part of it. However, I probably should have been more clear, I had already successfully...
  20. [JAVA] Copy specified char range of an ArrayList instance?

    I have an ArrayList, which is basically just a white space separated .csv text file read in line by line, each line being an element. I'd like take each element, take the chars up to the first...
  21. Replies
    8
    Views
    25,524

    Best BibTex bibliography manager?

    Hi all,
    I am just starting a project and want to keep my references stored in a BibTex database. I have downloaded and installed Tellico, Referencer, JabRef, Pybliographic (worst application name...
  22. [xubuntu] Re: How can I disable the right mousde button?

    Excellent, thank you!
  23. [xubuntu] How can I disable the right mousde button?

    I've set up an old laptop with Xubuntu for my nephew to use. It works great and he's seems to enjoy Tuxpaint, but is there a way I can turn off the right mouse button? He always seems to click it...
  24. Replies
    0
    Views
    268

    [ubuntu] Amarok2: MusicExplorer Plugin

    Just wanted to give some props to the developer of the MusicExplorer plugin, works like a charm. I've got a really varied collection, and plain dumb shuffle can be really distracting sometimes. ...
  25. [ubuntu] Re: Possible to change permissions via FTP?

    Filezilla works great thanks! I just figured out SSH login too, so will probably just use FTP for uploading files to the site now and SSH for editing php/html etc so cheers for the tip Iowan
Results 1 to 25 of 67
Page 1 of 3 1 2 3