Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Re: Install Java's JDK and Eclipse for performance and ease

    adredz, thanks for the compliment. As for the pop-up, I can't say for sure. I haven't used Ubuntu seriously for more than a year, and I've basically forgotten everything I knew. :(
  2. Re: Netgear wg111v2 Working on Gutsy Gibbon -- Thanks

    Yeah, Kvonb deserves a lot of thanks. I've been "on vacation" with a new development job for 6 months or so, and it appears Kvonb is continuing to be as helpful as he was to me when I first got...
  3. Re: How to install your Netgear wg111v2 wireless dongle on Edgy

    I couldn't agree with anything more.
  4. Re: Install Java's JDK and Eclipse for performance and ease

    Does anyone think this needs an update? I know the JRE update has changed, but the important steps still seem accurate.
  5. Replies
    13
    Views
    2,510

    Re: Eclipse on Feisty

    I would install eclipse by extracting it. You can then move it wherever you want, and create menu items as needed. The thread I use for reference is here:...
  6. Replies
    3
    Views
    344

    Re: Java Problem

    This thread on installing Java has 20 thousand views - it's the one I use when I install Java(s).
  7. Thread: MySQL help

    by phossal
    Replies
    4
    Views
    431

    Re: MySQL help

    MySQL has sweet online docs. You can't beat them for reference. http://dev.mysql.com/doc/
  8. Replies
    3
    Views
    1,626

    Re: Connector/J Problems

    http://ubuntuforums.org/showthread.php?t=409640
  9. Replies
    44
    Views
    27,332

    Re: Are we going to see Java SE 6?

    All previous versions are available at http://java.sun.com -> Java SE -> Previous Releases
  10. Replies
    5
    Views
    2,928

    Re: Parsing HTML with Javascript

    You can create or receive (as in an async req) document fragments. Then loop through the nodes. It seems like a project that would require something like that would use a language with a better api...
  11. Replies
    7
    Views
    4,640

    Re: Installing Java 1.6 on Feisty

    The backports version usually trails at least an update, if not a full version, behind whatever SUN's current release is. I hate the package managers. The package just wraps SUN's .bin file - which...
  12. Replies
    2
    Views
    6,983

    Re: Installing java compiler

    The thread you used to adjust your path is somewhat out of date. My signature contains the tutorial that I (and a few thousand other people) use to install Java.

    [EDIT] Consider this: let's say...
  13. Replies
    7
    Views
    3,211

    Re: Inserting records into MySQL from Gambas

    You're welcome, of course. I'm glad you figured it out.

    Cheers!
  14. Replies
    11
    Views
    953

    Re: Running a command in java

    Stellar. :) Happy to help, of course. Thanks for posting back.
  15. Replies
    16
    Views
    2,269

    Re: I want to learn C++. How?

    I suggest learning C. It's a fairly small, tight language. In its basic form, it isn't ridiculously complicated. But it's more complicated than others, which will make your investment profitable when...
  16. Replies
    11
    Views
    953

    Re: Running a command in java

    The fun part is, I know you'll be gone awhile before you get to post back. Because it works, you'll spend at least half the time between posts restarting your machine. :)
  17. Replies
    11
    Views
    953

    Re: Running a command in java

    Here:


    package com;

    import java.io.*;

    public class ShutDown {
  18. Replies
    11
    Views
    953

    Re: Running a command in java

    What do you use such a program for? Why use Java to shut down your pc?
  19. Replies
    7
    Views
    3,211

    Re: Inserting records into MySQL from Gambas

    Yeah, I doubt you need the ";" termination, and maybe you've double-delineated. When I write inserts or queries from new languages, I usually start with "clean" statements. Try a single line, into a...
  20. Thread: C new node

    by phossal
    Replies
    3
    Views
    424

    Re: C new node

    Nobody nodes. :)
  21. Replies
    7
    Views
    3,211

    Re: Inserting records into MySQL from Gambas

    Will you do me a favor and translate your code in the previous post into a prompt-like sql statement. Write it out without the variables? Are you supposed to have the terminating ';' ?

    [EDIT] In...
  22. Replies
    4
    Views
    2,651

    Re: Problem installing Perl modules

    Probably your CPAN configuration. We've all been through it. ;) As a simple test, you can try using sudo cpan, in case it's a permissions error. But, when that doesn't work, open cpan, type o conf,...
  23. Replies
    7
    Views
    3,211

    Re: Inserting records into MySQL from Gambas

    Wow. I had a similar problem using Perl (and the ODBC wrapper) and MySQL. MySQL uses the quote for time field delineation. However, from Perl, using the ODBC wrapper, it uses '#'. It took me days to...
  24. Replies
    18
    Views
    4,500

    Re: how do you know if programming is for you?

    I knew programming was for me when it became a platform for learning things I had detested before but found myself enjoying, like calculus, or hardware schematics.
  25. Thread: c structures

    by phossal
    Replies
    5
    Views
    401

    Re: c structures

    I do it a little differently.


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h> /* Includes for good measure : ) */


    struct vehicle_struct {
    char name[30];
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4