This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('dotenv').config(); | |
const RIPEMD160 = require('crypto-js/ripemd160'); | |
const express = require('express'); | |
const app = express(); | |
const port = process.env.PORT; | |
app.use(express.json()); | |
app.get('/event/resource/create/dbuser/:username', async (req, res) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Hello World! <img src="https://raw.githubusercontent.com/iampavangandhi/iampavangandhi/master/gifs/Hi.gif" width="30px"></h2> | |
<a href="https://twitter.com/DANIEL02543573"> | |
<img align="left" alt="Daniel's Twitter" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/twitter.svg" /> | |
</a> | |
<a href="https://www.linkedin.com/in/daniel-martin-454b56162/"> | |
<img align="left" alt="Darshan's Linkdein" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/linkedin.svg" /> | |
</a> | |
<a href="https://github.com/P41N3ST"> | |
<img align="left" alt="Darshan's Github" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/github.svg" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<articulos> | |
<item> | |
<clave>ACKITNZXHUE3001</clave> | |
<codigo_fabricante>AA-HUE30-01</codigo_fabricante> | |
<descripcion>KIT DE ILUMINACION LED NZXT (AA-HUE30-01)P/GABINET</descripcion> | |
<marca>NZXT</marca> | |
<disponible>20</disponible> | |
<precio>7.67</precio> | |
<moneda>Dolares</moneda> | |
<en_promocion>Si</en_promocion> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Casos Clínicos | |
Mosaico de la psicología Psicología Clínica Sexología Problemas de Pareja Psicología Social Piensa Diferente Problemas de Pareja | |
Práctica Clínica Terapia Sexual Terapia Pareja Dependencia Emocional Duelo Patológico Ataques de Pánico Hipocondría Ansiedad Generalizada Depresión | |
Microrrelatos Psicología Urgencias- Emergencias | |
Libros de Psicología Terapia Familiar Sistémica Dependencia Emocional Terapia de Pareja Duelo Patológico Terapia Sexual Fobia social Ataques de Pánico Ansiedad Generalizada Sexología / Sexualidad Depresión Psicología Emergencias / Intervención en Crisis Memoria Humana |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AEROCOOL | |
ALPHACOOL | |
AMD | |
AOC | |
AORUS | |
ASROCK | |
ASUS | |
AZIO | |
BALAMRUSH | |
BE-QUIET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'vendor/autoload.php'; | |
class test { | |
public function __construct(){ | |
$url = 'https://shop.com.mx'; | |
$key = 'apikeyhere'; | |
$debug = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(0); | |
$conexion = new mysqli("localhost", "root", "", "registro_usuarios"); | |
$username = $_POST['nombre_usuario']; | |
$password = $_POST['password']; | |
$email = $_POST['email']; | |
if(!empty($username) && !empty($password) && !empty($email)){ | |
$query = $conexion->query('INSERT INTO usuarios (nombre_usuario, password, email) VALUES ("'.$username.'", "'.$password.'" , "'.$email.'")'); | |
var_dump($query); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* ESTE REGISTRO ES BASICO, NO CUENTA CON SEGURIDAD. NO ES RECOMENDADO PARA ENTORNOS DE PRODUCCIÓN | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class getPrices { | |
public function mubPrices(){ | |
$serverName = "*******\\******"; // -> Nombre del SQL Server con Instancia | |
$connectionInfo = array( "Database"=>"******"); // -> Nombre de la base de datos | |
$conn = sqlsrv_connect( $serverName, $connectionInfo); // -> Conexión con parametros anteriores | |
if( $conn ) { // -> Retorna true si la conexión fue exitosa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rem *** Disable Some Service *** | |
sc stop DiagTrack | |
sc stop diagnosticshub.standardcollector.service | |
sc stop dmwappushservice | |
sc stop WMPNetworkSvc | |
sc stop WSearch | |
sc config DiagTrack start= disabled | |
sc config diagnosticshub.standardcollector.service start= disabled | |
sc config dmwappushservice start= disabled |
NewerOlder