All Projects â†’ stavalfi â†’ lectures

stavalfi / lectures

Licence: other
My free and open source tutorials/books on JS and Java 📖 🌹📚

Projects that are alternatives of or similar to lectures

go-streams
Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
Stars: ✭ 127 (+262.86%)
Mutual labels:  stream, java-streams
Java8 Tutorial
Modern Java - A Guide to Java 8
Stars: ✭ 15,276 (+43545.71%)
Mutual labels:  stream, lambda-expressions
prox
A Scala library for working with system processes
Stars: ✭ 93 (+165.71%)
Mutual labels:  stream
python-zipstream
Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.
Stars: ✭ 117 (+234.29%)
Mutual labels:  stream
pcap-processor
Read and process pcap files using this nifty tool
Stars: ✭ 36 (+2.86%)
Mutual labels:  stream
scte35-threefive
threefive is the highest rated SCTE35 parser, ever. maybe.
Stars: ✭ 75 (+114.29%)
Mutual labels:  stream
TLightFileStream
Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.
Stars: ✭ 21 (-40%)
Mutual labels:  stream
secure-webrtc-swarm
💢 Create a swarm of p2p connections with invited peers using WebRTC.
Stars: ✭ 23 (-34.29%)
Mutual labels:  stream
RoadToTop50-Methodology
Methodology notes for web and infrastructure (Windows/Linux) testing.
Stars: ✭ 32 (-8.57%)
Mutual labels:  stream
vidi
<video> playback simplified
Stars: ✭ 31 (-11.43%)
Mutual labels:  stream
wsa
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
Stars: ✭ 35 (+0%)
Mutual labels:  stream
WebRTCCTV
WebRTCCTV is a signaling server & webapp able to stream from RTSP cameras using WebRTC
Stars: ✭ 32 (-8.57%)
Mutual labels:  stream
sms
rtmp server and super media server whith golang.
Stars: ✭ 65 (+85.71%)
Mutual labels:  stream
ear-pipe
Pipe audio streams to your ears
Stars: ✭ 17 (-51.43%)
Mutual labels:  stream
kinetic
High-Performance AWS Kinesis Client for Go
Stars: ✭ 20 (-42.86%)
Mutual labels:  stream
canvas-cast
Cast any <canvas> element to an LED Matrix over WebSockets with an Arduino/ESP8266.
Stars: ✭ 39 (+11.43%)
Mutual labels:  stream
gnip
Connect to Gnip streaming API and manage rules
Stars: ✭ 28 (-20%)
Mutual labels:  stream
playercast
Cast to media player and control playback remotely.
Stars: ✭ 46 (+31.43%)
Mutual labels:  stream
MwK-Musics
A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support. Supports Live streaming from youtube Supports Mega Radio Fm Streamings
Stars: ✭ 38 (+8.57%)
Mutual labels:  stream
stream
Stream API for Go.
Stars: ✭ 43 (+22.86%)
Mutual labels:  stream

This repository contains tutorials on various topics.

Functional Programming In JS - Compositions And Transducers

Throughout this tutorial, we will cover a series of basic technics for manipulating a collection of functions. We will build a utility that processes a single element using composition of functions. Then we will process a collection using multiple implementations such that each of them can do more than the last.

Java Streams In Depth

In this tutorial, we will cover the stream library from the basic operations and learn each relevant classes. The tutorial designates to developers with absolutely no experience with streams to more experienced developers who want to clarify their knowledge. Throughout this series, we will introduce new phrases and explain more deeply each Java stream method.

At the end of the tutorial, the reader will have all the necessary information about how each operation works and how to build a query that uses everything stream can give you.

Functional Programming in Java 8 - Basic Concepts and Lambdas

This article is meant to build a common language with the reader which will be used to answer the following questions: What are free variables? Are we allowed to change them inside the lambda expression? Is it considered dangerous to mutate them?

Introduction to Git

The tutorial is intended for programmers that want to dive deep and understand what is going on behind the scene. After reading and practicing you should be able to manipulate and understand more advanced articles online about other topics that are not mentioned here.

Git Cherry Picking

The goal of this tutorial is for explaining what cherry-pick command is, how does it work and how to handle errors (conflicts).

Introduction To Docker

In this article, we will define what docker is, and it's main components.

Cpp lvalue, rvalue And Between

This tutorial attempts to clarify the common mistakes about the multiple invalid definitions for lvalue and rvalue expressions.

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].