All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
This file contains 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 | |
from bs4 import BeautifulSoup | |
import requests | |
url = "https://www.codechef.com/wiki/tutorials" | |
response = requests.get(url) | |
soup = BeautifulSoup(response.content, "html.parser") | |
for anchor in soup.findAll('a', href=True): |
- Student: Harsh Lathwal
- Github: @xeon-zolt
- Organisation: FOSSASIA
- Project: Create a Linux Distro for Events
This summer, I worked on FOSSASIA's Meilix, Meilix Generator, Meilix-Systemlock and Mew
This file contains 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
''' | |
ascii pig | |
(\____/) | |
/ @__@ \ | |
( (oo) ) | |
`-.~~.-' | |
/ \ | |
@/ \_ | |
(/ / \ \) |