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
{ | |
"invocations": [ | |
{ | |
"package_name": "ansi_term", | |
"package_version": "0.12.1", | |
"target_kind": [ | |
"lib" | |
], | |
"kind": null, | |
"compile_mode": "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: hexchain <i at hexchain dot org> | |
# Maintainer: crazyboycjr <[email protected]> | |
pkgname=tinc-pre | |
pkgver=latest | |
pkgrel=1 | |
pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)" | |
arch=(i686 x86_64 armv7h armv6h) | |
url="http://www.tinc-vpn.org/" | |
license=('GPL') |
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/bash | |
# Usage: scripts/display_backtrace.sh build/rpc-bench /tmp/stderr.log | |
if [ $# -ne 2 ]; then | |
echo "Usage: $0 <entry> <backtrace_file>" | |
exit 0 | |
fi | |
ENTRY=$1 | |
FILE=$2 | |
addr2line -f -C -p -e $ENTRY `cat $FILE | egrep -o '\+0x[^)]+' | tr '\n' ' '` |
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
(alpa-torch) cjr@ip-172-31-33-99 ~/nfs/alpa-torch-software/alpa (git)-[main] % python3 tests/test_install.py | |
.compile_pipeshard_executable::trace: 0.97 s | |
compile_pipeshard_executable::jaxpr operations: 0.00 s | |
compile_pipeshard_executable::stage construction: 0.00 s | |
compile_pipeshard_executable::apply grad: 0.00 s | |
compile_pipeshard_executable::shard stages: 1.69 s | |
compile_pipeshard_executable::launch meshes: 0.72 s | |
compile_pipeshard_executable::driver executable: 29.27 s | |
(MeshHostWorker pid=6134, ip=172.31.39.47) memory_allocated: -0.000 GB max_memory_allocated: -0.000 GB next instruction: Opcode: RUN, Task uuid: 8, Info: allocate zero for recv | |
(MeshHostWorker pid=6134, ip=172.31.39.47) memory_allocated: -0.000 GB max_memory_allocated: -0.000 GB next instruction: Opcode: RUN, Task uuid: 2, Info: stage 0 |
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/bash | |
WORKDIR=$(dirname `realpath $0`) | |
CMD=$* | |
env ${CMD} | |
status=$? | |
if [ $status -eq 0 ]; then | |
STATUS_PARAM="--success" |
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
# /etc/udev/rules.d/71-k380-keyboard.rules | |
ACTION=="add", KERNEL=="hidraw[0-9]*", RUN+="/usr/bin/su cjr -c \"DISPLAY=:1 XAUTHORITY=/home/cjr/.Xauthority xset r rate 200 36\"" | |
ACTION=="add", KERNEL=="hidraw[0-9]*", RUN+="/usr/bin/su cjr -c \"DISPLAY=:1 XAUTHORITY=/home/cjr/.Xauthority setxkbmap -option 'ctrl:nocaps'\"" |
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
#!/usr/bin/env python3 | |
import subprocess | |
import threading | |
import shlex | |
import time | |
import argparse | |
hosts = [ | |
'192.168.211.2', | |
'192.168.211.34', |
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
While a GnuPlot window is active, you can press certain keys to perform certain actions: | |
a | |
Auto-scale to full x and y range (based on x and y values) and replot | |
b | |
Toggle between thick border (2 pixels wide) and thin border (1 pixel wide) | |
g | |
Toggle grid lines | |
h | |
Display help in Davinci |
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
[Unit] | |
Description=Btrfs snapshot | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/local/bin/do-btrfs-snapshot.sh | |
StandardOutput=journal | |
[Install] | |
WantedBy=multi-user.target |
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
" Copyright 2014 Google Inc. All rights reserved. | |
" Copyright 2019 Jingrong Chen [email protected] | |
" | |
" Licensed under the Apache License, Version 2.0 (the "License"); | |
" you may not use this file except in compliance with the License. | |
" You may obtain a copy of the License at | |
" | |
" http://www.apache.org/licenses/LICENSE-2.0 | |
" | |
" Unless required by applicable law or agreed to in writing, software |
NewerOlder