arinal
Blessed be he who code in the woods. Hunting code amid trees he does.
Disney+Greater Manchester Area
Pinned Repositories
.files-depreceated-
His daily dotconfig files
dotfiles
Personal dotfiles powered by Hyprdots for a stunning desktop experience.
elm-newtonian
Newtonian physics meet functional programming, what a perfect match!
imgrement-proto
Kernel module for tracking I/O request to given disk device.
kitten
Tiny reimplementation of Cats and Scala standard library.
mollOS
Simple OS from scratch for educational purpose. Highly influenced by James Molloy's kernel.
simple-sale
Simple RESTful POS application in Java using Spring. Full integration test implemented in docker-compose.
socket-samples
Implementation of various simple POSIX socket server using basic single thread, classic multiple thread and modern multiplexed I/O. Multiplexed I/O is built with select and epoll system calls.
WpfSolarSystem
Newtonian gravity animation using WPF. Basically, this program shows you how to separate physics engine from presentation layer. Just open 'SolarSystem.sln' with Visual Studio and have fun :)
Z2IO
An implementation of IO monad to mimic the likes of ZIO and cats-effect. The aims of this project is educational...
arinal's Repositories
arinal/mollOS
Simple OS from scratch for educational purpose. Highly influenced by James Molloy's kernel.
arinal/simple-sale
Simple RESTful POS application in Java using Spring. Full integration test implemented in docker-compose.
arinal/WpfSolarSystem
Newtonian gravity animation using WPF. Basically, this program shows you how to separate physics engine from presentation layer. Just open 'SolarSystem.sln' with Visual Studio and have fun :)
arinal/ai-searcher
Simple searcher engine to solve problems commonly been given to you if you'd taken AI class before.
arinal/dijkstra-airline
Small Java application built with DDD mindset. One of its emphasizes is how to integrate algorithm and business logic without adding much couplings.
arinal/dirscan
A simple Scala showcase program with enough complexity to demonstrate how Scala language is used in real world.
arinal/imgrement-proto
Kernel module for tracking I/O request to given disk device.
arinal/angular-rest-template
An AngularJS implementation on consuming spring-rest-template. Showcase for common LOB application pattern.
arinal/socket-samples
Implementation of various simple POSIX socket server using basic single thread, classic multiple thread and modern multiplexed I/O. Multiplexed I/O is built with select and epoll system calls.
arinal/spring-rest-template
Showcase for common LOB application pattern. This is a backend RESTful server for angular-rest-template, another project you'll find in this github. Created using Spring 4 and Java 8.
arinal/arinal.github.io
arinal/dotfiles-legacy
Depreceated, see https://github.com/arinal/.files instead.
arinal/hiredis
Minimalistic C client for Redis >= 1.2
arinal/online-test-client
Angular client implementation targeted at angular-testing-platform back-end.
arinal/online-testing-platform
Simple RESTful application which demoed taking online test. Built using Spring 4 and Java 7
arinal/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
arinal/saleass
Sale application with DDD mindset using pure functional programming.
arinal/traderquery
Calling RESTapi with RxJava