Skip to content

Instantly share code, notes, and snippets.

View supirman's full-sized avatar

Firman Rosdiansyah supirman

View GitHub Profile

Keybase proof

I hereby claim:

  • I am supirman on github.
  • I am supirman (https://keybase.io/supirman) on keybase.
  • I have a public key ASCKD-anvJP39y_KnHMG4wDqdsxY2d-IdZE5-e1ttUw6Ugo

To claim this, I am signing this object:

@supirman
supirman / Android Studio settings
Last active February 7, 2021 15:35
Enable Ubuntu global menu support in Android Studio
#jetbrains64.vmoptions
-javaagent:/usr/share/java/jayatanaag.jar
#idea.properties
linux.native.menu=true
@supirman
supirman / .zimrc
Created April 17, 2017 06:58
.zshrc & .zimrc
#################
# CORE SETTINGS #
#################
#
# Zim settings
#
@supirman
supirman / settings.json
Created February 6, 2017 11:40
vscode settings.json
{
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
"terminal.integrated.fontFamily": "Roboto Mono for Powerline",
"workbench.welcome.enabled": true,
"emmet.syntaxProfiles": { "javascript": "jsx" },
"gitProjectManager.baseProjectsFolders": [
"%USERPROFILE%\\workspace"
],
"gitProjectManager.openInNewWindow": true,
"gitProjectManager.storeRepositoriesBetweenSessions": true
@supirman
supirman / wired.log
Last active November 8, 2016 05:36
`udevadm info -q all -a /dev/input/js0` without steam
Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.
looking at device '/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:054C:05C4.000D/input/input35/js0':
KERNEL=="js0"
SUBSYSTEM=="input"
@supirman
supirman / zsh.md
Created October 25, 2016 03:18 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu
// ==UserScript==
// @name Lazy Input for MGSV:TPP Malicious Actions Reporting
// @namespace https://gist.github.com/supirman/f3f313a646eaa54aec6c1d7e8fa202df#file-mgsv-report-lazy-input-userscript-js
// @version 0.1.1.2
// @description This script will save last your inquiry_id, platform, type and mode on your browser storage so you don't need to input it again next time. And set date&time to 10 minutes before now. https://www.konami.co.jp/service_support/mgs/tpp/report/index.php5?&lang=en
// @author @suPirman
// @match https://www.konami.com/mgs/tpp/report/index.php?*
// @grant none
// @run-at document-end
// ==/UserScript==