mirror of
https://github.com/Noratrieb/UselessClasses.git
synced 2026-01-14 16:45:09 +01:00
packaging all my classes into a nice package so I can send it to you
This commit is contained in:
parent
4932ed7660
commit
d9f980f1a9
16 changed files with 111 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
import java.util.Scanner;
|
||||
|
||||
/**
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
/**
|
||||
* While being a very useful class, SingedInteger has a very big problem. It can't store decimal numbers.
|
||||
* That's why this class exists.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
//codereview comment: "nice imports"
|
||||
package com.github.nilstrieb.uselessclasses; //codereview comment: "nice imports"
|
||||
import Requests.OpenTDB;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
/**
|
||||
* When you need a way to store negative numbers
|
||||
*/
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
/**
|
||||
* Chars are quite useful for most applications, but sometimes, you need a lot of them
|
||||
* Then variable naming can get confusing and char arrays are a bit too complicated to effectively work with
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
public class TestClass {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
/**
|
||||
* Sometimes I ask myself what is wrong with me but I always get a {@code ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException} instead of an answer
|
||||
*/
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
package com.github.nilstrieb.uselessclasses;
|
||||
|
||||
/**
|
||||
* An unsigned byte.
|
||||
* Unlike other programming languages like C, C++ and many others, Java is too high-level to
|
||||
Loading…
Add table
Add a link
Reference in a new issue