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
#!/bin/sh | |
RTMP_URL='' | |
STREAM_KEY='' | |
VIDEO_SOURCE='/dev/video0' | |
VIDEO_INPUT_SIZE='1280x720' | |
VIDEO_OUTPUT_SIZE='640x360' | |
VIDEO_FRAMERATE=10 | |
VIDEO_BITRATE=288 | |
VIDEO_BUFFER=500 |
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
#include <iostream> | |
#include <random> | |
auto main() -> int { | |
std::mt19937 rd{std::random_device()()}; | |
std::uniform_int_distribution<const char> stuff('A', 'Z'); | |
unsigned long long int cnt; | |
std::string cell; |
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
var request = require('request').defaults({jar: true}); | |
var options_login = { | |
url: 'https://secure.nicovideo.jp/secure/login?site=niconico', | |
form: { | |
mail_tel: 'YOUR MAIL ADDR', | |
password: 'YOUR PASSWORD' | |
} | |
}; |
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
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> | |
# Contributor: Anatol Pomozov <[email protected]> | |
# Contributor: Thomas Dziedzic <[email protected]> | |
# Contributor: Jan "heftig" Steffens <[email protected]> | |
# Contributor: tobias [ tobias at archlinux org ] | |
# Contributor: Daniel J Griffiths <[email protected]> | |
# Contributor: Christian Hesse <[email protected]> | |
# Contributor: Eli Schwartz <[email protected]> | |
# Customized: Tosainu <[email protected]> |
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
#include <iostream> | |
#include <ruby.h> | |
auto main() -> int { | |
ruby_init(); | |
ruby_init_loadpath(); | |
int status; | |
rb_eval_string_protect(R"( | |
1.upto(100) do |x| |
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
update_name: update_name.cc json11/json11.cpp | |
clang++ -Wall -Wextra -std=c++14 -ltwitpp $^ -o $@ |
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
"ponymix decrease 1" | |
XF86AudioLowerVolume | |
"ponymix increase 1" | |
XF86AudioRaiseVolume | |
"ponymix toggle" | |
XF86AudioMute | |
"brillo -q -s intel_backlight -u 100000 -U 1" |
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
#ifndef JSOBJ_H | |
#define JSOBJ_H | |
#include <QtCore> | |
#include <QDebug> | |
class JsObj : public QObject { | |
Q_OBJECT | |
public: |
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
QT += core gui webkitwidgets | |
TEMPLATE = app | |
TARGET = QWebView_example | |
INCLUDEPATH += . | |
SOURCES += main.cc | |
CONFIG += c++11 |
OlderNewer