8000 snchzantonio (Antonio Sanchez) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View snchzantonio's full-sized avatar
  • 02:22 (UTC -05:00)

Block or report snchzantonio

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 Loading

  1. Simple promise wtapper for ldapsj cl... Simple promise wtapper for ldapsj client
    1
    let ldap = require('ldapjs');
    2
    let ldapPromiseClient = require('./promise-ldapjs-client.js');
    3
    
                  
    4
    //EXAMPLE, how to use.
    5
    (async function () {
  2. Una promesa manual es una promesa qu... Una promesa manual es una promesa que puede ser resuelta o rechazada desde afuera porque expone los metodos resolve y reject
    1
    //==== 1
    2
    function promesaManual1() {
    3
    
                  
    4
        //variable de apoyo
    5
        var resolve;
0