Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. [other] Re: escaping a command line inside a bash script

    Thank you all for your replies. I have decided to go on a different route. I tried pretty much all the combinations, except for the one that works :) The problem arises because of all the layers...
  2. [other] Re: escaping a command line inside a bash script

    didn't work. i had tried the first one already before posting. for the second one it uses %20 as part of the string showing yyyy-MM-dd%20HH:mm:ss
    thank you for giving it a shot.
  3. [other] escaping a command line inside a bash script

    hi,

    i need to add a configuration to my tomcat for JAVA_OPTS

    JAVA_OPTS="
    -Ddateformat=yyyy-MM-dd HH:mm:ss
    "

    my problem is that when tomcat starts it believes that HH:mm:ss is another...
  4. Replies
    5
    Views
    459

    [SOLVED] Re: Java casting question

    Ok, I saw a similar explanation, but I believe now it makes more sense. Thank you all for your help.
  5. Replies
    1
    Views
    1,464

    Re: Help needed in configuring multiple JVMs

    http://ubuntuforums.org/archive/index.php/t-9221.html
    This should answer most of your questions.
  6. Replies
    9
    Views
    1,061

    Re: Keyboard and Background programming in C

    You should use assembly, it actually quite fun and easy. "for this application at least". And you can integrate it to C. _asm{ //assembly code }
  7. Replies
    5
    Views
    459

    [SOLVED] Re: Java casting question

    Thank you for the response. You might have answered the question, but I'm still a little confused. I will work around it, to find a diff solution which doesn't involve doing the casting.
  8. Replies
    5
    Views
    459

    [SOLVED] Java casting question

    Hi guys,
    Here is my problem


    Interface B {
    Factory {
    returns an instance of A
    }
    }
  9. Thread: New Programmer

    by kwyto
    Replies
    33
    Views
    1,677

    Re: New Programmer

    You should asking what kind of applications he would like to develop and take from there.
    As you probably know pretty much all of the schools teach either C++ or Java as a starting up language....
  10. Replies
    3
    Views
    554

    [kubuntu] Re: wireless internet not working

    have you try opening a terminal and
    ping -c 4 www.hotmail.com . post the result.
  11. Replies
    3
    Views
    554

    [kubuntu] wireless internet not working

    hi guys, i know this is a topic well talked about, i'm believed me i have research it. but either the thread its not solved or no solution applies to me. i have been running KARMIC, without a...
  12. Thread: TCP chat program

    by kwyto
    Replies
    3
    Views
    1,241

    [SOLVED] Re: TCP chat program

    It's for understanding purposes. Basically, the server echoes every message to everybody connected. And yes, I was confusing the listening socket and the socket returned by the accept() function. I...
  13. Thread: TCP chat program

    by kwyto
    Replies
    3
    Views
    1,241

    [SOLVED] TCP chat program

    Hi guys, I'm doing a chat program in C\C++ for Windows using Visual Studio. It's a very simple program. The server receives a message from a client and echoes it to the other clients. The server side...
  14. Replies
    2
    Views
    744

    Re: twitter application in c++?

    I wouldn't try it in C++. It would take too much work to do graphics. A better option is MFC with Visual C++. A lot of nice functions are already created for you. Microsoft did a great job with MFC.
  15. Replies
    8
    Views
    1,176

    [ubuntu] Re: genoid theme for gnome messed up

    i installed chrome and it's working just fine. although you are right hence the word beta.
  16. Replies
    8
    Views
    1,176

    [ubuntu] Re: genoid theme for gnome messed up

    did you try reducing the font size? in the theme? and in chrome?
  17. Replies
    3
    Views
    508

    [SOLVED] Re: avant-window-navigator

    ok. somehow its working now. the problem now it's trying to erase gnome-panel. I opened gconf-editor, found sessions and erase gnome-panel. after I restart the panel keeps showing up.
  18. Replies
    3
    Views
    508

    [SOLVED] Re: avant-window-navigator

    never mind drivers. i restarted the computer and now i can't change the appearance to normal or extra. the restricted driver i had installed it's not working. it was earlier.

    here is the output...
  19. Replies
    3
    Views
    508

    [SOLVED] avant-window-navigator

    hi guys, i'm trying to install AWN. i have compiz, awn and awn manager installed. but when i go to accessories and try to run awn, nothing happens. any help is much appreciated.
  20. Replies
    1
    Views
    365

    [ubuntu] Re: Unable to enable visual effects

    look in System->Administration->Hardware Drivers , there it should say something about a restricted driver. enable it and then try changing the appearance. you'll have to restart the computer.
  21. Replies
    3
    Views
    381

    Re: C++ " Try {" Question.

    try {...} catch(...) {...}
    check this : http://www.java2s.com/Tutorial/Cpp/0120__Exceptions/0020__try-catch.htm

    cin >> x >> y; // to read x and y
  22. Replies
    11
    Views
    6,275

    Re: Hardest c++ question ever!

    another thing, maybe it would work if you close the file. read the size and opened the file again.
  23. Replies
    11
    Views
    6,275

    Re: Hardest c++ question ever!

    #include <iostream.h>
    #include <fstream.h>

    const char * filename = "test.txt";

    int main () {
    long l,m;
    ifstream file (filename, ios::in|ios::binary);

    l = file.tellg();
  24. Thread: awn - desktop

    by kwyto
    Replies
    5
    Views
    874

    [SOLVED] Re: awn - desktop

    ok i found it. battery status, network manager, bluetooth and sound control are bundle under Notification Area. Thank you for everything
  25. Thread: awn - desktop

    by kwyto
    Replies
    5
    Views
    874

    [SOLVED] Re: awn - desktop

    i did it and basically it reset the appearance settings. i just went i reinstalled ubuntu 9.10 . Now what i wanted was to look like...
Results 1 to 25 of 72
Page 1 of 3 1 2 3