New slogan for some open source projects
1- Keep the code as it.
2- Your patch is welcome, but maybe we will not accept it
3- Send your patch, and bless for it.
4- If you hate it dont use it.
5- Write once, Compile any where, is it work?
1- Keep the code as it.
2- Your patch is welcome, but maybe we will not accept it
3- Send your patch, and bless for it.
4- If you hate it dont use it.
5- Write once, Compile any where, is it work?
https://github.com/parmaja/innosetup/
And you can post bugs in
https://github.com/parmaja/innosetup/issues
Best regards
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.
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
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
.
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
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.
Google Syntax Highlighter Installed in this site.
program test;
writeln('This is test for highlighter');
end.
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.