Skip to content

Instantly share code, notes, and snippets.

@abusse
abusse / kernel-galileo-gen2.config
Created March 23, 2020 09:04
Linux Kernel (v4.19.98) configuration for the Intel Galileo Gen 2 Board
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.19.97-gentoo Kernel Configuration
#
#
# Compiler: gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300
@abusse
abusse / gist:6f7bda3f51d59ac5a29d2d095dd95fe3
Created June 5, 2018 13:36 — forked from kuenishi/gist:3825178
Accessing to VM via serial console at VMware Fusion 5

Environment

  • Using FreeBSD
  • Mountain Lion
  • VMware Fusion 5
  • Your VMware is installed at '/Applications/VMware Fusion.app'
  • Command Line tools are at '/Applications/VMware Fusion.app/Contents/Library'
  • especially vmrun
@abusse
abusse / hello-emoji.cpp
Created July 18, 2017 17:44
Some C++ Emoji fun found on the internet. Compiles (currently) only with clang (sorry GCC) and C++11.
#include <iostream>
#include <vector>
#include <cstdlib>
namespace 🔵 = std;
using 🔢 = int;
using 💯 = unsigned;
using 💀 = void;
using 🕖 = time_t;
using 👌 = bool;
--- tikz-uml.sty.orig 2015-10-10 23:44:04.978866966 -0300
+++ tikz-uml.sty 2015-10-10 23:29:46.902834319 -0300
@@ -16,7 +16,7 @@
\RequirePackage{xstring}%
\RequirePackage{calc}%
\RequirePackage{pgfopts}%
-\usetikzlibrary{backgrounds,arrows,shapes,fit,shadows,decorations.markings}%
+\usetikzlibrary{backgrounds,arrows,shapes,fit,shadows,decorations.markings,math}%
\def\tikzumlPackageLayersNum{3}%
@abusse
abusse / gist:cc0df1ec196d30c9d04f
Created January 5, 2016 21:25
Layman: Add custom overlay
layman -o https://raw.githubusercontent.com/abusse/frickel-overlay/master/master/repositories.xml -f -a frickel-overlay