Skip to content

Instantly share code, notes, and snippets.

@cfebs
cfebs / scratch.md
Last active April 23, 2016 20:06
setting up phpvm and framework from scrath

php from scratch

Want to document how to setup a php project from scratch.

We will setup

  • ubuntu server in virtualbox
    • no vagrant, we just want a light solid VM running X and openbox.

We will build (or rewrite)

  • phpvm a version manager
{
"basics": {
"name": "Collin Lefeber",
"label": "Programmer",
"email": "lefeberc@gmail.com",
"phone": "ask me",
"website": "http://cfebs.github.io/",
"summary": "A hard working human. Always looking to learn and improve.",
"profiles": [{
"network": "Github",
echo 'gotcha ♥';
@cfebs
cfebs / index.html
Last active August 29, 2015 14:16
Fullscreen Test
<!doctype html>
<html>
<head>
<title>Full Screen Example</title>
<style type="text/css">
/* make the video stretch to fill the screen in WebKit */
:-webkit-full-screen #myvideo {
width: 100%;
height: 100%;
}
@cfebs
cfebs / -
Created April 23, 2014 21:01
test
'use strict';
module.exports = function(grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
// configurable paths
var paths = {
@cfebs
cfebs / notes.md
Created December 11, 2013 03:56
foreman + unicorn + nginx notes

Notes

@cfebs
cfebs / links.html
Last active December 19, 2015 08:59
niagara sports links
@cfebs
cfebs / README.md
Created June 29, 2013 21:07
vagrant testing nginx + rvm

vagrant testing nginx + rvm

# More Vim Like i3 Movements
#
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# move focused window
bindsym $mod+Shift+h move left