I hereby claim:
- I am mika-f on github.
- I am mikazuki (https://keybase.io/mikazuki) on keybase.
- I have a public key whose fingerprint is D92B 05EE A4FE 9CFD 6B69 275C F07A 99B6 7B7A 05D1
To claim this, I am signing this object:
apply plugin: 'java' | |
sourceCompatibility = 1.8 | |
version = '1.0' | |
[compileJava, compileTestJava].each { it.options.encoding = 'UTF-8' } | |
repositories { | |
mavenCentral() | |
maven { |
package tk.mikazuki; | |
import com.google.common.eventbus.Subscribe; | |
import org.spongepowered.api.event.state.*; | |
import org.spongepowered.api.plugin.Plugin; | |
@Plugin(id = "PluginMain", name = "PluginMain", version = "1.0") | |
public class PluginMain { | |
@Subscribe |
// Open Google Chrome from Xamarin.Forms (Simplicity) | |
var url = "https://google.co.jp"; | |
if(url.StartsWith("https://")) | |
{ | |
url = url.Replace("https://", "googlechromes://"); | |
} | |
else | |
{ | |
url = url.Replace("http://", "googlechrome://"); | |
} |
<table> | |
<thead> | |
<tr> | |
<th>Key</th> | |
<th>Dark</th> | |
<th>Light</th> | |
</thead> | |
<tbody> | |
<tr> |
// Compiled on CentOS 7 x64 | |
// $ gcc --version | |
// gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) | |
// Copyright (C) 2015 Free Software Foundation, Inc. | |
// This is free software; see the source for copying conditions. There is NO | |
// warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
// $ rm pure.out | |
// $ gcc pure.c -o pure.out | |
// $ ./pure.out | |
#include <stdio.h> |
I hereby claim:
To claim this, I am signing this object:
Date | Softbank Air | Softbank Hikari |
---|---|---|
2018/09/30 18:00 | 2.6 Mbps | 22 Mbps |
2018/09/30 21:00 | 2.8 Mbps | 3.9 Mbps |
2018/10/01 20:00 | 2.8 Mbps | 180 Mbps |
2018/10/02 20:00 | 2.9 Mbps | 220 Mbps |
I hereby claim:
To claim this, I am signing this object:
javascript:( | |
function() { | |
const host = "https://twitter.com/intent/tweet"; | |
const url = location.href; | |
const title = document.title; | |
const text = `${title} ${url} #miteru`; | |
window.open(`${host}?text=${encodeURIComponent(text)}`, null, 'width=530,height=300,menubar=no,toolbar=no,scrollbars=yes'); | |
} | |
)() |
Other 6 hrs 43 mins ████████████▊░░░░░░░░ 60.7% | |
C# 4 hrs 21 mins ████████▏░░░░░░░░░░░░ 39.3% |