371 skills found · Page 8 of 13
spcl / SMIStreaming Message Interface: High-Performance Distributed Memory Programming on Reconfigurable Hardware
lpil / SceallSpawn shell programs and stream their stdio using BEAM ports!
PSP-Archive / PSPdispSource code for PSPdisp v0.6.1, created by Jochen Schleu. This program package enables the use of a Playstation Portable as an additional monitor in Windows. You can also remotely send keyboard and mouse commands to the PC. The newest version implements sound streaming, too.
ausprecision / Target Camera ESP32 CAMA Wireless Target Camera System based off the ESP32-CAM. A combination of programming languages is used, Arduino IDE for the ESP32-CAM, Windows UWP (Visual Basic) for the client application which also uses an MJPEG library for reading the camera stream. The UWP client application displays the stream and overlays ballistic information.
adultiptv18 / Adult Iptv 18Adult IPTV offers high-quality streaming of explicit content, including live channels and on-demand videos, tailored for adult entertainment. Access exclusive adult programming with ease, ensuring a seamless viewing experience on multiple devices
aws-samples / Amazon Ivs Clip ManifestThe Amazon IVS manifest clipping solution offers a reference solution that demonstrates how you can use HTTP live streaming (HLS) Program-Date-Time (PDT) tags and HLS byte range manifest files to clip the recordings stored on Amazon Simple Storage Service (Amazon S3) using the Auto-Record to Amazon S3.
fu8uk1 / IPTVDisclaimer This program is just a demonstration. It's not intended for personal purpose. What is this? IPTV is a simple python program that let you crawl the search engines in order to fetch those sites that stream illegal tv programs. This script leverage the fact the a lot of those sites use the same CMS to create the web application and sharing the service, behind a CMS there's always some exploits. We are using one simple exploit to grab and crawl the site's url and use for our purpose, we have discovered a lot of those exploits. Ethical Dilemma Even though those services are illegal, stealing from a thief is still stealing. Using this program for your personal use is illegal. External dependencies If you want to use the iptv_gui version you need to install PyQt first On Linux you can simply search it from your preferred package manager, for example on Ubuntu/Debian sudo apt-get install pyqt4-dev-tools On Mac OSX you can use brew to install it brew install sip && brew install pyqt On Windows yu can download the official .exe from the PyQt site. How to use the CLI version Clone the repository git clone git@github.com:Pirate-Crew/IPTV.git cd into iptv run pip install -r requirements.txt in order to get the full dependencies run python iptv.py Use the application menu to do stuff alt tag How to use the GUI version Clone the repository git clone git@github.com:Pinperepette/IPTV.git cd into iptv run pip install -r requirements.txt in order to get the full dependencies run python iptv_gui.py you can see an example of the GUI in the image below alt tag Compatibility This program work on Window, Linux, Mac OSX and BSD. The only requirement is python, better if python 2! License See the license for further details Contributing Contributes are welcome and much appreciated, please read the contributing guide for further information.
naimul-haque-sagar / Java Functional Programmingfunctional programming, stream, lambda ,generics ,optional and others
rumbonium / CUDA DSPusrp stream program, single channel dsp with CUDA, single channel dsp without CUDA (for comparison)
HabeebCycle / Spring Cloud Stream ImplementionUsing the new features of Spring Cloud Stream 3.0.0 in functional programing and testing.
ricardojoserf / MinidumpParserC# program to parse Microsoft Minidump files and their streams
sbroenne / Plugin.video.nhkworldtvNHK World TV KODI Plug-in - watch live stream and on-demand programs
ahnaafk / NeurofeedbackProof of concept Neurofeedback project with Live EEG stream from Brainflow Synthetic Board. This program can be run without a BCI for testing
AzePUG / LiveStreamProjectsWe are going to make some live stream projects comparing different programming languages with Python and each other. Currently doing Golang vs. Python
berrnd / TraythingA simple but practical (Windows) tray web browser, media / stream player and program launcher.
kylef-archive / GoReactiveGo library for Functional Reactive Programming, a library for representing and consuming asyncronous data streams with Observables
tommcgurl / Learn Rust LiveLive streaming series where we go through The Rust Programming Language book live on Twitch at https://twitch.tv/tommcgurl. Tune in on Tuesday nights from 9pm - 11pm eastern time.
furas / Python Cv2 Streams ViewerProgram uses cv2 to display many streams from cameras, web pages, local files
garvit-joshi / Make My Trip.cppThis Project Works Under Object-Oriented-Programming,File-Stream(Three Files) and Has Additional Features Like Login , SignUp
SAP-archive / Marmolata Frp DiveA library for functional-reactive programming primitives in Scala and Scala.js. This library simplifies development of user interfaces with complex user interaction by minimizing code needed for event handling. It provides the primitives Signal, which provides time-varying values and Event, that represents a stream of events. They can be combined in different fashions while this library takes care of change propagation. The design is based on the paper ‚Deprecating the Observer Pattern‘ by Ingo Mayer and Martin Odersky. The library is also similar to Scala.Rx but with a clear separation of Signals and Events and more focused towards Scala.js.