- DMM.com(旧DMM.comラボ含む)
- DMM.comラボ16新卒エンジニア研修 - (2016/08/24)
- DMM.comの新卒技術研修がスタートしました! - (2019/04/25)
- Fringe81
- 新卒のセキュリティ研修用に使用したアプリケーションを公開します!【2020年度】 - (2020/04/16)
- GMOアドパートナーズ
- 新卒研修でDevOpsの歴史を語った件 - (2020/06/15)
- GMOインターネット
- 「Web 基礎」という講義をしました - (2019/05/17)
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
{ | |
"keys": [ | |
{ | |
"alg": "RS256", | |
"x5c": [ | |
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzdB9BkbWlZuK2LeSdhKZ\nscLKBT+tw8VjDI4JkST9NMp4l8hV8D49f2il+q9iqNOvlFI6pCms2wbgJKO2lAeR\nsZx4dTK1R2ZyyRZTM367CdAT6muIZmrPXYe+HKYd2WGiPCvjicaTWejvX89FtmGx\nl3T2zkGz7ozqrqJeVKEeNGZc/zemo/2nDA4EVPdUp1TcgoWvef/rHrf5uTDRCmU1\njKNeK4UNcpfbGGqVUtEcZQA2vKeSttslUomzMKnY8X2qH5vsMYxYy9urDedoQeuD\nsgG/AVZnJw0tRzji2dEq/qWo5oQzvbaJLq/AOfNR8f0fJ2sCqvZpXgeYMEWkJFTO\nYQIDAQAB" | |
] | |
} | |
] | |
} |
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
// ==UserScript== | |
// @name AddYahooShoppingCartNotify | |
// @namespace https://github.com/LorseKudos | |
// @version 0.1 | |
// @description ヤフーショッピングのカートページに注意書きを追加します | |
// @author Lorse | |
// @match https://order.shopping.yahoo.co.jp/* | |
// @grant none | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name RemoveAdInYahooMail | |
// @namespace https://github.com/LorseKudos | |
// @version 0.1 | |
// @description ヤフーメールの広告カラムを削除します | |
// @author Lorse | |
// @match https://mail.yahoo.co.jp/u/pc/f/* | |
// @grant none | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | |
// ==/UserScript== |