I hereby claim:
- I am maman on github.
- I am maman (https://keybase.io/maman) on keybase.
- I have a public key whose fingerprint is 27D4 9376 37EA 760B DC90 2F0F 6120 DE5D 0E79 699D
To claim this, I am signing this object:
// ==UserScript== | |
// @name Better CNN Lite | |
// @namespace https://github.com/maman | |
// @version 1.0.0 | |
// @downloadURL https://gist.githubusercontent.com/maman/21288c00d8b53e855604b3acde74e902/raw/better-cnn-lite.user.js | |
// @match *://lite.cnn.io/* | |
// ==/UserScript== | |
/*eslint-disable*/ | |
/* axios v0.16.2 | (c) 2017 by Matt Zabriskie */ |
-- requires subliminal, version 1.0 or newer | |
-- default keybinding: b | |
-- add the following to your input.conf to change the default keybinding: | |
-- keyname script_binding auto_load_subs | |
local utils = require 'mp.utils' | |
function load_sub_fn() | |
subl = "/usr/local/bin/subliminal" -- use 'which subliminal' to find the path | |
mp.msg.info("Searching subtitle") | |
mp.osd_message("Searching subtitle") | |
t = {} |
{ | |
"homepage": "http://phantomjs.org/", | |
"version": "1.9.8", | |
"license": "BSD", | |
"hash": "da36853ece7d58b6f50813d3e598d8a16bb191b467ac32e1624a239a49de9104", | |
"url": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-windows.zip", | |
"extract_dir": "phantomjs-1.9.8-windows", | |
"bin": "phantomjs.exe" | |
} |
I hereby claim:
To claim this, I am signing this object:
<?php | |
require_once '../vendor/autoload.php'; | |
use Pimple\Container; | |
$c = new Container(); | |
/* Starting Session First */ | |
session_cache_limiter(false); | |
session_start(); |
gem install rhc
rhc setup
yang berfungsi untuk login kedalam account openshift yang sudah anda buat. Setelah kita memasukkan username dan password anda maka akan muncul generate a taken now? (yes/no)
- ketikkan `Yesnamespace ReportSamples { | |
class HelloWorld { | |
public static void Main() { | |
Document document = new Document(); | |
PdfWriter.GetInstance(document, new FileStream("HelloWorld.pdf", FileMode.Create)); | |
document.Open(); | |
document.Add(new Paragraph("Hello World!")); | |
document.Close(); | |
System.Diagnostics.Process.Start("HelloWorld.pdf"); | |
} |
/* Import */ | |
@import "compass"; | |
@import "global"; | |
@import "normalize"; | |
@import "foundation"; |
diff --git a/src/command_network.cc b/src/command_network.cc | |
index 82155b7..3e163b3 100644 | |
--- a/src/command_network.cc | |
+++ b/src/command_network.cc | |
@@ -241,6 +241,15 @@ initialize_command_network() { | |
CMD2_VAR_BOOL ("log.handshake", false); | |
+ CMD2_ANY ("colors.done_fg_color", tr1::bind(&ui::Root::get_done_fg_color, control->ui())); | |
+ CMD2_ANY_VALUE_V ("colors.done_fg_color.set", tr1::bind(&ui::Root::set_done_fg_color, control->ui(), tr1::placeholders::_2)); |
--- configure 2011-04-01 10:35:51.000000000 +1100 | |
+++ configure 2011-08-04 17:33:06.000000000 +1000 | |
@@ -3216,7 +3216,7 @@ | |
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` | |
rm conftest.sed | |
-for ac_prog in mawk gawk nawk awk | |
+for ac_prog in mawk gawk awk | |
do | |
# Extract the first word of "$ac_prog", so it can be a program name with args. |