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
| @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 ( | |
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
| sdf |
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
| Verifying that +ricardoparro is my openname (Bitcoin username). https://onename.com/ricardoparro |
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
| 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 | |
| { |
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
| 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 |
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
| whatever |
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
| 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 |
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
| 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 |
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
| ag-vim | |
| coffee-script | |
| colors-base16 | |
| colors-solarized | |
| ctrlp | |
| ctrlp.vim | |
| dash | |
| ember | |
| emmet-vim | |
| funcoo |
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
| 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 |
OlderNewer