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

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

  1. players players Public

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

    HTML 2

  2. SimplestPHP SimplestPHP Public

    Simplest PHP Framework - Simple thing, for creating big things

    PHP 1 1

  3. SimplestPHP-Doc SimplestPHP-Doc Public

    Documentor made using SimplestPHP Framework, it's easy and simple

    PHP 1 2

  4. WebApplicationSecurityWithPHP WebApplicationSecurityWithPHP Public

    Forked from 0xM5awy/WebApplicationSecurityWithPHP

    This project is a personal learning, so you will find errors or disorganization, so if you find anything wrong, please let me know :)

    PHP 1

  5. xat-api xat-api Public

    Free xat APIs.

    PHP 1

  6. pdowrapper pdowrapper Public

    PDO Wrapper class for PHP.

    PHP