User contributions
11 April 2022
14 February 2022
Python decorators
Timeit decorator
m+154
Python decorators
Created page with "== Timeit decorator == <syntaxhighlight lang="python3"> import time def timeit(method): def timed(*args, **kw): ts = time.time() result = method(*args, **..."
12 February 2022
Jupyter Notebook
no edit summary
m+175
Oauth
Created page with "https://www.youtube.com/watch?v=vQQEaSnQ_bs"
Category:Python
Created blank page
Pandas
no edit summary
m+25
Matplotlib
no edit summary
m+45
Matplotlib
Examples
m+93
Matplotlib
Subplots
m+81
Matplotlib
Ploting live data
m+790
Matplotlib
Ploting live data
m+1,072
Matplotlib
Time Series
m+662
Matplotlib
Time Series
m+105
Matplotlib
Time Series
m+14
Matplotlib
Scatter plot
m+604
Matplotlib
Examples
m+75
Matplotlib
Histogram
m+604
Matplotlib
Stack
m+581
Matplotlib
Lines
m+929
Matplotlib
no edit summary
m+168
Matplotlib
Stack
m+30
Matplotlib
Pie
m+556
Matplotlib
Horizontal
m+479
Matplotlib
Bar
m+43
Matplotlib
Bar
m+933
Matplotlib
Example
m+914
Matplotlib
Example
m+95
Matplotlib
Example
m+9
Matplotlib
Created page with "== Example == <syntaxhighlight lang="python3"> from matplotlib import pyplot as plt plt.xkcd() ages_x = [18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,..."
Pandas
Info
m+14
29 January 2022
Record screen
Created page with "<syntaxhighlight lang="bash"> sudo apt install simplescreenrecorder </syntaxhighlight>Use PulseAudio as Audio input backend and Normalize video audio level <br />"
Normalize video audio level
Created page with "<syntaxhighlight lang="bash"> ffmpeg -i test.mkv -vn -af "volumedetect" -f null /dev/null # ... # [Parsed_volumedetect_0 @ 0x55d5e9291a80] mean_volume: -54.6 dB # ... ffmpeg..."
23 December 2021
29 November 2021
27 November 2021
25 November 2021
Windows activation KMS
Created page with "Docker image:<syntaxhighlight lang="bash"> docker run -d -p 1688:1688 --name kms --restart=always teddysun/kms </syntaxhighlight>pi@kms:~ $ docker ps -a CONTAINER ID IMAGE..."
File:KMS client setup keys.pdf
no edit summary