Skip to content

Instantly share code, notes, and snippets.

View pepe2k's full-sized avatar

Piotr Dymacz pepe2k

  • RTS/Freelancer
  • Warsaw, Poland
View GitHub Profile
@mkresin
mkresin / compile_all_boards.sh
Last active October 5, 2017 14:32
compiles all targets or a whitespace seperated list of targets
#!/bin/bash
CPUS=9
function build {
cat << EOF > .config
CONFIG_TARGET_${TARGET}=y
CONFIG_TARGET_MULTI_PROFILE=y
CONFIG_TARGET_ALL_PROFILES=y
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
@mkresin
mkresin / gpio_output_test.sh
Last active June 12, 2018 10:36
Test a range of pin, a single pin or all pins of either a specific GPIO controller or on all GPIO controller
#!/bin/sh
# Copyright (C) 2017 Mathias Kresin
#
# This is free software, licensed under the GNU General Public License v2.
#
# Test a range of pin, a single pin or all pins of either a specific GPIO
# controller or on all GPIO controller
#
# Usage:
#!/bin/sh
KERNEL=$1
PATCHVER=$2
[ -z "$1" -o -z "$2" ] && {
echo "usage: refresh_kernel.sh <version> <release>"
echo "example: refresh_kernel.sh 3.18 3.18.30"
exit 1
}
@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">