Skip to content

Instantly share code, notes, and snippets.

@yassineaboukir
yassineaboukir / List of API endpoints & objects
Last active April 28, 2025 13:12
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@rumansaleem
rumansaleem / clean-up-arch-linux.md
Created May 28, 2019 08:51
Instructions to clean up Arch Linux (Manjaro)

Contents

  • Clean pkg cache
  • Remove unused packages (orphans)
  • Clean cache in /home
  • remove old config files
  • Find and Remove
    • duplicates
    • empty files
    • empty directories
  • broken symlinks
@Maharshi-Pandya
Maharshi-Pandya / contemplative-llms.txt
Last active April 28, 2025 13:10
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference

Flutter Clean Architecture Implementation Guide

Overview

This document provides comprehensive guidelines for implementing a Flutter project following Clean Architecture principles. The project structure follows a modular approach with clear separation of concerns, making the codebase maintainable, testable, and scalable.

lib/
├── core/
│   ├── database/             
#EXTINF:-1 tvg-id="" tvg-name="A GRANDE FAMÍLIA 24H¹" tvg-logo="http://i.imgur.com/wkWclbH.jpg" group-title="24H | SÉRIES",A GRANDE FAMÍLIA 24H¹ http://7semfronteiras.cc:8080/muniqueiribeiibpt1/41a7nyvk/170663
#EXTINF:-1 tvg-id="" tvg-name="ARQUEIRO VERDE 24H¹" tvg-logo="http://i.imgur.com/GqLBOkW.jpg" group-title="24H | SÉRIES",ARQUEIRO VERDE 24H¹ http://7semfronteiras.cc:8080/muniqueiribeiibpt1/41a7nyvk/226287
#EXTINF:-1 tvg-id="" tvg-name="AS VISÕES DA RAVEN 24H¹" tvg-logo="http://i.imgur.com/i41qqgZ.jpg" group-title="24H | SÉRIES",AS VISÕES DA RAVEN 24H¹ http://7semfronteiras.cc:8080/muniqueiribeiibpt1/41a7nyvk/226513
#EXTINF:-1 tvg-id="" tvg-name="BIG BANG THEORY 24H¹" tvg-logo="http://i.imgur.com/MZXvpiQ.jpg" group-title="24H | SÉRIES",BIG BANG THEORY 24H¹ http://7semfronteiras.cc:8080/muniqueiribeiibpt1/41a7nyvk/170683
#EXTINF:-1 tvg-id="" tvg-name="BRASIL VISTO DE CIMA 24H¹" tvg-logo="http://i.imgur.com/pcGcB5t.jpg" group-title="24H | SÉRIES",BRASIL VISTO DE CIMA 24H¹ http://7semfronteiras.cc:8080/mun

ZSH CheatSheet

This is a cheat sheet for how to perform various actions to ZSH, which can be tricky to find on the web as the syntax is not intuitive and it is generally not very well-documented.

Strings

Description Syntax
Get the length of a string ${#VARNAME}
Get a single character ${VARNAME[index]}
@alfajrimutawadhi
alfajrimutawadhi / deploy-laravel-en.md
Created June 16, 2023 06:19
How to deploy Laravel to server (VPS)

How to deploy Laravel application to Virtual Private Server (VPS)


Some things you need :

  • Laravel project
  • VPS / Virtual Private Server
  • Domain (if any)

Here's how to deploy your Laravel application to the server

  1. Put your Laravel project into source code management (github/gitlab/others)
    Here I will use my company-management reporsitory.
@meoso
meoso / Example.com-Password-Expiration-Notifications.ps1
Last active April 28, 2025 13:06
PowerShell Active Directory Password Expiration Email Notification
#################################################################################################################
#
# Password-Expiration-Notifications v20220823
# Highly Modified fork. https://gist.github.com/meoso/3488ef8e9c77d2beccfd921f991faa64
#
# Originally from v1.4 @ https://gallery.technet.microsoft.com/Password-Expiry-Email-177c3e27
# https://windowspoweressentials.com/2017/02/21/powershell-password-reminder-script-updated/
# https://github.com/titlerequired/public
# Robert Pearman (WSSMB MVP)
# TitleRequired.com
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created April 28, 2025 13:04
aimp v5.40.2675 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2905695638-2748783018-176965462-1000</user>
<keys>
<key installerType="Unknown" displayName="AIMP" displayVersion="5.40.2675">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AIMP</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[C:\Program Files\AIMP\Uninstall.exe]]></UninstallString>