Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    20
    Views
    8,654

    I agree with Jurdian, You can start with C++...

    I agree with Jurdian,

    You can start with C++ programming in this site:

    www.cplusplus.com

    I advice you to learn Perl,Python and Delphi also
  2. Replies
    8
    Views
    23,819

    You'll see if it's mine or not, by my projects...

    You'll see if it's mine or not, by my projects and codes soon

    Regards,
  3. Replies
    8
    Views
    23,819

    hey, thanks for comment this mine, i gave it...

    hey, thanks for comment

    this mine, i gave it for somebody, i didn't know if he changed it

    really, it's mine
  4. Replies
    8
    Views
    23,819

    Hash file #Perl

    #!perl
    # hash.pl (written by n0m3rcy)
    use strict;
    use Digest::MD5;
    use Digest::SHA1;

    my $file = shift || die "Must enter a filename.\n";

    if (-e $file) {
    my ($md5,$sha) = hash($file);
  5. Replies
    35
    Views
    34,679

    WOW!, it's awesome PDF, i think it possible for...

    WOW!, it's awesome PDF, i think it possible for newbies,,

    Regards,
    n0m3rcy
Results 1 to 5 of 5