Skip to content
View Alloco225's full-sized avatar
  • Adjemin
Block or Report

Block or report Alloco225

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

  1. __ __ Public

    JavaScript

  2. alloco225.github.io alloco225.github.io Public

    Enjoy the sweetness of alloco. Add some keytchup to get instant diabetes w

    HTML

  3. kotori kotori Public

  4. Helpers.dart Helpers.dart
    1
    class Helpers{
    2
      
    3
      static String email_pattern = r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$';
    4
      static String password_pattern = r'^[a-zA-Z0-9]{6,}$';
    5
      static String mobile_pattern = r'^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$';
  5. code_de_la_route code_de_la_route Public

    JavaScript 1