Skip to content

Instantly share code, notes, and snippets.

View rawaludin's full-sized avatar
:octocat:
Fix stuff

Rahmat Awaludin rawaludin

:octocat:
Fix stuff
View GitHub Profile
# This tmux statusbar config was created by tmuxline.vim
# on Mon, 06 Feb 2017
set -g status-bg "colour237"
set -g message-command-fg "colour15"
set -g status-justify "left"
set -g status-left-length "100"
set -g status "on"
set -g pane-active-border-fg "colour68"
set -g message-bg "colour243"
# This tmux statusbar config was created by tmuxline.vim
# on Mon, 06 Feb 2017
set -g status-bg "#343d46"
set -g message-command-fg "#ffffff"
set -g status-justify "left"
set -g status-left-length "100"
set -g status "on"
set -g pane-active-border-fg "#6699cc"
set -g message-bg "#65737e"
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "1de1fd9429bbf0c332ddec3e953ec4f9",
"content-hash": "d80da8e7fd98b34f68a86d09a906cf23",
"packages": [
{
{
"require": {
"laravel/installer": "dev-master",
"beelab/bowerphp": "0.1.*@alpha",
"squizlabs/php_codesniffer": "*",
"laravel/envoy": "~1.0",
"laravel/homestead": "~3.0",
"qafoolabs/php-refactoring-browser": "0.0.4.*",
"psy/psysh": "@stable",
"phpspec/phpspec": "~2.2",
#!/bin/bash
INTERFACE=`find . -name "*Interface.php" | xargs basename | xargs -I{} basename {} .php`
FILE="../../../../bootstrap/cache/services.php"
EXCEPT="LoggableInterface HasTagInterface TaggableInterface"
CONFIG="../resources/config"
for I in $INTERFACE
do
if grep -v -q $I <<<$EXCEPT && ! grep -q $I $FILE && ! grep -r -q $I $CONFIG; then
package main
import (
"bufio"
"fmt"
"log"
"net"
)
func main() {
" File: init.vim
" Author: Rahmat Awaludin <rahmat.awaludin@dmail.com>
"
" How I configure neovim :P
call plug#begin('~/.config/nvim/plugged')
" ----- Making Vim look good ------------------------------------------
Plug 'altercation/vim-colors-solarized'
Plug 'vim-airline/vim-airline'
@rawaludin
rawaludin / .vimrc
Last active February 23, 2016 03:28
" File: .vimrc
" Author: Rahmat Awaludin <rahmat.awaludin@dmail.com>
"
" How I configure Vim :P
" Use Vim settings, rather than Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
" Enable custom identation for each file type check .vim/ftplugin
------------------------------------------------------------
/usr/local/bin/pip run on Mon Dec 14 15:59:21 2015
Downloading/unpacking codeintel
Getting page https://pypi.python.org/simple/codeintel/
URLs to search for versions for codeintel:
* https://pypi.python.org/simple/codeintel/
Analyzing links from page https://pypi.python.org/simple/codeintel/
Skipping https://pypi.python.org/packages/2.7/C/CodeIntel/CodeIntel-0.1.6-cp27-none-macosx_10_10_x86_64.whl#md5=156f6d00376436d10b02473d9295d6df (from https://pypi.python.org/simple/codeintel/) because it is not compatible with this Python
Skipping https://pypi.python.org/packages/2.7/C/CodeIntel/CodeIntel-0.1.9-cp27-none-macosx_10_11_x86_64.whl#md5=4fd588ae7801d6ef87bb3719446d1bd9 (from https://pypi.python.org/simple/codeintel/) because it is not compatible with this Python
Skipping https://pypi.python.org/packages/cp26/C/CodeIntel/CodeIntel-0.1.7-cp26-none-win32.whl#md5=8ae9f931b76674fe3d8eda9b8080b146 (from https://pypi.python.org/simple/c
.vote {
padding-top: 10px;
}
.vote__action {
cursor: pointer;
}
.vote__action:hover {
color: #d9534f;
}
.sorter {