Skip to content

Instantly share code, notes, and snippets.

View Jcardif's full-sized avatar

Josh N Jcardif

View GitHub Profile
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
/*
Name: BusSeat Tracker Ultrasonic Sensor
Created: 5/10/2019 17:41:54
Sensor : UltraSonic sensor => HC-SR04
Author: Joshua Ndemenge
*/
#include <SigFox.h>
#include <Arduino.h>
#include <math.h>
@Jcardif
Jcardif / database.rules.json
Created July 21, 2018 10:20 — forked from codediodeio/database.rules.json
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@Jcardif
Jcardif / README-Template.md
Created July 10, 2018 11:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@Jcardif
Jcardif / README-Template.md
Created July 10, 2018 11:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites