-
Ingrese al siguiente link: https://www.beecrowd.com.br/judge/en/login?redirect=%2Fen%2Ftournaments%2Fregister%2F4800
-
Haga clic en el botón “GITHUB” tal como se muestra en la imagen:
-
Autorice el acceso mediante GITHUB tal como se muestra en la imagen:
-
Diríjase a la opción “Profile >> Settings” tal como se muestra en la imagen:
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
#!/usr/bin/env python3 | |
import os | |
import urllib.request | |
def create_path(dir): | |
if not os.path.isdir(dir): | |
os.mkdir(dir) | |
def file_exists(file): | |
return os.path.isfile(file) |
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
// Copyright (c) Ulisses 2019 | |
// License: MIT | |
// Modified by @juusechec | |
const Meta = imports.gi.Meta; | |
const Lang = imports.lang; | |
const Main = imports.ui.main; | |
function init(em) { | |
return new HoppingWindow(em); |
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
<!-- | |
extracted from: https://www.fastcompany.com/3021596/take-the-quiz-what-kind-of-productive-person-are-you | |
based on lecture of: https://www.fastcompany.com/3021510/most-productive-people-the-art-of-doing-everything | |
--> | |
<div> | |
<div id="fc-quiz"> | |
<p> | |
Read these nine statements. Type in the number for how much you agree or disagree. When you’re done | |
(you have to answer them all), click “Which type am I” and share your type with friends.</p> | |
<p> |
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
#!/usr/bin/python | |
# based on: https://arstechnica.com/information-technology/2016/02/comcast-customer-made-bot-that-tweets-at-comcast-when-internet-is-slow/ | |
# twitter access usint this tutorial: https://projects.raspberrypi.org/en/projects/getting-started-with-the-twitter-api/5 | |
import os | |
import sys | |
import csv | |
import datetime | |
import time | |
import twitter |
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
package main | |
import ( | |
"fmt" | |
"time" | |
) | |
func printWorker(name string, days int) { | |
weeks := days / 7 | |
restDays := days % 7 |
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
// filename sort_test.go | |
package main | |
import ( | |
"reflect" | |
"sort" | |
"testing" | |
) | |
func SortAscending(items []int) []int { |
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
package main | |
import "fmt" | |
import "unicode" | |
type UserInput interface { | |
Add(rune) | |
GetValue() string | |
} |
- Ingrese a la URL https://www.urionlinejudge.com.br/judge/es/tournaments/rank/4924
- Seleccione su nombre en la opción Equipo y en el campo “PASSPHRASE” ingrese la
palabra “bdb” tal como se muestra en la imagen:
- Haga clic en la opción “Registro”
- Lenguajes admitidos:
- Go
- Javascript
- Javascript 12.18
- Kotlin
- Ingrese a la URL https://www.urionlinejudge.com.br/judge/es/tournaments/rank/5093
- Seleccione su nombre en la opción Equipo y en el campo “PASSPHRASE” ingrese la
palabra “bdb” tal como se muestra en la imagen:
- Haga clic en la opción “Registro”
- Lenguajes admitidos:
- Go
- Javascript
- Javascript 12.18
- Kotlin