NeoniteDev/NeoniteV2
Neonite V2 - An open-source Fortnite lobby emulator, written in JavaScript. (⭐ 179)
Neonite V2 - An open-source Fortnite lobby emulator, written in JavaScript. (⭐ 179)
To visit our site, you must have Javascript enabled in your browser.
Dance visualiser based on Labanotation. Current state is port of LINTEL visualiser to Javascript. (⭐ 2)
Cursor style with javascript and css (⭐ 181)
javascript for rendering abc music notation (⭐ 2225)
? NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn" (⭐ 2270)
JavaScript chessboard (⭐ 2123)
Jcrop - The Javascript Image Cropping Engine (⭐ 4288)
Points: 244 | Comments: 28 | Author: rayshan
JavaScript with Smalltalk's syntax (⭐ 77)
A component-based, event-driven JavaScript framework from Twitter (⭐ 6514)
:computer: Build Zapier integrations and test locally using the JavaScript tools you already know. (⭐ 274)
This is a clone of Marriott-Bonvoy, where we have used HTML, CSS, and JavaScript to achieve this (⭐ 2)
Enterprise-grade JavaScript snow effect for the internets, setting CPUs on fire worldwide every winter since 2003. (⭐ 557)
A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel. (⭐ 4325)
A javascript library for drawing sankey / flow diagrams (⭐ 254)
A JavaScript Framework for Verifiable Data (⭐ 527)
quantitative trading with Javascript, Python, C++, PineScript, Blockly, MyLanguage(麦语言) (⭐ 5092)
Programmers routinely trade space for time to increase performance, often in the form of caching or memoization. In managed languages like Java or JavaScript, however, this space-time tradeoff is complex. Using more space translates into higher garba...
小学校5年生の図形の等積変形。台形などの図形を切り取って移動したり、回転する。小学校5年生の算数 図形の単元で、等積変形をブラウザ上で実現する. 最初はjavaベースのProcessing言語で開発していたが、Processingの文法をある程度はそのまま流用できるので、javascript言語ベースのp5js言語で開発. ~備忘録~ ■図形の移動には、それぞれの図形で内外判定をする必要がある.内外判定は、マウスクリックした任意の点に対して、図形ごとにすべての頂点に対して、角度を計算して合算する. * 合算した結果…