Skip to content
View marlun78's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report marlun78

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. number-to-words number-to-words Public

    Converts a number to words

    JavaScript 218 74

  2. ds214-ipkg-install ds214-ipkg-install
    1
    # How to install `ipkg` on a Synology DS214
    2
    
                  
    3
    After a couple of days of trying to get `ipkg` woking on my DS214 I found [this article](https://github.com/trepmag/ds213j-optware-bootstrap) by [trepmag](https://github.com/trepmag). It is written for the DS213j, but it’s been working for me and [others](https://github.com/alberthild) for the DS214 too. 
    4
    
                  
    5
    I have done some minor changed to clarify some things, but if you are a Linux guy (unlike me) my changes might be of no use to you. 
  3. A JavaScript date format inspired by... A JavaScript date format inspired by the .NET framework
    1
    /**
    2
     * Date Format
    3
     * Copyright (c) 2011, marlun78
    4
     * MIT License, https://gist.github.com/marlun78/bd0800cf5e8053ba9f83
    5
     *
  4. Number.isFinite polyfill Number.isFinite polyfill
    1
    /**
    2
     * Number.isFinite
    3
     * Copyright (c) 2014 marlun78
    4
     * MIT License, https://gist.github.com/marlun78/bd0800cf5e8053ba9f83
    5
     * 
  5. An HTTP Status Codes object An HTTP Status Codes object
    1
    /**
    2
     * HTTP Status Codes
    3
     * Copyright (c) 2012, marlun78
    4
     * MIT License, https://gist.github.com/marlun78/bd0800cf5e8053ba9f83
    5
     *