New slogan for some open source projects

May 24th, 2013 No comments

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?

Categories: General Tags:

MiniLib on Git

April 27th, 2013 No comments

MiniLib, http://sourceforge.net/projects/minilib/

Git now is the version control,  instead of SubVersion, for 2 of reasons.

1 – I like to work offline, commenting and show log, while I can’t have a permanent internet connection.

2 – Branching merging, it merge the full history from where to everywhere.

But I still like the version numbers in SVN it is more useful and it is easy human trace the changes.

Categories: News Tags:

FBConfig 2.0.2.14 realesed

February 10th, 2013 No comments

FBConfig 2.0.2.14 has been released and available for download for windows.

This release got a few bugs fixed and managing for default values.

Goto Project page

Download fbconfig 2.0.2 – 32-bit
View fbconfig project on GitHub

Categories: News Tags: , ,

My Lazarus and Free Pascal Logo

January 9th, 2013 No comments

I want to share my new images for Lazarus logo, I will put it in my “powered by” in my applications/projects, and you can freely use it in yours.
lazarus-head-png

This image is PNG format, but the original one is SVG, I used Inkscape to draw it.

Source: github/parmaja/cliparts

Licensed under Creative Commons.


I am not an artist, I worked on it while my brain was offline.

The next image for Powered By logo, still need more improvements, you can follow the repository to check if there some updates.

powered-by

It is similar to this image, i used it as guide lines to draw my own so it is not a reproduce of it, also I used various of images for cheetahs from the internet to design and color it.

Have fun

 

Firebird SQL 2.5.2 distribution

November 9th, 2012 No comments

My Firebird SQL 2.5.2 distribution setup (Win32)  released, please download it and test.

http://www.parmaja.com/downloads/FirebirdSQL-2.5.2.26539-0-Win32.exe

It is including FlameRobin and FBConfig tools, and the source file of InnoSetup script you can redistribution it again.

Categories: Projects Tags: , ,

Android AVD not started, Wrong path

September 7th, 2012 No comments

I installed Android SDK in Windows and added new Virtual Device, but when i run that image i get this error

Starting emulator for AVD ‘ATOM’
PANIC: Could not open: C:\Documents and Settings\Zaher\.android/avd/ATOM.ini

I looked up to my images i found it in

D:\users\zaher\.android

After searching on internet i found the solution

http://code.google.com/p/android/issues/detail?id=19084#c14

Add new envirement  ANDROID_SDK_HOME and set it to your real path that include .android like this

D:\users\zaher\

And have fun.

Lazarus 1.0 Release

August 29th, 2012 No comments

The Lazarus team is glad to announce the release of:
Lazarus 1.0

The release is available for download at the SourceForge download page:
http://sourceforge.net/projects/lazarus/files/

This release has been built with fpc 2.6.0 (the former release 0.9.30.4 was built with that too).

The svn tag is
http://svn.freepascal.org/svn/lazarus/tags/lazarus_1_0

The list of changes:
http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes

For people who are blocked by SF, the Lazarus releases from sourceforge are mirrored at:
ftp://freepascal.dfmk.hu/pub/lazarus/releases/
and later at (after some time for synchronization)
http://michael-ep3.physik.uni-halle.de/Lazarus/releases/
and
http://mirrors.iwi.me/lazarus/

Categories: Developing Tags: , , ,

FBConfig at github.com

July 29th, 2012 1 comment

FBConfig 2.0 source code now moved to github.com with many modification to use Firebird SQL 2.5 features, check it please and test.
Firebird SQL 2.5 Config tool
It is a simple tools for edit “firebid.conf” and “aliases.conf” in GUI application,
Easy Hash Unhash line (comment it) and the description for every value.

fbconfig-screenshot

Download fbconfig 2.0.2 – 32-bit
View fbconfig project on GitHub

Categories: Projects Tags: , ,

MiniLib repo url changed

July 20th, 2012 No comments

Please update your svn repository to the new one.

https://svn.code.sf.net/p/minilib/code/trunk

The uuid is changed, you need to re-checkout it again, if you developing of you can copy the old files over new files that included you changes, relocate may not works for you.

Categories: Projects Tags:

InnoSetup Arabic language updated to 5.5.0+

July 13th, 2012 No comments

https://github.com/parmaja/innosetup/

And you can post bugs in

https://github.com/parmaja/innosetup/issues

Best regards

Categories: General Tags: ,