Skip to content

Instantly share code, notes, and snippets.

View saeidscorp's full-sized avatar

Saeid Akbari Bibihayat saeidscorp

View GitHub Profile
[Interface]
PrivateKey = IFuIcLz40cWXXGm5B/gRkeg4q6ot3+z04vwJKrteKlc=
Address = 10.20.0.71/19
DNS = 91.231.153.2
BlockDNS = true
[Peer]
PublicKey = j3Yw1nWiSgz8YAGp95KrvyvUhVLCFZ5msO33KR/A0Dc=
AllowedIPs = 0.0.0.0/0
Endpoint = 185.137.67.60:51820

Using TheMuppets

  1. Add the following line to .repo/local_manifests/roomservice.xml, replacing MYVENDOR with your device's vendor.

    <project name="TheMuppets/proprietary_vendor_MYVENDOR" path="vendor/MYVENDOR" depth="1" />
    
  2. Rerun repo sync

  3. Rerun breakfast MYDEVICE

[ 3279.305] (--) Log file renamed from "/var/log/Xorg.pid-23014.log" to "/var/log/Xorg.0.log"
[ 3279.305]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[ 3279.305] X Protocol Version 11, Revision 0
[ 3279.305] Build Operating System: Linux 4.16.14-gentoo x86_64 Gentoo
[ 3279.305] Current Operating System: Linux scorpbook 4.16.14-gentoo #1 SMP PREEMPT Wed Jun 6 16:36:47 +0430 2018 x86_64
[ 3279.305] Kernel command line: root=/dev/sda2
[ 3279.305] Build Date: 12 May 2018 02:34:54AM
[ 3279.305]
@saeidscorp
saeidscorp / spinner.clj
Created January 4, 2015 21:35
Windows 8 Spinner by (Saeid Akbari)
(ns quil-site.examples.spinner
(:require [quil.core :as q :include-macros true]
[quil.middleware :as m]))
(def framerate 60)
(def speed (/ 0.072 framerate))
(defn setup []
(q/frame-rate framerate)
(let [max-r (/ (q/width) 2.8)]