This file contains hidden or 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
| |投稿内容引用■は投稿へのリンク|付いたコミュニティノート引用| | |
| |------------|----------------------------| | |
| | [■]((ttps://x.com/_/status/1824996635367346549) 百田尚樹代表「群馬から豊かで強い日本を」 日本保守党が関東初の支部設立、前橋で演説会前橋市の市民文化会館には600人を超す聴衆が詰めかけ、百田代表は「群馬が生んだ偉大な先人にならい、豊かで強い日本を群 | 百田尚樹氏らが設立した日本保守党の関東で設立した初めての支部は、東京江東支部です。今回の群馬支部は、関東で初めての支部では無い事に留意が必要です | | |
| | [■]((ttps://x.com/_/status/1838166295487082533) ロシア機が北海道・礼文島付近を領空侵犯 空自戦闘機がスクランブル、警告射撃 | 防衛省は、警告であり射撃ではないとしています。> 防衛省は、ロシア機による航空自衛隊戦闘機のフレア発射は警告で「射撃に当たらない」と説明した。 | | |
| | [■]((ttps://x.com/_/status/1838866585140003082) <独自>自民、衆院東京15区に25歳の大空幸星氏を擁立 「Z世代」の論客被選挙権の下限の25歳で、当選すれば史上最年少の衆院議員となる。大空氏は1990年代後半から2010年代前半に生まれた「Z世代」 | 2000年6月の第42回衆議院議員総選挙において原陽子氏が25歳4か月で衆議院議員に当選しています(社会民主党公認・神奈川14区落選・比例南関東ブロックで復活当選)。大空幸星氏は1998年11月26日生まれであり、記事時点ですでに25歳10か月であるため、仮に10月に選挙が行われたとしても、最年少議員にはなり得ません。 | | |
| | [■]((ttps://x.com/_/status/1868612693445529826) コンビニで女性刺される、意識あり 近くにいた知人から事情聴く 東京・亀戸17日午後6時25分ごろ、東京都江東区亀戸のコンビニエンスストアで女性が刺されたと119番通報があった。警視庁城東署が近くにいた | コンビニからの通報であったため、この時点ではコンビニで刺されたかのような記事となっていますが、産経新聞自体の関連記事にある通り、被害者からの証言によって自宅付近で刺 |
This file contains hidden or 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 python3 | |
| # -*- coding:utf-8 -*- | |
| from google.cloud import bigquery | |
| from google.oauth2 import service_account | |
| key_path = 'xxxxxxxxxxxxxxxxxxx.json' | |
| credentials = service_account.Credentials.from_service_account_file( | |
| key_path, | |
| scopes=[ | |
| 'https://www.googleapis.com/auth/bigquery', |
This file contains hidden or 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
| package org.gephi.toolkit.save_test; | |
| public class Main { | |
| public static void main(String[] args) { | |
| SaveProject saveProject = new SaveProject(); | |
| saveProject.script(); | |
| } | |
| } |
This file contains hidden or 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
| from machine import I2C, Pin,deepsleep | |
| import utime | |
| # from m5stack import lcd | |
| # see bme280,ambient lib from https://github.com/AmbientDataInc/ESP32SamplePrograms/tree/master/Micropython | |
| import bme280 | |
| import ambient | |
| ssid = 'your_ssid' | |
| password = 'your_wifi_password ' |
This file contains hidden or 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
| import sys,os | |
| from pyspark.sql import SQLContext, Row | |
| import pyspark.sql.functions as func | |
| import logging | |
| from pyspark import SparkContext | |
| logger = logging.getLogger('py4j') | |
| from optparse import OptionParser | |
| parser = OptionParser() |
This file contains hidden or 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
| TOPIC='[TOPIC_NAME]' | |
| GOOGLE_CLOUD_PROJECT='[PROJECT_ID]' | |
| SUBSCRIBE='[SUBSCRIBER_NAME]' | |
| MONGO_DB='MONGO_DB_NAME' | |
| JSON_KEY='PATH_TO_JSON_KEY' |
This file contains hidden or 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
| root@****:~/prog/hpl-2.0_FERMI_v15/bin/CUDA# more HPL.dat | |
| HPLinpack benchmark input file | |
| Innovative Computing Laboratory, University of Tennessee | |
| HPL.out output file name (if any) | |
| 7 device out (6=stdout,7=stderr,file) | |
| 1 # of problems sizes (N) | |
| 65536 73728 60000 40000 50000 60000 39007 39000 20960 364160 359424 276480 138240 115200 23040 354432 236160 95040 9600 20737 | |
| 16129 16128 Ns | |
| 3 # of NBs | |
| 2048 1536 1024 512 384 640 768 896 960 1024 1152 1280 384 640 960 768 640 256 960 512 768 1152 NBs |
This file contains hidden or 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
| select strftime_utc_usec(upload_time,"%Y-%m") as umonth, | |
| count(1) | |
| FROM [nicodata.video] | |
| GROUP BY umonth | |
| order by umonth; |
This file contains hidden or 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
| [{"mode": "NULLABLE", | |
| "name": "video_id", | |
| "type": "STRING"}, | |
| {"mode": "NULLABLE", | |
| "name": "date", | |
| "type": "TIMESTAMP"}, | |
| {"mode": "NULLABLE", | |
| "name": "content", | |
| "type": "STRING"}, | |
| {"mode": "NULLABLE", |
This file contains hidden or 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 requests | |
| from pyquery import PyQuery as pq | |
| from datetime import datetime | |
| import re | |
| import os | |
| import shutil | |
| import time |
NewerOlder