Page 1 of 1

FractionCalc 1.0

Posted: Mon Feb 25, 2013 2:40 am
by Snocrash
I created a simple fraction calculator if anyone is interested. You can download the code here:

https://bitbucket.org/brianotto/fractioncalc (Apache 2.0 License)

My background has been with PHP / MySQL / SVN for the last 13 years, with a bit of C and C# in hobby projects over the years. This app was really just an exercise to start learning Mercurial, and to try out PureBasic. I've been looking for a new language to learn in my spare time, and PureBasic has turned out to be quite nice to work with. The Form Designer has a few quirks, but otherwise it's been great!

I love that it's a native compiler that supports so many operating systems, produces optimized code and tiny executable sizes, and it's been so easy to pick up the syntax too. Also, looking around these forums, it looks like you guys have a great community around here! Lots of people helping each other, and some great code has been posted. Anyway, been a pleasure so far, and it looks like I will be sticking with it and trying out some more complex projects soon.

Cheers!

EDIT: I added the screenshot below ...

Image

Re: FractionCalc 1.0

Posted: Mon Feb 25, 2013 4:37 am
by rsts
Interesting.

Site comments say it's written in PowerBASIC though :(

cheers

Re: FractionCalc 1.0

Posted: Mon Feb 25, 2013 5:17 am
by jassing
rsts wrote:Site comments say it's written in PowerBASIC though :(
Might be a 'combo box' choice that was the closest thing.
In the description & the source code - it's purebasic.

Re: FractionCalc 1.0

Posted: Mon Feb 25, 2013 8:06 am
by Snocrash
jassing wrote:Might be a 'combo box' choice that was the closest thing.
In the description & the source code - it's purebasic.
Yea, that's correct. It was the closest option they had. The source code is written in PureBasic.

Re: FractionCalc 1.0

Posted: Mon Feb 25, 2013 8:30 am
by rsts
Yes, I knew it was PureBasic.

It's a shame, power gets the credit.

Re: FractionCalc 1.0

Posted: Mon Feb 25, 2013 1:46 pm
by Kwai chang caine
Nice !!! :D
Thanks for sharing 8)

Re: FractionCalc 1.0

Posted: Mon Feb 25, 2013 1:48 pm
by djes
Nice, simple and powerful interface ! Welcome :)

Re: FractionCalc 1.0

Posted: Tue Feb 26, 2013 6:26 am
by Pureabc
Very Nice
Simple and good interface !

Re: FractionCalc 1.0

Posted: Tue Feb 26, 2013 9:02 am
by davido
Very nice design.
Thank you for sharing. :D

Re: FractionCalc 1.0

Posted: Tue Feb 26, 2013 9:43 am
by Demivec
Snocrash wrote:
jassing wrote:Might be a 'combo box' choice that was the closest thing.
In the description & the source code - it's purebasic.
Yea, that's correct. It was the closest option they had. The source code is written in PureBasic.
They now have PureBasic added as an option. :)

Re: FractionCalc 1.0

Posted: Tue Feb 26, 2013 9:51 am
by Snocrash
Demivec wrote:They now have PureBasic added as an option. :)
Awesome, thanks for the update! I have changed the project's Language to Pure Basic now.

... and thanks everyone for the nice comments :)