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
Homebrew build logs for homebrew/php/php71-libsodium on macOS 10.12.5 | |
Build date: 2017-05-18 15:35:21 |
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 | |
// TODO: | |
// - Refactor, but keeping original behaviour first | |
// - Use bootstrap.css | |
// - Use simple xView (create a git project from RestQL xView implementation) | |
// - one view per 'res' state | |
// - one window layout, one popup layout | |
// - separate js files | |
// - Keep debugging feature (keep it kiss) |
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
Homebrew build logs for homebrew/php/php56-suhosin on macOS 10.12.5 | |
Build date: 2017-05-10 16:27:55 |
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
#!/usr/bin/env bash | |
# shellcheck disable=2016 disable=1091 disable=2059 | |
# This script will identify the OS distribution and version, make sure it's | |
# supported, and set up the appropriate MariaDB software repositories. | |
supported="These Linux OSs are supported, on x86-64 only: | |
RHEL/CentOS 6 & 7; Ubuntu 14.04 LTS (trusty) & 16.04 LTS (xenial); | |
Debian 7 (wheezy) & 8 (jessie); SLES 12" |
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
Homebrew build logs for percona-server-mongodb on macOS 10.12.4 | |
Build date: 2017-04-02 16:11:27 |
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
Homebrew build logs for mongodb on macOS 10.12.4 | |
Build date: 2017-03-29 00:06:13 |
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
Homebrew build logs for mongodb on macOS 10.12.4 | |
Build date: 2017-03-29 00:06:13 |
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
<html> | |
<head> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var site = decodeURIComponent(window.location.pathname), url = "YOUR_URL_HERE" | |
+ (window.location.search.indexOf('?') === -1 ? '?' : '') | |
+ window.location.search | |
// customize parameters with your needs | |
+ '&cip=' + window.location.hostname |
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
Homebrew build logs for pam_yubico on OS X 10.11.4 | |
Build date: 2016-02-22 12:43:10 |
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
From 898b8af1fdc9cace5bfe55ded60f9574d41f3516 Mon Sep 17 00:00:00 2001 | |
From: Jaehoon You <[email protected]> | |
Date: Sat, 29 Aug 2015 11:09:19 +0900 | |
Subject: [PATCH] ramips: add support for TP-LINK Archer C2, C20i board | |
--- | |
.../linux/ramips/base-files/etc/board.d/02_network | 1 + | |
target/linux/ramips/base-files/lib/ramips.sh | 9 ++ | |
.../ramips/base-files/lib/upgrade/platform.sh | 2 + | |
target/linux/ramips/dts/ArcherC2.dts | 125 +++++++++++++++++++++ |