Skip to content

Instantly share code, notes, and snippets.

View ralexrdz's full-sized avatar

Raul Rodriguez ralexrdz

  • Vientos
  • Mexico City
View GitHub Profile
sudo mkdir /opt/popcorntime/
sudo mv Popcorn-Time-0.4.4-linux64 /opt/popcorntime/Popcorn-Time
sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hospital Firebase</title>
<!-- *******************************************************************************************
* TODO(DEVELOPER): Paste the initialization snippet from:
* Firebase Console > Overview > Add Firebase to your web app. *
***************************************************************************************** -->
<script src="https://www.gstatic.com/firebasejs/6.3.4/firebase-app.js"></script>
git checkout master
git pull
git checkout -b mi-rama
<hago mis cambios>
git add .
git commit -m "mi mensaje"
git checkout master
git pull
# Objetivos personales
## Oscar
- Creación de aplicación Web
- JS ****
- HTML ***
- CSS ***
- Backend (As A Service) con Firebase ***
- Backend con JS o Python **
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Collapsible Tree Example</title>
<style>
.node circle {
> db.jugadores.find().skip(1).limit(2).pretty()
{
"_id" : ObjectId("5d8ac9850e4bb7a6ae5a473c"),
"nombre" : "Ronaldinho",
"numero" : "10",
"equipo" : "Brasil"
}
{
"_id" : ObjectId("5d8acbf50e4bb7a6ae5a473d"),
"nombre" : "Modrik",

Multicursor

ctrl+d

  • Cuando tenemos puntero sin selección, selecciona la palabra que lo contenga
  • Cuando tenemos una selección, agrega una nueva selección (con cursor) en la siguiente aparición del texto seleccionado

(si te pasas y quieres regresar) ctrl+u

  • Soft Undo: Deselecciona la última selección agregada
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.