Skip to content

Instantly share code, notes, and snippets.

View my8bit's full-sized avatar
🔑
💀‎‍💻忍者🐒

Ihor Pavlenko my8bit

🔑
💀‎‍💻忍者🐒
View GitHub Profile
<p><li-image caption="minicus - feature overview" width="300" height="300" alt="O2VkO2FsC23hBaFoNHooD5BqAL3oD27hBa8XCY_WBqNpDIOY@1x (1).png" align="center" id="90487i461D99A7924CBABC" size="large" sourcetype="new"></li-image></p>
<p><em>minicus -&nbsp;</em>is highly customizable but yet minimal styled clock face for Versa and Ionic.<br>You have 30 days trial to try minicus after that it's one-time payment 1.99$ that includes future updates.<br><font size="3"><br>&gt;_: Download minicus from <a title="Download minicus from App Gallery" href="https://gam.fitbit.com/gallery/clock/38c5b4a0-21c1-41bd-aca7-88c7b774dce4" rel="noopener">App Galery</a></font><br><font size="3">&gt;_: Official site: <a title="official minicus site" href="https://minicus.now.sh">https://minicus.now.sh</a></font><br><br>Hi, community! In this&nbsp;thread, I'm happy to introduce my clock face called minicus and describe it's functionality and share future plans.&nbsp;<span>I would like to turn this thread to a place, where I can stay in t
@my8bit
my8bit / index.js
Last active February 24, 2019 21:25
#!/usr/bin/env node
console.log(`
__ _ _ _ __
/ / _ _ | |__ ___| | | ___ \ \
/ / (_|_) | '_ \ / _ \ | |/ _ \ \ \
\ \ _ _ | | | | __/ | | (_) | / /
\_\ (_|_) |_| |_|\___|_|_|\___/ /_/
`)
@my8bit
my8bit / resp.json
Last active January 31, 2019 12:15
{ "foo": "bar" }
{ body: 'Hello https proxy!' }
@my8bit
my8bit / Dockerfile
Last active March 16, 2018 09:37
Docker test
FROM node:8-slim
MAINTAINER Eric Bidelman <ebidel@>
# Install utilities
RUN apt-get update --fix-missing && apt-get -y upgrade
# Install latest chrome dev package.
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
@my8bit
my8bit / VPWON_1205114.vtt
Last active March 3, 2018 22:03
English subtitles for De Fractie Dutch TV Series
WEBVTT
1
00:00:00.020 --> 00:00:01.140
888
2
00:00:03.020 --> 00:00:05.030
Mr. Snel! Mr. Snel!
@my8bit
my8bit / timeto.js
Created December 1, 2017 09:20
Time to bookmarklet
javascript:(function(){
document.querySelector('.mt5 a').click();
document.querySelector('#d2').value = 10;
document.querySelector('#m2').value = 11;
document.querySelector('#y2').value = 2017;
document.querySelector('#subbut').click();
})();
@my8bit
my8bit / system-font.css
Created October 16, 2017 09:37
System font family example
// https://hackernoon.com/web-fonts-when-you-need-them-when-you-dont-a3b4b39fe0ae
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

An h1 header

Paragraphs are separated by a blank line.

2nd paragraph. Italic, bold, and monospace. Itemized lists look like:

  • this one
  • that one
@my8bit
my8bit / index.html
Last active August 6, 2017 08:09 — forked from awildeone/index.html
jQuery Text Rotator
<h1> I am
<div id="rotate">
<div>awesome.</div>
<div>invincible.</div>
<div>unbeatable.</div>
<div>indestructible.</div>
</div>
</h1>