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
sudo yum install -y yum-utils device-mapper-persistent-data lvm2 | |
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo | |
sudo yum install docker-ce | |
sudo systemctl enable docker.service | |
sudo systemctl start docker.service |
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
@startuml Kanban Board | |
caption "Kanban board for 2019.12.19" | |
rectangle stack_TODO as "To-do" { | |
node Task3 [ | |
** Task Name ** | |
==== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
# Somewhere at start | |
# for instance, | |
if __name__ == "__main__" | |
self.regex = re.compile(row['keywords'],re.I|re.M) | |
self.matches = re.finditer(regex, x) | |
# Later on... | |
def get_iso2(x, regex, matches): | |
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" | |
tg_botapi "github.com/go-telegram-bot-api/telegram-bot-api" | |
) | |
func main() { | |
secret := "Pregunta al @botfather para esto" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer