Skip to content

Instantly share code, notes, and snippets.

View strangematter's full-sized avatar

Marco Fuhrich strangematter

View GitHub Profile

Keybase proof

I hereby claim:

  • I am strangematter on github.
  • I am strangematter (https://keybase.io/strangematter) on keybase.
  • I have a public key ASD65pFeQ7Xn3cL69JGZ5_fcRu8yuviwGmtbQWv2Q22UNgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am strangematter on github.
  • I am mrcktz (https://keybase.io/mrcktz) on keybase.
  • I have a public key ASBusBF6N5r3iW7gZeNeH-fRWmfkeT5HxeAxWfs-1xyxNwo

To claim this, I am signing this object:

@strangematter
strangematter / designer.html
Last active August 29, 2015 14:05
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
<style>
### Keybase proof
I hereby claim:
* I am mrcktz on github.
* I am mrcktz (https://keybase.io/mrcktz) on keybase.
* I have a public key whose fingerprint is 96CD 6593 9F9A 0107 4A19 C2AA 7AA2 D7F0 E58C 11AA
To claim this, I am signing this object:
@strangematter
strangematter / layout.haml
Created June 10, 2012 15:21
bootstrap dropdown login form in haml
.navbar.navbar-fixed-top
.navbar-inner
.container-fluid
%a.btn.btn-navbar{"data-target" => ".nav-collapse", "data-toggle" => "collapse"}
%span.icon-bar
%span.icon-bar
%span.icon-bar
%a.brand{:href => "#"} appname
.nav-collapse
%ul.nav
@strangematter
strangematter / gist:1795049
Created February 11, 2012 01:41
Notebook Touchpad not working with Ubuntu Unity
gsettings set org.gnome.settings-daemon.plugins.mouse active false
@strangematter
strangematter / gist:1772440
Created February 8, 2012 19:18
place gists in blogs/html
<script src="http://gist.github.com/1659345.js"></script>
@strangematter
strangematter / layout.xml
Created January 22, 2012 23:26
Android xml drawable as background for button
<Button
android:id="@+id/fridgeButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawablePadding="2dp"
android:background="@drawable/dashboard_button_background"
android:drawableTop="@drawable/ic_fridge"
android:text="Fridge" />
@strangematter
strangematter / dashboard_button_background.xml
Created January 22, 2012 23:24
dashboard button rounded corners
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<stroke
android:width="4dp"
android:color="#E6EEA0" />
<padding
android:bottom="7dp"
android:left="7dp"
android:right="7dp"
android:top="7dp" />
<solid android:color="#E6EEA0" />