Skip to content

Instantly share code, notes, and snippets.

-- Alumnos con salon ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
SELECT CONCAT(t4.titulo, ' ', t3.seccion),
concat(t1.paterno,
' ',
t1.materno,
', ',
t1.nombres)
AS alunomb
FROM alumno t1
JOIN salonal t2 ON t1.codalu = t2.alucod
@ginos173
ginos173 / Basics.md
Last active April 2, 2019 20:37
Git basics

Configuraciones

ver a que repositorio esta apuntando

git remote -v

Repo desde proyecto local

git remote add origin https://username@your.bitbucket.domain:7999/yourproject/repo.git 
git push -u origin master
@ginos173
ginos173 / Basics.md
Last active February 21, 2023 14:14
Linux basics

Generales

Ayuda

[comando] --help

Ruta Directorio actual

pwd

Número de conecciones activas

###Asuntos

💡 Cotización especial Facebook - Akuma.pe
💡 Cotización especial Google Adwords - Akuma.pe
💡 Cotización especial Gestión Digital - Akuma.pe
💡 Cotización especial servicio de Páginas Web - Akuma.pe
💡 Cotización especial Identidad Corportiva - Akuma.pe

###Respuesta con recompensa positiva

@ginos173
ginos173 / Gitfrecuente.md
Last active March 20, 2016 07:50
Git frecuente

###Recordar Pwd

git config credential.helper store

###Chancar locales

git fetch --all
git reset --hard origin/master

git fetch downloads the latest from remote without trying to merge or rebase anything.

@ginos173
ginos173 / pluginswp.md
Last active March 18, 2016 05:47
Plugins wp

#Procedimientos Descargar última versión de wordpress.

##Plugins ###General

  • Page Builder by SiteOrigin
  • black-studio-tinymce-widget
  • so-widgets-bundle
  • redux-framework
  • Livemesh SiteOrigin Widgets
$ = jQuery;
var scrapurl = [];
//$("a[target=_blank]").not(".btn").each(function(){
$(".region-content").find("a").not(".btn").each(function(){
var $yo = $(this);
scrapurl.push($yo.attr("href"));
})
singleScrap(scrapurl,0);
var conseguidos = "";