Skip to content
View norbornen's full-sized avatar
🐢
🐢

Block or report norbornen

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

Pinned Loading

  1. reddit-nsfw-wallpaper Public

    Subreddit pictures as desktop wallpaper

    TypeScript 1

  2. execution-time-decorator Public

    Measure of typescript method execution time

    TypeScript 19 2

  3. cyanic Public archive

    Backend для загрузчика базы предложений по аренде квартир из циан, яндекс, авито и thelocals. Бот для быстрого оповещения о новых предложениях.

    TypeScript 10 2

  4. Пример использования в node.js сберб...
    1
    const winax = require('winax');
    2
    const sbrf = new winax.Object('SBRFSRV.Server');
    3
    let opResultCode;
    4
    
                  
    5
    const opPinpadCheckResultCode = sbrf.NFun(7003);
  5. move file first string to the end of...
    1
    #!/usr/bin/env node
    2
    
                  
    3
    const fs = require('fs');
    4
    const {Buffer} = require('buffer');
    5