#Test
Hoang Quoc Viet [email protected] Hanoi March 7th, 1995 VietNam +84 1694 97 0010
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
# -*- coding: utf-8 -*- | |
import scrapy | |
from scrapy_splash import SplashRequest | |
script = """ | |
function main(splash) | |
splash:init_cookies(splash.args.cookies) | |
local url = splash.args.url | |
assert(splash:go(url)) | |
assert(splash:wait(5)) |
Here is your homework, in each section, try to solve all the easy level problems.
If you have any question, please paste your code and output to https://glot.io/new/python then send to me via messenger.
Let's go!
sudo apt-get install libjpeg-dev build-essential python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev vim git tmux python-virtualenv python-pip -y
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
# -*- coding: utf-8 -*- | |
from lxml import html | |
import requests | |
class VJCrawl(): | |
def __init__(self): | |
self.s = requests.Session() | |
self.url = 'https://flightstatus.vietjetair.com/?lang=vi' | |
self.user_agent = ("Mozilla/5.0 (X11; Linux x86_64) " |
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
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Maintainer: | |
" @tudoanh | |
" | |
" Awesome_version: | |
" Get this config, nice color schemes and lots of plugins! | |
" | |
" Install the awesome version from: | |
" | |
" https://github.com/amix/vimrc |
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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
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
media.jxf88.com | |
v9banners.com | |
sbbanner.com | |
uwin71.com | |
adtimaserver.vn | |
api.adtimaserver.vn | |
log.adtimaserver.vn | |
media.adtimaserver.vn | |
media.org.adtimaserver.vn | |
static.adtimaserver.vn |
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 | |
import random | |
import requests | |
import subprocess | |
topic = random.choice( | |
["meal", "food", "beverage", "wine", "bread", "restaurant", "work"] | |
) |
OlderNewer