Skip to content

Instantly share code, notes, and snippets.

https://www.reddit.com/r/woodworking/comments/hvwtgu/i_made_an_automated_perpetual_calendar_with/
ls
ls (hd0,msdos2)/
set prefix=(hd0,2)/boot/grub
set root=(hd0,2)
insmod normal
normal
<!doctype html>
<html>
<head>
<title>Videojs 7</title>
<meta charset="UTF-8">
<link href="https://unpkg.com/video.js/dist/video-js.min.css" rel="stylesheet">
</head>
<body style="margin-top:50px;">
<div id="importantdiv"/>
#!/bin/bash
set -x
sudo apt-get update
sudo apt-get install -y libatlas-base-dev
sudo pip3 install tensorflow
sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev
sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
sudo apt-get install libxvidcore-dev libx264-dev
sudo apt-get install qt4-dev-tools
sudo pip3 install opencv-python
#!/bin/bash
#-------------------------------------------------
losetup --show -f -P somediskimage.img
fdisk -l
#----------------------------------------------
fc-list
[
{
"id": "75b64b94.0fd5b4",
"type": "tab",
"label": "sunposition",
"disabled": false,
"info": ""
},
{
"id": "4bffb431.af3aac",
#!/usr/bin/bash
which ansible >/dev/null 2>&1
if [ $? -ne 0 ];
then
echo "Installing Ansible..."
sleep 5
pushd .
cd ~
pacman -S libyaml-devel python2 tar libffi libffi-devel gcc pkg-config make openssl-devel openssh --noconfirm --needed
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
import requests
import json
headers = {'Authorization': 'Bearer 49beba867bca3b08df1252f837197b27ab529166'}
query_graphql = '''
query {
repository(owner: "mohankumargupta", name: "raspberrypi-ansible") {
ref(qualifiedName: "master") {
target {