Page 1 of 2 [ 21 posts ]  Go to page 1, 2  Next

Madbones
Veteran
Veteran

User avatar

Joined: 7 Mar 2010
Age: 27
Gender: Male
Posts: 777
Location: In the zone

27 Apr 2011, 4:53 pm

What are your current programming projects?
Post pics if you have some!
I don't really have any (apart from a game which is not very good at the moment)
DO tell!



Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 65,728
Location: Over there

27 Apr 2011, 5:31 pm

Audio CD writer (pretty much completed).
Temperature & humidity monitoring, using my own protocols over radio links with remote sensors. Also uses my own hardware designs throughout, incorporating PIC micro-controllers (which are also running my own code).
Domestic electricity consumption monitoring (yet more hardware, PIC controllers and radio links).
Audio processing (sample/format conversion, filtering and such).
Radio timecode receiver and decoder (hardware plus software).
Various ongoing file synchronisation projects to keep things like mail stashes and bookmarks in order.
Various ongoing mail auto-responders (just for the fun of it).
Experimenting with electronic motion and position sensors.
Experimenting with GPS receiver chippery.
Umm, and probably more. This is just what's near the top of the nearest heap and activity/progress varies wildly. :wink:


_________________
Giraffe: a ruminant with a view.


Mack27
Deinonychus
Deinonychus

User avatar

Joined: 7 Dec 2010
Age: 52
Gender: Male
Posts: 382
Location: near Boston Massachusetts USA

27 Apr 2011, 5:45 pm

I wanted to write a GUI for a TL1 interface of another application. The other application is proprietary and it's the only thing that can be used for remote IP access to a certain piece of equipment, but it's GUI is crap for what we use it for. So I wanted to make my own GUI that uses the TL1 command line feature of the proprietary software. I figure autoit is the best thing for this and I used it 13 years ago for something similar, but now auotit is all different so I have to learn how to use it again.



swbluto
Veteran
Veteran

User avatar

Joined: 26 Feb 2011
Age: 37
Gender: Male
Posts: 2,899
Location: In the Andes, counting the stars and wondering if one of them is home to another civilization

27 Apr 2011, 6:48 pm

I'm trying to complete my programming-by-speech-recognition software, so that one could program by voice alone. I'm gearing it for Java, but with the creation of idealized software tools, it could be easily adapted for any language set.



mathesis
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 25 Apr 2011
Gender: Male
Posts: 41

28 Apr 2011, 10:22 am

A project for my AI class that involves neural networks.
3d game for Android.



Burzum
Veteran
Veteran

User avatar

Joined: 26 Apr 2011
Age: 32
Gender: Male
Posts: 1,205

28 Apr 2011, 1:43 pm

I've been planning to write a heavily moddable 2d sidescroller in C++ since almost 2 years ago... I kind of lost motivation after I started uni. Was going to use python as the scripting language. I've partly completed the graphics code... So far though it only supports DirectX 9 and Win32.



js3521
Snowy Owl
Snowy Owl

User avatar

Joined: 10 Dec 2010
Age: 37
Gender: Male
Posts: 150
Location: Texas

28 Apr 2011, 3:34 pm

A plagiarism detection system for Scratch based on MOSS.

Getting $5000 to make a module for Google App Inventor that exports projects into Java source :D



Madbones
Veteran
Veteran

User avatar

Joined: 7 Mar 2010
Age: 27
Gender: Male
Posts: 777
Location: In the zone

28 Apr 2011, 5:38 pm

js3521 wrote:
A plagiarism detection system for Scratch based on MOSS.

Getting $5000 to make a module for Google App Inventor that exports projects into Java source :D

Lucky bugger!! !
Well.. Im hoping to do something like that when im older.
I love programming.
Just simply love it.

I sniff a Mac Pro with 12 cores.......... Yummy



Madbones
Veteran
Veteran

User avatar

Joined: 7 Mar 2010
Age: 27
Gender: Male
Posts: 777
Location: In the zone

28 Apr 2011, 5:41 pm

