Skip to content

Instantly share code, notes, and snippets.

View ringo360's full-sized avatar
💙
Average chino lover

ringoXD ringo360

💙
Average chino lover
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 6, 2024 20:55
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@bonniss
bonniss / better-sqlite3-cheatsheet.md
Last active June 4, 2024 08:39
better-sqlite3 cheatsheet

Refs:

// Init new db
// If the database file does not exist, it is created
// This happens synchronously, which means you can start executing queries right away
const Database = require('better-sqlite3');
@GAS85
GAS85 / aria2c_webUI.md
Last active June 20, 2024 00:46
Aria2 + Ubuntu 18.04 + Apache2 + Web UI
OS: Ubuntu 18.04 Apache/2.4.18 1.0.2g-1ubuntu4.10
Aim: to install Aria2 with WebUI and secure Token.
IP Addr of your Aria2 server is 192.168.0.111
Your local IP network is 192.168.0.0/24

Aria 2

1. Installation

Install aria2 package:

@mavieth
mavieth / media-query-template.css
Last active June 15, 2024 03:15
Media Query Template for Basic CSS
/**
* Basic CSS Media Query Template
* TODO: I should probably use Sass...
* Author: Michael Vieth
* ------------------------------------------
* Responsive Grid Media Queries - 1280, 1024, 768, 480
* 1280-1024 - desktop (default grid)
* 1024-768 - tablet landscape
* 768-480 - tablet
* 480-less - phone landscape & smaller