1. Windows users, do not use AutoCrlf in git

    If you are using git to fetch or modify your codes on Windows, do not enable this feature.
    If it is enabled, the source code fetched as CRLF and commited as LF, that was good, but most of editors handle (Unix EOL) LF, so you not need to fetch it as (Window EOL) CRLF.

    If you are like to use LF in your PHP code in windows and keep it as it in the original code repo, do not enable it.

    If you already enabled it, do not change before commit your work and push it, after that, change it to false, then revert all your code, git now fetch the files as LF.

    EOL = End of Line.


  2. DarkSpace my favorite online game

    K’luth Clow ship

    After I got an ADSL connection to internet, I decided to jump into the virtual world that I heard about it since years. but I can’t find online game strict, decent, fun and it must be free.

    While I am searching on many sites, I found my favorite game space shooter but with 3D and online play (Free), oh all features points is founded in same game, include it come with strategy, chat and team  playing.

    You need to download it from www.darkspace.net, it is not need a huge download, just about 70MB, when you start you can choose the faction you like, most of people like to be human (UGTO, ICC) but I started with (K’Lluth) because I hate human even in the real world.

    You can take your ship and fly in the space between planets, fight and shoot other ships of enemies,  your prestige will be increase, and your rank. when take a higher rank you can take a larger ship.

    You can join in a fleet and play with them as a team, or you can build planets by your engineer ship, or supply and maintain other ships of your friends, try it if you like to escape from the real world.

    This picture took from my account (I used my real name “Zaher”), when i am riding my favorite ship Claw.


  3. New state for my life

    My life changed after i have a phone line in my home and setup ADSL (256) connection to the internet.

    Now i have permemnet connection to the world, download, update, pull, push to SVN/GIT repositories for many open source projects.

    And I  bought new computer with good 3D VGA card (internal one), not the expensive one but i can play some 3d games.

    I touched (for a while) how the reach man live and feel, but i think it need some months to return to feeling  i am poor man 😉 .


  4. We started new project MiniEdit

    We started the new project MiniEdit based on old one LightPHPEdit but on Lazarus/FreePascal to make it work on Linux.
    MiniEdit is open source editor, simple and fast one work as portable application.
    It is editor with code highlighter made for PHP but i work on it to use Pascal projects, so it need time to make it.
    Now i am working on addons for it (internal addons) to integrate Debug and SCM(SVN and GIT) tools.

    Download the source from github.com
    https://github.com/parmaja/miniedit


  5. How to set up NAT Routing on Windows XP

    Good article and worked for me

    http://forum.codecall.net/tutorials/10175-how-set-up-nat-routing-windows-xp.html

    http://www.ante.lv/xwiki/bin/view/Windows/WinXPRouting

    http://www.nanodocumet.com/?p=14

    netsh
    pushd routing ip nat
    uninstall
    install
    set global tcptimeoutmins=1440 udptimeoutmins=1 loglevel=ERROR
    add interface name="NIC2" mode=FULL
    add interface name="NIC1" mode=PRIVATE
    popd

    REGISTRY
    HKEY_LM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter=1