Skip to content

Instantly share code, notes, and snippets.

View Gfast2's full-sized avatar
🚩

Su Gfast2

🚩
View GitHub Profile
@Gfast2
Gfast2 / main.c
Created August 10, 2017 17:56
porting bmp280 driver for Beaglebone Black
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <linux/i2c-dev.h>
#include <sys/ioctl.h>
@Gfast2
Gfast2 / framework-sizes.md
Created January 31, 2017 10:59 — forked from Restuta/framework-sizes.md
Sizes of JS frameworks, just minified + minified and gzipped, (React, Angular 2, Vue, Ember)

Below is the list of modern JS frameworks and almost frameworks – Angular, Ember and React.

All files were downloaded from https://cdnjs.com and named accordingly. Output from ls command is stripped out (irrelevant stuff)

As-is (minified)

$ ls -lhS
566K Jan 4 22:03 angular2.min.js