Skip to content

Instantly share code, notes, and snippets.

View mkt's full-sized avatar
🕵️‍♂️
survey

Makoto Shimabukuro mkt

🕵️‍♂️
survey
View GitHub Profile
@mkt
mkt / hatena-blog-for-mobile-custom.css
Created February 9, 2019 17:00
hatena-blog-for-mobile-custom.css
<style>
#globalheader-container {
display:none;
}
#footer-menu {
display:none;
}
#container {
@mkt
mkt / MacBookProMid2015_Drobo5Dt.md
Last active November 24, 2019 05:06
MacBookProMid2015_Drobo5Dt.md
@mkt
mkt / dpkg-listfiles-powershell.txt
Last active August 19, 2016 07:13
v6.0.0-alpha.9 release of PowerShell on Ubuntu Linux 16.04.1 LTS
/.
/opt
/opt/microsoft
/opt/microsoft/powershell
/opt/microsoft/powershell/6.0.0-alpha.9
/opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XPath.XDocument.dll
/opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Thread.dll
/opt/microsoft/powershell/6.0.0-alpha.9/System.Linq.Parallel.dll
/opt/microsoft/powershell/6.0.0-alpha.9/System.Private.ServiceModel.dll
/opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XmlDocument.dll
@mkt
mkt / vscode-make-tasks.json
Created November 30, 2015 02:39
vscode-make-tasks.json
// for GNU make
{
"version": "0.1.0",
"command": "make",
// The command is a shell script
"isShellCommand": true,
// Show the output window only if unrecognized errors occur.
"showOutput": "silent"