Skip to content

Instantly share code, notes, and snippets.

View tojo17's full-sized avatar

とじょ17 tojo17

View GitHub Profile
@nobonobo
nobonobo / build.yaml
Last active October 31, 2023 06:21
Pythonスクリプトを動作可能なバイナリにして各種プラットフォーム向けにリリースするシナリオ for GitHub Actions
name: push
on:
push:
tags:
- "v*"
jobs:
windows-build:
runs-on: windows-latest
steps:
@francoism90
francoism90 / README.md
Last active July 10, 2024 16:49
Change country to unlock channels, increase TX-power. (Use at your own risk)

Warning

Following instructions are provided without any warranty, and may even get you in trouble legally. The instructions are provided for testing, and should be use with care. We (including commentators) are not responsible for any damage to your device(s).

Introduction

This may enable additional channels and power (in most cases don't) on ASUS Merlin provided routers.

艦船ID 艦種名 艦名 初期HP 未婚改修HP 未婚改修後HP 既婚HP 既婚改修HP 既婚改修後HP 内部最大HP
524 海防艦 択捉 9 +2 11 13 +2 15 18
383 海防艦 択捉改 17 +2 19 21 +2 23 28
518 海防艦 国後 9 +2 11 13 +2 15 18
377 海防艦 国後改 17 +2 19 21 +2 23 28
517 海防艦 占守 9 +2 11 13 +2 15 18
376 海防艦 占守改 17 +2 19 21 +2 23 28
525 海防艦 松輪 9 +2 11 13 +2 15 18
384 海防艦 松輪改 17 +2 19 21 +2 23 28
34 駆逐艦 15 +2 17 19 +2 21 30
@lukas-h
lukas-h / license-badges.md
Last active July 11, 2024 07:00
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@aa65535
aa65535 / ss-install.md
Last active April 7, 2024 13:03
shadowsocks-libev install at Debian or CentOS

Debian

cd /tmp
# 编译环境准备&安装依赖包
apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto git
# 克隆源码
git clone --recursive https://github.com/shadowsocks/shadowsocks-libev.git
# 开始编译
@UnaNancyOwen
UnaNancyOwen / FLANN1.8.4.md
Last active January 9, 2024 08:22
Building FLANN with Visual Studio
@yisibl
yisibl / git-branch.md
Last active July 15, 2024 02:24
在Mac、Linux 终端显示 Git 当前所在分支

在Mac、Linux 终端显示 Git 当前所在分支

  1. 进入你的home目录
cd ~
  1. 编辑.bashrc文件