Skip to content

Instantly share code, notes, and snippets.

View Wegazz's full-sized avatar
🌴
On vacation

Wegas Noah Wegazz

🌴
On vacation
View GitHub Profile
@Wegazz
Wegazz / htaccess-yo-jekyll
Created March 4, 2021 23:25 — forked from Lego2012/htaccess-yo-jekyll
htaccess - You Jekyll Generator #htaccess #jekyll
# Apache Configuration File
# (!) Using `.htaccess` files slows down Apache, therefore, if you have access
# to the main server config file (usually called `httpd.conf`), you should add
# this logic there: http://httpd.apache.org/docs/current/howto/htaccess.html.
# ##############################################################################
# # CROSS-ORIGIN RESOURCE SHARING (CORS) #
# ##############################################################################
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
@Wegazz
Wegazz / AdbCommands
Created April 13, 2020 22:58 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@Wegazz
Wegazz / Dropdown Markdown.md
Last active January 20, 2024 12:21
Выпадающий список MarkDown
A dropdown list for markdown
  1. First item must be preceeded with an empty line.
  2. Markdown renders perfectly.
  3. Extra item.