-
Eyespy360
- London
-
16:33
(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
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.
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…
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 **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 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 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 **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…
QuickStart AngularJS 2 Boilerplate to kick start your new project. (create-angular2-app projectName)
QuickStart AngularJS 2 Boilerplate to kick start your new project.
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 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…