Skip to content

Instantly share code, notes, and snippets.

@raksooo
raksooo / index.html
Last active July 23, 2019 11:14
iOS scrollable div without body bouncing or blocking scroll
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" />
<style>
html {
position: relative; /* Makes it possible to scroll inner container while outer is bouncing */
}
.container {
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account!
✅ did:muport:QmPrXNbdMbpdvy3pi4LzVtkrdNwPgihmVGSvieYVep88YU ✅
Create your profile today to start building social connection and trust online. https://3box.io/
#!/usr/bin/env bash
show="Show"
insert="Insert"
copy="Copy"
gotourl="Go to URL"
insertboth="Insert user and password"
rofi="rofi -dmenu -p " " -i -width 40"
dir=${PASSWORD_STORE_DIR-~/.password-store}
@raksooo
raksooo / grid.lua
Last active December 22, 2016 21:02
Grid navigation for tags in awesome wm
function grid(direction)
local rows = 3
local columns = 3
local i = awful.tag.getidx() - 1
action = {
["down"] = (i + columns) % (rows * columns) + 1,
["up"] = (i - columns) % (rows * columns) + 1,
["left"] = (math.ceil((i + 1) / columns) - 1) * columns + ((i - 1) % columns) + 1,
["right"] = (math.ceil((i + 1) / columns) - 1) * columns + ((i + 1) % columns) + 1,
}
@raksooo
raksooo / keybase.md
Created March 2, 2015 23:04
Keybase proof

Keybase proof

I hereby claim:

  • I am raksooo on github.
  • I am raksooo (https://keybase.io/raksooo) on keybase.
  • I have a public key whose fingerprint is 322B 626D 75A8 B836 27DB A8B2 D63C 0CD9 0B30 E945

To claim this, I am signing this object: