Skip to content

Instantly share code, notes, and snippets.

View mrjosh's full-sized avatar
It's always coffee time

BetterCallJosh mrjosh

It's always coffee time
View GitHub Profile
@mrjosh
mrjosh / unixhttpc.go
Created April 7, 2020 17:49 — forked from teknoraver/unixhttpc.go
HTTP over Unix domain sockets in golang
package main
import (
"context"
"flag"
"fmt"
"io"
"net"
"net/http"
"os"
@mrjosh
mrjosh / Round_white_button_drop_shadow.xml
Created January 16, 2019 00:43 — forked from arvkmr/Round_white_button_drop_shadow.xml
Android round white button with drop shadow
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<layer-list>
<item>
<shape android:shape="oval">
<gradient
android:startColor="#FF000000"
android:endColor="#00000000"