xxの機能により KPI を伸ばす!
- A によって B が増える
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "math/rand" | |
| "net" | |
| "net/http" | |
| "net/rpc" | |
| "strings" |
| # based on https://github.com/tensorflow/models/blob/master/research/deeplab/deeplab_demo.ipynb | |
| import os | |
| from io import BytesIO | |
| import tarfile | |
| import tempfile | |
| from six.moves import urllib | |
| from matplotlib import gridspec | |
| from matplotlib import pyplot as plt | |
| import numpy as np |
| from itertools import permutations | |
| import numpy as np | |
| import pandas as pd | |
| def get_optimal_solution(random_seed, answers_df): | |
| answers = answers_df.values | |
| names = answers_df.index.values | |
| N = answers.shape[0] | |
| # 全パターンの順位を取得 (8!通り) | |
| all_orders = np.array(list(permutations(range(N)))) |
まっぴーさんが発言した(に向けて発言された)、迷セリフまとめです。
URL: https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q13149033688
汎用性: 高い
その他: ありえないことはありえない。。。

| var Twitter = require("twitter"); | |
| var followers = []; | |
| var client = new Twitter({ | |
| consumer_key: process.env.TWITTER_CONSUMER_KEY, | |
| consumer_secret: process.env.TWITTER_CONSUMER_SECRET, | |
| access_token_key: process.env.TWITTER_ACCESS_TOKEN, | |
| access_token_secret: process.env.TWITTER_ACCESS_TOKEN_SECRET, | |
| }); |
| # -*- coding: utf-8 -*- | |
| require 'net/http' | |
| Plugin.create(:mikutter_recotw) do | |
| command(:post_recotw, | |
| name: 'recotwに登録', | |
| condition: Plugin::Command::CanReplyAll, | |
| visible: true, | |
| icon: nil, | |
| role: :timeline) do |opt| |
| #coding: utf-8 | |
| import clr | |
| from System import * | |
| from System.Collections.Generic import * | |
| from System.Text import * | |
| from System.Text.RegularExpressions import * | |
| from System.IO import * | |
| clr.AddReferenceByPartialName("CoreTweet") | |
| from CoreTweet import * |
| あせ (・_・;) 顔文字 | |
| あせ (・∀・;) 顔文字 | |
| あせ (^ω^;;) 顔文字 | |
| あせ (゚∀゚ ;) 顔文字 | |
| あせ (゚∀゚ ;)タラー 顔文字 | |
| あたふた ヽ(´・ω・`ヽ) 顔文字 | |
| あつい (。>﹏<) 顔文字 | |
| あつい (。>﹏<)あㄘ”ゅい 顔文字 | |
| あつい (>﹏<。Ξ。>﹏<) 顔文字 | |
| あつい ι(´Д`υ) 顔文字 |