Skip to content

Instantly share code, notes, and snippets.

View felipecabargas's full-sized avatar
🇩🇰
Imported from 🇨🇱

A. Felipe Cabargas felipecabargas

🇩🇰
Imported from 🇨🇱
View GitHub Profile
parent children_count children_ids
4442302 8 4224294,4224295,4224296,4224297,4224298,4224299,4224300,4224301
4442305 8 4224302,4224303,4224304,4224305,4224306,4224307,4224308,4224309
4442306 8 4224310,4224311,4224312,4224313,4224314,4224315,4224316,4224317
4442307 8 4224318,4224319,4224320,4224321,4224322,4224323,4224324,4224325
4442308 8 4224326,4224327,4224328,4224329,4224330,4224331,4224332,4224333
4442309 8 4224334,4224335,4224336,4224337,4224338,4224339,4224340,4224341
4442310 8 4224342,4224343,4224344,4224345,4224346,4224347,4224348,4224349
4442311 8 4224350,4224351,4224352,4224353,4224354,4224355,4224356,4224357
4442312 8 4224358,4224359,4224360,4224361,4224362,4224363,4224364,4224365
parent,children_count,children_ids
3574616,4,"4222286,4222287,4222288,4222289,,,,"
3574639,4,"4222290,4222291,4222292,4222293,,,,"
3574640,4,"4222294,4222295,4222296,4222297,,,,"
3574663,4,"4222298,4222299,4222300,4222301,,,,"
3574664,4,"4222302,4222303,4222304,4222305,,,,"
4441998,4,"4222306,4222307,4222308,4222309,,,,"
4441999,4,"4222310,4222311,4222312,4222313,,,,"
4442000,4,"4222314,4222315,4222316,4222317,,,,"
4442001,4,"4222318,4222319,4222320,4222321,,,,"
@felipecabargas
felipecabargas / step-by-step.md
Created July 27, 2018 22:06
Docker 101 Deck - Demo

Docker 101

--

  • Create a folder called demo
mkdir demo
require 'date'
def compensation(salary, months)
#salary.class == Integer
#months.class == Integer
if months < 12
return 0
else
return salary*((months/12)+(((months%12 > 6) ? 1 : 0)))
end
<html>
<head>
<title>nuevoensayo</title>
<link rel="stylesheet" href="nuevoensayo.css">
<link href="https://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body onload="startTime()">
<div id="maincontainer">
<div id="optionsbar">
<html>
<head>
<title>Hola</title>
</head>
<body>
<style>
.cajachica{
width: 15%;
margin-right: 4%;
height: 100px;
<html>
<head>
<title>Tercera Pagina</title>
<link rel="stylesheet" href="estilos.css" />
</head>
<body>
<center>
<h1>Este es un titulo</h1>
</center>
@felipecabargas
felipecabargas / notes.md
Created September 1, 2017 14:02
Learning Friday notes on Git

Git & GitHub: How and why we do version control?

What is Version Control

Similar to MS Office's undo-redo feature, Version Control allows to go back in time and review/reuse old codebase versions. There are many VCS (version control systems) out there, but some popular ones are SVN (subversion) and git

What is git

Git is the most used VCS software in the world. It allows to keep track of changes and sync teams of multiple people via a distributed network.

1 Ad Nauseam
1 Arbor Elf
1 Arid Mesa
1 Badlands
1 Bayou
1 Beast Within
1 Birds of Paradise
1 Blood Crypt
1 Bloodstained Mire
1 Brainstorm