Search:

Type: Posts; User: xErath

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,138

    I found it.. NetShareAdd thank you anyway.

    I found it.. NetShareAdd
    thank you anyway.
  2. Replies
    1
    Views
    2,484

    You can use the GetModuleFileName, pass a handler...

    You can use the GetModuleFileName, pass a handler to the function to get the full path, but I'm not sure if it accepts process handles. If not you could use Module32First and Module32Next to find the...
  3. Replies
    1
    Views
    1,138

    Sharing a folder to remote peers

    I'd like to make a folder on my pc with path like c:\foobar\ available to network users with path like\\my_computer_name\something

    How do I do this automatically using the windows API ?
    Which...
  4. Replies
    6
    Views
    3,441

    If you are going to make a php website, most...

    If you are going to make a php website, most likely it'll have a data base behind, which must be mapped to a db conceptual model. UML isn't only for programmable classes. You use UML too specify the...
  5. new Opera mini - web browser for any java enabled mobile

    Just like the title says :D
    http://www.opera-mini.com/
    Some quick features:
    - it's about 100k of java binary thus being compatible with nearly any java enabled mobile phone.
    - uses a single...
  6. Replies
    7
    Views
    1,370

    cookies plus IP should work in most cases

    cookies plus IP should work in most cases
  7. Thread: c++ compiler

    by xErath
    Replies
    1
    Views
    832

    you may use Cygwin with no problem. It's only...

    you may use Cygwin with no problem. It's only about 60Mb tops with g++ included.

    www.cygwin.com
    choose c++ dev tools from the devel drop down menu when downloading (g++, make, gbd if you like)
    ...
  8. Thread: using SED

    by xErath
    Replies
    1
    Views
    973

    using SED

    I'd like to use sed to erase all newline from a file. sed uses *nix RE syntax, but I can't guess how to write a simple command to remove white characters (\x20\r\n\v\t) from a file....

    I found...
  9. Replies
    2
    Views
    2,155

    I found the acting extremely bad.. like why does...

    I found the acting extremely bad.. like why does a Jedi bursts in fury and ansiety ?!?
  10. Replies
    36
    Views
    7,952

    Beautifull!!!!!!!!!!!!!!!!!!!!!!!! :D:D:D:D:D

    Beautifull!!!!!!!!!!!!!!!!!!!!!!!! :D:D:D:D:D
  11. Replies
    25
    Views
    7,182

    I'd vow to kill IE7 dev team..

    I'd vow to kill IE7 dev team..
  12. Replies
    14
    Views
    3,296

    That's allowed in C++ because the compiler...

    That's allowed in C++ because the compiler compiles the templated code for each template instance, and links at the end.
    Instead, the Java VM instantiates the templated code at runtime (which is...
  13. Replies
    5
    Views
    8,681

    an example of what you need...

    an example of what you need
    http://www.brpreiss.com/books/opus5/html/page264.html

    and a practical simple visualization...
  14. Thread: Delte file

    by xErath
    Replies
    17
    Views
    2,297

    explorer open that file an tries to reach its...

    explorer open that file an tries to reach its headers to find out for which OS it is targeted, and also tries to read icons for display in the explorer shell. Since that executable isn't valid (I...
  15. Replies
    12
    Views
    7,542

    This can be done with a powerfull text editor/or...

    This can be done with a powerfull text editor/or simple code editor like Ultra edit. Replace in files-> match case, match full word, ... easy ! :cool: Then some manual tweaks to conflicts that might...
  16. Thread: compiler

    by xErath
    Replies
    21
    Views
    2,169

    MS VC++ .NET is aimed at power users, and large...

    MS VC++ .NET is aimed at power users, and large complicated projects. Making trivial small stuff all the time in .NET becomes that way stupid, bloated and annoingly hardworking, Unless you use always...
  17. Replies
    2
    Views
    4,867

    Amaya is very simple, and probably not the best...

    Amaya is very simple, and probably not the best choice for browsing. But since it supports stricly standard coding it is a good tool for web development, and aimed at that kind of use. I doubt it...
  18. Replies
    38
    Views
    13,223

    http://en.wikipedia.org/wiki/Metric_system ...

    http://en.wikipedia.org/wiki/Metric_system

    Which means that the meter actually is 1/10 000 002th of a half meridian. The idea has good. The measurement not. Techonology problems...

    Why the US...
  19. Replies
    7
    Views
    3,274

    If you identify Opera as Opera, you get no...

    If you identify Opera as Opera, you get no toolbats nor left menu. If you identify it as IE you get everything working very well.

    I wasn't comparing IE with Opera. Microsoft has neglected for...
  20. Replies
    16
    Views
    4,393

    That's why I use the precompiler directives - to...

    That's why I use the precompiler directives - to prevent compiling/linking errors. Till now it has worked well.
  21. Replies
    7
    Views
    3,274

    As I've said before to someone else. This is want...

    As I've said before to someone else. This is want I meant.
    Again

    This has to be a joke.
    http://en.wikipedia.org/wiki/Microsoft#Business_culture
    All the sudden microsoft started to worry about...
  22. Thread: return command

    by xErath
    Replies
    4
    Views
    1,315

    it ends the execution of the function where it is...

    it ends the execution of the function where it is inserted, evaluates the expression which holds, and sends it back to the caller



    int foo(){
    return 4;
    }
    void bar(){
    int val;
    ...
  23. Thread: quick math

    by xErath
    Replies
    1
    Views
    909

    considering time in seconds the position of the...

    considering time in seconds the position of the ball will be, disregarding attrition


    | x = x_initial + v_x * time
    pos(t) = |
    | y = y_initial + v_y * time + 9.8 * time^2 / 2
    ...
  24. Replies
    1
    Views
    2,680

    No software patents in yurop

    Lucky we be, this time, yes !

    edit: more links
    http://mail.fsfeurope.org/pipermail/press-release/2005q3/000109.html
    http://news.bbc.co.uk/1/hi/technology/4655955.stm...
  25. Replies
    50
    Views
    12,638

    This is what I been saying Microsoft what ?!?...

    This is what I been saying
    Microsoft what ?!? You're joking right ?!?
    This is a piece of code from browser.js from Opera


    // Fixing MSDN
    // Problem: very IE-centric scripting, excludes other...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4