This is a collection of information on PostgreSQL and PostGIS for what I tend to use most often.
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
| sub new_hl { | |
| my @l = (); | |
| return \@l; | |
| } | |
| @args = @ARGV; | |
| shift @args; | |
| print "<html><body><pre>\n"; | |
| open REVLIST, "git log " . join(' ',@args) . " --cc --parents --topo-order|" || die "Cannot get log"; | |
| while(<REVLIST>){ |
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
| # Copyright (C) 2011 Anurag Priyam - MIT License | |
| module Jekyll | |
| # Jekyll plugin to generate tag clouds. | |
| # | |
| # The plugin defines a `tag_cloud` tag that is rendered by Liquid into a tag | |
| # cloud: | |
| # | |
| # <div class='cloud'> |
If you are getting this error when downloading a whole youtube playlist
youtube-dl ERROR: Unable to extract title
Then you need to install the latest version of youtube-dl.
To install the latest version of youtube-dl you can use the PPA webUpd8: ppa:nilarimogard/webupd8 which contains the latest version of youtube-dl.