Skip to content

Instantly share code, notes, and snippets.

@Brainiarc7
Brainiarc7 / fix-intel_wifi_aer-avell_g1513_fire_v3
Created July 16, 2018 13:21 — forked from flisboac/ fix-intel_wifi_aer-avell_g1513_fire_v3
Temporary fix for AER's excessive `severity=Corrected` logging for Intel Wireless (Avell G1513 Fire V3) (Arch Linux)
silly gist hack, why do we need you? :(
@Mygod
Mygod / export-ble-infos.py
Last active September 17, 2025 08:55
Export your Windows Bluetooth LE keys into Linux!
#!/usr/bin/python3
"""
Copyright 2021 Mygod
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
1. move sdcard detect fix from kanuti dtsi to msm8939-mtp.dtsi (done!)
2. power driver: smb1360 (fixed!)
3. rework dsi panel dt (done!)
4. k4.4 pstore driver (fixed!)
5. audio (WIP)(the implementation is ready. just need to add support for our msm8x16-audio-codec and maybe some IOMMU fixes)
6. camera (IN THE FUTURE😁)
7. mdss (fixed!)
8. usb (fixed!)
9. qpnp-vibrator (fixed!)
10. display on/off bug (fixed!)
@UniIsland
UniIsland / SimpleHTTPServerWithUpload.py
Created August 14, 2012 04:01
Simple Python Http Server with Upload
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""