Drag the background!

Search JS code (of Worlds)

Search JavaScript code of all Worlds for: mouseDrag


Final Pool
1177 runs ♦ 2 likes
By Ian Gilligan  
Created: 1 Mar 2019
Modified: 17 Sep 2023
Pool Predictor for CA326
ABHandler.initMouseDrag = click;
ABHandler.mouseDrag = dummy;
Sampler
153 runs ♦ 1 like
By Enhanced  
Created: 19 Jul 2018
Modified: 17 Sep 2023
Upload sounds, play them, automate them. Saving data works.
threehandler.mouseDrag = function ( x, y ) { };
threehandler.initMouseDrag = initDrag;
Character recogn...
2016 runs ♦ 0 likes
By "Coding Train" p...  
Created: 5 Jul 2019
Modified: 17 Sep 2023
Neural network to do character recognition from image database and from handwriting in real-time.
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Space Hero
122 runs ♦ 0 likes
By Enhanced  
Created: 13 Jun 2018
Modified: 17 Sep 2023
Drag the Earth the collect the suns. Don't get hit by the asteriods ! Enhanced version of "Space...
threehandler.initMouseDrag = initDrag;
threehandler.mouseDrag = drag
Zombie Death Baby
803 runs ♦ 1 like
By Starter user  
Created: 11 Jun 2018
Modified: 17 Sep 2023
How to make a fun touch game for mobile. Touch drag and tap objects. Mouse drag and click object...
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Hunting Season
1399 runs ♦ 1 like
By Niall Kelly  
Created: 3 Nov 2022
Modified: 17 Sep 2023
The aim is simple, shoot as many targets as you can in 60 seconds. Watch out for the hawk's, the...
ABHandler.touchDrag = mouseDrag;
ABHandler.initMouseDrag = mouseClick; // Override default desktop controls
ABHandler.mouseDrag = mouseDrag;
function mouseDrag(x, y){ // Disable drag
Character recogn...
8 runs ♦ 0 likes
By Tadhg Donnelly  
Created: 11 Nov 2024
Modified: 11 Nov 2024
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Preprocessing to...
609 runs ♦ 0 likes
By Philip  
Created: 4 Dec 2020
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if (mousedrag) {
mousedrag = false;
First Person Con...
15 runs ♦ 0 likes
By Mathias Bazin  
Created: 19 Jun 2018
Modified: 17 Sep 2023
Clone of "First Person Controls" by Mathias Bazin
// threehandler.initMouseDrag = function(){};
// threehandler.mouseDrag = function(){};
Character recogn...
3 runs ♦ 0 likes
By JAI GANRAJ  
Created: 15 Nov 2023
Modified: 11 Sep 2024
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
1 run ♦ 0 likes
By robby  
Created: 1 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
New World
8 runs ♦ 0 likes
By Vaidas Buzas  
Created: 15 Nov 2022
Modified: 17 Sep 2023
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
1 run ♦ 0 likes
By Dom  
Created: 22 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character Recogn...
88 runs ♦ 0 likes
By AKASH BARIK  
Created: 24 Nov 2022
Modified: 17 Sep 2023
Assignment 2 - Character recognition using CNN and Convnet.js
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Attempt3
5 runs ♦ 0 likes
By Adrian Sweeney  
Created: 4 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network (clone by Adrian Sweeney)" by Adrian Sweeney
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character Recogn...
36 runs ♦ 0 likes
By Kieron  
Created: 10 Nov 2022
Modified: 17 Sep 2023
A world that illustrates how a neural network can be taught to recognise digits.
let mousedrag = false;
mousedrag = true;
if (mousedrag) {
mousedrag = false;
Cloned Touch complex
7 runs ♦ 0 likes
By Nathan Bonnard  
Created: 18 Jun 2018
Modified: 17 Sep 2023
Clone of "Touch complex" by Starter user
threehandler.initMouseDrag = initDrag;
threehandler.mouseDrag = drag
Character recogn...
1 run ♦ 0 likes
By Mark  
Created: 3 Dec 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
8 runs ♦ 0 likes
By Danyal  
Created: 19 Nov 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
AI_in_use_charac...
11 runs ♦ 0 likes
By Rajesh Dande  
Created: 13 Dec 2020
Modified: 17 Sep 2023
Clone of "AI_in_use_character recognition_neural_network_by_RajeshDande" by Rajesh Dande
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
CR1/tanh activat...
14 runs ♦ 0 likes
By akshara  
Created: 13 Dec 2020
Modified: 17 Sep 2023
Clone of CR1/tanh activation/hn128
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
0 runs ♦ 0 likes
By Brendan  
Created: 18 Oct 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
1 run ♦ 0 likes
By Niveditha Ravikumar  
Created: 13 Nov 2024
Modified: 13 Nov 2024
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Doodle recognise...
97 runs ♦ 0 likes
By Tristan Everitt  
Created: 25 Nov 2022
Modified: 17 Sep 2023
2022-23 practical: Doodle recogniser for a-z
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if (mousedrag) {
mousedrag = false;
test2 Zombie Dea...
1 run ♦ 0 likes
By test2  
Created: 15 Mar 2019
Modified: 15 Mar 2019
Clone of "Zombie Death Baby" by Starter user
ABHandler.initMouseDrag = initDrag;
ABHandler.mouseDrag = drag
Character recogn...
366 runs ♦ 0 likes
By Akash Gupta  
Created: 2 Dec 2021
Modified: 17 Sep 2023
Practical 2 MNIST Digit Recognition
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Assignment 2
32 runs ♦ 0 likes
By Adrian Sweeney  
Created: 2 Dec 2019
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
0 runs ♦ 0 likes
By Abdelshafa Abdala  
Created: 20 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
v0.3 Pool Predic...
1 run ♦ 0 likes
By David L  
Created: 30 Nov 2022
Modified: 17 Sep 2023
Clone of "v0.3 Pool Predictor Prototype" by lillisl2
//ABHandler.initMouseDrag = initDrag;
//ABHandler.mouseDrag = drag
Character recogn...
110 runs ♦ 0 likes
By Shamsul Abedin  
Created: 22 Dec 2019
Modified: 17 Sep 2023
Character recognition neural network-Improve doodle recognition
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
2 runs ♦ 0 likes
By Tony Forde  
Created: 26 Nov 2021
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
19 runs ♦ 0 likes
By Nikitha Guntamadugu  
Created: 13 Nov 2024
Modified: 13 Nov 2024
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;
Character recogn...
30 runs ♦ 0 likes
By Paul R  
Created: 17 Nov 2022
Modified: 17 Sep 2023
Clone of "Character recognition neural network" by "Coding Train" project
let mousedrag = false; // are we in the middle of a mouse drag drawing?
mousedrag = true; // start a mouse drag
if ( mousedrag )
mousedrag = false;


The background is a program, showing the JavaScript graphics used on this site.
The globes light up when you log in.
 
Font:

Users retain ownership of user content.

Platforms      Stats      The name      Terms and conditions

Call for partners      Contact

Call for partners!
Ancient Brain is looking for a partner to co-write a JavaScript coding book for schools, to be used worldwide. This would be a course for students in learning to code from scratch. The book and course will be integrated into the Ancient Brain site. This is an opportunity for someone looking to develop a course and textbook to partner with a site to promote it. Read more.