useful_stuff.get_all()

I hope you find this useful!

Thursday, February 20, 2014

Ignore files for CtrlP vim

set wildignore+=*/tmp/*,*.so,*.swp,*.zip
at 11:33 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: bash, vim
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Delete values from a map through a loop
    So you woke up today and you want to delete values from a map, as you loop through the map (For whatever reason). So you right this is groov...
  • Extract value from string using regex in java
    So suppose you want to extract values from a string based on a certain regex pattern. The thing that i didn't know was that I needed to ...
  • Get all tables that have a certain field
    select table_name from columns where table_schema = 'mydatabase' and column_name = 'looking_for_this_field';
  • Joy, Peace and Contentment
    Happiness doesn't come from a well told joke. It is not sustained by money or the possession of a thing or gadget. A person can never ma...
  • Sending mail in unix
    When sending an email from unix do the following echo "Mail Message" | mail -s "Subject" person@home.com In order to...
  • groovy # pass closure to method
    In groovy one can pass functionality as one would pass variables to a method The output should look like this ## Params asdfasdf #### No ...
  • Apache Basic Auth through a Reverse Proxy
    It took me like a whole day of googling to figure this out.Say you have a web service that doesn't have any form of authentication and y...
  • Ammend the previous local commit
    Just in case you make a commit and you want to amend it you can do the following git commit --amend
  • #bashing multiple expressions
    So to do a couple of cool stuff in bash use the [[ many-expressions ]] brackets not the [ expression ] For example one can do multiple expr...
  • Reset local git branch to match remote
    Setting your branch to exactly match the remote branch can be done in two steps: git fetch origin git reset --hard origin/master

Recent Posts

Categories

  • #chromeos
  • agile
  • android
  • bash
  • bashment
  • color
  • control structures
  • cron
  • devops
  • exceptions
  • exitcode
  • gisty
  • git
  • googlechrome
  • grails
  • grep
  • groovy
  • java
  • javascript
  • jira
  • jquery
  • laymen
  • less
  • loops
  • mysql
  • oops wrong commit message
  • php
  • programming
  • python
  • regex
  • sed
  • server
  • shell
  • tail
  • TextWatcher
  • truth
  • ubuntu
  • unix
  • vim
  • vuejs
  • webapps
  • work
  • xargs
  • youwillneedthis

Text Widget

Blog Archive

  • ►  2023 (3)
    • ►  July (1)
    • ►  June (2)
  • ►  2021 (1)
    • ►  May (1)
  • ►  2020 (2)
    • ►  August (1)
    • ►  March (1)
  • ►  2017 (5)
    • ►  November (2)
    • ►  August (2)
    • ►  July (1)
  • ►  2016 (11)
    • ►  September (1)
    • ►  April (2)
    • ►  March (3)
    • ►  February (3)
    • ►  January (2)
  • ►  2015 (3)
    • ►  August (3)
  • ▼  2014 (18)
    • ►  November (2)
    • ►  October (3)
    • ►  May (4)
    • ►  March (1)
    • ▼  February (1)
      • Ignore files for CtrlP vim
    • ►  January (7)
  • ►  2013 (9)
    • ►  December (1)
    • ►  September (2)
    • ►  July (2)
    • ►  June (4)
  • ►  2012 (10)
    • ►  December (1)
    • ►  October (6)
    • ►  September (3)

Contact Form

Name

Email *

Message *

Like us

Pages

  • Home
Simple theme. Powered by Blogger.