sqlite:///livres_dbCREATE TABLE Livres (| // ==UserScript== | |
| // @name Typing race | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Try to type as fast as possible but with a bot help | |
| // @author Mazz | |
| // @match https://10fastfingers.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=10fastfingers.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Moyenne VieScolaire | |
| // @namespace none | |
| // @version 2.4 | |
| // @description Un script qui permet d'afficher la moyenne générale sur l'ENT VieScolaire. | |
| // @author Mazz | |
| // @match https://lyceepaullapie92.la-vie-scolaire.fr/* | |
| // @grant none | |
| // ==/UserScript== |
| import java.util.NoSuchElementException; | |
| import java.util.Random; | |
| import java.util.Scanner; | |
| /** | |
| * Hangman game, recreated in Java. 05/22/2020 | |
| * | |
| * @author Mazz3015 | |
| * @version 1.0 | |
| */ |
| import * as Discord from "discord.js"; | |
| // Fun command | |
| /** | |
| * Re-creating the tic-tac-toe game but it's in Discord | |
| * @param {Discord.Client} Client the client | |
| * @param {Discord.Message} Message the message that contains the command name | |
| * @param {string[]} args the command args | |
| * @param {any} options some options |