Skip to content

Instantly share code, notes, and snippets.

@alanvww
alanvww / draggable_IIFE.js
Last active April 2, 2024 13:23
Draggable Everything(Not yet) v0.2
// Alan Ren
// Spring 2024
// NYU ITP
(function () {
let offset_x = 0,
offset_y = 0;
let zIndexCounter = 1000; // Start with a base zIndex value
function initDraggable(element) {
document.querySelectorAll('a').forEach((link) => {
@alanvww
alanvww / HW5.ipynb
Last active April 4, 2024 16:10
HW5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.