Cornflake wrote:
Audio CD writer (pretty much completed).
Temperature & humidity monitoring, using my own protocols over radio links with remote sensors. Also uses my own hardware designs throughout, incorporating PIC micro-controllers (which are also running my own code).
Domestic electricity consumption monitoring (yet more hardware, PIC controllers and radio links).
Audio processing (sample/format conversion, filtering and such).
Radio timecode receiver and decoder (hardware plus software).
Various ongoing file synchronisation projects to keep things like mail stashes and bookmarks in order.
Various ongoing mail auto-responders (just for the fun of it).
Experimenting with electronic motion and position sensors.
Experimenting with GPS receiver chippery.
Umm, and probably more. This is just what's near the top of the nearest heap and activity/progress varies wildly. :wink:

I cannot wait to see what comes of all of these projects.
I do have loads of ideas.
But I have no knowledge to put them in to action.
I do not know much about programming yet.
I have been reading a book at my own leisure (I get some days where I simply cannot concentrate.) about Objective C programming.
Once I have completed that im planning on learning Java to make some awesome database software.
Im shaking with anticipation!! !! !! !! !! !! !



Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 65,728
Location: Over there

28 Apr 2011, 7:22 pm

Madbones wrote:
Cornflake wrote:
Audio CD writer (pretty much completed).
Temperature & humidity monitoring, using my own protocols over radio links with remote sensors. Also uses my own hardware designs throughout, incorporating PIC micro-controllers (which are also running my own code).
[other stuff]
Umm, and probably more. This is just what's near the top of the nearest heap and activity/progress varies wildly. :wink:
I cannot wait to see what comes of all of these projects.
Meh, they're all already working to one degree or another. It's just tinkering around for the interest/challenge/amusement value. 8)
Here's a screenshot of the CD writer's help screen:
Code:
$ ./writeaudiocd --help

  writeaudiocd - option help:

  -d [arg]  |  --device=[arg]    # CD writer device name
  -f [arg]  |  --files=[arg]     # file containing list of wav files to write
  -g [arg]  |  --gap=[arg]       # pre-gap 2..20 sec (default=5, RedBook std=2)
  -t        |  --test            # dummy run - don't actually write the CD
  -v        |  --verbose         # echo TOC file to console
               --scan            # scan for CD writer device names
               --erase           # fully erase a CD-RW (default is quick-erase)
               --emphasis        # set the pre-emphasis flag on each track
               --allowcopy       # set the allow copy flag on each track
               --syslog          # log errors to syslog (default=off)
               --facility=[arg]  # set syslog facility name (default=SYSLOG)
               --priority=[arg]  # set syslog priority name (default=WARNING)
               --no-stderr       # no errors reported to StdErr
  -h        |  --help            # this screen

  Option arguments: [arg] is required

  Non-options are assumed to be wav files for burning to CD
  and may be included with a file list if required
  ie. writeaudiocd -d /dev/cdrw -f trackfiles.txt file1.wav "file 2.wav" file3.wav ...
