Skip to content

Instantly share code, notes, and snippets.

@pagdot
pagdot / build_adb.sh
Last active August 23, 2019 14:09
Script to build adb
pkgver=29.0.2
tag=platform-tools-$pkgver
export CC = gcc
export CXX = g++
export CFLAGS =
export CXXFLAGS =
export LDFLAGS =
export PLATFORM_TOOLS_VERSION =
@pagdot
pagdot / Formelsammlung_HSD.tex
Last active May 15, 2018 10:38
Formelsammlung HSD
% Formelsammlung_HSD.tex -- Formelsammlung
%
% Copyright (C) 2017 Paul Goetzinger <paul70079@gmail.com>
%
% SPDX-License-Identifier: CC-BY-ND-4.0
\documentclass[
a4paper, %% defines the paper size: a4paper (default)
twoside,
titlepage, %% only the titlepage (using titlepage-environment) appears on the first page (alternatively: notitlepage)
#!/bin/bash
set -e
QT_DIR=$1
test -e $QT_DIR || mkdir -p $QT_DIR
cat << EOF > $QT_DIR/5.9.2-installer.qs
// Bases on script from http://stackoverflow.com/a/34032216