| Lección | Revisión | Detalles |
|---|---|---|
| Introducción al prework | ✔ | Introducción al prework |
| Configuración de la terminal | ✔ | Configuración de la terminal |
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
| services: | |
| qbittorrent: | |
| container_name: qbittorrent | |
| image: lscr.io/linuxserver/qbittorrent:latest | |
| networks: | |
| - mynetwork | |
| environment: | |
| - PUID=1000 | |
| - PGID=1000 | |
| - TZ=America/Bogota |
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 React from 'react'; | |
| import { StyleSheet, Text, View, Dimensions } from 'react-native'; | |
| import { Video } from 'expo'; | |
| export default class App extends React.Component { | |
| render() { | |
| // Set video dimension based on its width, so the video doesn't stretched on any devices. | |
| // The video dimension ratio is 11 : 9 for width and height | |
| let videoWidth = Dimensions.get('window').width; |
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
| #!/bin/sh | |
| echo '' | |
| echo '================' | |
| echo 'Dependency check ' | |
| echo '================' | |
| echo '' | |
| yarn | |
| echo '' |
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 React, {Component} from 'react' | |
| import {View, Button} from 'react-native' | |
| import TextField from 'textfield' | |
| import validation from 'validation' | |
| import validate from 'validation_wrapper' | |
| export default class Form extends Component { | |
| constructor(props) { | |
| super(props) |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
- Create a bare clone of the repository.
(This is temporary and will be removed so just do it wherever.)
git clone --bare [email protected]:usi-systems/easytrace.git