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
{ | |
"created": "2014-07-14T17:26:52.221Z", | |
"count": 190663, | |
"offset": 0, | |
"recording": [ | |
{ | |
"id": "39569c59-55e4-4c71-8f25-3726ce8c0176", | |
"score": "36", | |
"title": "Emperor", | |
"length": 90000, |
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
/* ========================================================================== | |
Header | |
========================================================================== */ | |
.banner { | |
/* Menu items */ | |
.navbar { | |
.navbar-header { | |
.navbar-toggle .icon-bar { | |
background-color: @brand-primary; |
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
#!/bin/bash | |
# User Management script that allows the user to add/edit/delete | |
# user accounts on the system. Must be run with root privileges. | |
# Requires mkpasswd to be installed. | |
# | |
# Author: Pavan Chander | |
# Revision: 0.7 | |
# Last update: 2013-11-18 |
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
function parse_git_branch { | |
# leave a space at the end of the below line | |
echo `git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'` | |
} | |
PS1="\$(parse_git_branch)$PS1" |
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
diff --git a/carton.lock b/carton.lock | |
index 4656609..89efd46 100644 | |
--- a/carton.lock | |
+++ b/carton.lock | |
@@ -9,7 +9,7 @@ | |
"unknown" | |
], | |
"dynamic_config" : 0, | |
- "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.113640, CPAN::Meta::Converter version 2.112150", | |
+ "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120921, CPAN::Meta::Converter version 2.113640", |
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
.artistheader, .releaseheader, .rgheader, | |
.recordingheader, .labelheader, .workheader, .blankheader { | |
padding-left: 38px; | |
background: 0 4px no-repeat; | |
} | |
.blankheader { background-image: url('../images/entity/blank_lg.png') } |
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
1 stars 114 0% | |
2 stars 610 2% | |
3 stars 4613 17% | |
4 stars 4359 16% | |
5 stars 737 3% | |
------------------------ | |
Rated: 10433 38% | |
------------------------ | |
Unrated: 17188 62% | |
======================== |
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
C:\Users\navap\DOCUME~1\MBHACK~1\vagrant>vagrant up | |
[default] Creating VM 'default' | |
[default] Importing base VM (C:/Users/navap/.vagrant/boxes/base/box.ovf)... | |
[default] Persisting the VM UUID (854def91-eaef-4c95-a1f1-e03f73bf16a5)... | |
[default] Matching MAC addresses... | |
[default] WARNING! | |
No guest additions were detected on the base box for this VM! Guest | |
additions are required for forwarded ports, shared folders, host only | |
networking, and more. If SSH fails on this machine, please install | |
the guest additions and repackage the box to continue. |
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
<div>[%- '<strong>' _ edit.yes_votes _ '</strong> ' _ l('yes') _ ' : <strong>' _ edit.no_votes _ '</strong> ' _ l('no') -%]</div> | |
<div><strong>[%- edit.yes_votes -%]</strong>[%- l(' yes') -%] : <strong>[%- edit.no_votes -%]</strong>[%- l(' no') -%]</div> |
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 release_group : Path('release-group') | |
{ | |
my ($self, $c) = @_; | |
$c->stash( | |
count => { | |
type => { | |
album => { | |
name1 => 'Album', | |
size1 => '327178', |
NewerOlder