C Gplv2

Open-source C projects categorized as Gplv2

Top 12 C Gplv2 Projects

  1. barrier

    Open-source KVM software

    Project mention: So I made a WebRTC powered VNC client in Vue/Rust 🦀 | dev.to | 2024-08-25

    I used to and still do use and recommend Barrier for sharing a mouse and clipboard and keypresses across OS's. It works for Mac, Windows, and Linux. They have a fork input-leap... it doesn't work, and there is a paid on from the same original developers called Synergy that works well too.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. HandBrake

    HandBrake's main development repository

    Project mention: How to Compress Videos Using HandBrake: A Step-by-Step Guide | dev.to | 2025-01-09

    Visit the official HandBrake website: https://handbrake.fr. Download and install HandBrake for your operating system (Windows, macOS, or Linux).

  4. VideoLAN Client (VLC)

    VLC media player - All pull requests are ignored, please use MRs on https://code.videolan.org/videolan/vlc

    Project mention: VLC tops 6B downloads, previews AI-generated subtitles | news.ycombinator.com | 2025-01-09

    It can actually send to Google the media you are playing:

    https://github.com/videolan/vlc/blob/f908ef4981c93a8b76805ad...

    and to their own servers:

    https://github.com/videolan/vlc/blob/f908ef4981c93a8b76805ad...

    should could fetch subtitles as the same time ?

    edit: cf, what "a3w" says too.

  5. audacity

    Audio Editor

    Project mention: So you want to compete with or replace open source | news.ycombinator.com | 2024-07-18

    Title feels misleading - skip to the end:

    > As for me, I still believe in open source, and even in the commercial potential of open source. It requires creativity and a clever business acumen to identify and exploit market opportunities within this collaborative framework. To win in open source you must embrace this collaboration and embrace the fact that you will share the commercial market for the software with other entities. If you’re up to that challenge, then let’s keep beating the open source drum together. If not, these new movements(source-available software) may be a home for you – but know that a lot of hard work still lies ahead of you in that path.

    This article feels more like a critique of the new "source-available" trend in tech whereby existing OSS projects sell out and try to retroactively re-license themselves to be more closed-source friendly. I've been sort of aware of this phenomenon since there was a small upset when Muse Group bought Audacity, though it appears it is still GPL[1].

    [1] https://github.com/audacity/audacity/blob/master/LICENSE.txt

  6. clamav

    ClamAV - Documentation is here: https://docs.clamav.net

    Project mention: Building a Cost-Effective, Serverless Virus Scanner on AWS: A Step-by-Step Guide | dev.to | 2025-01-17

    # SHELL:=/bin/bash WORKLOAD_NAME ?= my-project clean: rm -rf artifacts mkdir -p artifacts clean_clambda_dependencies: rm -rf ${PWD}/usr rm -rf artifacts/clambda.zip rm -rf handlers/clambda/dependencies package_clambda: clean_clambda_dependencies mkdir -p handlers/clambda/dependencies/{bin,lib} pip install --target handlers/clambda/dependencies -r handlers/clambda/requirements.txt --upgrade curl -L https://github.com/Cisco-Talos/clamav/releases/download/clamav-${CLAMAV_VERSION}/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm \ --output artifacts/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm @if [[ ${UNAME} == 'Darwin' ]]; then \ echo "Run macOS commands for package_clambda"; \ tar xvf artifacts/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm \ -C handlers/clambda/dependencies/bin/ \ --strip-components=4 \ usr/local/bin/clamscan; \ tar xvf artifacts/clamav-${CLAMAV_VERSION}.linux.x86_64.rpm \ -C handlers/clambda/dependencies/lib/ \ --strip-components=4 \ usr/local/lib64/*.so.*; \ else \ echo "Run Linux commands for package_clambda"; \ rpm2cpio artifacts/clamav-1.0.0.linux.x86_64.rpm | cpio -idmv; \ mv ${PWD}/usr/local/bin/clamscan handlers/clambda/dependencies/bin/; \ mv ${PWD}/usr/local/lib64/*.so.* handlers/clambda/dependencies/lib/; \ fi cd handlers/clambda && zip -r9 ../../artifacts/clambda.zip * deploy_clambda: clean_clambda_dependencies package_clambda aws s3 cp artifacts/clambda.zip s3://${WORKLOAD_NAME}-deploy/functions/clambda.zip aws lambda update-function-code --function-name ${WORKLOAD_NAME}-clambda --s3-bucket=${WORKLOAD_NAME}-deploy --s3-key=functions/clambda.zip

  7. chocolate-doom

    Chocolate Doom is a Doom source port that is minimalist and historically accurate.

  8. crispy-doom

    Crispy Doom is a limit-removing enhanced-resolution Doom source port based on Chocolate Doom.

  9. woof

    Woof! is a continuation of the Boom/MBF bloodline of Doom source ports. (by fabiangreffrath)

  10. checkmate

    Checkmate MP3 Checker is a free program that checks MP3 files for errors. (by Sjord)

  11. SDL2-GNUBoy

    A Gameboy and Gameboy Color Emulator for Windows, Mac, and Linux (An sdl2 focused fork of GNUBoy) (by AlexOberhofer)

  12. platypus-os

    OS for pentesting, programming, and playing video games. Contributions welcome!

  13. sneedacity

    Audacity without any Sentry Telemetry or Crash Reporting, by the community. (by Sneedacity)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Gplv2 discussion

Log in or Post with

C Gplv2 related posts

  • Building a Cost-Effective, Serverless Virus Scanner on AWS: A Step-by-Step Guide

    2 projects | dev.to | 17 Jan 2025
  • How to Compress Videos Using HandBrake: A Step-by-Step Guide

    1 project | dev.to | 9 Jan 2025
  • HandBrake 1.8.2 – The open source video transcoder

    1 project | news.ycombinator.com | 13 Aug 2024
  • So you want to compete with or replace open source

    1 project | news.ycombinator.com | 18 Jul 2024
  • Audacity Audio Editor Source Code

    1 project | news.ycombinator.com | 6 Jul 2024
  • Windows Photos saves really large video files

    1 project | /r/Windows10 | 7 Dec 2023
  • Vegas PRO18, my mov files.

    1 project | /r/VegasPro | 5 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Gplv2 projects in C? This list will help you:

# Project Stars
1 barrier 27,956
2 HandBrake 18,489
3 VideoLAN Client (VLC) 14,696
4 audacity 12,932
5 clamav 4,598
6 chocolate-doom 1,984
7 crispy-doom 818
8 woof 227
9 checkmate 114
10 SDL2-GNUBoy 32
11 platypus-os 22
12 sneedacity 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C is
the 6th most popular programming language
based on number of references?