Skip to content

Instantly share code, notes, and snippets.

View beohoang98's full-sized avatar
:octocat:
co(d + ffe)e = code + coffee

An Hoang beohoang98

:octocat:
co(d + ffe)e = code + coffee
View GitHub Profile
@beohoang98
beohoang98 / fitbit-api.md
Last active November 9, 2019 05:55
fitbit-api.md

ACTIVITY

  • Get activity name (like Bicycle or Running or Walking, ...)

  • Calories of each activity

  • Duration (in second)

#include <iostream>
using namespace std;
class PhanSo {
public:
int tu, mau;
PhanSo() {
tu = 0;
mau = 1;
var scl = 20;
var n = 40;
var ball = [];
var g = 30; //gravity
var gy = g;
var gx = 0;
var per = 0.9;
var tile = 0.0001;
var frameCount = 0;
#include <iostream.h>
#include <conio.h>
using namespace std;
int main() {
cout<<"Hello World";
getch();
}