Demonstrate a top-down camera with a canvas.
WIP: Generating with constant feedback from ChatGPT 4o.
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<title>Calculator</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<link | |
rel="stylesheet" | |
type="text/css" | |
href="https://cdn.jsdelivr.net/npm/reset-css@5.0.2/reset.min.css" | |
/> |
// ==UserScript== | |
// @name Gundam Build Divers - Episode Staff Translator | |
// @namespace net.gundam-bd.story | |
// @version 1.0.1 | |
// @description Translates episode personel information | |
// @author rmkane | |
// @match http://www.gundam-bd.net/story/* | |
// @resource JQUERY_MODAL https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js |
id | pokemon | primaryColor | secondaryColor | verified | |
---|---|---|---|---|---|
1 | Bulbasaur | #36C8A4 | #A3FB83 | TRUE | |
2 | Charmander | #F09230 | #FFE699 | TRUE | |
3 | Squirtle | #85C4D6 | #F2E8BE | TRUE | |
4 | Caterpie | #A5CD87 | #FAE3B1 | TRUE | |
5 | Weedle | #E7BC83 | #DB76AD | TRUE | |
6 | Pidgey | #E9E0B7 | #D29E65 | TRUE | |
7 | Rattata | #A989BA | #D9D7BE | TRUE | |
8 | Spearow | #EBB9A0 | #FE5D6C | TRUE | |
9 | Ekans | #CBA8C9 | #F1E090 | TRUE |
C:\JDK
in this case)jdk-8u201-windows-x64.exe
)jdk-XuXX-windows-x64.exe
into the directory C:\JDK
cmd.exe
:
cd C:\JDK\.rsrc\1033\JAVA_CAB10
extrac32 111
C:\JDK\.rsrc\1033\JAVA_CAB10\tools.zip
with 7-zip[{ | |
"id": 1, | |
"name": "Bulbasaur", | |
"types": ["Grass", "Poison"], | |
"stats": { | |
"stamina": 90, | |
"attack": 118, | |
"defense": 118 | |
}, | |
"fastMoves": [{ |
#!/usr/bin/env python3 | |
''' | |
Pokemon GO CP Calculator | |
Formula: https://reddit.com/r/TheSilphRoad/comments/4t7r4d/exact_pokemon_cp_formula/ | |
Calculator: https://pokemongohub.net/pokemon-go-evolution-calculator/ | |
''' | |
import numpy as np | |
from itertools import product |
{ | |
"url" : "", | |
"name" : "Lúcio", | |
"title" : "", | |
"role" : "Support", | |
"info" : "", | |
"lore" : "", | |
"date" : "", | |
"difficulty" : "", | |
"melee" : false, |
[ | |
{ "code" : "AF", "name" : "Afghanistan" }, | |
{ "code" : "AX", "name" : "Åland Islands" }, | |
{ "code" : "AL", "name" : "Albania" }, | |
{ "code" : "DZ", "name" : "Algeria" }, | |
{ "code" : "AS", "name" : "American Samoa" }, | |
{ "code" : "AD", "name" : "Andorra" }, | |
{ "code" : "AO", "name" : "Angola" }, | |
{ "code" : "AI", "name" : "Anguilla" }, | |
{ "code" : "AQ", "name" : "Antarctica" }, |