• Stars
    star
    4
  • Rank 3,286,750 (Top 66 %)
  • Language
    C
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple OS from scratch for educational purpose. Highly influenced by James Molloy's kernel.

More Repositories

1

.files

His daily dotconfig files
Python
8
star
2

simple-sale

Simple RESTful POS application in Java using Spring. Full integration test implemented in docker-compose.
Java
4
star
3

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 :)
C#
4
star
4

moveon

A Scala implementation for creating RESTful apps with functional programming and DDD mindset. Its simplicity is ideal for anyone who self-learn scala and DDD.
Scala
3
star
5

ai-searcher

Simple searcher engine to solve problems commonly been given to you if you'd taken AI class before.
Java
3
star
6

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.
Java
3
star
7

imgrement-proto

Kernel module for tracking I/O request to given disk device.
C
2
star
8

elm-newtonian

Newtonian physics meet functional programming, what a perfect match!
Elm
2
star
9

dirscan

A simple Scala showcase program with enough complexity to demonstrate how Scala language is used in real world.
Scala
2
star
10

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.
C
1
star
11

angular-rest-template

An AngularJS implementation on consuming spring-rest-template. Showcase for common LOB application pattern.
HTML
1
star
12

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.
Java
1
star