Skip to content

Instantly share code, notes, and snippets.

@mariotaku
mariotaku / README.md
Last active December 18, 2020 05:01
Followers Cleaner Script

Usage

  1. Execute pip3 install -r requirements.txt to install dependencies
  2. Execute followers_clear.py and follow instructions.

Notes

Consumer keys can be found here. Use these keys instead of applying yourself can get rid of rate limit.

#!/usr/bin/env runhaskell
-- Copyright (C) 2018 Daniel Gröber <dxld@darkboxed.org>
--
-- Copying and distribution of this file, with or without modification,
-- are permitted in any medium without royalty provided the copyright
-- notice and this notice are preserved. This file is offered as-is,
-- without any warranty.
{-|
License: GNU All-Permissive License
@calexandre
calexandre / merge-zsh-history.sh
Last active July 21, 2026 08:59
Merge two zsh history files
#!/bin/bash
# Inspired on https://david-kerwick.github.io/2017-01-04-combining-zsh-history-files/
set -e
history1=$1
history2=$2
merged=$3
echo "Merging history files: $history1 + $history2"
test ! -f $history1 && echo "File $history1 not found" && exit 1
@InSb
InSb / custom_phrase_double.txt
Last active March 4, 2025 12:44
雾凇拼音 - 小鹤双拼自用配置,内含短语码表
# Rime table
# coding: utf-8
#@/db_name custom_phrase_double.txt
#@/db_type tabledb
#
# version: "2024-05-12"
#
# 自用小鹤双拼短语码表
# 基于【小鹤音形: 10.9m_20231123 build 423】修改
# 内含一码字、二码字词
@avestura
avestura / delete-from-users-where-location-iran.md
Last active June 17, 2026 06:51
DELETE FROM users WHERE location = 'IRAN';

DELETE FROM users WHERE location = 'IRAN';

Hi! I am an Iranian Software Engineer, and in this torn paper note, I want to talk about some funny moments I had online related to the fact that I was spawned in this specific region of the world: Iran.

Microsoft deleted my app, ignored my mails

Back when I was a student, I got access to the Microsoft Imagine, and as a result, I got access to the Microsoft Store as a developer. This inspired me write one of my open-source projects called EyesGuard and publish it on Microsoft Store. However, one day, somebody told me that they can no longer find EyesGuard on the store.