Skip to content

This repo is a collection of exercises and notes, containing in-depth look at various vanilla Java libraries and how similar tools differ, paying specific attention to results and behavior that are NOT intuitive .

License

Notifications You must be signed in to change notification settings

omgitskuei/JavaDev

Repository files navigation

JavaDev


This repo is my notebook of various exercises, prototypes, applets, and notes.

The contents can be mini applets like calculating differences between two times, notes on libraries I've recently been learning to use, notes on unintuitive code behaviors (unintuitive to me), or half-complete projects for practicing using specific design patterns, or refactoring monolithic codebase into more readable and less repetitive methods, modules, and util classes.

Notes can be an in-depth look at various vanilla Java libraries and how similar tools differ, while others could be a template code for future copy-pasting with little explanations.

Table of Contents


Applets

ClipboardMod v1 - A clipboard modifying applet that removes dashes from copied text!

CmdLAutoclicker v1 - A command-line that auto-clicks.

MacroEditor v2 - A mouse automation applet!

PortConnector v1 - An applet that creates sockets to test if the computer can reach an IP:Port.

Raffle v2 - A command-line that randomly divides a pot of various prizes to shuffled tickets.

TimeElapse v3 - An applet that calculates differences between two times within the same day.

License


omgitskuei/JavaDev is licensed under the GNU General Public License v3.0.

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license.

Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

About

This repo is a collection of exercises and notes, containing in-depth look at various vanilla Java libraries and how similar tools differ, paying specific attention to results and behavior that are NOT intuitive .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published