Skip to content

Instantly share code, notes, and snippets.

View deminearchiver's full-sized avatar

deminearchiver deminearchiver

View GitHub Profile
@deminearchiver
deminearchiver / main.dart
Last active January 21, 2026 15:42
Design suggsetion for ImranR98/Obtainium#2742.
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
@deminearchiver
deminearchiver / private_fork.md
Created February 6, 2024 14:00 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git

@deminearchiver
deminearchiver / RevertNewLayout.md
Created December 31, 2023 07:51 — forked from aamiaa/RevertNewLayout.md
Revert New Discord Layout

Revert New Discord Layout

How to use this script:

  1. Go to https://discord.com/app
  2. Press Ctrl + Shift + I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
let wpRequire;