Skip to content

Instantly share code, notes, and snippets.

@victortolbert
victortolbert / resume.json
Last active January 20, 2024 16:58
registry.jsonresume.org/victortolbert
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Victor Tolbert",
"label": "Software Engineer",
"image": "https://avatars.githubusercontent.com/u/2476?v=4",
"email": "victor.tolbert@gmail.com",
"phone": "(678) 613-3400",
"url": "https://victortolbert.com",
"summary": "I'm a full-stack software engineer with 15+ years of experience in web development, design engineering, and product design. Passionate about creating innovative solutions that solve real-world problems.",
{
"type": "object",
"properties": {
"user": {
"type": "object",
"properties": {
"id": {
"$ref": "#/definitions/positiveInt"
},
"name": {

Hello

[\s|"|(]#([abcdef\d]{3}|[abcdef\d]{6})[,|"|;|)]
@victortolbert
victortolbert / bash-git-prompt.sh
Created August 1, 2017 13:58
Bash Git Prompt
export PS1='\[\033[00;32m\]\u\[\033[01m\]@\[\033[00;36m\]\h\[\033[01m\]:\[\033[00;35m\]\w\[\033[00m\]\[\033[01;33m\]`git branch 2>/dev/null|cut -f2 -d\* -s`\[\033[00m\]\$ '
@victortolbert
victortolbert / gustavo.page.md
Created March 18, 2017 15:41
Testing Gustavo

Hello, World

@victortolbert
victortolbert / Regex.md
Created October 3, 2015 18:30
Regex Snippets

Find all instances where class="" contains table

class\s*?=\s*?["'].*?table

@victortolbert
victortolbert / test.md
Last active August 29, 2015 14:27
Testing Gistlog
@victortolbert
victortolbert / bower.json
Last active August 29, 2015 14:15
Configuring Gulp to Use LibSass With Susy
{
"name": "gulp-susy",
"version": "0.0.0",
"authors": [
"John Doe <john.doe@example.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
$(function() {
$('a').not('[href*=clientdomain\\.com]').attr('target', '_blank');
});
@victortolbert
victortolbert / SassMeister-input-HTML.html
Created August 11, 2014 02:35
Generated by SassMeister.com.
<header>header</header>
<nav>navigation</nav>
<article>article</article>
<footer>footer</footer>