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

Block or report norbornen

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 reddit-nsfw-wallpaper Public

    Subreddit pictures as desktop wallpaper

    TypeScript 1

  2. execution-time-decorator execution-time-decorator Public

    Measure of typescript method execution time

    TypeScript 19 3

  3. cyanic cyanic Public archive

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

    TypeScript 10 2

  4. Пример использования в node.js сберб... Пример использования в node.js сбербанковской библиотеки для работы с банковскими терминалами sbrf.dll
    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... move file first string to the end of file: node.js, stream
    1
    #!/usr/bin/env node
    2
    
                  
    3
    const fs = require('fs');
    4
    const {Buffer} = require('buffer');
    5