Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@seekr
seekr / guide.md
Last active April 27, 2020 15:30
Venue 11 Pro 7140 Active Pen Stylus guide

taken from Tablet Forum Review

Active Pen stylus support on Windows 10 (64bit) for Dell Venue 11 Pro 7140

I never really managed to incorporate the use of Active Pen in my use of the 7140, so most of the time the stylus would end up depleted in a drawer. This particular stylus uses (rare) AAAA (4xA) batteries so I try to remember to remove them before storing my stylus away.

Occasionally I do want to scribble or draw on the tablet and I've noticed that windows 10 wouldn't detect the stylus. Often the battery is just depleted but lately I've noticed that I need to reinstall the drivers to get the stylus to work.

I can't find the drivers in Dell website but luckily someone posted it in TabletForumReview (link above).

@seekr
seekr / zuk_z2_guide.md
Created November 9, 2019 16:23
ZUK Z2 (Plus) guide to flash LineageOS 16

placeholder

@seekr
seekr / SketchSystems.spec
Created July 4, 2018 12:45
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
Verifying my Blockstack ID is secured with the address 13wwbnptyVTVV7EiJKFXWuaAjqqxatywBv https://explorer.blockstack.org/address/13wwbnptyVTVV7EiJKFXWuaAjqqxatywBv
@seekr
seekr / dcl_genesis.md
Last active September 25, 2017 16:34
Decentraland terraformation process proposal

Purpose

This is a proposal for a process to distribute the first areas of Decentraland among the existing community members of Decentraland during the terraformation event.

This proposal intends to create some order and incentive for governance among the first users of DCL (which will be friendlier to DCL visitors who are not among builders of DCL) and also freedom for wilder exploration for those who don't want as much restrictions to begin with.

Concepts

  • Founding-LAND: LAND distributed during terraform event. This contrasts with normal-LAND (below). Owned by DCL for 1 year.

  • Genesis city: the group of all founding-LAND.

@seekr
seekr / flybondi.md
Last active February 16, 2017 21:46
@seekr
seekr / x2goinstall.sh
Created October 13, 2016 18:18
create a cloud desktop on digital ocean [by @ryanpq]
#!/bin/sh
#
# This script will set up an xfce desktop environment which can be
# accessed remotely via the x2goclient http://wiki.x2go.org/doku.php/doc:installation:x2goclient
export DEBIAN_FRONTEND=noninteractive;
apt-get update;
apt-get -y install software-properties-common xubuntu-desktop;
add-apt-repository -y ppa:x2go/stable;
apt-get update;
apt-get -y install x2goserver x2goserver-xsession;

Keybase proof

I hereby claim:

  • I am seekr on github.
  • I am mario (https://keybase.io/mario) on keybase.
  • I have a public key whose fingerprint is 65BF ADDA EBBB A7FA 395D 0857 A74C 85EF E562 F5D7

To claim this, I am signing this object:

@seekr
seekr / designer.html
Last active August 29, 2015 14:07
designer
<link href="../topeka-elements/category-images.html" rel="import">
<link href="../core-icon/core-icon.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">
<link href="../core-icons/av-icons.html" rel="import">
<link href="../paper-fab/paper-fab.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
@seekr
seekr / dabblet.css
Created September 2, 2014 00:04
Untitled
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@-webkit-keyframes colorSwapper {
0% {
background-color: #955fad;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #955fad), color-stop(100%, #da5b45));
background-image: -webkit-linear-gradient(#955fad, #da5b45);
background-image: linear-gradient(#955fad, #da5b45);
}
50% {
background-color: #da5b45;