I wrote it (in Object Pascal) because I got fed up with sodding GUI interfaces.
No mess, no fuss, no bloat (it's a bit bloated though, at 102k): just a device, a keyboard, a binary and some wav files.

Quote:
Once I have completed that im planning on learning Java to make some awesome database software.
Hmm. You might be better off using something designed specifically for databases. :wink:


_________________
Giraffe: a ruminant with a view.


Madbones
Veteran
Veteran

User avatar

Joined: 7 Mar 2010
Age: 27
Gender: Male
Posts: 777
Location: In the zone

29 Apr 2011, 3:51 am

Cornflake wrote:
Madbones wrote:
Cornflake wrote:
Audio CD writer (pretty much completed).
Temperature & humidity monitoring, using my own protocols over radio links with remote sensors. Also uses my own hardware designs throughout, incorporating PIC micro-controllers (which are also running my own code).
[other stuff]
Umm, and probably more. This is just what's near the top of the nearest heap and activity/progress varies wildly. :wink:
I cannot wait to see what comes of all of these projects.
Meh, they're all already working to one degree or another. It's just tinkering around for the interest/challenge/amusement value. 8)
Here's a screenshot of the CD writer's help screen:
Code:
$ ./writeaudiocd --help

  writeaudiocd - option help:

  -d [arg]  |  --device=[arg]    # CD writer device name
  -f [arg]  |  --files=[arg]     # file containing list of wav files to write
  -g [arg]  |  --gap=[arg]       # pre-gap 2..20 sec (default=5, RedBook std=2)
  -t        |  --test            # dummy run - don't actually write the CD
  -v        |  --verbose         # echo TOC file to console
               --scan            # scan for CD writer device names
               --erase           # fully erase a CD-RW (default is quick-erase)
               --emphasis        # set the pre-emphasis flag on each track
               --allowcopy       # set the allow copy flag on each track
               --syslog          # log errors to syslog (default=off)
               --facility=[arg]  # set syslog facility name (default=SYSLOG)
               --priority=[arg]  # set syslog priority name (default=WARNING)
               --no-stderr       # no errors reported to StdErr
  -h        |  --help            # this screen

  Option arguments: [arg] is required

  Non-options are assumed to be wav files for burning to CD
  and may be included with a file list if required
  ie. writeaudiocd -d /dev/cdrw -f trackfiles.txt file1.wav "file 2.wav" file3.wav ...
I wrote it (in Object Pascal) because I got fed up with sodding GUI interfaces.
No mess, no fuss, no bloat (it's a bit bloated though, at 102k): just a device, a keyboard, a binary and some wav files.

Quote:
Once I have completed that im planning on learning Java to make some awesome database software.
Hmm. You might be better off using something designed specifically for databases. :wink:

Really?
Its going to be a Java program that picks UP database information.
Think Java would be good for that?
:D



Cornflake
Administrator
Administrator

User avatar

Joined: 30 Oct 2010
Gender: Male
Posts: 65,728
Location: Over there

29 Apr 2011, 4:11 am

Madbones wrote:
Its going to be a Java program that picks UP database information.
Think Java would be good for that?
:D
Which databases? :?


_________________
Giraffe: a ruminant with a view.


peterd
Veteran
Veteran

User avatar

Joined: 25 Dec 2006
Age: 71
Gender: Male
Posts: 1,347

29 Apr 2011, 6:00 am

And what do you do once you have the database information in Java's fairly limited universe? Put it onto a screen? Dump it into a CSV file? Write it into a spreadsheet? Write it into XML?

Any of those options, you could have written XQuery to achieve the same effect with less effort. Really...



huntedman
Velociraptor
Velociraptor

User avatar

Joined: 16 Apr 2010
Age: 37
Gender: Male
Posts: 467

29 Apr 2011, 10:51 am

Image

It's a puzzle game. The goal is to connect starting squares of matching colour, no two lines can cross, purple squares are off-limits. It currently works pretty well, although I'm trying to recode it to be played on more interesting shapes then a cube, the next is a dodecahedron.

The second is a database system that manages my inventory of food (usage rate, expiry etc), then hooks into the FDA national nutrient database to calculate nutrient levels based on what you eat. Scores are calculated based on recommended daily intake, wither your diet is improving etc. The key here is to try and minimize data entry and have algorithms that predict and correct allot of the values over time, adapting to the habits of the user.



MDM
Snowy Owl
Snowy Owl

User avatar

Joined: 30 May 2010
Age: 30
Gender: Male
Posts: 126
Location: Montana, USA

29 Apr 2011, 8:22 pm

I'm working on two games an OS and a systems level development language.



Oodain
Veteran
Veteran

User avatar

Joined: 30 Jan 2011
Age: 34
Gender: Male
Posts: 5,022
Location: in my own little tamarillo jungle,

29 Apr 2011, 8:50 pm

currently trying to clean up some gps data from a vessel in the north sea.
everytime it's anchored the small movements and the gps read errors translate into a very messy path tracking.
the gps system is part of an open source system, i am using the data they supply for google maps.


_________________
//through chaos comes complexity//

the scent of the tamarillo is pungent and powerfull,
woe be to the nose who nears it.