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
{-# START_FILE package.yaml #-} | |
name: {{name}} | |
version: 0.1.0.0 | |
#synopsis: | |
#description: | |
homepage: https://github.com/{{github-username}}{{^github-username}}githubuser{{/github-username}}/{{name}}#readme | |
license: BSD3 | |
author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | |
maintainer: {{author-email}}{{^author-email}}[email protected]{{/author-email}} | |
copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2019{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} |
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
############################################################################### | |
# i3-gaps config file for the Regolith Desktop Environment | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
# | |
############################################################################### | |
# | |
# In this config file many values are taken from Xresources with the directive | |
# set_from_resource: | |
# |
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 ( | |
"bytes" | |
"encoding/json" | |
"io/ioutil" | |
"net/http" | |
) | |
func notifySlack(url, msg string) (string, error) { |
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 ( | |
"fmt" | |
"net/http" | |
"time" | |
) | |
func main() { | |
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { |
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
DinDを使って他のコンテナからDockerを使う |
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
# Created by newuser for 5.7.1 | |
# prompt | |
PROMPT='%(5~,%-1~/.../%2~,%~) %F{red}%B❯%b%f%F{yellow}%B❯%b%f%F{green}%B❯%b%f ' | |
# before autoload | |
fpath=(~/.zsh/completion $fpath) | |
# enable completions | |
autoload -U compinit |
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
{ | |
"cfgver": 4.1, | |
"cursor": { | |
"img": null, | |
"scale": 1 | |
}, | |
"drag": { | |
"ddirect": true, | |
"ddirectcolor": "778899", | |
"ddirectopa": 0.9, |
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/sh | |
youtube-dl -i --playlist-reverse -o '%(autonumber)s-%(title)s-%(id)s.%(ext)s' https://www.youtube.com/channel/UCFv2z4iM5vHrS8bZPq4fHQQ |
NewerOlder