Skip to content

Instantly share code, notes, and snippets.

View archfan's full-sized avatar
🎯
Focusing

0x61 archfan

🎯
Focusing
View GitHub Profile
@archfan
archfan / .Xresources
Last active August 29, 2015 14:07 — forked from jaysonrowe/.Xresources
Xft.autohint: 0
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
@archfan
archfan / roomservice.xml
Created August 25, 2019 21:40
Roomservice.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="device/xiaomi/grus" name="archfan/android_device_xiaomi_grus" remote="github" revision="p" />
<project path="device/xiaomi/sdm710-common" name="archfan/android_device_xiaomi_sdm710-common" remote="github" revision="p" />
<project path="vendor/xiaomi/sdm710-common" name="archfan/proprietary_vendor_xiaomi_sdm710-common" remote="github" revision="p" />
<project path="vendor/xiaomi/MiuiCamera" name="kud/vendor_xiaomi_MiuiCamera" remote="github" revision="mkp" />
<project path="kernel/xiaomi/sdm710" name="archfan/msm-4.9-grus-okita" remote="github" revision="pie" />
</manifest>
@archfan
archfan / extract_blobs.sh
Created November 17, 2019 17:14
Extract blobs from a Haswell Coreboot image
#!/usr/bin/env bash
#
# This file is part of the coreboot project.
#
# Copyright (C) 2016 Joe Pillow
# Copyright (C) 2019 archfan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
@archfan
archfan / extract_blobs.sh
Created November 18, 2019 21:03
Extract blobs from an Ivy Bridge Coreboot image
#!/usr/bin/env bash
#
# This file is part of the coreboot project.
#
# Copyright (C) 2016 Joe Pillow
# Copyright (C) 2019 archfan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.