Skip to content
View norbornen's full-sized avatar
🐢
🐢
  • Moscow, Russia
Block or Report

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

  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 17 2

  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