Skip to content
View EmitoSanti's full-sized avatar
😁
happy and happier
😁
happy and happier

Block or report EmitoSanti

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. ecommerce-final ecommerce-final Public

    TypeScript 1

  2. googleapis-integration googleapis-integration Public

    TypeScript 2

  3. nosqlinjectionexample nosqlinjectionexample Public

    Ejemplo de inyección de NoSql con node.js

    JavaScript 1

  4. zipbomb-defense zipbomb-defense Public

    Desbordamiento de buffer por Zip-Bomb

    JavaScript 1

  5. nosql-injection-nodejs nosql-injection-nodejs
    1
    var express = require('express');
    2
    var app = express(); // creación de una aplicación con express
    3
    var mongoose = require('mongoose'); // utilizamos mongoose como ODM
    4
    
                  
    5
    require('./user.js'); // Obtenemos el esquema de User
  6. Select Header as INPUT Select Header as INPUT
    1
    <div ng-controller="SelectHeaderController" class="md-padding border-box" ng-cloak="" ng-app="MyApp">
    2
        <h1 class="md-title">Select Header as INPUT</h1>
    3
        <div layout="row">
    4
          <md-container layout="column">
    5
            <label>Select a Technology</label>