Archive

Archive for the ‘General’ Category

Windows users, do not use AutoCrlf in git

September 20th, 2011 No comments

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.

Categories: Developing, General Tags: , , ,

We started new project MiniEdit

March 31st, 2011 No comments

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.

you can download the source from github.com

https://github.com/parmaja/miniedit

My keyboard stops today.

January 1st, 2011 No comments

This day at the morning, when i turn on my PC, the keyboard not worked at all, no respond from it.

I guessed  the keyboard was broke or something else, but i tested with another computer and it is work fine.

After cleaning inside my computer, remove cards and replug it, nothing help me.

I decided to think as stupid,  so i removed the battery to reset the CMOS memory, but i replaced it with new one, it is work, i mean the keyboard come from the death :D .

Categories: General Tags:

How to set up NAT Routing on Windows XP

September 3rd, 2010 No comments

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

Categories: General Tags:

Thanks Google.

August 27th, 2010 No comments

http://developer.android.com/guide/developing/tools/emulator.html

Categories: General Tags:

Decided to upgrade our forums

August 14th, 2010 No comments

We decided to upgrade our forums from PunBB to FluxBB 1.4.x, for that i stopped the register, it is take a some days.
May lose some MODs exists in the old one, but i hope i can add it in the future.

Categories: General Tags:

Google Syntax Highlighter installed

July 30th, 2010 No comments

Google Syntax Highlighter Installed in this site.

program test;
  writeln('This is test for highlighter');
end.
Categories: General Tags:

Hello world!

July 30th, 2010 No comments

This is my first post in new style for Parmaja.com, i just try to config it, please be patient and visit this site later.

Categories: General Tags: