Skip to content
View xlaming's full-sized avatar
🌎
I'm always available.
🌎
I'm always available.

Block or report xlaming

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
xlaming/README.md
HTTP websocket REST Git Postman HTML CSS Bootstrap Wordpress C++ Python Flask php Ruby Asterisk MySQL Nginx Windows Ubuntu

class Attributes extends xLaming {
  def contact(): (String, String, String) = {
    val discord = "xlaming"
    val email = "paulo@wnfstudios.com"

    (discord, email)
  }

  def life(): (List[String], Int) = {
    val languages = List("Portuguese", "Arabic", "Spanish", "English", "Italian")
    val age = 24

    (languages, age)
  }

  def coding(): (Map[String, List[String]], List[String], List[String]) = {
    val languages = Map(
      "expert" -> List("php", "python", "javascript"),
      "intermediate" -> List("bash", "asterisk"),
      "learning" -> List("c", "c++", "go", "swift", "scala")
    )
    val specialities = List("web/app", "servers", "reverse engineering")
    val environment = List("vscode")

    (languages, specialities, environment)
  }
}

Stats Languages

Popular repositories Loading

  1. probots probots Public

    PROBots script [needs to be updated]

    PHP 2 1

  2. xat-botstat xat-botstat Public

    BOTSTAT - API documentation

    PHP 2

  3. xatClient xatClient Public

    This is just a xat bot client for testing, you cannot use it for bad stuff.

    Python 2

  4. players players Public

    My HTML players repository, you're free to use/edit it.

    HTML 2

  5. xat-api xat-api Public

    Free xat APIs.

    PHP 1 1

  6. xat-fairtrade xat-fairtrade Public

    Official API repository for Tradexat APIs

    PHP 1