Skip to content

Instantly share code, notes, and snippets.

View wertyoo's full-sized avatar

Nicolas Copia wertyoo

View GitHub Profile
POD Credits
POD 1 ----------------------
1 - 1 TILT Creative
1 - 2 Covalent Logic, Concept/Creative
Digital FX, Design/Production
1 - 3 Brew Agency Creative Team
1 - 4 Mark Rankin, Creative Director/Designer
1 - 5 Blue Cross and Blue Shield of Louisiana Concept/Creative/Scriptwriting
Digital FX, Production
POD 2 ----------------------
2 - 1 Digital FX, Design/Production/Post
{
"type": "ORDER",
"version": "1.0",
"time": "2018-02-20T15:55:15.648Z",
"method": "create",
"xid": "VW30002677",
"status": "Development",
"status_code": "",
"created": "2018-02-20T09:28:09.176-08:00",
"updated": "2018-02-20T09:28:09.176-08:00",
@wertyoo
wertyoo / git-cheat-sheet.md
Last active July 16, 2020 14:59
All of the git commands I cannot remember... and the ones I can ...for good measure.

GIT Cheat Sheet

NOTE: All commands below assume use of Git bash if on Windows

SSH Keys

  • List current keys
ls -al ~/.ssh
@wertyoo
wertyoo / pokerNotes.md
Last active April 3, 2018 04:17
My notes on improving at poker

Poker Notes:

RS - DS - SS - SSS

1500 chips = regular (RS) tournaments 3000 chips = deepstack (DS) tournaments 5000 chips = superstack (SS) tournaments 10k chips = super superstack (SSS) tourneys

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@wertyoo
wertyoo / AnypointOceanicPlus.css
Last active November 28, 2018 20:28
Anypoint Platform - Dark Mode Theme for Design Center - Based on Oceanic Plus theme
/*
Anypoint Design Center Dark Mode
---------------------------------
Based on Oceanic Plus Dark Theme
Image Example: https://i.imgur.com/ea05E06.jpg
Author: Nicolas Copia - nick.copia@gmail.com
Share link: http://bit.ly/2KGHZDH
How to use:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
</head>
<body>
<p>helo</p>
@wertyoo
wertyoo / clearfy.json
Last active August 5, 2018 17:33
Sample Clearfy Setting
{
"wbcr_clearfy_attachment_pages_redirect": "1",
"wbcr_clearfy_auto_tran_update": "0",
"wbcr_clearfy_change_login_errors": "1",
"wbcr_clearfy_comment_text_convert_links_pseudo": "0",
"wbcr_clearfy_content_image_auto_alt": "1",
"wbcr_clearfy_custom_symbols_pack": "",
"wbcr_clearfy_disable_admin_bar": "enable",
"wbcr_clearfy_disable_admin_bar_logo": "1",
"wbcr_clearfy_disable_assets_manager": "0",
@wertyoo
wertyoo / .htaccess
Created August 5, 2018 18:06
ht access example
# Reset by DesktopServer
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
@wertyoo
wertyoo / robots.txt
Created August 5, 2018 18:15
Robots Example
User-agent: *
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /comments/feed/
Disallow: /category/
Disallow: /author/
Disallow: /wp-json/
Disallow: /xmlrpc.php