Skip to content

Instantly share code, notes, and snippets.

View hvnsweeting's full-sized avatar

Viet Hung Nguyen hvnsweeting

View GitHub Profile
@hvnsweeting
hvnsweeting / HN2202_02.ipynb
Created March 3, 2022 15:19
Học lập trình Python Hà Nội Sài Gòn TPHCM 2022 tại https://pymi.vn
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hvnsweeting
hvnsweeting / HN2202_01.ipynb
Created March 1, 2022 15:18
Học lập trình Python tại https://pymi.vn Hà Nội Sài Gòn 2022 tháng 2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hvnsweeting
hvnsweeting / HN2110_02.ipynb
Created October 26, 2021 14:37
Hoc PYthon tai https://pymi.vn lop HN HCM 21/10/2021
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hvnsweeting
hvnsweeting / HN2110_01.ipynb
Created October 21, 2021 14:38
Hoc Python tai Pymi.vn lop HN 2110
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hvnsweeting
hvnsweeting / snyk_2021_ctf_calculator.ipynb
Created October 6, 2021 16:13
Pymi team solution for SNYK 2021 CTF - CALC-UL8R
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

img

livebook01 - [email protected]

PE01

1..999
|> Enum.filter(&(rem(&1, 3) == 0 or rem(&1, 5) == 0))
|> Enum.reduce(fn x, acc -> acc + x end)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hvnsweeting
hvnsweeting / HN2104_01.ipynb
Last active April 6, 2021 14:35
Học Python tại Pymi.vn
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.