This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"encoding/json" | |
"flag" | |
"fmt" | |
"io/ioutil" | |
"log" | |
"net" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
################################################################################ | |
# Variables | |
################################################################################ | |
# NVIDIA Linux For Tegra Source URL | |
: ${SOURCE_URL:="https://developer.nvidia.com/embedded/dlc/l4t-sources-24-2-1"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Debootstrap Root FileSystem for NVIDIA Jetson TX1 | |
# | |
# Certified Version: L4T R24.2.1 | |
# Require Package: Jetson TX1 64-bit Driver Package | |
# | |
# Step by Step | |
# | |
# 1. Connect USB Drive or SATA SSD/HDD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
VERSION=3.9.1 | |
WORK_DIR=/tmp/llvm | |
DOWN_DIR=$WORK_DIR/down | |
SRC_DIR=$WORK_DIR/src | |
BUILD_DIR=$WORK_DIR/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Thomas Krug <[email protected]> | |
# Contributor: Thomas Krug <[email protected]> | |
pkgname=pulseview | |
pkgver=0.3.0 | |
pkgrel=1 | |
pkgdesc="A Qt based logic analyzer GUI for sigrok." | |
arch=('i686' 'x86_64') | |
url="http://sigrok.org/wiki/Main_Page" | |
license=('GPL3') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"log" | |
"net/http" | |
"regexp" | |
"strconv" | |
"time" | |
"github.com/PuerkitoBio/goquery" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git backupfile.c backupfile.c | |
index 7f4da17..029bd7a 100644 | |
--- backupfile.c | |
+++ backupfile.c | |
@@ -65,8 +65,10 @@ char *malloc (); | |
#endif | |
#ifndef HAVE_DECL_GETENV | |
+#ifndef WIN32 | |
char *getenv (); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Run Script | |
# wget -qO - "https://git.io/vUGQt" | sudo sh | |
# Edit Script | |
# wget -q --content-disposition "https://git.io/vUGQt" | |
# | |
set -e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "virtualbox-iso", | |
"vm_name": "freebsd64-101rc1", | |
"boot_wait": "15s", | |
"hard_drive_interface": "sata", | |
"disk_size": 4096, | |
"guest_os_type": "FreeBSD_64", | |
"iso_checksum": "694b7415a0ec11b34374f51682358fed", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"builders": [ | |
{ | |
"type": "virtualbox-iso", | |
"vm_name": "debian32-wheezy", | |
"boot_wait": "5s", | |
"hard_drive_interface": "sata", | |
"disk_size": 4096, | |
"guest_os_type": "Debian", | |
"iso_checksum": "528e1a7315da1bbf50bd4d187880a519", |