All Projects → saketkc → Fos Proposals

saketkc / Fos Proposals

Licence: mit
💝 🐧 Archive of GSoC proposals

Programming Languages

python
139335 projects - #7 most used programming language
proposal
26 projects

Projects that are alternatives of or similar to Fos Proposals

Maintainers Guide To Staying Positive
Don't let the trolls get you down! Use this as a reference to avoid open-source burnout and keep doing what you love: writing code! Contributions and any kind of improvements are very welcome!
Stars: ✭ 507 (+90.6%)
Mutual labels:  open-source, foss
Expressionengine
ExpressionEngine is a flexible, feature-rich, free open-source content management platform that empowers hundreds of thousands of individuals and organizations around the world to easily manage their web site.
Stars: ✭ 309 (+16.17%)
Mutual labels:  open-source, foss
Openmw
OpenMW is an open-source open-world RPG game engine that supports playing Morrowind. Main repo and issue tracker can be found here: https://gitlab.com/OpenMW/openmw/
Stars: ✭ 4,017 (+1410.15%)
Mutual labels:  open-source, foss
Android Foss
A list of Free and Open Source Software (FOSS) for Android – saving Freedom and Privacy.
Stars: ✭ 832 (+212.78%)
Mutual labels:  open-source, foss
Openpolice Platform
An open source web publishing platform for police forces.
Stars: ✭ 15 (-94.36%)
Mutual labels:  open-source, foss
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (-41.35%)
Mutual labels:  open-source, foss
Foss Android
List of free and open-source alternatives to proprietary Android apps.
Stars: ✭ 59 (-77.82%)
Mutual labels:  open-source, foss
Donut
Open source reimplementation of The Simpsons: Hit & Run
Stars: ✭ 179 (-32.71%)
Mutual labels:  open-source, foss
rmw
a safe-remove utility for the command line
Stars: ✭ 48 (-81.95%)
Mutual labels:  foss
InfiniTime
Firmware for Pinetime smartwatch written in C/C++ and based on FreeRTOS
Stars: ✭ 1,303 (+389.85%)
Mutual labels:  foss
WacOS
A Linux distribution that mimics MacOS (modern and classic) iOS, and other Apple operating systems, but is open, customizable, and free to use on non-apple hardware.
Stars: ✭ 18 (-93.23%)
Mutual labels:  foss
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (-72.18%)
Mutual labels:  foss
Xenorchestra installer
A simple install script for Xen Orchestra
Stars: ✭ 252 (-5.26%)
Mutual labels:  open-source
oh-my-foss-android
个人收集的实用、良心开源安卓软件
Stars: ✭ 37 (-86.09%)
Mutual labels:  foss
Openlibrary
One webpage for every book ever published!
Stars: ✭ 3,311 (+1144.74%)
Mutual labels:  open-source
fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Stars: ✭ 49 (-81.58%)
Mutual labels:  foss
Athena
A free and open source replacement for Google Assistant on Android devices, meant to integrate with the Sapphire Framework. It contains both speech-to-text and text-to-speech services. It does not require Google services or network connectivity
Stars: ✭ 73 (-72.56%)
Mutual labels:  foss
Hello Open Source
🖐️ A repository to learn about open source code contributions flow
Stars: ✭ 266 (+0%)
Mutual labels:  open-source
Megaglest Source
MegaGlest real-time strategy game engine (cross-platform, 3-d)
Stars: ✭ 259 (-2.63%)
Mutual labels:  open-source
Fossapps-creator
Create Your own Fossapps Package from a wide range of Free and Open Source Apps
Stars: ✭ 21 (-92.11%)
Mutual labels:  foss

FOS Proposals

Express your love for Open Source!

This repository serves as an archive of Free and Open Source proposals. Since GSoC is the only such program where I participated myself, the dump is organized as such. If you have proposals from GSoC/KDE-Soc/any, feel free to send a PR.

Proposals

Proposed is euphemistic. Love can often be one-sided.

Adding your proposal?

Opening a pull request with links to a Google Doc should suffice. In case you want to help more, read on.

All proposals need to be in Github flavored markdown format. If you have a Google Doc, conversion should be pretty straightforward using pandoc

git clone [email protected]:username/fos-proposals.git
git checkout -b username-year
cd GSoC-year
mkdir Organisation-YourName-Title
cd Organisation-yourname-title && mkdir media

All images should go to media, and be relatively linked in your markdown. To port a doc/docx proposal:

cd Organisation-YourName-Title
pandoc -r  docx infile.docx -w markdown_github -o Organisation-YourName-Title.md --extract-media=media
rm infile.docx
git add .
git commit -am “GSoC-Year: Proposal Title”
git push origin username-year

Alternatively, you can use gdocs2md which in my experience so far gives superior output to pandoc. Suggestions are always welcome.

Similar Projects

FAQs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].