Skip to content
View Chocksy's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@EpicCoders @NetsoftHoldings
Block or Report

Block or report Chocksy

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

Hi there πŸ‘‹

Hi, I'm Razvan! I'm a software developer who is passionate about building usefull tools for people to use.

I'll list some details below:

  • πŸ”­ I’m currently working on hubstaff.com / epicpxls.com + other personal side projects.
  • πŸš€ Check out my website
  • πŸ€” I’m looking for help with marketing.
  • πŸ‘― I'm part of the EpicCoders team and co-founder.

Pinned

  1. This is a simple angularjs filter th... This is a simple angularjs filter that makes big numbers into short format. 1 milion becomes 1m and 1122 becomes 1.1k
    1
    @app = angular.module 'myApp', []
    2
    @app.filter "nrFormat", ->
    3
      (number) ->
    4
        if number!=undefined
    5
          console.log number
  2. Gemfile local that will allow for sp... Gemfile local that will allow for special gems only on local env
    1
    # Differences between team gemfile and your preferences
    2
    
                  
    3
    The solution for the above problem is to have a different gemfile that you run your rails app against. It can be easily done by adding some terminal aliases to use a different gemfile file.
    4
    I made that in the current configuration and it works well.
  3. EpicCoders/epicpxls-js EpicCoders/epicpxls-js Public

    The library that allows authors of epicpxls to share their products on other websites easily. www.epicpxls.com

    HTML 2 1