This file contains 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
<?php | |
namespace App; | |
use GuzzleHttp\Psr7; | |
use GuzzleHttp\Client; | |
use GuzzleHttp\Exception\ClientException; | |
use GuzzleHttp\Exception\RequestException; | |
class SoapClientGuzzle extends \SoapClient |
This file contains 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
package main | |
import ( | |
"golang.org/x/net/ipv4" | |
"net" | |
) | |
func main() { | |
e1000g0, err := net.InterfaceByName("aggr1") | |
if err != nil { |
This file contains 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/letsencrypt/plugins/webroot.py b/letsencrypt/plugins/webroot.py | |
index 42bfe31..d42c3a5 100644 | |
--- a/letsencrypt/plugins/webroot.py | |
+++ b/letsencrypt/plugins/webroot.py | |
@@ -41,6 +41,7 @@ and reload your daemon. | |
import errno | |
import logging | |
import os | |
+import sys |
This file contains 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
<?php | |
namespace Fuel\Core; | |
/** | |
* JSON Config file parser | |
*/ | |
class Config_Db extends \Config_File | |
{ | |
protected $ext = '.db'; |
This file contains 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
_____ ________ | |
_/ ____\_ _ __ \_____ \ | |
\ __\\ \/ \/ / ______ / ____/ | |
| | \ / /_____/ / \ | |
|__| \/\_/ \_______ \ | |
\/ |
This file contains 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
_____ ____ | |
_/ ____\_ _ __ /_ | | |
\ __\\ \/ \/ / ______ | | | |
| | \ / /_____/ | | | |
|__| \/\_/ |___| | |
This file contains 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
" Vim syntax file | |
" Language: YAML (YAML Ain't Markup Language) 1.2 | |
" Maintainer: Nikolai Pavlov <[email protected]> | |
" First author: Nikolai Weibull <[email protected]> | |
" Latest Revision: 2010-10-08 | |
if exists('b:current_syntax') | |
finish | |
endif |
NewerOlder