Skip to content

Instantly share code, notes, and snippets.

View jeancarl's full-sized avatar

JeanCarl jeancarl

View GitHub Profile
@jeancarl
jeancarl / gist:a3eb3c9932d8c9eaa05a
Last active August 29, 2015 14:16
DQuid PHP library
<?php
/**
* DQuid Library
*
* Retrieves values from a Bay Tek Game machine given the serial number.
* /
class Dquid
{
var $serial_number;
// Maze bouncer
// By JeanCarl Bisson (@dothewww)
#include <Adafruit_NeoPixel.h>
#include <Adafruit_GFX.h>
#include <Adafruit_NeoMatrix.h>
#include "RGB.h"
#define PIN 1
<!DOCTYPE html>
<html>
<body>
<h3>Hello world!</h3>
</body>
</html>
@jeancarl
jeancarl / app.js
Created October 31, 2018 20:10
TJBot Pumpkin
/**
* TJBot Pumpkin
*
* Three IBM Watson services are needed, Speech to Text, Text to Speech, and Tone Analyzer. Create these services at https://bluemix.net. Copy the corresponding API keys into the code below.
*/
var TJBot = require("tjbot");
var tj = new TJBot(
["microphone","led","speaker"],