Skip to content

Instantly share code, notes, and snippets.

View WordlessEcho's full-sized avatar
🎓
Studying

Wordless Echo WordlessEcho

🎓
Studying
View GitHub Profile
http://www.gstatic.com/images/icons/material/apps/weather/2x/wintry_mix_rain_snow_light_color_96dp.png
http://www.gstatic.com/images/icons/material/apps/weather/2x/haze_fog_dust_smoke_light_color_96dp.png
http://www.gstatic.com/images/icons/material/apps/weather/2x/cloudy_light_color_96dp.png
http://www.gstatic.com/images/icons/material/apps/weather/2x/snow_showers_snow_light_color_96dp.png
http://www.gstatic.com/images/icons/material/apps/weather/2x/flurries_light_color_96dp.png
@gaoyifan
gaoyifan / uml-on-debian.md
Created November 21, 2016 14:37
User Mode Linux on Debian Jessie

User Mode Linux on Debian Jessie

host kernel version: 3.16.36-1+deb8u2

target kernel version: 4.9-rc5

Build UML kernel

Preparation

@kamikat
kamikat / drawable+bg_toolbar.xml
Last active June 8, 2016 08:46
Draw a circle under the Android status bar
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<solid android:color="?attr/colorPrimary"/>
</shape>
</item>
<item android:gravity="right|center_vertical" android:width="200dp" android:height="200dp" android:right="30dp" android:top="-100dp" android:bottom="-100dp">
<shape android:shape="oval">
<solid android:color="?attr/colorAccent"/>
</shape>
@tianyuf
tianyuf / baidu-as-a-network-utility.css
Created May 14, 2016 15:03
BaaN: Baidu as a Network Utility - 百度的实用主义方法论.
@-moz-document domain("baidu.com") {
body {
display: none;
}
html {
margin: 30px;
}
html::after {