Skip to content

Instantly share code, notes, and snippets.

View ShogoKoyama's full-sized avatar
💭
I may be slow to respond.

Shogo Koyama ShogoKoyama

💭
I may be slow to respond.
View GitHub Profile
@Jikoo
Jikoo / Experience.java
Last active July 3, 2024 16:08
A utility for managing experience with Bukkit.
package com.github.jikoo.planarwrappers.util;
import org.bukkit.entity.Player;
/**
* A utility for managing player experience.
*/
public final class Experience {
/**
@RayPS
RayPS / kali-linux-macbook-air-wifi.md
Last active April 23, 2024 15:04
Fix Wi-Fi adapter for Kali linux on MacBook Air

Fix Wi-Fi adapter for Kali linux on MacBook Air

https://http.kali.org/kali/pool/non-free/b/broadcom-sta/

Download the latest broadcom-sta-dkms_XXXXXXXXXXXXXXX_all.deb from the link above

For example:

$ wget http://http.kali.org/kali/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-24_all.deb
@ksuzushima
ksuzushima / nodebrew_DS_Store.md
Last active June 23, 2021 11:54
nodebrew ls で `Use of uninitialized value $a1 in numeric comparison (<=>) at /Users/(ユーザ)/.nodebrew/current/bin/nodebrew line 675.` が出る #nodebrew
$ nodebrew ls

Use of uninitialized value $b1 in numeric comparison (<=>) at /usr/local/bin/nodebrew line 678.
Use of uninitialized value $a1 in numeric comparison (<=>) at /usr/local/bin/nodebrew line 678.
Use of uninitialized value $a1 in numeric comparison (<=>) at /usr/local/bin/nodebrew line 678.
.DS_Store
v6.3.1
v7.10.0
v8.2.1
@richlander
richlander / instructions.md
Last active March 24, 2024 14:54
Installing .NET Core 3.0 on Linux ARM64

Installing .NET Core on Linux ARM64

The following intructions can be used to install .NET Core on Linux ARM64.

Pro tip: Check out .NET Core Docker files to determine the exact instructions for installing .NET Core builds, for example .NET Core 3.1 ARM32 SDK Dockerfile.

Installing .NET Core Globally

The following instructions install the latest .NET Core globally. It isn't required to do that, but it provides the best experience.