Skip to content
View halienm's full-sized avatar
💭
mars
💭
mars
Block or Report

Block or report halienm

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
halienm/README.md

halienm

Pinned Loading

  1. Java Credit Card Number Validator Java Credit Card Number Validator
    1
    package net.bubblemix.cardcheck;
    2
    
                  
    3
    /**
    4
     * Validator for credit card numbers
    5
     * Checks validity and returns card type
  2. bitcoin bot bitcoin bot
    1
    from telegram.ext import CommandHandler, Updater, Job
    2
    
                  
    3
    from exchanges.bitfinex import Bitfinex
    4
    from exchanges.coindesk import CoinDesk
    5
    
                  
  3. Credit card number generator in Java Credit card number generator in Java
    1
    import java.util.Random;
    2
    
                  
    3
    /**
    4
     * A credit card number generator.
    5
     *
  4. bitcoin bot bitcoin bot
    1
    from telegram.ext import CommandHandler, Updater, Job
    2
    
                  
    3
    from exchanges.bitfinex import Bitfinex
    4
    from exchanges.coindesk import CoinDesk
    5
    
                  
  5. accept-bitcoin accept-bitcoin Public

    Forked from sagivo/accept-bitcoin

    Accept bitcoin payments using Node.js

    CoffeeScript

  6. angular-payments angular-payments Public

    Forked from laurihy/angular-payments

    Module that provides AngularJS-directives for formatting, validating and working with payments

    JavaScript