ntm
Dart logo

Ntm is composed of scanner and a parser which create an AST. The interpreter interprets the AST.

It comes with a command line tool to interpret ntm code from a file or an interactive console.

ntm_pad

Dart logoFlutter logoRiverpod logoFirebase logo

It is a web app that allows you to write and run ntm code in your browser. Try out

fun add(a, b) {
  return a + b;
}
var a = 1;
var c = add(a, 2);
print c;

ntm-vscode

VSCode logo
Padelistas Padelistas
Flutter logoDart logoRiverpod logogo_router logoFreezed logoFirebase logo

A Flutter application using firebase to manage padel bookings in Singapore.

Hider Hider
Flutter logoDart logoRiverpod logogo_router logoFreezed logoBuilt value logoFirebase logo

A Flutter application using firebase to store encrypted notes.

Periodik Periodik
Flutter logoDart logoRiverpod logogo_router logoFreezed logoFirebase logo

A Flutter application to find the periodicity of some events based on the instances.

Portfolio Portfolio
Svelte logoTypeScript logoFirebase logo

My portfolio website made with SvelteKit.

Action dart analyze
Github actions logoTypeScript logoDart logoFlutter logo

A GitHub action written in TypeScript that analyzes dart code by running dart analyze and dart format.

Pyronear Pyronear
React logoTypeScript logo

A React open source project to help the detection of wildfire.

animated_collection
Flutter logoDart logo

A Flutter library with simple animated widgets and utilities methods to use with animations.

NotificationBlocker NotificationBlocker
Kotlin logoSQLite logoJetpack Compose logoAndroid logo

An android application to manage your notifications

Themed color palette
Flutter logoDart logo

A dart builder to create theme classes from a .yaml file.

themed-color-palette-vscode-extension

VSCode logoTypeScript logo

A VSCode extension written in TypeScript to lint a .theme.yaml file used for themed_color_palette.

Chrome markdown emojis Chrome markdown emojis
TypeScript logoReact logo

A TypeScript Google Chrome extension to insert emojis from their markdown code.

Midi generator
Python logo
A Python project to generate music midi files using a TensorFlow neural network.