Pinned Repositories
sos-vae
Official Code for "Structured Uncertainty in the Observation Space of Variational Autoencoders"
boggle-bot
Solver for the grid word game
docs
My Personal Notes
neat-ml
An implementation of the NEAT (Neuroevolution through augmenting topologies) algorithm in Java. Originally found at http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf
photnodes
Non-destructive Node-based Raw Image Editor
picture-layout-organiser
An organiser for photos in a grid pattern, for the likes of Instagram planning
PicturePixels
A Java project to generate images out of a collection of images
PixelShapes
Using a target image, generate an art piece comprised of a series of carefully-placed chosen shapes of various sizes
Steganography
A JavaFX application to hide any file within an image
vscode-config
Keymap and other configuration files for use with vscode
jwblangley's Repositories
jwblangley/Steganography
A JavaFX application to hide any file within an image
jwblangley/articles-app
A web application to let a user explore and consume articles in a web browser
jwblangley/AutoTagger
A web app to automatically generate tags for photos - designed for Instagram
jwblangley/AVL-BST
Java 8 implementation of an AVL (self-balancing) Binary Search Tree
jwblangley/c-linked-list
A simple int linked list written in C
jwblangley/ConcurrentBST
A Java 8 implementation of a fine-grained concurrent generic Binary Search Tree
jwblangley/FolderContentsRenamer
A Java program to prefix all files in the contents of a folder with the folder name
jwblangley/HuffmanEncoding
A java project to compress with Huffman Encoding
jwblangley/JavaDiningPhilosophers
Implementation of Dining Philosophers Solution in Java
jwblangley/javaQuickSort
A java implementation of quicksort
jwblangley/jwblangley.github.io
User Page
jwblangley/MatrixSCR
A matrix-inspired screen saver for windows
jwblangley/medianPhoto
A java program to remove moving subjects from a set of still images
jwblangley/OX
Noughts and crosses (tic-tac-toe) basic opponent and GUI
jwblangley/OXLEARNER
A learning Noughts and Crosses (tic-tac-toe) playing program
jwblangley/PDFSuffixInterleaver
Utility to interleave project review files after each page of paprika output documents
jwblangley/picture-layout-organiser-backend
Back-end for picture-layout-organiser-frontend. Serves files as well as serves requests for managing the organiser
jwblangley/picture-layout-organiser-frontend
An organiser for photos in a grid pattern, for the likes of Instagram planning
jwblangley/PrudentTerritory
Computing A Level Game Scripts
jwblangley/slowPrint
A command line utility that prints out text at the rate of key presses
jwblangley/To-Do-V2-
A java to do list application
jwblangley/Tron
A GUI java TRON based game
jwblangley/vernamCipher
A JavaFX GUI Vernam Cipher that makes use of Java 8 parallel processing