Skip to content

Instantly share code, notes, and snippets.

View argordmel's full-sized avatar

Iván Meléndez argordmel

View GitHub Profile
@henrystivens
henrystivens / pull-request-kumbiaphp.md
Last active November 4, 2022 23:22
Enviar cambios a KumbiaPHP (Pull request)

Enviar cambios a KumbiaPHP (PR - Pull Request).

Primero que todo debes tener instalado git en tu equipo, una cuenta en https://github.com/ y debes iniciar sesión.

Copia (fork) del repositorio oficial

  1. Ir al repositorio del framework: https://github.com/KumbiaPHP/KumbiaPHP

  2. Hacer clic en el botón "fork", esto creará en tu cuenta una copia completa del

# JAVASCRIPT
'.source.js, .source.ts, .source.tsx':
'Require':
'prefix': 'req'
'body': 'const ${1:module} = require(\'${1:module}\');'
'Module Exports':
'prefix': 'export'
'body': 'module.exports = $1;'
'Import':
'prefix': 'import'
@fevangelou
fevangelou / my.cnf
Last active July 14, 2024 17:45
Optimized my.cnf configuration for MySQL/MariaDB (on Ubuntu, CentOS, Almalinux etc. servers)
# === Optimized my.cnf configuration for MySQL/MariaDB (on Ubuntu, CentOS, Almalinux etc. servers) ===
#
# by Fotis Evangelou, developer of Engintron (engintron.com)
#
# ~ Updated December 2021 ~
#
#
# The settings provided below are a starting point for a 8-16 GB RAM server with 4-8 CPU cores.
# If you have different resources available you should adjust accordingly to save CPU, RAM & disk I/O usage.
#