- https://docs.microsoft.com/en-us/sysinternals/downloads/ctrl2cap
- https://github.com/miiton/Cica/releases
- https://github.com/vim/vim-win32-installer/releases
- https://aka.ms/terminal
- https://git-scm.com/downloads
- https://gpg4win.org/
- https://www.microsoft.com/ja-jp/p/slack/9wzdncrdk3wp
- https://www.google.com/intl/ja_jp/chrome/
- https://www.kensington.com/ja-jp/software/kensingtonworks/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget -mc -nH --cut-dirs=2 ftp://ftp.3gpp.org/Specs/latest/Rel-16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# @sacloud-name "enable vault ssh login and create debian user" | |
# @sacloud-once | |
# @sacloud-desc Vault SSH CAを使ったSSHログインを有効にします。 | |
# @sacloud-desc https://www.vaultproject.io/docs/secrets/ssh/signed-ssh-certificates | |
# @sacloud-desc debianユーザも作成されるのでdebianユーザでログインできるようになります | |
# @sacloud-require-archive distro-debian |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DKMS make.log for wireguard-1.0.20200401 for kernel 5.5.0-1-amd64 (x86_64) | |
Tue 21 Apr 2020 03:44:55 PM JST | |
make: Entering directory '/usr/src/linux-headers-5.5.0-1-amd64' | |
AR /var/lib/dkms/wireguard/1.0.20200401/build/built-in.a | |
CC [M] /var/lib/dkms/wireguard/1.0.20200401/build/main.o | |
CC [M] /var/lib/dkms/wireguard/1.0.20200401/build/device.o | |
CC [M] /var/lib/dkms/wireguard/1.0.20200401/build/peer.o | |
CC [M] /var/lib/dkms/wireguard/1.0.20200401/build/noise.o | |
In file included from <command-line>: | |
/var/lib/dkms/wireguard/1.0.20200401/build/compat/compat.h:959:20: error: static declaration of ‘icmp_ndo_send’ follows non-static declaration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: [push] | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
services: | |
cassandra: |
I hereby claim:
- I am higebu on github.
- I am higebu (https://keybase.io/higebu) on keybase.
- I have a public key ASAufDQLMRPBijwPol_uCgRqadMz49OSJTBTlblpLEejuQo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"flag" | |
"fmt" | |
"os" | |
"github.com/newtools/ebpf" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
worktime = "!f() { \ | |
git log --author=\"$1\" --date=iso | perl -nalE 'if (/^Date:\\s+[\\d-]{10}\\s(\\d{2})/) { say $1+0 }' | sort | uniq -c|perl -MList::Util=max -nalE '$h{$F[1]} = $F[0]; }{ $m = max values %h; foreach (0..23) { $h{$_} = 0 if not exists $h{$_} } foreach (sort {$a <=> $b } keys %h) { say sprintf \"%02d - %4d %s\", $_, $h{$_}, \"*\"x ($h{$_} / $m * 50); }'; \ | |
}; f" |
- https://github.com/prabirshrestha/vim-lsp
- https://projects.eclipse.org/projects/eclipse.jdt.ls/downloads
- jdt.ls cannot autocomplete third-party libraries #967
if executable('java') && filereadable(expand('~/eclipse.jdt.ls/plugins/org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar'))
au User lsp_setup call lsp#register_server({
\ 'name': 'eclipse.jdt.ls',
\ 'cmd': {server_info->[
\ 'java',