-
Eyespy360
- London
-
02:10
(UTC -12:00) - in/vitalii-semianchuk-9812a786
- https://www.tiktok.com/@jsmentoring
- @jsmentor-uk
- https://dev.to/fix2015
-
Patterns-JavaScript Public
Forked from tshemsedinov/Patterns-JavaScriptPatterns for JavaScript, Node.js, and TypeScript
UpdatedMar 31, 2025 -
interview-questions Public
A CLI tool for generating interview questions by difficulty level and quantity, with support for multiple output formats including text, JSON, and arrays.
-
javascript-questions-pro Public
Javascript question for diff level on diff theme, with nice structure, and video files
-
kill-port Public
Forked from tiaanduplessis/kill-port❌ Kill the process running on given port
-
-
no-sleep-app Public
NoSleepJs is a lightweight JavaScript library that prevents devices from going to sleep during critical activities. It uses the Screen Wake Lock API or a fallback video playback method to keep the …
-
port-client Public
A powerful utility for managing processes on specified ports, including options for checking port status, killing processes, handling multiple ports, enabling interactive mode, and supporting grace…
-
-
HorizonNet Public
Forked from sunset1995/HorizonNetPytorch implementation of HorizonNet: Learning Room Layout with 1D Representation and Pano Stretch Data Augmentation.
-
-
-
structure_deque Public
A simple implementation of the **Deque** (Double-Ended Queue) data structure in JavaScript. This repository demonstrates how to create a deque class with essential methods and explains its function…
-
structure_heap Public
A simple implementation of the **Heap** data structure in JavaScript. This repository demonstrates how to create a heap class with essential methods and explains its functionality with practical ex…
-
structure_trie Public
A simple implementation of the **Trie (Prefix Tree)** data structure in JavaScript. This repository demonstrates how to create a trie class with essential methods and explains its functionality wit…
-
structure_set Public
A simple implementation of the **Set** data structure in JavaScript. This repository demonstrates how to create a set class with essential methods and explains its functionality with practical exam…
-
structure_priority_queue Public
A simple implementation of the **Priority Queue** data structure in JavaScript. This repository demonstrates how to create a priority queue class with essential methods and explains its functionali…
-
structure_graph Public
A **Graph** is a collection of nodes (also called vertices) and edges that connect pairs of nodes. Graphs can be either **directed** (edges have a direction) or **undirected** (edges do not have a …
-
structure_bst Public
A **Binary Search Tree (BST)** is a tree data structure where each node has at most two children, referred to as the left and right children. The left child’s value is less than the parent node’s v…
-
-
structure_linked_list Public
A simple implementation of the **Linked List** data structure in JavaScript. This repository demonstrates how to create a linked list class with essential methods and explains its functionality wit…
-
-
-
interactive-video-player Public
An interactive video player framework to create engaging animations and experiences by combining different video clips. Automatically adjusts video quality based on internet speed, handles bufferin…
-
-
-
spellcheck Public
A simple example demonstrating the HTML spellcheck='true' attribute for automatic spelling and grammar checks in text fields.
-
generate_poster Public
A simple Bash script that extracts the first frame from all `.mp4` video files in the current directory to generate poster images. This tool uses `ffmpeg` to create high-quality poster images, prev…
-
-
-