Okay people... what are you working on in PB right NOW?

Everything else that doesn't fall into one of the other PB categories.
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

Joakim Christiansen wrote:
Heathen wrote:What im working on:
- Plant growing simulator
Should tell us more about that... :P
:D
I love Purebasic.
bhatkins2000
New User
New User
Posts: 9
Joined: Fri Apr 28, 2006 4:20 pm
Location: Missouri

Post by bhatkins2000 »

I'm building a bar coding system for a factory. The system records data about the manufacturing process and the serial number for each part. I am using Access as the database but want to move it to MySQL.

This portion of the app uses a corded bar code gun.

The next portion will use a wireless gun in the shipping process.
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

bhatkins2000 wrote:I'm building a bar coding system for a factory.
Do you also use 2D Barcodes like DataMatrix?
robleong
User
User
Posts: 38
Joined: Mon May 19, 2003 10:20 pm
Location: San Francisco bay area, California, USA
Contact:

Post by robleong »

It's really encouraging hearing all these projects. Will have to start a simple project myself soon! :)
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

The wealth and diversity of talent here is amazing!
Dare2 cut down to size
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

shouldn't tell you people, but i'm working on a pb rad editor... (which will either be called purefilth, radish, or svirnublin, haven't made up my mind yet)

got little time at the moment though... job is eating up all my time... :-(
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
thamarok
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Sep 06, 2006 1:37 pm

Post by thamarok »

@blueznl: This is a good name for your RAD IDE:

RADEPAD
Rapid Application Development Environment for Pure Ally Developers

Sounds good, doesn't it? :roll: :wink:
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

well, in about three years or so it will be done (if current progress is any indication) so i'll take whatever name is left at that time... svirnublin is not though, i've reserved that one for another pet project... then again, as most of my code appears to be of srod quality ;-) i guess PureRubbish would be the best name :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
SimpleMind
Enthusiast
Enthusiast
Posts: 112
Joined: Sun May 18, 2003 12:40 pm
Location: Netherlands

Post by SimpleMind »

I'm made a simple UDP-client and server tool. It listens and can send. I use it for testing functions that uses UDP messages in Alpha Five Xbasic and to communicate with my PINK-Netburner, PICAXE and Basic Stamp II development.
Give me books, fruit, french wine, fine weather and a little music.
John Keats
Character
Enthusiast
Enthusiast
Posts: 337
Joined: Mon Aug 07, 2006 3:51 pm
Location: Netherlands

Post by Character »

I'm working now on a small Lingo cheater. (television word game)
After entering the free and fixed letter combinations the program will popup all possibilities. (5, 6 and 7 Lingo variants)
Users can also extend the database themselves or download the updated word lists.
The word engine is already fnished. I probably need some help on Api because my Api knowledge really sucks... :oops:
Cessante causa cessat effectus
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

blueznl wrote:shouldn't tell you people, but i'm working on a pb rad editor... (which will either be called purefilth, radish, or svirnublin, haven't made up my mind yet)

got little time at the moment though... job is eating up all my time... :-(
seriously, it seems promising and interesting.
when did you start it ? any chance to have some more exciting informations ?
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Only the following:

01. Recoding a VB game engine to PB. (incl. map editor).
02. Recoding a VBS based scripting engine to PB.
03. Video/Audio conference software.
04. Library book tracking (and cuecat!) software.
05. IRC replacement chat program.
06. Website forums software.
07. Bryce Lightning remote control software. (for render farms)
08. MSE port.
09. Various game porting.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

blueznl wrote:... then again, as most of my code appears to be of srod quality ;-) i guess PureRubbish would be the best name :-)
Charming! :lol:
I may look like a mule, but I'm not a complete ass.
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Post by MrMat »

I've just finished writing a timesheet system for my new workplace:

Image

It uses Cairo to dynamically draw the interface for any window size.

A big thanks to the team and community :D
Mat
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Nice looking interface Mat.
MrMat wrote:It uses Cairo to dynamically draw the interface for any window size.
That does look interesting. Does it come in dll form?
I may look like a mule, but I'm not a complete ass.
Post Reply