Each pixel represents approximately one byte.
View opengraph.template.html
Detail | |
<html prefix="og: http://ogp.me/ns#"> | |
<head> | |
<title>{advert.title ořezaný na 60 znaků, případně s trojtečkou pokud jsme ho ořezali} · dobro.cz</title> <!-- ˜60 chars --> | |
<meta name="description" content="Nabídka pomoci na dobro.cz — pomáhejme si v době koronaviru"> <!-- Nabidka ˜150 chars --> | |
<meta name="description" content="Žádost o pomoc na dobro.cz — pomáhejme si v době koronaviru"> <!-- Poptavka ˜150 chars --> | |
<meta property="og:title" content="{advert.title}"> | |
<meta property="og:description" content="Nabídka pomoci na dobro.cz — pomáhejme si v době koronaviru"> <!-- Nabidka --> | |
<meta property="og:description" content="Žádost o pomoc na dobro.cz — pomáhejme si v době koronaviru"> <!-- Poptavka --> |
View listAllEventListeners.js
console.table((function listAllEventListeners() { | |
const allElements = Array.prototype.slice.call(document.querySelectorAll('*')); | |
allElements.push(document); // we also want document events | |
const types = []; | |
for (let ev in window) { | |
if (/^on/.test(ev)) types[types.length] = ev; | |
} | |
let elements = []; | |
for (let i = 0; i < allElements.length; i++) { |
View install_git_lfs.sh
install_git_lfs() | |
{ | |
set -e | |
# Get out if git-lfs is already installed | |
if $(git-lfs &> /dev/null); then | |
echo "git-lfs is already installed" | |
return | |
fi | |
GIT_LFS_BUILD=$HOME/.bin |
View email od bazose.eml
Original Message | |
Message ID <20171013084129.684C860593@bazos-www2.superhosting.cz> | |
Created at: Fri, Oct 13, 2017 at 10:41 AM (Delivered after 0 seconds) | |
From: jardalukas@gmail.com | |
To: keff85@gmail.com | |
Subject: Bazos.cz - odpoved na inzerat 80580804 - Fitbit Ionic - nejlepsi fitness tracker, novy | |
SPF: PASS with IP 88.86.119.246 Learn more | |
DMARC: 'FAIL' Learn more |
View weathergraph promo.txt
Weathergraph shows: | |
🕑 Time, of course :) | |
🏃 Daily steps | |
❤️ Current heart rate | |
⛅️ Precise forecast from Yr.no (Dark Sky/Forecast.io coming soon!) | |
🌡 Hour-by-hour temperature (orange chart at the bottom) | |
🌧 Hour-by-hour precipitation - rain and snow (blue chart overlay) | |
☁️ Hour-by-hour ☁️ cloudiness (cloud cover) and ☀️ sunshine (clouds on top + sun rays) | |
🌤 Daily minimum and maximum (overlaid above chart) |
View apifier-get-results.sh
#!/usr/bin/env bash | |
if [ -z "$1" ]; then | |
echo "Usage: bash apifier-get-results <execution_id>" | |
exit 1 | |
fi | |
FORMAT="csv" | |
EXECUTION_ID="$1" |
View _pebble_function_size.sh
#!/usr/bin/env bash | |
cat ./build/pebble-app.map | | |
# pick important part of file | |
sed -n -e "/^ \*(\.text\.\*)/,/^ \*(\.rodata)/p" | | |
# remove first and last line | |
sed -e "1d" -e "\$d" | | |
# ensure every function is on single line: |
View LICENSE.txt
The MIT License (MIT) | |
Copyright (c) 2014 Tomas Kafka | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
View Hiding pane with native scroll.html
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" content="width=device-width, user-scalable=no" /> | |
<title>scroll and touchmove - jsFiddle demo</title> | |
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/zepto/1.0rc1/zepto.min.js"></script> | |
<script type="text/javascript" src="//cdn.jsdelivr.net/velocity/1.1.0/velocity.min.js"></script> | |
<!-- |
NewerOlder