• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Check out my open source projects!

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had written a visual solution to the famous eight queens problem seen in Universities. Many people emailed me asking for the source after having seen it. So I finally packaged it, GPLed it, and uploaded it to my website for download. I also uploaded a simple utility that will generate your get/set methods by having your declarations as input. Nothing amazing, but it certainly saves me a load of time. If you want to check these out and even get the source, visit my website.

http://www.compiledmonkey.com/default.aspx?p=code
 
Chris Stewart
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One piece of feedback I've gotten for the JPropertyBuilder is to have the generated code comply with the Code Conventions for Java (http://java.sun.com/docs/codeconv/h...onvTOC.doc.html). I've been coding in .NET for the past year, so I've gotten used to the way that code is structured. The beauty of open source is that somebody could take my code, add this functionality, and send it back to me to be redistributed.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While this is in the realm of Blatant Advertising, I'll move this to the Other Open Source Projects forum...
[ July 01, 2004: Message edited by: Dirk Schreckmann ]
 
You ridiculous clown, did you think you could get away with it? This is my favorite tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic