Nathaniel's blog

Projects

Open source projects and things I've built.

code loop
Node.jsLLMTypeScript

code loop

CodeLoop is a sophisticated Electron-based desktop application that provides a modern, intuitive user interface for managing AI-powered code generation pipelines. It automates the entire software deve

github.com/natelindev/code-loop
auto seedr
Node.jsTypeScript

auto seedr

Electron UI for seedr manage your seedr files with ease, without having to resolve to web.

github.com/natelindev/auto-seedr
vsc memer
Node.jsTypeScript

vsc memer

Vscode extension for inserting ascii memes inside code - ascii charters based meme templates, can be directly insert into your code as comments - supports any language with any comment style - 30+ me

github.com/natelindev/vsc-memer
tsdav
TypeScriptNode.js

tsdav

WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser - Easy to use, well documented JSON based WEBDAV API - Works in both Browsers and Node.js - OAuth2 & Basic Auth helpers built-in - Native

github.com/natelindev/tsdav
Vlepo
GraphQLNext.jsReact

Vlepo

Next-gen blog generator - Generate modern clean looking blog with ease. - MDX powered, allowing for interactive content creation. - Graphql API and OAuth2.0 Model for permission control - Image uploa

github.com/natelindev/vlepo2
NETCONF with ONOS
DevOps

NETCONF with ONOS

github.com/natelindev/NETCONF_with_ONOS/
Modular-Mini-C-Compiler

Modular-Mini-C-Compiler

A modular subset C language compiler - Translates a subset of C language into MIPS assembly language - All modular design from preprcessor to optimizer, can implement your own module at ease. - XML ba

github.com/natelindev/Modular-Mini-C-Compiler
Sealink

Sealink

Cross Platform Instant Messaging App - GUI built using GTK 2.8.3. - Message Encrypted using AES-128. - User Infomation stored in MySQL Database. - Self created TCP based communication protocol. - Supp

github.com/natelindev/Sealink
Three approaches to the Job Shop Problem

Three approaches to the Job Shop Problem

github.com/natelindev/Optimization-Methods