Skip to content
View stelf's full-sized avatar
🦌
focusing 🦊
🦌
focusing 🦊
Block or Report

Block or report stelf

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. en2bg4term en2bg4term Public

    речник с грижливо подбирани преводи на често срещани понятия от света на ИТ

    202 25

  2. fmi-db fmi-db Public

    10 2

  3. using ES6 proxies and async/await to... using ES6 proxies and async/await to dynamically, yet almost transparently connect to some remote data provider
    1
    
    
    2
    let providerHandler = {
    3
        get: async(target, name) => {
    4
            console.log('load someting from remote...')
    5
            return new Promise( (res, rej) => {
  4. m2sync-kazan m2sync-kazan Public

    Magento 1.x multi-sync infrastructure

    1

  5. establish Oracle connection via .NET... establish Oracle connection via .NET Core from Powershell using TNS config
    1
    # this GIST is available under the conditions of
    2
    # https://creativecommons.org/licenses/by/4.0/
    3
    
    
    4
    using namespace Oracle.ManagedDataAccess.Core
    5