Skip to content

Instantly share code, notes, and snippets.

View tamer1an's full-sized avatar
🐋 Docking

Andrii Trybynenko tamer1an

🐋 Docking
View GitHub Profile
@tamer1an
tamer1an / part_1.csv
Created September 11, 2025 11:55
My pocket reading app
We can't make this file beautiful and searchable because it's too large.
title,url,time_added,tags,status
"Google для веб-мастеров – поддержка, обучение, взаимодействие и использован",https://www.google.com/webmasters/#?modal_active=none,1467490893,,unread
HandBrake,http://handbrake.fr/,1357258418,html5|ide|video,archive
http://www.httrack.com/,http://www.httrack.com/,1382463907,,archive
Home - Разработчики Facebook,http://developers.facebook.com/,1357251333,facebook api,archive
http://www.gliffy.com/,http://www.gliffy.com/,1369342026,charts|diagrams,archive
Fiddler Web Debugger - A free web debugging tool,http://www.fiddler2.com/fiddler2/,1357254166,debug|ide|online ide|test|testing,archive
"Check Browser Compatibility, Cross Platform Browser Test - Browsershots",http://browsershots.org/,1357254046,browser testing|debug|snapshot|test|testing,archive
"VideoLAN - Official page for VLC media player, the Open Source video framew",http://www.videolan.org/vlc/,1357259263,video|web|web video,archive
npm init @google-labs/breadboard ./breadboard-starter
--- Printers>machine settings>
Start G-code
^Firmware:V1.05
^Minfirmware:V1.05
^DRM:000000000000
^ConfigAndConfiguration:X562-X560
^PrinterModel:CUBE3
alias red='node --inspect ~/.nvm/versions/node/v11.15.0/bin/node-red'
alias redb='node --inspect-brk ~/.nvm/versions/node/v11.15.0/bin/node-red'
ndb ...
export PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\]@\w\[\033[0;32m\]$(__git_ps1)[\D{%m-%d %H:%M}]\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\]\$\[\033[0m\033[0;32m\] ▶\[\033[0m\]'
require(['gremlins'], function(gremlins) {
function positionSelector() {
const $list = $('.app');
const offset = $list.offset();
return [
parseInt(Math.random() * $list.outerWidth() + offset.left),
parseInt(Math.random() * ($list.outerHeight() + $list.outerHeight()) + offset.top)
];
}
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Andrii
email = [email protected]
[alias]
alias = config --get-regexp ^alias\\. #display all aliases
cm = commit -m #{@message} commit with message