<2016-11-29 Tue>
ポッポ | 全部 | |
コラッタ | 全部 | しなかった |
キャタピー867-911 | 1 | |
アーボ933 | 1 | |
ニドラン♀889-911 | 2段階 |
I hereby claim:
To claim this, I am signing this object:
server { | |
#listen 80; ## listen for ipv4; this line is default and implied | |
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6 | |
root /var/www/hogehogeserver; | |
index index.html index.htm index.php; | |
server_name hogehogeserver.example.net; | |
location / { |
server { | |
listen 80; | |
listen [::]:80; | |
server_name lti.nyoho.jp; | |
root /var/www/lti.nyoho.jp; | |
location /.well-known/acme-challenge/ { allow all; } | |
location / { return 301 https://$host$request_uri; } | |
} | |
server { |
n = 2; | |
b = 5; | |
BlockRandom[SeedRandom[1, Method -> "MersenneTwister"]; | |
a = # + 1 & /@ | |
Table[IntegerDigits[RandomInteger[b^n - 1], b, n], 100]] | |
a // MatrixForm |
def nn | |
(rand * 5).to_i + 1 | |
end | |
def random_problem(n) | |
a = [] | |
while a.length < n do | |
a.push [nn,nn] | |
a.uniq! | |
end |
# # # # # # # ##### ###### # # #### # # | |
# # ## # # # # # # # ## # # # # # | |
# # # # # # ## ##### ##### # # # # ###### | |
# # # # # # ## # # # # # # # # # | |
# # # ## # # # # # # # ## # # # # | |
#### # # # # # ##### ###### # # #### # # | |
4 000 Based on the Byte Magazine Unix Benchmark | |
44 00 0 |
#!/usr/bin/env bash | |
DEVELOPMENT_SNAPSHOTS_PATH=https://swift.org/builds/development/xcode | |
DEVELOPMENT_SNAPSHOTS_PREFIX=swift-DEVELOPMENT-SNAPSHOT- | |
echo | |
if [ -z "$1" ]; then | |
echo "OVERVIEW: Download and install Swift Development Snapshots from Swift.org." | |
echo |
/* confdefs.h. */ | |
#define PACKAGE_NAME "git" | |
#define PACKAGE_TARNAME "git" | |
#define PACKAGE_VERSION "2.8.1" | |
#define PACKAGE_STRING "git 2.8.1" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 |
javascript:(function()%7Bvar%20a=document.getElementById('booksTitle').innerText;var%20b=document.getElementsByClassName('bucket');for(i=0;i<b.length;i++)if(/登録情報/i.test(b[i].innerHTML))var%20r='■%20'+a+b[i].innerText;r=r.replace(/おすすめ[\s\S]*らせる\n/,'');b=document.getElementsByTagName('b');for(i=0;i<b.length;i++)if(/ISBN-10/i.test(b[i].innerHTML))is=b[i].parentNode.innerHTML.match(/(\d{10})/);var%20e=document.createElement('textarea');e.style.width='100%25';e.value=r+'http://www.amazon.co.jp/dp/'+is[1]+'/\n';document.body.insertBefore(e,document.body.firstChild);e.focus();e.select();e.ondblclick=function()%7Be.parentNode.removeChild(e);%7D;e.oncopy=function()%7BsetTimeout(function()%7Be.parentNode.removeChild(e);%7D,1);return%20true;%7D%7D)() |