Showing 1063 open source projects for "hyper-v"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1

    FaNTaSMo PaCK v.1

    minecraft texture pack

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    linux mint russian builds

    for russian speaking people

    These ISO builds are easy to install (by systemback) video tutorial here https://www.youtube.com/watch?v=rCOZoLyKI5Q
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Eye Connect

    The first free cross-platform HCI for upper body paralysis.

    ...Both systems are integrated into Eye Connect, a free suite of user-friendly software designed to provide full system control through facial feature detections. Watch the video: https://www.youtube.com/watch?v=LowRaG3dflA Requirements: - A Linux, Windows or Mac environment. - A Python 2.0 Installation - A webcam - the OpenCV library - The pyuserinput library
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    ...ZORE identifies relation candidates from auto- matically parsed dependency trees, and then extracts relations with their semantic patterns iteratively through a novel double propagation algorithm. Empirical results on two data sets show the effectiveness of the proposed system. This software source is under GPL (v.3), and a separate commercial license issued by the authors for non-opensource. Various models available for download were trained from different text resources, which may require futhre licences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    simplest ffmpeg audio player

    simplest ffmpeg audio player

    The simplest audio player based on FFmpeg

    A simplest audio player based on FFmpeg.The software is based on VC 2010. It is suitable for beginner of FFmpeg. It only uses 200 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. The solution contains 3 projects: simplest_ffmpeg_audio_player: Audio player based on FFmpeg and SDL. simplest_ffmpeg_audio_decoder: Audio decoder. Uses libavcodec and libavformat. simplest_audio_play_sdl2: Example about using SDL2 play...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    simplest ffmpeg device

    simplest ffmpeg device

    FFmpeg's libavdevice examples

    This Project contains 2 examples based on FFmpeg's libavdevice: simplest_ffmpeg_grabdesktop: Screen Capture. simplest_ffmpeg_readcamera: Read Camera. It is based on VC2010. Everything is done and you only need to run the project.It's the simplest example about usage of FFmpeg's libavdevice Library.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    simplest ffmpeg player

    simplest ffmpeg player

    The simplest video player based on FFmpeg

    A simplest video player based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. Solutions contains 6 Project: simplest_ffmpeg_player: Standard Version, suitable for biginner. simplest_ffmpeg_player_su: SU(SDL Update)Version, Add SDL Event. simplest_ffmpeg_decoder_pure: A pure decoder. Only use libavcodec...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    simplest ffmpeg video filter

    simplest ffmpeg video filter

    use FFmpeg's AVFilter to add watermark in a video file

    This project contains 2 projects: simplest_ffmpeg_video_filter: Put a PNG picture as watermark to a video file, use some libraries such as libavfilter and libavcodec. simplest_ffmpeg_video_filter_pure:Add excellent effect to YUV raw data, only use libavfilter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    simplest ffmpeg format

    simplest ffmpeg format

    FFmpeg's mux/demux/remux examples

    This solutions contains examples about Video Fomat Processing based on FFmpeg. simplest_ffmpeg_demuxer: Split Audio and Video bitstreams. simplest_ffmpeg_demuxer_simple: Split Audio and Video bitstreams. simplest_ffmpeg_muxer: Put Audio and Video bitstreams together. simplest_ffmpeg_remuxer: Change Container Fomat of Video file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    simplest ffmpeg streamer

    simplest ffmpeg streamer

    Simplest streamer based on FFmpeg

    This example stream local media files to streaming media server (Use RTMP as example). It's the simplest FFmpeg streamer. The solution contains 2 projects: simplest_ffmpeg_streamer: stream local media files to streaming media server. simplest_ffmpeg_receiver: save streaming media to a file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Paypal Slip Printer

    Improve your packaging performance with Paypal Slip printer

    ...Login to your Paypal account, select item which you would like to print, then open link "Print Packing Slip". When you see page loaded use select all combination (ctrl+a) and copy combination (ctrl+c). After that open Paypal Slip printer and paste your selection with ctrl+v and you are done. The software parses all the fields and prepares your slip. You can edit, print or save as PDF your formatted slips. Easy and fast. Enjoy! Forgot to mention, this software uses Java so you must have installed at least Java runtime 7. The printing option prints to the default printer. Also, to start using the program extract archive, select bin folder and run Main.exe. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    simplest ffmpeg video encoder

    simplest ffmpeg video encoder

    The simplest video encoder based on FFmpeg

    A simplest video encoder based on FFmpeg. It is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes YUV420P data to H.264 bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. It contains following project: simplest_ffmpeg_video_encoder: Simple Encoder. It uses libavcodec to encode video and uses libavformat to add container format to the video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Circuit simulator SPECI-SPICE

    Circuit simulators like SPICE for low memory computers

    SPECI-SPICE is a subset of SPICE intended to run on low powered computers like Amstrad CPC, ZX Spectrum, CP/M machines, old PC machines, some programmable calculators,etc. by keeping most important functionality of SPICE 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    simplest ffmpeg swscale

    simplest ffmpeg swscale

    Examples about handle pixel data using libswscale

    This software is the simplest tutorial about handle pixel data using libswscale in FFmpeg. It contains 2 projects: simplest_ffmpeg_swscale: the simplest tutorial about libswscale. simplest_pic_gen: Tools that generate several test pictures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    simplest ffmpeg mem handler

    simplest ffmpeg mem handler

    ffmpeg's example about read/write from memory

    This software simplest example to use FFmpeg to read (or write) from memory. It contains 2 project: simplest_ffmpeg_mem_player:Video Player that play video data in memory. simplest_ffmpeg_mem_transcoder:Video Converter that convert video data in memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    simplest ffmpeg audio encoder

    simplest ffmpeg audio encoder

    The simplest audio encoder based on FFmpeg

    A simplest audio encoder based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes PCM data to AAC bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    simplest ffmpeg picture encoder

    simplest ffmpeg picture encoder

    The simplest picture encoder based on FFmpeg

    A simplest picture encoder based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes YUV420P data to JPEG picture .It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    C++ Trivial Logger is lightweight logger written in C++. Project is released under Boost Licence v. 1.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Genesis MyHatString V.1.0

    Genesis Child Theme

    I have developed a custom Genesis Child Theme for solo traveler website what I wanted to create. But unfortunately, the website isn't created. Here is the screenshot of the child theme. ‪#‎freechildtheme‬
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Projekt o-razstava

    Programske rešitve razvite v okviru projekta o-razstava

    Programske rešitve razvite v okviru projekta o-razstava. Projekt je potekal od 1.1.2015 do 30.9.2015 . Na voljo so: Wordpress tema, Android in Windows Phone mobilna aplikacija
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The aim of the project is to allow remote desktop tramission for interactive 3d applications such as games or designer tools. Actually, this is a small open source counterpart of streammygame.com, without any restrictions. See http://www.youtube.com/watch?v=XBaTeyxqaxk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Zapp Console

    Zapp Console

    A console created in batch by Cory Green.

    Created by Cory Green Commands: -RUN -WRITE -READ -WRITE -CLEAR -CDIR -NAME -MDIR -V Try them out! It works pretty well for editing and modifiying files. This is used to modify files and move them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ADSCAN

    Admin finder scaner

    ...#@Release update: 09/02/2016 # [ACTUALIZACION] Se añadieron 2 opciones mas , bruteforce para subdominios y para directorios, tiene la opcion para utilizar tu propio wordList. * Nuevo parametro "-V" para mas detallado el escaneo. #[EN] [UPDATE] 2 more options, bruteforce for subdomains and directories have the option to use your own wordList * New parameter "-V" for more detailed scanning. [EN] If you find a bug, contact me. thank you. [ES] Si encontras algun error me contactas Adscan 2.0b El proyecto esta activo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ADSCAN

    finder scaner complet

    ...#@Release update: 09/02/2016 # [ACTUALIZACION] Se añadieron 2 opciones mas , bruteforce para subdominios y para directorios, tiene la opcion para utilizar tu propio wordList. * Nuevo parametro "-V" para mas detallado el escaneo. #[EN] [UPDATE] 2 more options, bruteforce for subdomains and directories have the option to use your own wordList * New parameter "-V" for more detailed scanning. [EN] If you find a bug, contact me. thank you. [ES] Si encontras algun error me contactas Adscan 2.0b El proyecto esta activo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FurbyMania

    FurbyMania

    Minecraft mod adding Furbies to your world

    ...See the wiki for more details, at http://sourceforge.net/p/furbymania/wiki/ The mod is also available from http://www.curse.com/mc-mods/minecraft/232765-furby-mania YouTube Videos: TheDiamondMinecart - https://www.youtube.com/watch?v=QexHFR9ro-Q ThnxCya: https://youtu.be/6m1MjGILGrM TheMinecraftHippie: https://www.youtube.com/watch?v=csy-BUYkDsY More here: https://www.youtube.com/playlist?list=PLxuoYINZ_UH4ze2R_nkJAhR9iZwMcwfT4
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo