Skip to content

Instantly share code, notes, and snippets.

View GrzegorzDyrda's full-sized avatar

Grzegorz D. GrzegorzDyrda

  • Bydgoszcz, Poland
View GitHub Profile
@staltz
staltz / introrx.md
Last active May 4, 2025 15:01
The introduction to Reactive Programming you've been missing
@ranacseruet
ranacseruet / VideoStream.php
Last active March 18, 2025 14:40
PHP VideoStream class for HTML5 video streaming
<?php
/**
* Description of VideoStream
*
* @author Rana
* @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial
*/
class VideoStream
{
private $path = "";