2,983 results for javascript

github.com/NeoniteDev/NeoniteV2

NeoniteDev/NeoniteV2

Neonite V2 - An open-source Fortnite lobby emulator, written in JavaScript. (⭐ 179)

www.bing.com/ck/a?!&&p=4bad77f512a0f7b830100c8df9d33b2e9f21f40d1a2c517d70e88ce4e54214aeJmltdHM9MTc3MjY2ODgwMA&ptn=3&ver=2&hsh=4&fclid=07cc5abd-a18a-6dee-3592-4da9a0c56c92&u=a1aHR0cHM6Ly93d3cuYXV0b3RyYWRlci5jb20vbWFya2V0cGxhY2UvcHJpdmF0ZS1zZWxsZXItY2VudGVyP21zb2NraWQ9MDdjYzVhYmRhMThhNmRlZTM1OTI0ZGE5YTBjNTZjOTI&ntb=1

Autotrader

To visit our site, you must have Javascript enabled in your browser.

github.com/CirilBohak/LabanVisualiser

CirilBohak/LabanVisualiser

Dance visualiser based on Labanotation. Current state is port of LINTEL visualiser to Javascript. (⭐ 2)

github.com/lusaxweb/Kursor

lusaxweb/Kursor

Cursor style with javascript and css (⭐ 181)

github.com/paulrosen/abcjs

paulrosen/abcjs

javascript for rendering abc music notation (⭐ 2225)

github.com/trekhleb/nano-neuron

trekhleb/nano-neuron

? NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn" (⭐ 2270)

github.com/tapmodo/Jcrop

tapmodo/Jcrop

Jcrop - The Javascript Image Cropping Engine (⭐ 4288)

github.com/flightjs/flight

flightjs/flight

A component-based, event-driven JavaScript framework from Twitter (⭐ 6514)

github.com/zapier/zapier-platform-cli

zapier/zapier-platform-cli

:computer: Build Zapier integrations and test locally using the JavaScript tools you already know. (⭐ 274)

github.com/scottschiller/Snowstorm

scottschiller/Snowstorm

Enterprise-grade JavaScript snow effect for the internets, setting CPUs on fire worldwide every winter since 2003. (⭐ 557)

github.com/KingSora/OverlayScrollbars

KingSora/OverlayScrollbars

A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel. (⭐ 4325)

github.com/tamc/Sankey

tamc/Sankey

A javascript library for drawing sankey / flow diagrams (⭐ 254)

github.com/fmzquant/strategies

fmzquant/strategies

quantitative trading with Javascript, Python, C++, PineScript, Blockly, MyLanguage(麦语言) (⭐ 5092)

github.com/linuxerjpn/Math5_eq_area_deformation

linuxerjpn/Math5_eq_area_deformation

小学校5年生の図形の等積変形。台形などの図形を切り取って移動したり、回転する。小学校5年生の算数 図形の単元で、等積変形をブラウザ上で実現する. 最初はjavaベースのProcessing言語で開発していたが、Processingの文法をある程度はそのまま流用できるので、javascript言語ベースのp5js言語で開発. ~備忘録~ ■図形の移動には、それぞれの図形で内外判定をする必要がある.内外判定は、マウスクリックした任意の点に対して、図形ごとにすべての頂点に対して、角度を計算して合算する. * 合算した結果…