Darius H (ComethTheNerd)

ComethTheNerd

Geek Repo

Company:@QuantumCommune

Location:London, UK

Home Page:https://twitter.com/ComethTheNerd

Github PK Tool:Github PK Tool

Darius H's repositories

sempiler

Sempiler lets you write native, semantic, idiomatic, x-platform code from your favourite programming language, without frameworks or virtual machines.

Language:C#License:NOASSERTIONStargazers:7Issues:0Issues:0

Verblr-Android

Source code for the Verblr Android app. A first go at a pure Kotlin implementation, with UI built on constraint based layout and reactive view models.

Language:KotlinStargazers:0Issues:0Issues:0

zeit-hackathon

Sempiler integration for the Zeit Hackathon, June 2019

Language:TypeScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0
Language:TypeScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0

Vapor-API

Vapor API is an Android app development framework that makes writing great apps easier by taking care of the clumsy Android boilerplate code and gory details associated with performing common tasks on Android. Inspired by the power and flexibility of jQuery, with fluent methods, global custom callbacks, and succinct syntax.

Language:JavaStargazers:5Issues:0Issues:0

System-F-Compiler

My MSc Individual Project was a System F Compiler written in Scala, awarded a mark of 88%. It accepts System F raw input and uses mathematical inference rules and logic to translate it across 5 intermediate calculi, eventually emitting Typed Assembly Language code. This TAL code is executed on a custom Virtual Machine that I wrote in addition to the compiler, utilising a Least Recently Used (LRU) cache routine to evict the contents of pseudo-registers adhoc. The Compiler itself performs lexing and parsing initially, before translating the input to Continuation Passing Style (CPS), whereby functions pass results to continuations that represent the remainder of the computation that the program will perform. Thereafter it performs Closure Conversion to capture free variable state, and separate it from the accompanying machine code instructions. It then Hoists all functions to global scope, naming them uniquely on the Heap.

Language:ScalaStargazers:1Issues:0Issues:0

SmartGrid-Simulation

A large and complex MSc Java project (awarded a mark of 80%) that simulates the interactions between Households and Aggregators in a SmartGrid network (including the associated security concerns). I was responsible for all of the code below (namely the core system framework code) with the exception of a few files (clearly marked with @author JDoc annotations, and included in this repo for completeness). The code uses a plethora of Design Patterns such as Singleton, Observer, and Command (to mimic higher-order functions). During the simulation a random set of Households with multiple Appliances are generated for each Aggregator. Appliances have varying power requirements, and usage hours that are modelled via implementations of the IPolicy interface. This allows a user to model events such as a Dinner at which time the Oven, Lights, and other related Appliances would be in use. The TimedEvent framework handles callbacks, scheduling and replaying of events. There is a GUI that shows the network at different granularities, right down to individual graphed Appliance usage for a Household as the program runs. A mock-Command Line, that provided alternate program control, was also implemented. A Thread Safe Controller is responsible for asynchronously executing user interactions to avoid ConcurrentModificationExceptions. The program outputs verbose messages to a text file for reviewing after the simulation completes.

Language:JavaStargazers:9Issues:0Issues:0

SVG-Animation

A Bob The Builder short film written in SVG

Stargazers:0Issues:0Issues:0

ASM-WriteBack-Cache

A writeback cache routine implemented in MIPS (ASM)

Language:AssemblyStargazers:0Issues:0Issues:0