Skip to content
View brunobuddy's full-sized avatar
🏁
Working
🏁
Working

Sponsoring

@eemeli

Organizations

@ManifestOfficial

Block or report brunobuddy

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. BetDemocracy V 0.1 Contract BetDemocracy V 0.1 Contract
    1
    pragma solidity 0.4.17;
    2
    
    
    3
    import "./JsmnSolLib.sol";
    4
    import "github.com/oraclize/ethereum-api/oraclizeAPI.sol";
    5
    import "github.com/Arachnid/solidity-stringutils/src/strings.sol";
  2. mnfst/manifest mnfst/manifest Public

    A Backend so simple that it fits in a YAML file ✨

    TypeScript 665 46

  3. TypeScript SIRET Validation Script (... TypeScript SIRET Validation Script (French company registration number)
    1
    // Returns true if valid, false if not. Note that registrationNumber param is a string (usually provided by HTML imput)
    2
    validateRegistrationNumber(registrationNumber: string): boolean {
    3
      if (registrationNumber.length !== 14) {
    4
        return false
    5
      }