- Modificado (modified);
- Preparado (staged/index)
- Consolidado (comitted);
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
{ | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.startupEditor": "newUntitledFile", | |
"terminal.integrated.fontSize": 18, | |
"editor.tabSize": 4, | |
"editor.fontSize": 20, | |
"editor.lineHeight": 26, | |
// "editor.fontFamily":"jetBrains Mono" | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, |
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
import { useState, useEffect } from "react" | |
import { ChevronLeft, ChevronRight } from "react-feather" | |
export default function Carousel({ | |
children: slides, | |
autoSlide = false, | |
autoSlideInterval = 3000, | |
}) { | |
const [curr, setCurr] = useState(0) |
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
<h1>Choose a book format</h1> | |
<div class="select"> | |
<select name="format" id="format"> | |
<option selected disabled>Choose a book format</option> | |
<option value="pdf">PDF</option> | |
<option value="txt">txt</option> | |
<option value="epub">ePub</option> | |
<option value="fb2">fb2</option> | |
<option value="mobi">mobi</option> | |
</select> |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
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
https://www.udemy.com/course/management-consulting-skill/?couponCode=FREECOUR | |
https://www.udemy.com/course/microsoft-power-bi-latest-2020-beginner-to-expert-modules/?couponCode=POWER22 | |
https://www.udemy.com/course/machine-learning-advanced-decision-trees-in-python/?couponCode=AUGLAS2020 | |
https://www.udemy.com/course/marketing-analytics-with-r-2020/?couponCode=MARKETING3 | |
https://www.udemy.com/course/financial-analytics-complete-course/?couponCode=FINANCE9 | |
https://www.udemy.com/course/data-analytics-with-excel-pivottables-2016/?couponCode=3B13CE850DCADF8820C4 | |
https://www.udemy.com/course/the-complete-sql-masterclass-for-data-analytics/?couponCode=AUGLAS2020 | |
https://www.udemy.com/course/data-analysis-for-business-and-finance/?couponCode=B5A298AEA109C2F222B4 | |
https://www.udemy.com/course/predictive-regression-modelling-in-microsoft-excel/?couponCode=AUGLAS2020 | |
https://www.udemy.com/course/investinginforeclosures/?couponCode=FORECLOSURE2020 |