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
IOError reading chip_id from OTP ROM of Adafruit Metro ESP32-S2 Express Beta, PID 4775 | |
--- | |
I just plugged in using my board for the first time and I'm following the instructions on this page https://learn.adafruit.com/adafruit-magtag/rom-bootloader however when I get this error: | |
[code] | |
$ esptool.py --port /dev/ttyACM0 chip_id | |
esptool.py v4.8.1 | |
Serial port /dev/ttyACM0 |
This file has been truncated, but you can view the full file.
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
<?xml version="1.0" encoding="utf-8"?> | |
<savegame> | |
<meta> | |
<gameVersion>1.3.3080 rev669</gameVersion> | |
<modIds> | |
<li>ludeon.rimworld</li> | |
<li>ludeon.rimworld.ideology</li> | |
</modIds> | |
<modSteamIds> | |
<li>0</li> |
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
Bootstrap: library | |
From: ubuntu:20.04 | |
%environment | |
export STEAM_RUNTIME=1 | |
export LD_LIBRARY_PATH=". ldd vgui2_s.so" | |
#export LC_ALL=C | |
%post | |
# Set noninteractive or the keyboard-configuration step will cause it to hang. |
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
$ cat build.log | |
/opt/cmake-3.16.8-Linux-x86_64/bin/cmake | |
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB] | |
Ign:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease | |
Get:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [1160 kB] | |
Get:5 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB] | |
Get:6 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [635 kB] | |
Get:7 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6679 B] | |
Ign:8 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease |
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 | |
#SBATCH -o sense-pat.out | |
set -e | |
# Globals | |
repo="grantfigs201710" | |
main() { | |
test -n "$SLURM_JOB_ID" && echo "Job $SLURM_JOB_ID" >> sense-pat.out |
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 | |
#SBATCH --nodes 1 | |
#SBATCH --partition phi #general #general_requeue | |
#SBATCH --ntasks 1 #4 #24 | |
#-SBATCH --cpus-per-task 64 | |
#SBATCH --output mappable.out | |
#SBATCH --job-name kmap | |
genomes='genomes <- c( | |
"BSgenome.Dmelanogaster.UCSC.dm6", |
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
# Generate log files for System76 case 21094 | |
# | |
# Usage: | |
# | |
# make | |
# | |
# # To add a suffix to the tarball name: | |
# | |
# make suffix=after-nvidia-purge | |
# |
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
# Pariksheet Nanda <[email protected]> 2017 | |
# | |
# License: CC0 Public Domain | |
# | |
# To the extent possible under law, Pariksheet Nanda has waived all copyright | |
# and related or neighboring rights to host.py | |
from __future__ import print_function | |
from ansible.errors import AnsibleError |
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
suppressPackageStartupMessages({ | |
library(tidyverse) | |
library(rvest) # Webscraping | |
library(stringr) | |
}) | |
workshops_url <- read_html("http://www.datacarpentry.org/workshops-past/") | |
workshops <- tibble( | |
date = html_nodes(workshops_url, "td[class='date']") %>% html_text(), | |
name = html_nodes(workshops_url, "td[class='link']") %>% html_text(), |
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
# -*- mode: rpm-spec -*- | |
# Singularity bootstrap for CellProfiler | |
# Host OS used is CentOS Linux release 7.3.1611 (Core) | |
BootStrap: yum | |
OSVersion: 7 | |
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/ | |
Include: yum |
NewerOlder