I hereby claim:
- I am fujimaki-k on github.
- I am fujimakishouten (https://keybase.io/fujimakishouten) on keybase.
- I have a public key ASDNWsHCtsNxTEsZKRAMCf5R7Igk8I1TwE5Y31a8I5RxOgo
To claim this, I am signing this object:
#!/bin/sh | |
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: | |
set -Ceu | |
VERSION="1.0.0" | |
NAME="Honoka" |
package main | |
import ( | |
"fmt" | |
"regexp" | |
"strings" | |
"golang.org/x/text/unicode/norm" | |
) |
package main | |
import ( | |
"errors" | |
"fmt" | |
"runtime" | |
"sync" | |
) | |
// Concurrent is concurrently execute tasks for number of CPUs. |
package main | |
import ( | |
"errors" | |
"fmt" | |
"runtime" | |
"sync" | |
) | |
// Concurrent is concurrently execute tasks for number of CPUs. |
package main | |
import ( | |
"fmt" | |
"time" | |
) | |
// Throttling is provides throttling and exponential backoff calls. | |
func Throttling(weight int, rate int) { | |
if weight < 1 { |
package main | |
import ( | |
"fmt" | |
"os" | |
"runtime" | |
"runtime/pprof" | |
) | |
func main() { |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=IntelliJ IDEA | |
Comment=Jetbrains IntelliJ IDEA IDE | |
Exec=/home/miki/bin/idea | |
Icon=/opt/jetbrains/idea/bin/idea.png | |
Terminal=false | |
Type=Application | |
Categories=Application;Development;IDE | |
NoDisplay=false |
#!/usr/bin/env python3 | |
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: | |
import sys | |
print('<?xml version="1.0" encoding="UTF-8"?>') |
#!/bin/sh | |
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: | |
set -C | |
BREW_COMMAND="brew" |
I hereby claim:
To claim this, I am signing this object: