371 skills found · Page 10 of 13
zProAle / InstaLive PHPA PHP script to go in live Instagram with any streaming program that supports RTMP!
a0x8o / BeamUnified programming model to create a data processing pipelines for batch and streaming models
Lazyshot / Hbase StreamingA simple way to stream presumably ad-hoc jobs from hbase to any programming language via stdin/stdout.
MarcusChong123 / Realtime Bitcoin Streaming And 1 Minute CandlestickIn this tutorial, I will show you how to stream realtime Bitcoin data in USD with Websocket and Python programming. With the realtime prices, we are going to animate a 1 minute candlestick chart.
mesadhan / Laravel Event Stream SampleServer-Sent Events is a web API for subscribing to a data stream sent by a server. This opens up a network request to the server so we can stream. Think of it like a Promise that never resolves. Easily implementable using native JavaScript or reactive programming to fetch Event Stream Data.
DoisLucas / CountryFlutterApplication that will consume RestPOST-API using Reactive Flutter Programming with Streams and Dependency Injection (BLoC Pattern, RxDart, Dio)
naoty / StreamSwift library to control streams on Functional Reactive Programming model
rottytooth / MemoLong programs with short memory for stream-of-consciousness coding
Gill-Singh-A / RTSP Brute ForceA Python Program that uses OpenCV and Scapy module to brute force RTSP (Real Time Streaming Protocol) Service used by IoT (Internet of Things) devices like CCTVs (Closed-circuit television), etc
Alok-2002 / Motion AlertThis repository contains a Python program for motion detection using the OpenCV library. The program allows you to detect motion in a video stream or a webcam feed and highlight the areas where motion is detected. It also provides the option to save the output video with the motion highlights.
nicokorn / STM32F1XX WS2812BThis is an example code of controlling an ws2812b led stripe, with 18 leds thus the used library is configured as 1 row with 18 cols. You can change row and col in the ws2812b header file. You can connect up to 16 led stripes. Data is written in parallel to the stripes from a GPIO Bank (GPIO A in this example) This is why up to 16 stripes can be controlled in parallel. A Timer is used in which 3 DMA transfer are triggered used to write data to the gpio's on which the stripes are connected to. These 3 DMA transfers are triggered as following: First trigger is on each period. It sets all gpios to high. Second trigger is on the first capture compare event on the 8th tick/pulse. The GPIOS are set accordingly if the bit for the ws2812b shall be a 1 or a 0 in the output buffer "WS2812_Buffer". The third trigger is the second capture compare event an sets all gpio's always to 0 through a dma transfer. It doesn't matter if the pins are already set to 0 by the first capture compare event. Please read the ws2812b datasheet to understand the communication protocol with the ws2812b led chips. This example is programmed in the IAR Embedded Workbench IDE for a stm32f103 and tested on the famous Blue-Pill. But you can use this library for any other IDE or stm32 microcontroller. Just be sure to set the correct DMA streams/channels, otherwise it won't work.
NZMSA / 2020 Phase 2Phase 2 General Stream Training - Microsoft Student Accelerator Program 2020
ThoughtWorksInc / Streaming Data PipelineStreaming pipeline repo for data engineering training program
bmpasini / Big DataNYU Big Data class programming assignments. Using Python, Hadoop Streaming and Bash.
airportyh / X LangA demo programming language. Code streamed live!
FromHell-620 / StreamKitA streaming programming framework for UIKit
StoneMoney / MojoWheelSpin the wheel! A websocket program for twitch stream overlays
AdityaSeth777 / ES CS291 PracticeA few programs from ES-CS291 course of 1st year curriculum of B.Tech. CSE stream. All of the programs given here uses C language.
aluke1 / Bayesian Flood Frequency AnalysisThis program fits a log-pearson Type III distribution to peak stream flow records using Bayesian methods
felipecastrosales / Dart Fundamentals👌 Dart Fundamentals: 1. Fundamentals | 2. Functions and Collections | 3. OOP | 4. Asynchronous Programming | 5. Streams