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/sh | |
| feh -xrz.Z --image-bg black --slideshow-delay 30 --no-fehbg /path/to/Backgrounds |
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
| public class AcrHelper | |
| { | |
| public static string GetAcrValue(IEnumerable<string> acrValues, string acrKey) | |
| { | |
| acrKey = string.Format("{0}:", acrKey); | |
| var acrKeyValue = acrValues.SingleOrDefault(x => x.StartsWith(acrKey)); | |
| if (acrKeyValue == null) return null; | |
| var acrValue = acrKeyValue.Substring(acrKey.Length); | |
| return acrValue; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Untitled</title> | |
| <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.3.930/styles/kendo.common.min.css"> | |
| <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.3.930/styles/kendo.rtl.min.css"> | |
| <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.3.930/styles/kendo.default.min.css"> | |
| <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.3.930/styles/kendo.mobile.all.min.css"> |
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
| X should parse Safari 6 error | |
| Expected 3 to be 4. (1) | |
| Expected undefined to equal Object({ url: '[native code]', func: '?', args: [ ], line: null, column: null }). (2) | |
| X should parse Safari 7 error | |
| Expected 2 to be 3. (1) | |
| Expected Object({ url: 'http://path/to/file.js', func: 'foo', args: [ ], line: 52, column: 15, context: null }) to equal Object({ url: 'http://path/to/file.js', func: '?', args: [ ], line: 48, column: 22, context: null }). (2) | |
| Expected Object({ url: 'http://path/to/file.js', func: 'bar', args: [ ], line: 108, column: 107, context: null }) to equal Object({ url: 'http://path/to/file.js', func: 'foo', args: [ ], line: 52, column: 15, context: null }). (3) | |
| Expected undefined to equal Object({ url: 'http://path/to/file.js', func: 'bar', args: [ ], line: 108, column: 107, context: null }). (4) | |
| X should parse Safari 8 error | |
| Expected 2 to be 3. (1) |
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
| param( | |
| [int]$Port = 8080 | |
| ); | |
| $routes = @{ | |
| "/ola" = { return '<html><body>Hello world!</body></html>' } | |
| } | |
| $url = "http://localhost:$Port/" | |
| $listener = New-Object System.Net.HttpListener | |
| $listener.Prefixes.Add($url) |
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
| { | |
| "kind": "books#volumes", | |
| "totalItems": 1442, | |
| "items": [ | |
| { | |
| "kind": "books#volume", | |
| "id": "Br5KkgEACAAJ", | |
| "etag": "Yb1RqcQQ1rI", | |
| "selfLink": "https://www.googleapis.com/books/v1/volumes/Br5KkgEACAAJ", | |
| "volumeInfo": { |
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.Linq.Expressions; | |
| using System.Reflection; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using Xunit; |
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
| ## DynDNS for Docker with Route53 | |
| ## | |
| ## Dynamic DNS counterpart of James Wilder's nginx-proxy for docker: | |
| ## [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy). | |
| ## | |
| ## Containerize cli53 | |
| ## Discover the expected DNS names following the same conventions than jwilder/nginx-proxy | |
| ## Generate the DNS A record file and call cli53 to process it | |
| FROM python:2-slim |
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
| >calibre-debug -r FanFicFare -- -c fanficfare_debug.ini --download-list=http://archiveofourown.org/works/511694 -d -m | |
| FFF: DEBUG: 2017-10-18 11:37:25,400: calibre_plugins.fanficfare_plugin.fanficfare.configurable(1038): ##################################### | |
| pagecache(GET) MISS: http://archiveofourown.org/works/511694?view_adult=true | |
| FFF: DEBUG: 2017-10-18 11:37:27,683: calibre_plugins.fanficfare_plugin.fanficfare.configurable(1038): ##################################### | |
| pagecache(GET) MISS: https://archiveofourown.org/token_dispenser.json | |
| FFF: INFO: 2017-10-18 11:37:30,187: calibre_plugins.fanficfare_plugin.fanficfare.adapters.adapter_archiveofourownorg(118): Will now login to URL (https://archiveofourown.org/user_sessions) as (xxxxxxxxxxx) | |
| FFF: DEBUG: 2017-10-18 11:37:30,190: calibre_plugins.fanficfare_plugin.fanficfare.configurable(983): ##################################### | |
| pagecache(POST) MISS: https://archiveofourown.org/user_sessions?authenticity_token=xxxxxxxxxxx&commit=Log in&user_session[login]=XXXXX |
OlderNewer