I hereby claim:
- I am marek-saji on github.
- I am saji (https://keybase.io/saji) on keybase.
- I have a public key whose fingerprint is 66F1 FC7A 91D5 AA8B 64DF 3E41 ED64 F884 B8AA 020B
To claim this, I am signing this object:
/* better contrast for own messages */ | |
.direct-messages .chat-message-list-item[data-type="message"]:not(.edit-mode).yours .chat-message-list-item-content | |
{ | |
background-color: #3574a5; | |
} | |
/* super-sized emojis */ | |
#app-content .emoji-sizer:only-child | |
{ | |
transform: scale(1.5); |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<!-- prepend color emoji to all --> | |
<match> | |
<edit name="family" mode="prepend"><string>Noto Color Emoji</string></edit> | |
</match> | |
<!-- prepend black and white emoji if monospace font is used --> | |
<match> |
I hereby claim:
To claim this, I am signing this object:
# If no man page found, try running the command with --help | |
man () | |
{ | |
if man -w "$1" >/dev/null 2>&1 | |
then | |
command man "$@" | |
elif which "$1" >/dev/null | |
then | |
echo "No man page found for $1, trying --help..." | |
"$1" --help 2>&1 | less -S |
#!/bin/sh | |
# | |
# Create a virtual screen and allow connecting to it via VNC | |
# | |
# Based on: | |
# - https://bbs.archlinux.org/viewtopic.php?id=191555 | |
# - https://bitbucket.org/denilsonsa/small_scripts/src/default/screenlayout/create-virtual-modelines.sh?fileviewer=file-view-default | |
# | |
# GistID: 90c34e47689cbef235fe76251706c7d0 |
title: Gadu-Gadu-stare | |
emojis: | |
- name: 3m_sie | |
src: http://aqq.wapster.pl/EmotsImgSrv.aspx?uid=-1&pid=1755&eid=18472 | |
- name: 8P | |
src: http://aqq.wapster.pl/EmotsImgSrv.aspx?uid=-1&pid=1755&eid=18473 | |
- name: aniolek | |
src: http://aqq.wapster.pl/EmotsImgSrv.aspx?uid=-1&pid=1755&eid=18474 | |
- name: beksa | |
src: http://aqq.wapster.pl/EmotsImgSrv.aspx?uid=-1&pid=1755&eid=18333 |
:root | |
{ | |
box-sizing: border-box; | |
font-family: sans-serif; | |
} | |
* | |
{ | |
box-sizing: inherit; | |
} |
#!/bin/sh | |
# Select area on the screen and record it as a GIF. | |
# Running for the second time stops recording, so it's suitable for | |
# assigning to a key. | |
set -e | |
getbin () | |
{ | |
BIN="$( which "$1" || which "$( dirname "$0" )/$1" )" |
<!DOCTYPE html> | |
<!-- | |
TODO | |
[ ] ładność | |
[ ] tabela | |
[ ] kolor? | |
[ ] suma kontrolna numeru konta | |
http://wipos.p.lodz.pl/zylla/ut/banki.html | |
[ ] suma kontrolna NIP | |
http://pl.wikipedia.org/wiki/NIP#Znaczenie_numeru |
/* SVG alternative to fittext.js */ | |
div { | |
width: 300px; | |
height: 150px; | |
float: left; | |
margin-right : 10px; | |
background: #f06; | |
font: bold 150% sans-serif; | |
text-shadow: 0 1px 2px rgba(0,0,0,.5); |