- West Yorkshire
-
09:56
(UTC +01:00)
Pinned Loading
-
MagicSquares-Node
MagicSquares-Node PublicA magic square brute-force program, NodeJS edition
JavaScript 1
-
Radians/Degrees Helper in VB
Radians/Degrees Helper in VB 1Public Class MathHelper
2Public Shared Function ToDegrees(ByVal radians As Double) As Double
3Return radians * (180 / Math.PI)
4End Function
5 -
Tagged.com - Automate buying back pets
Tagged.com - Automate buying back pets 1//Just paste this into the devtools console to make it work then run the commented out code at bottom
23function getNumber(text) {
4return parseInt(text.replace(/^\D+/g, '').replace(/[a-zA-Z]/g, '').replace(/\s/g, '').replace(/\,/g, ''));
5}
-
Tagged.com - Automate buying new pets
Tagged.com - Automate buying new pets 1function getNumber(text) {
2return parseInt(text.replace(/^\D+/g, '').replace(/[a-zA-Z]/g, '').replace(/\s/g, '').replace(/\,/g, ''));
3}
45function buyPetIfLower(petItr) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.