-
Eyespy360
- London
-
22:22
(UTC -12:00) - in/vitalii-semianchuk-9812a786
- https://www.tiktok.com/@jsmentoring
- @jsmentor-uk
- https://dev.to/fix2015
Lists (1)
Sort Name ascending (A-Z)
Stars
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
architecture-free neural network library for node.js and the browser
Prevent display sleep and enable wake lock in any Android or iOS web browser.
Patterns for JavaScript, Node.js, and TypeScript
Javascript question for diff level on diff theme, with nice structure, and video files
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 …
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…
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…
A CLI tool for generating interview questions by difficulty level and quantity, with support for multiple output formats including text, JSON, and arrays.
Simple AngularJS Boilerplate for install sudo npm install -g create-angular-app
Simple AngularJS Boilerplate to kick start your new project with SASS support and Gulp watch/build tasks
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…
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…
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 …
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…
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…
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…
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…
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…
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…
A simple example demonstrating the HTML spellcheck='true' attribute for automatic spelling and grammar checks in text fields.