Skip to content

Instantly share code, notes, and snippets.

@tubone24
tubone24 / purupuru.vbs
Created January 15, 2021 12:59
会社支給PCの自動ロックを無効にするVBスクリプト
Set sh = CreateObject("WScript.Shell")
dim runMsg
runMsg = "Run PuruPuru"
wscript.echo runMsg
If WScript.arguments.Count = 0 Then
sh.Run "cmd /K " & "cscript """ & WScript.ScriptFullName & """ 1", 1
Else
While True
@tubone24
tubone24 / groupby_test.ipynb
Created August 31, 2020 16:51
groupby_test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tubone24
tubone24 / commit emoji rule
Created January 13, 2020 14:30
commit emoji rule
# ==================== Emojis ====================
# 🎉 :tada: 初めてのコミット(Initial Commit)
# 🔖 :bookmark: バージョンタグ(Version Tag)
# ✨ :sparkles: 新機能(New Feature)
# 🐛 :bug: バグ修正(Bugfix)
# ♻️ :recycle: リファクタリング(Refactoring)
# 📚 :books: ドキュメント(Documentation)
# 🎨 :art: デザインUI/UX(Accessibility)
# 🐎 :horse: パフォーマンス(Performance)
# 🔧 :wrench: ツール(Tooling)
{"version":1,"resource":"file:///Users/tubone24/.bash_profile","entries":[{"id":"rjzt","timestamp":1662042052972}]}
@tubone24
tubone24 / upload-github-release-asset.sh
Last active July 18, 2019 23:27 — forked from stefanbuck/upload-github-release-asset.sh
Script to upload a release asset using the GitHub API v3 modyfied for using Circle-CI.
#!/usr/bin/env bash
#
# Author: Stefan Buck
# Modified by tubone
# License: MIT
# https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447
#
#
#
# Script to upload a release asset using the GitHub API v3.
@tubone24
tubone24 / Chapter1_概要.ipynb
Created March 31, 2019 12:48
AWS_tutorial_ETL_Chapter-1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tubone24
tubone24 / file0.txt
Last active January 14, 2016 15:07
dockerでhubotが動作する環境を作る ref: http://qiita.com/tubone/items/11a7ceb3e7013139abab
# rpm --import http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
# yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# yum -y install docker-io