Skip to content
View dustinkredmond's full-sized avatar

Sponsors

@martinpaljak
Block or Report

Block or report dustinkredmond

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dustinkredmond/README.md

Thanks for visiting

I'm a database administrator with a love for development. I enjoy creating developer tools as well as desktop applications. I work primarily with Java, Python, and C/C++ in my free time.

A few things I'm working on in my free time:

  • An implementation of the System Tray Icon for JavaFX applications, JavaFX doesn't support this, so someone had to write it (FXTrayIcon)
  • Library for easily displaying input/alert dialogs in JavaFX programs (FXAlert)
  • A minimalistic pure Java non-ORM framework for SQLite. Kick those database relations to the side, while still using a SQLite database for storage. The DBA in me hates this one, but it's amazing for prototyping. (LiteORM)
  • A multi user web-based application to let users run Groovy scripts either on demand or on a schedule. Great for simple or complex scripts, automate tasks with easy script definitions. Run scripts daily, hourly, each minute, or use a cron expression for even more customizability. (GroovyServer)
  • A desktop client to easily create/modify web API routes in real time based on the Spark Java framework. Users of Express JS will love the familiarity this application provides. (SparkFX)

Please consider starring any of my repositories that you find interesting. If you'd really like to help me out, consider sponsoring me on GitHub sponsors. My email address is on my GitHub profile, so please don't hesitate to shoot me a message with questions/concerns/etc.

Pinned

  1. FXTrayIcon FXTrayIcon Public

    Tray Icon implementation for JavaFX applications. Say goodbye to using AWT's SystemTray icon, instead use a JavaFX Tray Icon.

    Java 320 25

  2. FXAlert FXAlert Public

    JavaFX Alerts made easy. Easily create alerts, notifications, input dialogs, and more...

    Java 15 3

  3. JavaFXTableMapper JavaFXTableMapper Public

    Eliminates boilerplate code associated with creating and filling JavaFX TableViews.

    Java 9 2

  4. GroovyServer GroovyServer Public

    Run and schedule GroovyScripts from an easy-to-use Java web application.

    HTML 4 1

  5. SharePointAPI SharePointAPI Public

    A Java wrapper API for the SharePoint library that handles username/password authorization. Allows API access without a token.

    Java 7 4

  6. sparkfx sparkfx Public

    A desktop client that makes building/testing REST APIs easy. Backed by the Spark Java framework, the possibilities are endless.

    Java 2