Skip to content

Instantly share code, notes, and snippets.

View EudyContreras's full-sized avatar
:octocat:
Enjoying a code session

Eudy Contreras EudyContreras

:octocat:
Enjoying a code session
  • Handelsbanken
  • Sweden
View GitHub Profile
@EudyContreras
EudyContreras / StringEncrypter.java
Last active August 19, 2016 09:05
Program which can be used for encrypting strings. The program uses a multi-step encryption system for encrypting Strings.
import java.nio.charset.StandardCharsets;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import java.util.Arrays;
import java.util.BitSet;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
@EudyContreras
EudyContreras / SaveAndLoadUtility .txt
Last active April 8, 2020 22:50
JavaFX Game Saving and Loading Utility
/*
* JavaFX Game Save and Load utility
*
* The author of this software "Eudy Contreras" grants you ("Licensee")
* a non-exclusive, royalty free, license to use,modify and redistribute this
* software in source and binary code form.
*
* Please be aware that this software is simply part of a personal test
* and may in fact be unstable. The software in its current state is not
@EudyContreras
EudyContreras / SplashScreen.txt
Last active April 11, 2017 10:13
JavaFX Game Splash Screen
/*
* JavaFX Splash Screen utility
*
* The author of this software "Eudy Contreras" grants you ("Licensee")
* a non-exclusive, royalty free, license to use,modify and redistribute this
* software in source and binary code form.
*
* Please be aware that this software is simply part of a personal test
* and may in fact be unstable. The software in its current state is not
* considered a finished product and has plenty of room for improvement and
@EudyContreras
EudyContreras / SceneCaptureUtility.txt
Last active December 24, 2020 18:48
JavaFX Scene Capture Utility
/*
* JavaFX SceneCaptureUtility 2016/07/02
*
* The author of this software "Eudy Contreras" grants you ("Licensee")
* a non-exclusive, royalty free, license to use,modify and redistribute this
* software in source and binary code form.
*
* Please be aware that this software is simply part of a personal test
* and may in fact be unstable. The software in its current state is not