Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    24
    Views
    1,672

    Re: Detecting mount containing running script

    man exec
  2. Replies
    7
    Views
    611

    Re: yet another php problem, values inserted in wrong table

    google will help in either case ...

    http://us3.php.net/manual/en/pdo.commit.php
  3. Replies
    17
    Views
    1,311

    Re: Functional Programming

    Because people have been brain dead since college and "a program is a series of instructions." Alan Turing learned the same thing.

    We are not taught to think in terms of functions.

    Think about...
  4. Replies
    7
    Views
    611

    Re: yet another php problem, values inserted in wrong table

    did you try turning on autocommit or committing the changes from php code?

    side note: SQL injection much?
  5. Replies
    37
    Views
    10,317

    Re: Why don't more people use Jython?

    dead things stay dead.
  6. Replies
    9
    Views
    2,518

    Re: How do i send MB beep from bash

    in C:


    printf("\a");
  7. Replies
    2
    Views
    1,545

    Re: bash automatic website authentication

    look into curl/wget to submit the form.

    another thing to look at is wwww::mechanize (perl library)
  8. Thread: RegEx Tools

    by slavik
    Replies
    8
    Views
    7,096

    Re: RegEx Tools

    this was a dead thread.

    but to give you some pointers:
    1. messy - you can use regex to put combinations of versions to do what you want.
    2. better - parse out the version into actual numbers and...
  9. Re: OpenJDK where i can find documents for Java language.

    If you are asking us where to learn how to learn to use OpenJDK to create a commercial software opening, you are in way over your head.

    With that said, you can still use the Java language API...
  10. [SOLVED] Re: regular expressions

    Are all users created on the system? What about external authentication/authorization systems? (LDAP, AD, DB, etc.)
  11. Thread: gcc

    by slavik
    Replies
    4
    Views
    410

    Re: gcc

    install the right -dev packages needed, then add -l for the proper libraries.
  12. Re: why this error is occuring what's wrong in my script??

    double brackets instead of single brackets.

    [[ ]] instead of [ ]
  13. Thread: geany

    by slavik
    Replies
    4
    Views
    1,698

    Re: geany

    Since it's an open source project. There should be a link to where they host their code.
  14. Replies
    6
    Views
    2,589

    [SOLVED] Re: PyGTK Glade TreeView / ListView

    Treeview is very general and depends on the datastore you use. I wrote a Perl version long time ago, but the usage should be similar. Try searching for the treeview I wrote ... should be somewhere in...
  15. Replies
    4
    Views
    1,022

    [SOLVED] Re: OpenMP parallelization

    There is only one sum, so only one thread can access it. Try creating a counting loop.
  16. Replies
    8
    Views
    687

    Re: Where to begin for learning webapps?

    Tomcat is not a full J2EE container, since it can't deploy EAR files. It is a web container. JBoss is a full J2EE container.
  17. Replies
    16
    Views
    1,710

    Re: computer programming and Ubuntu

    Keep in mind that Mono is not .NET. Mono is not developed by Microsoft and is not up to date with .NET versions.
  18. Replies
    28
    Views
    4,470

    Re: Where to go after python? (Wannabe hacker)

    C
  19. Re: Why isn't there a static, compiled version of Python?

    And yet, OutOfMemoryError and FullGC spins are the #1 reason why I restart JVMs. Programmer time is not expensive, it is dirt cheap. Good programmer time is expensive. Just like in every other...
  20. Replies
    5
    Views
    784

    Re: Setup mail server for PHP

    No.

    On Unix, configure PHP to use sendmail, no mail server required. There is also mail, but it appears to be part of mailutils which is not default in ubuntu. Use the man pages for exact usage.
  21. Replies
    5
    Views
    784

    Re: Setup mail server for PHP

    This information does not relate to OP's question.
  22. Replies
    12
    Views
    3,550

    Re: why is FORTRAN still taught

    as someone mentioned mathematics libraries, I will add that there are clusters that run those ... really well.
  23. Replies
    6
    Views
    1,319

    Re: Regular expression for nested parenthes

    this is not a problem for a regex solution.
  24. Re: Newb Question, Python:How to await input while counting down with timert

    except threads in CPython are not truly concurrent.
  25. [SOLVED] Re: MySQL ERROR 2002 (HY000): Can't connect to local...

    too old to live.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4