Skip to content

Instantly share code, notes, and snippets.

View kiraio-moe's full-sized avatar
๐Ÿ”ฅ
Work & Code

Bayu Satiyo โœจ kiraio-moe

๐Ÿ”ฅ
Work & Code
View GitHub Profile
@kiraio-moe
kiraio-moe / index.47c6348a.js
Created September 22, 2024 10:12
Nizima core module
This file has been truncated, but you can view the full file.
let e, t, n, r, a, o, i, l, s, c, u, d, p, m, z, f, b, h, g, M;
function v(e, t, n, r) {
Object.defineProperty(e, t, {
get: n,
set: r,
enumerable: !0,
configurable: !0,
});
}
function O(e) {
@kiraio-moe
kiraio-moe / megafetch.sh
Created June 23, 2023 15:22 — forked from zanculmarktum/megafetch.sh
Get download url from mega.nz
#!/bin/bash
# Copyright 2018, 2019, 2020 Azure Zanculmarktum
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
@kiraio-moe
kiraio-moe / NekoparaExtraction.md
Created May 30, 2023 07:57 — forked from LukeZGD/NekoparaExtraction.md
Nekopara Data Extraction for Vol. 1, 0, 2, 3, 4, and Extra

Nekopara Data Extraction for Vol. 1, 0, 2, 3, 4, and Extra

  • This guide can also be used in other VNs that have the Kirikiri/CatSystem2 engine

Tools Needed:

@kiraio-moe
kiraio-moe / jekyll-offline-docs.md
Created November 28, 2022 18:44
Get the latest Jekyll documentation locally for offline use.

๐Ÿ“˜ Overview

How to get the latest Jekyll documentation for offline use? Well, you may just get it by cloning the repo or through jekyll-docs but the version they provide is obsolete and may not be updated yet.

If you don't have a lot of internet data to clone the repo, you can use this method.

๐Ÿ“– Steps

  1. Go to Jekyll GitHub release page then search Jekyll version you want.
  2. Download the source code under Assets dropdown. Choose either .zip or .tar.gz (It's under 2 MB).
@kiraio-moe
kiraio-moe / jekyll-offline-docs.md
Created November 28, 2022 18:43
Get the latest Jekyll documentation locally for offline use.

๐Ÿ“˜ Overview

How to get the latest Jekyll documentation for offline use? Well, you may just get it by cloning the repo or through jekyll-docs but the version they provide is obsolete and may not be updated yet.

If you don't have a lot of internet data to clone the repo, you can use this method.

๐Ÿ“– Steps

  1. Go to Jekyll GitHub release page then search Jekyll version you want.
  2. Download the source code under Assets dropdown. Choose either .zip or .tar.gz (It's under 2 MB).
@kiraio-moe
kiraio-moe / WaveGenerator.cs
Created October 22, 2022 13:48 — forked from SvDvorak/WaveGenerator.cs
Unity sound wave using line renderers
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
/// Creates a wave form based on an audiosource
/// Modified version of http://forum.unity3d.com/threads/making-sense-of-spectrum-data.90262
/// Make sure to plug in the _topLine and _bottomLine line renderers
public class WaveGenerator : MonoBehaviour
{
@kiraio-moe
kiraio-moe / proxy-in-linux.md
Created April 27, 2022 22:24
How to setup proxy in Linux?

There are many ways and tools to use proxy in Linux. But, let's use what I already used.

GUI

  • This is the easiest way. If you have a GUI settings, just search for Network > Network Proxy > Manual.
  • Fill in the input with your own proxy settings.

Manual with CLI

@kiraio-moe
kiraio-moe / git-with-proxy-config.md
Last active November 28, 2022 19:44
How to use git over proxy server?

๐Ÿ“˜ Overview

There are many ways to use git with a proxy server, but for now I'll only explain how to use it using http/https and ssh protocols.
Let's see how to use git with a proxy!

โš™๏ธ Configurations

๐Ÿ›ก๏ธ SSH

Basically it works with any other proxy tool, just adjust proxycommand attribute according to proxy tool you are using with.