Skip to content

Useful commands and mini-hacks (hence the name "hax") commonly used in java. Version alpha as fuck.

Notifications You must be signed in to change notification settings

fabian-mv/javaHax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javaHax.jar

Writen by Fabian Montero
Version 0.1 December 2016 - alpha as fuck

Markdown syntax

Short Description

Useful commands and mini-hacks (hence the name "hax") commonly used in java.

Contains classes for sorting and searching algorithms, data structures including lists and trees, useful and simplified console commands, easy GUI creation and classes to simplify tasks related to numbers and math.

JAR Structure

hax   
│
└─ads
│   └─algorithms
│   │       └─Search
│   │       └─Sort
│   │
│   └─structures
│           └─List
│           └─ListNode
│           └─Tree
│           └─TreeNode
│   
└─util
│   └─Console
│   └─GUI
│   └─Net (checking usability)
│   └─Numbers
│   └─Runtime
│
└─Res

Much more to be added soon.

External Libraries (JARs) Needed

-JSON (get it here.)

About

Useful commands and mini-hacks (hence the name "hax") commonly used in java. Version alpha as fuck.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages