Góc Tin Học
Page 1 of 1 • Share
Re: Góc Tin Học
https://gdal.org/programs/ogr2ogr.html
https://wiki.openstreetmap.org/wiki/API
https://towardsdatascience.com/beginner-guide-to-download-the-openstreetmap-gis-data-24bbbba22a38
https://github.com/osmcode
https://wiki.openstreetmap.org/wiki/Frameworks
https://wiki.openstreetmap.org/wiki/Osmconvert
https://wiki.openstreetmap.org/wiki/Map_Features
https://download.geofabrik.de/
http://download.osgeo.org/
https://wiki.openstreetmap.org/wiki/API
https://towardsdatascience.com/beginner-guide-to-download-the-openstreetmap-gis-data-24bbbba22a38
https://github.com/osmcode
https://wiki.openstreetmap.org/wiki/Frameworks
https://wiki.openstreetmap.org/wiki/Osmconvert
https://wiki.openstreetmap.org/wiki/Map_Features
https://download.geofabrik.de/
http://download.osgeo.org/
Last edited by DocThatKinh on Thu May 13, 2021 3:17 pm; edited 2 times in total
DocThatKinh
Re: Góc Tin Học
http://csharp.net-informations.com/datagridview/csharp-datagridview-tutorial.htm
https://www.c-sharpcorner.com/UploadFile/deveshomar/ways-to-bind-datagridview-in-window-forms-C-Sharp/
http://fervort.com/blog/2016/01/how-to-develop-a-notepad-plugin/
https://npp-user-manual.org/docs/plugins/
https://devblogs.microsoft.com/visualstudio/step-back-while-debugging-with-intellitrace/#:~:text=So%2C%20if%20you've%20just,you've%20stepped%20back%20to.
https://www.informit.com/articles/article.aspx?p=1564827&seqNum=2
https://www.c-sharpcorner.com/UploadFile/deveshomar/ways-to-bind-datagridview-in-window-forms-C-Sharp/
http://fervort.com/blog/2016/01/how-to-develop-a-notepad-plugin/
https://npp-user-manual.org/docs/plugins/
https://devblogs.microsoft.com/visualstudio/step-back-while-debugging-with-intellitrace/#:~:text=So%2C%20if%20you've%20just,you've%20stepped%20back%20to.
https://www.informit.com/articles/article.aspx?p=1564827&seqNum=2
Last edited by DocThatKinh on Sun Apr 25, 2021 3:09 pm; edited 1 time in total
DocThatKinh
Re: Góc Tin Học
https://docs.microsoft.com/en-us/learn/paths/extract-text-from-images-documents/
https://pythonhosted.org/Pafy/
=====
https://github.com/pytube/pytube
from pytube import YouTube
YouTube('https://youtu.be/9bZkp7q19f0').streams.first().download()
yt = YouTube('https://www.youtube.com/watch?v=9bZkp7q19f0')
yt.streams
.filter(progressive=True, file_extension='mp4')
.order_by('resolution')
.desc()
.first()
.download()
===============
# install python dependencies
!pip install -q youtube-dl
from IPython.display import YouTubeVideo
YOUTUBE_ID = 'M6KD0pDrBkk'
YouTubeVideo(YOUTUBE_ID)
# download the youtube with the given ID
!youtube-dl -f 'bestvideo[ext=mp4]' --output "youtube.%(ext)s" https://www.youtube.com/watch?v=$YOUTUBE_ID
# cut the seconds between 15 and 20
!ffmpeg -y -loglevel info -i youtube.mp4 -ss 00:00:01.0 -t 5 video.mp4
================
https://github.com/topics/youtube-downloader?l=php
https://javascript.plainenglish.io/make-your-own-youtube-downloader-626133572429
https://pythonhosted.org/Pafy/
=====
https://github.com/pytube/pytube
from pytube import YouTube
YouTube('https://youtu.be/9bZkp7q19f0').streams.first().download()
yt = YouTube('https://www.youtube.com/watch?v=9bZkp7q19f0')
yt.streams
.filter(progressive=True, file_extension='mp4')
.order_by('resolution')
.desc()
.first()
.download()
===============
# install python dependencies
!pip install -q youtube-dl
from IPython.display import YouTubeVideo
YOUTUBE_ID = 'M6KD0pDrBkk'
YouTubeVideo(YOUTUBE_ID)
# download the youtube with the given ID
!youtube-dl -f 'bestvideo[ext=mp4]' --output "youtube.%(ext)s" https://www.youtube.com/watch?v=$YOUTUBE_ID
# cut the seconds between 15 and 20
!ffmpeg -y -loglevel info -i youtube.mp4 -ss 00:00:01.0 -t 5 video.mp4
================
https://github.com/topics/youtube-downloader?l=php
https://javascript.plainenglish.io/make-your-own-youtube-downloader-626133572429
_________________
"Tài sản lớn nhất của đời người là sức khoẻ và trí tuệ."
CatLan
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum