All Projects → hzlmn → Haskell Must Watch

hzlmn / Haskell Must Watch

Licence: mit
Huge list of videos, talks, courses for Haskell programming language.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Haskell Must Watch

Bilibili Plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
Stars: ✭ 266 (-73.9%)
Mutual labels:  videos
Compiler series
Material for the Creating a Compiler video lesson series.
Stars: ✭ 409 (-59.86%)
Mutual labels:  videos
Douyin
API of DouYin for Humans used to Crawl Popular Videos and Musics
Stars: ✭ 580 (-43.08%)
Mutual labels:  videos
Freetube
An Open Source YouTube app for privacy
Stars: ✭ 4,626 (+353.97%)
Mutual labels:  videos
Learndagger
List of resources to learn about Dependency Injection and Dagger 2
Stars: ✭ 381 (-62.61%)
Mutual labels:  videos
Android Multipicker Library
Android Multipicker Library
Stars: ✭ 425 (-58.29%)
Mutual labels:  videos
Reddit Video Download Bot
A reddit bot that provides downloadable video links
Stars: ✭ 301 (-70.46%)
Mutual labels:  videos
Must Watch Javascript
A useful list of must-watch talks about JavaScript
Stars: ✭ 6,545 (+542.3%)
Mutual labels:  videos
Javascript Videos Ru 2018
Собрание видеозаписей докладов про JavaScript | 2018
Stars: ✭ 401 (-60.65%)
Mutual labels:  videos
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (-43.96%)
Mutual labels:  videos
Deeperforensics 1.0
[CVPR 2020] A Large-Scale Dataset for Real-World Face Forgery Detection
Stars: ✭ 338 (-66.83%)
Mutual labels:  videos
Yotter
Youtube and Twitter with privacy.
Stars: ✭ 376 (-63.1%)
Mutual labels:  videos
Youtube Dl Server
Web / REST interface for downloading youtube videos onto a server.
Stars: ✭ 499 (-51.03%)
Mutual labels:  videos
Jellyfin Kodi
Jellyfin Plugin for Kodi
Stars: ✭ 332 (-67.42%)
Mutual labels:  videos
About Swiftui
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
Stars: ✭ 5,954 (+484.3%)
Mutual labels:  videos
Golang Videos Ru
Собрание видеозаписей докладов про Go | 2016-2018
Stars: ✭ 303 (-70.26%)
Mutual labels:  videos
Must Watch Css
A useful list of must-watch talks about CSS
Stars: ✭ 3,966 (+289.21%)
Mutual labels:  videos
Media picker
A Flutter Plugin for Selecting and Taking New Photos and Videos.
Stars: ✭ 24 (-97.64%)
Mutual labels:  videos
Vanilla Lazyload
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
Stars: ✭ 6,596 (+547.3%)
Mutual labels:  videos
Jellyfin Web
Web Client for Jellyfin
Stars: ✭ 514 (-49.56%)
Mutual labels:  videos

Haskell must watch

Huge list of videos, talks , courses for Haskell programming language, that i want to remember.

All contributions are welcome.

Basic

General

Workflow

Data

Testing

Tip: If you want to download all videos from this list, you can use command by @jefdaj and Reddit community

curl https://raw.githubusercontent.com/hzlmn/haskell-must-watch/master/README.md |
grep -Po '\(https?://(.*)\)' | tr -d '()' | sort | uniq | head -n -1 | tail -n +6 | tac |
xargs youtube-dl

Note that you need youtube-dl for correct work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].