Skip to content

Instantly share code, notes, and snippets.

View x5gtrn's full-sized avatar
🔊
♪ minimal techno ♫

Daisuke Masuda x5gtrn

🔊
♪ minimal techno ♫
View GitHub Profile
/*
* 共通
*/
class TypeElement {
constractor(type, name, rule) {
this.type = type;
this.name = name;
this.rule = rule;
}
var variationTabIndex = 0;
var variationTabCount = 0;
$(".nav-tabs").on("click", "a", function (e) {
e.preventDefault();
if (!$(this).hasClass('add-variation')) {
$(this).tab('show');
}
})
@x5gtrn
x5gtrn / x5gtrn.tumblr.com.iphone-theme.html
Last active May 30, 2018 03:53
theme of x5gtrn.tumblr.com
<!doctype html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=790"/>
{block:IndexPage}
<title>{Title} ...Snapshot of @x5gtrn</title>
{block:Description}<meta name="description" content="{Description}" />{/block:Description}
<meta property="og:title" content="{Title} ...x5gtrn's snapshot" />
on run {input, parameters}
repeat with passcode in input
tell application "Money Pro"
activate
tell application "System Events" to tell process "Money Pro" to keystroke passcode
tell application "System Events" to tell process "Money Pro" to keystroke return
delay 0.5
tell application "System Events" to tell process "Money Pro" to keystroke return
delay 0.2
export PS1="\n\[\e[0;32m\][\u@\h \$(date +'%Y.%m.%d %T') \w]\n\$\[\e[00m\] "
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
@x5gtrn
x5gtrn / smooth-theme_customized.html
Last active April 14, 2017 14:23
Tumblr Theme based Smooth TC
<!DOCTYPE html>
<html>
<head>
<!--
theme: Smooth TC
version: 1.2.10 (October 2, 2016)
from: adorablethemes.com
-->
@x5gtrn
x5gtrn / core-library.pom.xml
Created February 9, 2017 21:19
(FOR SAMPLE) 2 pom.xml of the web appication which I made 2 years ago.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.x5gtrn</groupId>
<artifactId>x5gtrn-core</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>x5gtrn-core</name>
<properties>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
{Title}{block:PostSummary} &mdash; {PostSummary}{/block:PostSummary}
</title>
{block:Description}
<meta name="description" content="{MetaDescription}">
{/block:Description}
@x5gtrn
x5gtrn / GitHub Position Note
Created January 5, 2016 16:12
GitHub Jobs / Application Engineer - Backend
### Private Copy of https://jobs.lever.co/github/83e67f41-64c5-46f0-9a3d-ae0066692546 at January 6th 2016
Application Engineer - Backend
Anywhere Engineering Full-time
GitHub is changing the way the world builds software, and we want you to help build GitHub. We’re looking for an experienced application engineer to work on GitHub.com with a backend/infrastructure focus. You’ll work with our team of engineers to build and maintain features that ensure our site is fast, available, and meets the needs of our more than four million users.
Responsibilities
.header-blog-icon {
display: none;
}
.blog-title {
display: none;
}
.header-blog-icon {
visibility: hidden;