Skip to content

Instantly share code, notes, and snippets.

View jaymo107's full-sized avatar

James Davies jaymo107

View GitHub Profile
### Keybase proof
I hereby claim:
* I am jaymo107 on github.
* I am jaymo107 (https://keybase.io/jaymo107) on keybase.
* I have a public key ASDrtVBYcG6wwxC2I8fY0Tkp5UqHTqNpGRdtUhsxbTQuxwo
To claim this, I am signing this object:
@jaymo107
jaymo107 / dictionary.txt
Created February 13, 2017 14:03
Password Dictionary for Brute force attack
This file has been truncated, but you can view the full file.
!qaz1qaz
!qaz2wsx
!qazxsw2
#name?
$andmann
%%passwo
%e2%82%ac
(null
****
*****

Keybase proof

I hereby claim:

  • I am jaymo107 on github.
  • I am jaymo107 (https://keybase.io/jaymo107) on keybase.
  • I have a public key whose fingerprint is 5126 DD55 3042 016F C88B E6D2 3A5A 2AEE 3CBD 20B0

To claim this, I am signing this object:

@jaymo107
jaymo107 / Main.java
Created February 15, 2014 22:09
Lottery Simulation
import java.util.Random;
import java.util.Scanner;
public class Main {
private static float totalWinnings = 0;
private static int[] numbers = new int[6];
private static int[] draw = new int[6];
private static int totalMatches;