Skip to content
View camjocotem's full-sized avatar
  • West Yorkshire
  • 09:56 (UTC +01:00)

Block or report camjocotem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FFX-Chat FFX-Chat Public

    A Final Fantasy X themed chat application that translates everything you say.....into Al Bhed!

    JavaScript 2

  2. MagicSquares-Node MagicSquares-Node Public

    A magic square brute-force program, NodeJS edition

    JavaScript 1

  3. Radians/Degrees Helper in VB Radians/Degrees Helper in VB
    1
    Public Class MathHelper
    2
        Public Shared Function ToDegrees(ByVal radians As Double) As Double
    3
            Return radians * (180 / Math.PI)
    4
        End Function
    5
    
                  
  4. 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
    2
    
                  
    3
    function getNumber(text) {
    4
        return parseInt(text.replace(/^\D+/g, '').replace(/[a-zA-Z]/g, '').replace(/\s/g, '').replace(/\,/g, ''));
    5
    }
  5. Tagged.com - Automate buying new pets Tagged.com - Automate buying new pets
    1
    function getNumber(text) {
    2
        return parseInt(text.replace(/^\D+/g, '').replace(/[a-zA-Z]/g, '').replace(/\s/g, '').replace(/\,/g, ''));
    3
    }
    4
    
                  
    5
    function buyPetIfLower(petItr) {