Skip to content

Instantly share code, notes, and snippets.

@motorailgun
motorailgun / idea.md
Last active November 16, 2023 03:13
Installing Windows and Linux into the same partition

Installing Windows and Linux into the same partition

But WHY?

There was a reddit post about installing Arch on NTFS3 partition. Since Windows and Linux doesn't have directories with same names under the /(C:\), I thought it's possible, and turned out it was actually possible.
If you are not familiar to Linux, for example you've searched on Google "how to dualboot Linux and Windos" or brbrbr... you mustn't try this. This is not practical.

Pre-requirements

  • UEFI system
  • Any Linux live-boot CD/DVD/USB... with Linux kernel newer than 5.15
  • Windows installer USB
@esterTion
esterTion / 0_Arcaea_Api_Switcher
Last active May 31, 2020 22:08
Redirect game api call host
shit title place holder
@ThunderCls
ThunderCls / darktheme_modded.ini
Last active November 20, 2019 09:11
Dark Theme Modded by ThunderCls (http://i.imgur.com/y3mcIRu.png)
[Colors]
AbstractTableViewBackgroundColor=#272822
AbstractTableViewHeaderTextColor=#000000
AbstractTableViewSelectionColor=#363930
AbstractTableViewSeparatorColor=#555A4C
AbstractTableViewTextColor=#FFFFFF
DisassemblyAddressBackgroundColor=#XXXXXX
DisassemblyAddressColor=#AE81FF
DisassemblyAutoCommentBackgroundColor=#XXXXXX
DisassemblyAutoCommentColor=#CF780D
@xiagu
xiagu / pisg_smileys.patch
Created March 10, 2015 01:01
A patch for pisg to improve its smiley parsing with a lot more smileys.
From aa0d9705564580ad6059e9e9e793a25764dd3a9f Mon Sep 17 00:00:00 2001
From: Andrew <me@andrew.rs>
Date: Mon, 9 Mar 2015 20:53:59 -0400
Subject: [PATCH] Updated smiley parsing code
---
pisg/modules/Pisg/Parser/Logfile.pm | 51 ++++++++++++++++++++++++++++++-----
1 file changed, 44 insertions(+), 7 deletions(-)
diff --git a/pisg/modules/Pisg/Parser/Logfile.pm b/pisg/modules/Pisg/Parser/Logfile.pm
/*
Quick script for analyzing data from your Facebook activity page
Steps:
1. Go to https://www.facebook.com/me/allactivity?privacy_source=activity_log&log_filter=likedposts
2. Scroll down as far as you want.
3. Open up the browser dev tools, copy the HTML and save it to a file named "sample.html".
4. Make sure you have node.js installed (nodejs.org).
5. Install the cheerio library (type "npm install cheerio" at the command line).
6. Save this script as app.js and run it in the same directory as your saved output (ex: "node app").