Skip to content

Instantly share code, notes, and snippets.

View paulomichael's full-sized avatar

Paulo Michael paulomichael

View GitHub Profile
This file has been truncated, but you can view the full file.
(;GM[1]FF[4]CA[UTF-8]AP[CGoban:3]ST[2]
RU[Japanese]SZ[19]KM[0.00]
GN[Kogo's Joseki Dictionary]DT[25.02.2014]CP[see below]GC[Commercial distribution without permission and a link to the KJD web page is a copyright violation. Please ask for permission prior to distribution.
Contact: kogo@waterfire.us.
Updates available at: http://waterfire.us/joseki.htm.
Copyright 1998-2014 by Gary Odom.
Contributions 2010-2013 by Alexandre Dinerchtein.
Contributions 2006-2007 by Andre Ay.
Contributions 2000-2001 by Stefan Verstraeten.
@paulomichael
paulomichael / settings.json
Created October 12, 2022 23:46 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
@paulomichael
paulomichael / markdown-details-collapsible.md
Created November 12, 2021 18:53 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
@paulomichael
paulomichael / checklist-react-redux.md
Created August 25, 2021 18:27 — forked from icaroharry/checklist-react-redux.md
Checklist do React Redux

Checklist do react-redux

Antes de começar

  • pensar como será o formato do seu estado global
  • pensar quais actions serão necessárias na sua aplicação

Instalação

  • npx create-react-app my-app-redux;
  • npm install --save redux react-redux;
  • npm install.
@paulomichael
paulomichael / Bookmarkified
Created July 4, 2017 23:46 — forked from lemieuxster/Bookmarkified
QR Code Bookmarklet
javascript:(function(window, document, undefined) {try {var selectedText = document.getSelection().toString(); if (selectedText === ''){selectedText = window.location.href;} if(selectedText !== ''){var baseQRUrl = 'http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl=' + encodeURIComponent(selectedText); window.open(baseQRUrl, '_blank', 'width=400,height=400');}} catch (e) {}})(window, document);
#!/bin/bash
# latest-firefox Version 1.1
# This script will find the latest Firefox binary package, download it
# and repackage it into Slackware format.
# I don't use Firefox for regular browsing but it is handy for
# comparative tests against Opera. :P
# Copyright 2014 Ruari Oedegaard, Oslo, Norway
@paulomichael
paulomichael / gist filename
Created April 23, 2012 19:00
My first gist description
bla bla bla
--snip
--snip