Skip to content

Instantly share code, notes, and snippets.

View n1n9-jp's full-sized avatar

Yuichi Yazaki n1n9-jp

View GitHub Profile
@n1n9-jp
n1n9-jp / Les Miserables.json
Created November 13, 2025 11:10
Les Miserables.json
{"type":"gephi-lite","version":"1.0.0","graphDataset":{"nodeData":{"0":{"label":"Myriel","modularity_class":0,"color":"rgb(91,91,245)","size":28.685715,"modularityClass":5},"1":{"label":"Napoleon","modularity_class":0,"color":"rgb(91,91,245)","size":4,"modularityClass":5},"2":{"label":"MlleBaptistine","modularity_class":1,"color":"rgb(245,91,91)","size":9.485714,"modularityClass":5},"3":{"label":"MmeMagloire","modularity_class":1,"color":"rgb(245,91,91)","size":9.485714,"modularityClass":5},"4":{"label":"CountessDeLo","modularity_class":0,"color":"rgb(91,91,245)","size":4,"modularityClass":5},"5":{"label":"Geborand","modularity_class":0,"color":"rgb(91,91,245)","size":4,"modularityClass":5},"6":{"label":"Champtercier","modularity_class":0,"color":"rgb(91,91,245)","size":4,"modularityClass":5},"7":{"label":"Cravatte","modularity_class":0,"color":"rgb(91,91,245)","size":4,"modularityClass":5},"8":{"label":"Count","modularity_class":0,"color":"rgb(91,91,245)","size":4,"modularityClass":5},"9":{"label":"OldMan","
ファイルバージョン,ファイル名,落札実績情報,調達案件番号,調達案件名称,落札決定日,落札価格,府省コード,入札方式コード,商号又は名称,法人番号
fileversion,filename,successfulBidRecordInfo,procurementItemNo,procurementItemNm,successfulBidDate,successfulBidPrice,ministryCd,biddingMethodCd,tradeNameKanji,corporationNo
調達案件番号,調達案件名称,落札決定日,落札価格,府省コード,入札方式コード,商号又は名称,法人番号
コード 項目値名称
101 国の機関
201 地方公共団体
301 株式会社
302 有限会社
303 合名会社
304 合資会社
305 合同会社
399 その他の設立登記法人
401 外国会社等
// https://www.finleyghosh.com/blog/check-for-a-page-404-with-only-javascript
function UrlExists(url) {
var http = new XMLHttpRequest();
http.open('HEAD', url, false);
http.send();
if (http.status != 404)
return true;
else
return false;
sequenceNumber,corporateNumber,process,correct,updateDate,changeDate,name,nameImageId,kind,prefectureName,cityName,streetNumber,addressImageId,prefectureCode,cityCode,postCode,addressOutside,addressOutsideImageId,closeDate,closeCause,successorCorporateNumber,changeCause,assignmentDate,latest,enName,enPrefectureName,enCityName,enAddressOutside,furigana,hihyoji
一連番号,法人番号,処理区分,訂正区分,更新年月日,変更年月日,商号又は名称,商号又は名称イメージID,法人種別,国内所在地(都道府県),国内所在地(市区町村),国内所在地(丁目番地等),国内所在地イメージID,都道府県コード,市区町村コード,郵便番号,国外所在地,国外所在地イメージID,登記記録の閉鎖等年月日,登記記録の閉鎖等の事由,承継先法人番号,変更事由の詳細,法人番号指定年月日,最新履歴,商号又は名称(英語表記),国内所在地(都道府県)(英語表記),国内所在地(市町村丁目番地等)(英語表記),国外所在地(英語表記),フリガナ,検索対象除外
#【BigQuery】CREATE文を使えるの知ってた?SQLでテーブル作成| 開発者ブログ | 株式会社アイソルート https://www.isoroot.jp/blog/1651/
#Google BigQuery の SQL文tips - 備忘録 blog http://sharply.hatenablog.com/entry/2019/04/15/000641
# example1
SELECT count(name)
FROM [プロジェクトID:tokyo_companies.company]
WHERE city = "千代田区"
@n1n9-jp
n1n9-jp / remove_emoji.py
Created November 7, 2019 07:45
Python code to remove emoji
# Python code to remove emoji
# source: http://www.unicode.org/charts/
import re
def remove_emojis(data):
emoj = re.compile("["
u"\U00002700-\U000027BF" # Dingbats
u"\U0001F600-\U0001F64F" # Emoticons
u"\U00002600-\U000026FF" # Miscellaneous Symbols
@n1n9-jp
n1n9-jp / .block
Last active April 11, 2019 18:47
Automatic Label Placement
license: mit
@n1n9-jp
n1n9-jp / .block
Created March 14, 2019 08:25
fresh block
license: mit