SaaSHub helps you find the best software and product alternatives Learn more →
Top 12 C Gplv2 Projects
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Visit the official HandBrake website: https://handbrake.fr. Download and install HandBrake for your operating system (Windows, macOS, or Linux).
-
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-09It 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.
-
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
-
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
-
-
crispy-doom
Crispy Doom is a limit-removing enhanced-resolution Doom source port based on Chocolate Doom.
-
-
-
SDL2-GNUBoy
A Gameboy and Gameboy Color Emulator for Windows, Mac, and Linux (An sdl2 focused fork of GNUBoy) (by AlexOberhofer)
-
-
sneedacity
Audacity without any Sentry Telemetry or Crash Reporting, by the community. (by Sneedacity)
C Gplv2 discussion
C Gplv2 related posts
-
Building a Cost-Effective, Serverless Virus Scanner on AWS: A Step-by-Step Guide
-
How to Compress Videos Using HandBrake: A Step-by-Step Guide
-
HandBrake 1.8.2 – The open source video transcoder
-
So you want to compete with or replace open source
-
Audacity Audio Editor Source Code
-
Windows Photos saves really large video files
-
Vegas PRO18, my mov files.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jan 2025
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 |