This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Testing Book / Blog Recommmendation | |
Growing Object-Oriented Software, Guided by Tests 1st Edition | |
Everything Martin Fowler has written on Testing | |
Why Begin: | |
Half of every other blog post, is just reward this material | |
In many cases around testing, everything comes to this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import print_function | |
# import os | |
import json | |
# import sys | |
from pathlib import Path | |
# Why did you not use Glob on Path??? | |
import glob | |
def findfiles(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
font-size: 5em; | |
background-color: green; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: pink; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Big Newbie Problem | |
Problem: I Don't Know What To Code? | |
Bad Solution: Someone says code this | |
Real Solution: Start learning how to figure out what you want code, what can be | |
coded. The goal is learning how to indentify problems that can be solved with | |
code. | |
Someone has already done it? | |
Mine won't be the best? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:vimwiki_list = [{'path': '/home/begin/vimwiki/', | |
\ 'syntax': 'markdown', 'ext': '.wiki'}] | |
let g:limelight_conceal_ctermfg = 'gray' | |
let g:limelight_conceal_ctermfg = 240 | |
if ! filereadable(expand('~/.config/nvim/autoload/plug.vim')) | |
echo "Downloading junegunn/vim-plug to manage plugins..." | |
silent !mkdir -p ~/.config/nvim/autoload/ | |
silent !curl "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > ~/.config/nvim/autoload/plug.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:vimwiki_list = [{'path': '/home/begin/vimwiki/', | |
\ 'syntax': 'markdown', 'ext': '.wiki'}] | |
let g:limelight_conceal_ctermfg = 'gray' | |
let g:limelight_conceal_ctermfg = 240 | |
if ! filereadable(expand('~/.config/nvim/autoload/plug.vim')) | |
echo "Downloading junegunn/vim-plug to manage plugins..." | |
silent !mkdir -p ~/.config/nvim/autoload/ | |
silent !curl "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > ~/.config/nvim/autoload/plug.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:vimwiki_list = [{'path': '/home/begin/vimwiki/', | |
\ 'syntax': 'markdown', 'ext': '.wiki'}] | |
let g:limelight_conceal_ctermfg = 'gray' | |
let g:limelight_conceal_ctermfg = 240 | |
if ! filereadable(expand('~/.config/nvim/autoload/plug.vim')) | |
echo "Downloading junegunn/vim-plug to manage plugins..." | |
silent !mkdir -p ~/.config/nvim/autoload/ | |
silent !curl "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > ~/.config/nvim/autoload/plug.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:vimwiki_list = [{'path': '/home/begin/vimwiki/', | |
\ 'syntax': 'markdown', 'ext': '.wiki'}] | |
let g:limelight_conceal_ctermfg = 'gray' | |
let g:limelight_conceal_ctermfg = 240 | |
if ! filereadable(expand('~/.config/nvim/autoload/plug.vim')) | |
echo "Downloading junegunn/vim-plug to manage plugins..." | |
silent !mkdir -p ~/.config/nvim/autoload/ | |
silent !curl "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > ~/.config/nvim/autoload/plug.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:vimwiki_list = [{'path': '/home/begin/vimwiki/', | |
\ 'syntax': 'markdown', 'ext': '.wiki'}] | |
let g:limelight_conceal_ctermfg = 'gray' | |
let g:limelight_conceal_ctermfg = 240 | |
if ! filereadable(expand('~/.config/nvim/autoload/plug.vim')) | |
echo "Downloading junegunn/vim-plug to manage plugins..." | |
silent !mkdir -p ~/.config/nvim/autoload/ | |
silent !curl "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > ~/.config/nvim/autoload/plug.vim |