Skip to content

Instantly share code, notes, and snippets.

View danielkucera's full-sized avatar

Daniel Kucera danielkucera

View GitHub Profile
kind: ServiceAccount
apiVersion: v1
metadata:
name: ldap-group-syncer
namespace: openshift-authentication
labels:
app: cronjob-ldap-group-sync
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@danielkucera
danielkucera / .travis.yml
Created May 4, 2020 13:00
Travis config for KiCad schematic PDF generation
language: minimal
services:
- docker
env:
global:
- SCHFILE=wiring.sch
- PDFFILE=wiring-$TRAVIS_COMMIT.pdf
@danielkucera
danielkucera / ethernet-up
Last active March 24, 2021 13:10
lkv373a-v4
booting time: 84ms
mmpAxiSpiInitialize() ENTER
AxiSpiSetClkDivider 0x00
mmpAxiSpiInitialize() LEAVE
========================================
NOR (0, 0) init
========================================
Manufacturer : 0xEF
Device ID1 : 0x4018
@danielkucera
danielkucera / gist:a546709303ecdec0af53f3c55177119a
Last active May 3, 2022 19:59 — forked from geohot/gist:569e9e4b20fd41203d8da71c6022be15
instructions to install openpilot on a pixel 3 running android 9
# instructions to install openpilot on a pixel 3
# enter fastboot with power + volume down
# make sure bootloader is unlocked
# make sure modern version of android platform tools is installed
mkdir pixel
wget https://dl.google.com/dl/android/aosp/blueline-pq3a.190801.002-factory-f3d66c49.zip
unzip blueline-pq3a.190801.002-factory-f3d66c49.zip
cd blueline-pq3a.190801.002/
./flash-all.sh
#!/usr/bin/python3
import serial
import time
echo_back=False
#echo_back=True
ser = serial.Serial('/dev/ttyUSB0',
300,