- snow halation
- no brand girls
- それはぼくたちの奇跡
- 僕らのlive 君とのlife
- 僕らは今のなかで
- 愛してるばんざーい(二日目の後半かアンコールぐらいかも?)
- kira-kira sensation
package main | |
import ( | |
"runtime/pprof" | |
"fmt" | |
"net/http" | |
"os" | |
"time" | |
) |
EMOJI CHEAT SHEET
Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.
People
😄
inspired by Su-Shi Hakathon
##ハッカソンメモ
###どんなことをするの? 趣味に関することでもOKb
日頃の業務を便利にすることでもOK
一人だとなかなかやる機会が無いことをする
To remove a submodule you need to:
let colorSpace = CGColorSpaceCreateDeviceRGB() | |
let componentCount : UInt = 4 | |
let components : [CGFloat] = [ | |
0, 0, 0, 0, | |
1.0, 1.0, 1.0, 1.0, | |
1.0, 1.0, 1.0, 1.0, | |
0, 0, 0, 0 | |
] |
更新: | 2024-10-08 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
概要
func openbrowser(url string) { | |
var err error | |
switch runtime.GOOS { | |
case "linux": | |
err = exec.Command("xdg-open", url).Start() | |
case "windows": | |
err = exec.Command("rundll32", "url.dll,FileProtocolHandler", url).Start() | |
case "darwin": | |
err = exec.Command("open", url).Start() |
package main | |
import ( | |
"flag" | |
"fmt" | |
"os" | |
) | |
func main() { | |
sub := os.Args[1] |
$ testem launchers | |
info Seeking for config file... | |
Have 3 launchers available; auto-launch info displayed on the right. | |
Launcher Type CI Dev | |
------------ ------------ -- --- | |
Chrome browser ✔ ✔ | |
Firefox browser | |
Safari browser |