Skip to content

Instantly share code, notes, and snippets.

View ricardoparro's full-sized avatar

Ricardo Parro ricardoparro

View GitHub Profile
@ricardoparro
ricardoparro / gist:6721056
Created September 26, 2013 21:46
file manipulator - windows batch script
@echo on
setlocal enabledelayedexpansion
rem this first iteration grabs all ok files and copy them to the destination
for /F %%i in ('dir C:\robocopyTest\source /s /b') do (
Verifying that +ricardoparro is my openname (Bitcoin username). https://onename.com/ricardoparro
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
//https://community.topcoder.com/stat?c=problem_statement&pm=7558
public class AdvertisingAgency
{
execute pathogen#infect()
"default indent settings
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set runtimepath^=~/.vim/bundle/ctrlp.vim
set number
syntax on
filetype indent on
whatever
execute pathogen#infect()
"default indent settings
set shiftwidth=4
set softtabstop=4
set expandtab
set smartindent
set autoindent
set runtimepath^=~/.vim/bundle/ctrlp.vim
set number
set clipboard=unnamed
execute pathogen#infect()
"default indent settings
set shiftwidth=4
set softtabstop=4
set expandtab
set smartindent
set autoindent
set runtimepath^=~/.vim/bundle/ctrlp.vim
set number
set clipboard=unnamed
ag-vim
coffee-script
colors-base16
colors-solarized
ctrlp
ctrlp.vim
dash
ember
emmet-vim
funcoo
require File.expand_path('../boot', __FILE__)
require 'rails/all'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module FourSharksApp
class Application < Rails::Application