Skip to content

Instantly share code, notes, and snippets.

@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

Open this in zkREPL →

This file can be included into other zkREPLs with include "gist:1a9040d49a0a828075971cb50acc4adb";

@techgod143
techgod143 / autoAbout lyfe
Last active July 27, 2024 00:26
auto about lyfe
const { levanterTimeout } = require('../lib/')
/*
{
pattern: 'auto_about ?(.*)',
fromMe: true,
desc: 'auto about',
type: 'bot',
},*/
const time = 1 * 1 * 1 // 1 minute gap
@fjpalacios
fjpalacios / arch-i3gaps-install.md
Last active July 27, 2024 00:17
Arch + i3-gaps Install Guide

Arch + i3-gaps Install Guide

First set up your keyboard layout. For example, in Spanish:

   # loadkeys es

For a list of all acceptable keymaps:

   # localectl list-keymaps
@clarkenheim
clarkenheim / Zip Codes to DMAs
Last active July 27, 2024 00:16
TSV file containing zip codes and the DMA they fall in to. Method: calculate the centre point of every zip code geo boundary, plot those points on a DMA boundary map, find the containing DMA of each zip centroid
This file has been truncated, but you can view the full file.
zip_code dma_code dma_description
01001 543 SPRINGFIELD - HOLYOKE
01002 543 SPRINGFIELD - HOLYOKE
01003 543 SPRINGFIELD - HOLYOKE
01004 543 SPRINGFIELD - HOLYOKE
01005 506 BOSTON (MANCHESTER)
01007 543 SPRINGFIELD - HOLYOKE
01008 543 SPRINGFIELD - HOLYOKE
01009 543 SPRINGFIELD - HOLYOKE
@Kaviaann
Kaviaann / copilot.js
Created July 25, 2024 12:23
Copilot ( likely )
/**
* Scraped By Kaviaann
* Protected By MIT LICENSE
* Whoever caught removing wm will be sued
* @param {String} prompt
* @param {String} system
* @description Any Request? Contact me : vielynian@gmail.com
* @author Kaviaann 2024
* @copyright https://whatsapp.com/channel/0029Vac0YNgAjPXNKPXCvE2e
*/
@dfoverdx
dfoverdx / JavaScript Members Not Bound to Instances.md
Last active July 26, 2024 23:58
Why JavaScript class members are not automatically bound to the instance of the class

It took a few years, but I finally understand why member functions of classes in JavaScript aren't automatically bound to their objects, in particular when used in callback arguments.

In most object-oriented languages, functions are members of a class--they exist in memory only once, and when they are called, this is simply a hidden argument of the function which is assigned to the object that's calling it. Python makes this explicit by requiring that the first argument of a class's member function be self (Python's equivalent of this--you can name self whatever you want, but self is the convention).

class MyClass:
@choco-bot
choco-bot / FilesSnapshot.xml
Created July 26, 2024 23:22
bfg-repo-cleaner v1.13.0.20200108 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\bfg-repo-cleaner\bfg-repo-cleaner.nupkg" checksum="0515DA6A537B47757DCABECC6A3BA268" />
<file path="C:\ProgramData\chocolatey\lib\bfg-repo-cleaner\bfg-repo-cleaner.nuspec" checksum="F4C97675C37E8CDC7A4AFE4806BD660D" />
<file path="C:\ProgramData\chocolatey\lib\bfg-repo-cleaner\legal\LICENSE-GPLv3.txt" checksum="3C34AFDC3ADF82D2448F12715A255122" />
<file path="C:\ProgramData\chocolatey\lib\bfg-repo-cleaner\legal\LICENSE-MIT.txt" checksum="10058F9F3BBBFA9A90FA067498FA4E36" />
<file path="C:\ProgramData\chocolatey\lib\bfg-repo-cleaner\legal\LICENSE.md" checksum="62959CCBD5CD61224BD59F54D1BC9B6C" />
<file path="C:\ProgramData\chocolatey\lib\bfg-repo-cleaner\legal\VERIFICATION.txt" checksum="02E6EC0897F0DC43345D78DC6D34A79E" />
<file path="C:\ProgramData\chocolatey\lib\bfg-rep