Skip to content

Instantly share code, notes, and snippets.

@tykurtz
tykurtz / grokking_to_leetcode.md
Last active June 21, 2025 02:45
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@acstrahl
acstrahl / crunchbase.ipynb
Created June 3, 2025 20:46
Analyzing Startup Fundraising Deals from Crunchbase: Dataset optimization and memory handling DEMO
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Mason10198
Mason10198 / ASL3Autopatch.md
Last active June 21, 2025 02:31
ASL3 Autopatch & Reverse Autopatch

Giving Your ASL3 Node a Phone Number - Setting Up Autopatch and Reverse Autopatch using VoIP.ms

Author: N5LSN

Important

As of 8/24/24, ASL3 half-duplex (duplex=0,1) autopatch still has a few bugs to work out before it is fully functional. Incoming calls (reverse autopatch) work fine, but outgoing (autopatch) calls are unable to pass phone audio to the ASL3 node.

Important

Since you will be aquiring a new VOIP number, it is very likely that most carriers will auto-label calls from your autopatch as spam/fraud. Depending on the configuration of the carrier & receiving phone, the autopatch call may be routed straight to voicemail and hidden from the missed call history, and the receiving party may never even know you called. I am unsure how to remedy this other than reaching out to the carriers individually, explaining the legitimacy of your number, and requesting the removal of the s

@jakebellacera
jakebellacera / ICS.php
Last active June 21, 2025 01:17
A convenient script to generate iCalendar (.ics) files on the fly in PHP.
<?php
/**
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.
*
[
{
"backcolor": "#141414",
"name": "Adelheid",
"author": "floookay",
"switchMount": "cherry",
"switchBrand": "gateron",
"pcb": true
},
[
@vjt
vjt / copy-from-time-machine.sh
Last active June 21, 2025 01:13
Copy data from a Time Machine volume mounted on a Linux box.
#!/bin/bash
#
# Copy data from a Time Machine volume mounted on a Linux box.
#
# Usage: copy-from-time-machine.sh <source> <target>
#
# source: the source directory inside a time machine backup
# target: the target directory in which to copy the reconstructed
# directory trees. Created if it does not exists.
#
@ezracb
ezracb / VMware Workstation Pro and Fusion Pro Licence Keys
Created April 9, 2021 14:43
VMware Workstation Pro and Fusion Pro Licence Keys
Obviously using these keys may be a grey area. I use them for my computer, but there are no guarentees VMware won't sue you if you use them in a commercial environment.
VMware Workstation 16
YF390-0HF8P-M81RQ-2DXQE-M2UT6
VMware Fusion Pro 12
YF390-0HF8P-M81RQ-2DXQE-M2UT6
As far as I know, this key works on both Fusion and Workstation.
@aderusha
aderusha / link_multiple_devices.yaml
Created September 12, 2022 21:19
Select multiple entities to link their on/off state. If any selected entity is turned on or off, the other selected entities will be sent a matching on or off command.
@c0ldd
c0ldd / gist:2e1263598171d82b31040e752185f16d
Last active June 21, 2025 00:33
querydsl-sql with H2 tables generated from liquibase scripts
// configured plugins in pom.xml
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
<defaultSchemaName>MYSCHEMA</defaultSchemaName>
<changeLogFile>src/main/resources/db/master.changelog.xml</changeLogFile>
<url>jdbc:h2:./target/tl_tables;AUTO_SERVER=TRUE;MV_STORE=FALSE;MVCC=FALSE;INIT=create schema IF NOT EXISTS MYSCHEMA</url>
@nileshtrivedi
nileshtrivedi / Caddyfile
Created November 14, 2021 18:30
Caddy on fly.io as reverse proxy to services on Tailscale network
log stdout
errors stdout
auto_https off
http://myapp.fly.dev {
reverse_proxy 100.120.108.62:8000
}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy