Here are
46 public repositories
matching this topic...
Micro is a cloud platform for API development
A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers.
Updated
Jun 15, 2021
Python
Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
Updated
Aug 9, 2021
Scala
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
Programmable real world Micro services
Tools 🧰 for developing and running WordPress websites
Shell script to easily setup mu4e on Emacs
Updated
Jul 24, 2021
Shell
A new Palm OS emulator targeting compatibility, speed, and accuracy in that order. This is dedicated to Emily, the developer of Mu, who passed away in 2020. May you rest well.
A ReasonML client example for our mu-haskell GraphQL server!
Updated
Mar 23, 2020
Reason
my rpm packaging for mu + mu4e
The Plaits Macro Oscillator ported to MU
Русификатор для MU Legend
MUNI - FI: PV249 2019/2020
GeoCloud Platform.mu Deployments
Updated
Jan 13, 2016
Ruby
MUNI - FI: PA195 2019/2020
MUNI - FI: IV064 2019/2020
Mu implementation with Sinatra 'Hello World' app and CasperJS acceptance testing.
A repo for my project Jump Yo' Rex made using Seeeduino Xiao (running CircuitPython) and LIS3DH accelerometer.
Updated
Dec 3, 2020
Python
Updated
Sep 18, 2017
Python
Chef cookbook to install Nagios NRPE client
Updated
May 17, 2019
Ruby
MUNI - FI: PV207 2019/2020
Computing the Structured Singular Value of a matrix.
Updated
Jul 19, 2021
Julia
Updated
Apr 25, 2019
Scala
Improve this page
Add a description, image, and links to the
mu
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
mu
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Here's a
.avdlfile with a deliberate typo.@namespace("integrationtest") protocol WeatherService { record GetForecastRequest { // NOTE: missing semicolon string city int days_required; } enum Weather { SUNNY, CLOUDY, RAINY } record GetForecastResponse { string last_updated; array<Weather> daily_forecasts; } void