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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>チーム(ヽ´ん`)年末ハッピー宝くじ【フォロー&RTキャンペーン】 特設ページ</title> | |
<link rel="icon" href="favicon.png" sizes="16x16" type="image/png"> | |
<link rel="stylesheet" href="style.css" type="text/css"> | |
</head> |
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
(殺|コロ|ころ)(し|す|され|ス)|(クズ|くず)|カス|タコ|(糖質|統失)|(池沼|知障)|ネト(ウヨ|サヨ)|犯(す|さ)|ハメ|ジャップ|jap|(バカ|ばか|馬鹿)|(アホ|あほ|阿呆)|セックス|オナ(っ|ッ|ニー)|自慰|(死|し|シ)(ね|ネ|んだ)|ビッチ|ヤリ(マン)?|まんこ|マンコ|(ま|マ)(ー|〜)(ん|ン)|(ちんぽ|チンポ)|陰茎|ペニス|ちんちん|膣|クリトリス|陰唇|亀頭|自殺|変態|変質|フェラ|しゃぶ|シャブ|(やくざ|ヤクザ)|低学歴|貧乏|ダッ?サ|(きも|キモ)|頭(悪|わ|イ|いっ|沸).?|(く|臭)っさ|クッサ|病気|ポルノ|AV|体を売|底辺|ADHD|障(碍|害)|ヘイト|(でぶ|デブ)|シックスナイン|後進|途上|黒人|白人|黄色人種|コネ|上流|天皇|皇族|淫(乱|夢)|陰(気|湿)|(根暗|ネクラ|ねくら)|(ヒキ|引き|ひき)(込も|こも|コモ)|ニート|無職|中卒|高卒|F(欄|ラン)|ゴブリン|草生(え|や)|キッズ|ガキ|(うん|ウン)(ち|チ|こ|コ)|(土方|ドカタ)|狂(人|っ)|常軌を逸し|売春婦|チビ|(ハゲ|はげ)|知恵(遅|おく)れ|知恵が(足|た)りて|反日|反韓|反中|ファシスト|奴隷|の(くせ|クセ)に|老害|寄生虫|(中二|中3)|厨房|知能|IQ|売国|(ヲ|オ)タク?|おたく|(飛|と)び(降|お)り|おしり|ケツ|(ばんつ|パンツ)|(パン|ぱん)(チラ|ちら)|アル中|つま(ら|ん)(な|無|ん)|面白く(無|な)|ほざ(い|け|く)|ヤ(ル|っ|ッ)|糞|野郎|クソ|お(前|まえ)|不倫|(おばさん|オバサン)|お(じ|っ)さん|オ(ジ|ッ)サン|ババア|ジジイ|だまれ|童貞|嘘|乞食|パコ|キチガイ|ガイジ|異常|気取|コラ|陰謀|fuck|suck|bitch|sex|創価|幸福の科学|ナチ|カマ|ホモ|ニダ|土人|メンヘラ|キツ(い|イ|すぎ|スギ)?|(しば|シバ)く?|ヤバイ?|拒食|パンパン|児(童|ポ)|mixi|下手(くそ)?|(ウザ|うざ)(い|イ)?|ゴミ|ごみ|的(外|はず)れ|自演 |
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 python | |
# -*- coding:utf-8 -*- | |
import re | |
import os | |
import time | |
import ast | |
import tweepy | |
import requests | |
from mastodon import Mastodon |
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 python | |
# -*- coding:utf-8 -*- | |
import re | |
import os | |
import ast | |
import requests | |
import tweepy | |
from mastodon import Mastodon |
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
set nocompatible " be iMproved, required | |
filetype off " required | |
set rtp+=~/.vim/bundle/Vundle.vim/ | |
call vundle#begin() | |
Plugin 'VundleVim/Vundle.vim' | |
Bundle 'mattn/webapi-vim' | |
Bundle 'mattn/gist-vim' |
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
alp = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" | |
p = list(map(int, input().split())) | |
#人数 | |
person = len(p) | |
#カード枚数 | |
card = person + 2 | |
numbers = {i for i in range(1, card+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
g++ -std=c++11 -o $1 $1.cpp && ./$1 |
OlderNewer