Skip to content

Instantly share code, notes, and snippets.

View Vvvetal-90's full-sized avatar

Vitaliy Vvvetal-90

View GitHub Profile
✅ ❎ 📞 📱 ☕ ☔ ♐ 🖐 ✍ ✌
☑ ✔ ✓
🚢 🚥 🚦 🚩 🚫 🚭 🚯 🚱 🚳 🚷 🚸 🚰 🚹 🚺 🚻 🚾 ♿ 🚮 ➿ 🛁 👣 🐾
🛣 🛤 🛥 🛩 🛫 🛬 🛰 🛳 🤐 🤑 🤒 🤓 🤔 🤕 🤖 🤗 🤘 🦀 🦁 🦂 🦃 🦄 🧀 👁🗨 🔫 🖐 🖖 👇 👆 👇 ☝ 😈 👿 💰 💵 💶 💸
🕵 🕶 🕷 🕸 🕹 🖇 🖊 🖋 🖌 🖍 🖥 🖨 🕉 🏑 🏒 🏓 🏔 🏕 🏖 🏗 🏘 🏙 🏚 🏛 🏜 🏝 🏞 🏟 🏳 🏴 🏵 🏷 🚲
🏸 🏹 👁 📸 📽 🏋 🎞 🌶 🍽 🍾⛰ ⛱ ⛴ ⛹ ❣ 🖼 🗂 🗃 🗄 🗑 🗒 🗓 🗝 🗞 🗡 🗣 🗯 🛋 🛍 🛏 🛠 🕯 🕰
⏭ ⏮ ⏯ ⏸ ⏹ ☘ ☠ ☢ ☣ ☪ ☮ ☯ ☹ ⚔ ⚖ ⚗ ⛈ ⛑ ⛓ ⏺ ☂ ☃
🔰 ⌛ ⌚ ⏩ ⏪ ⏫ ⏬ ⏰ ⏳ Ⓜ ▪ ▫ ▶ ◀ ◻ ◼ ◽ ◾ ☀ ☁ ☑ ☕ ☔ ☎ ☝ ☺ ♨ ♻ ⚓ ⚠ ⚡ ⚫ ⚪ ⚽ ⚾ ⛅ ⛄ 🕎 ⛎ ⛔ ⛪ ⛳
glass,0xf000,61440
music,0xf001,61441
search,0xf002,61442
envelope,0xf003,61443
heart,0xf004,61444
star,0xf005,61445
star-empty,0xf006,61446
user,0xf007,61447
film,0xf008,61448
th-large,0xf009,61449
@Vvvetal-90
Vvvetal-90 / .htaccess
Created October 1, 2016 09:58
.htaccess base
<IfModule mod_deflate.c>
# Insert filters / compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/vtt
AddOutputFilterByType DEFLATE text/x-component
AddOutputFilterByType DEFLATE application/xml
@Vvvetal-90
Vvvetal-90 / git init.mo
Created September 20, 2016 11:07
start
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Vvvetal-90/subl.git
git push -u origin master