Skip to content

Instantly share code, notes, and snippets.

View oscarb's full-sized avatar

Oscar Björkman oscarb

View GitHub Profile
@oscarb
oscarb / workflowy-yellow-star.css
Last active April 14, 2016 17:33
Turn the star yellow when clicked on WorkFlowy, https://workflowy.com/ Use with Stylish or another extension modifying websites CSS.
.pageStar.starred {
background-image: url(/media/i/star-icon-empty.svg);
background-color: yellow;
-webkit-mask-image: url(/media/i/star-icon-grey.svg);
-webkit-mask-size: 20px;
}
@oscarb
oscarb / 7-zip-default-extract.reg
Created September 28, 2016 17:13 — forked from zabbarob/7-zip-default-extract.reg
Make 7-Zip extract to folder when double-clicking archives. (based on http://superuser.com/a/447791)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\7-Zip.001\shell]
@="extract"
[HKEY_CLASSES_ROOT\7-Zip.001\shell\extract]
@="Extract to Folder"
[HKEY_CLASSES_ROOT\7-Zip.001\shell\extract\command]
@="\"C:\\Program Files\\7-Zip\\7zG.exe\" x \"%1\" -o*"
[HKEY_CLASSES_ROOT\7-Zip.7z\shell]
@oscarb
oscarb / activity.java
Created October 4, 2016 11:54
Log Android activity cycle
public void onStart()
{
super.onStart();
Log.d(TAG, "In the onStart() event");
}
public void onRestart()
{
super.onRestart();
Log.d(TAG, "In the onRestart() event");
@oscarb
oscarb / keybase.md
Created October 17, 2016 11:09
Proving GitHub identity

Keybase proof

I hereby claim:

  • I am oscarb on github.
  • I am oscarb (https://keybase.io/oscarb) on keybase.
  • I have a public key whose fingerprint is CC21 B826 1C12 C9F6 D7E6 A107 1741 150B 1F6E DED3

To claim this, I am signing this object:

@oscarb
oscarb / table.md
Last active November 8, 2016 23:52
Free webprototyping tools with building blocks and mobile interface

Prototyping tools

Requirements

  • Web
  • Free
  • Building tools/blocks
  • View on mobile

Table

@oscarb
oscarb / testing.md
Last active February 1, 2020 21:00
  1. Do stuff

  2. Do stuff with code

     sudo do more stuff
    
    1. Do stuff with the stuff
  3. Go back to doing the first stuff