Found 900 repositories(showing 30)
dnoiz1
A tool for enumerating and retrieving exposed git repositories to recover source trees from external environments. Can utilise File Include vulnerabilities
sayTheMoney
No description available
netpositive-money
Bitcoiners contributing to climate change solutions - the website
DEV-MAT1996
No description available
Daily Earn Money Online
1Crazymoney
open source the site?
JavaMoney
JavaMoney Web Site
moneysocket
Homepage for the Moneysocket project
neight-1
SMS-спамер Только для России! (но можете попробовать и для Украины или Казахстана) Новости об обновлениях на канале в Telegram Обязательно подпишитесь на канал в телеграме, там может решаться дальнейшая судьба проекта или очень важная информация!!! ---> Канал в Telegram <--- Приму в дар деньги на пиво! :)) в любой валюте)) Донатерная! 1. PAYPAL: https://paypal.me/FSystem88 2. QIWI: https://qiwi.com/n/FSYSTEM88 3. YANDEX MONEY: https://money.yandex.ru/to/410015440700904 Free programmers also need to eat :) Как установить? Тупо следуйте инструкции... Если у вас Android/ - скачать Termux из Google Play, открыть его и прописать команды ниже: • apt update • apt upgrade • apt install git • git clone https://github.com/FSystem88/spymer • sh ~/spymer/install.sh • spymer Если у вас iOS - скачать Testflight из App Store, после чего присоедениться к тестированию iSH в Testflight и прописать команды ниже: • apk update • apk upgrade • apk add git • git clone https://github.com/FSystem88/spymer • sh ~/spymer/install.sh • spymer Установка на Linux аналогична установке на Android, только без Termux'a, достаточно прав SU и терминала. За инструкцию для iOS спасибо BOTDUCK. Будут вопросы - контакты выше. Приятного пользования! For Windows (NEW) Скачать и запустить: https://fsystem88.ru/programs/spammer.exe LICENSE Лицензия: MPL-2.0 Глаголит она о том, что если у вас будут хоть какие то проблемы с законом, то эти проблемы остаются вашими, ибо я всего лишь программист, а вы использовали мою программу в своих корыстных целях!
LichessModerator
About lichess dev lichess.org is a free/libre, open-source chess server powered by volunteers and donations. In 2017, Official began work on Lichess as a hobby project. The site was simple at the beginning, not even checking to see if moves were legal. He made the site open source, which means anyone is free to read the source code and make contributions. Gradually, the site improved and collected users as an enthusiastic volunteer staff assembled to help Thibault build and maintain the site.Vlounteer's may can fork on our Git project Today, Lichess users play more than a million games every day. Lichess is one of the most popular chess websites in the world while remaining 100% free. Most “free” websites subsist by selling ads or selling user data. Others do it by putting all the good stuff behind paywalls. Lichess does none of these things and never will. With no investors demanding profits, Lichess staff can focus on improving the site as their only goal. Despite Lichess's humble origins, playing a chess game is far from the only thing you can do on Lichess. After finishing a game, you can request computer analysis using the latest Stockfish chess engine and learn from your mistakes or compare your game against a massive database of chess masters’ games. You can watch top players battle it out live and discuss the game with your friends; even World Champions play on Lichess! Players wishing to improve can hire a coach and use real-time collaborative “studies” to share games, positions, annotated variations and chat. A site the size of Lichess requires many people to maintain it. It also requires money to pay for servers and other hosting services. The number of people who have contributed to these things is difficult to count precisely, but they fall into the following categories: Lichess would not exist without the thousands of hours of time from volunteers, both from developers, who create new features and/or fix bugs, and our administrative team, who police the site and help with long-term vision. Patrons provide a steady stream of income to our site, sufficient to run our servers and handle expenses. Finally, the players who come to Lichess to have fun, relax and learn, without whom this would all be pointless! Press Kit 9-slide overview of Lichess (PDF) Graphics including screenshots, icons, logo, and photos (ZIP) Streamer Kit Overlay, logo, background, and fonts (ZIP) Links GitHub
moneymanagerex
MMEX Home Site
moneymanagerex
No description available
git-friendly
Homebrew tap/formula for the simplest git improvements that money can buy
money-shredder
No description available
blakemiles
Git Money turns issues and pull requests on GitHub into money.
wakaka-sam
for money_dog project
bullshit-money
No description available
birdylay
App for ScotiabankHackIt to incentivise net income increase and change spending behaviours to reach one's dreams
moneystudio
No description available
craftamap
A git-based money manager written in golang
money-simulator
money simulators
Ways-to-not-make-money
No description available
sanin-mohd
A community platform to help students to earn money as well as learn from others. Tools & Technologies : Django,REST API,React.js,HTML,CSS,JavaScript,BootStrap,Postgres Git,GitHub
hanswurstgit
This git is for trying to find the optimal conditions to solve the problems of fiat and existing cryptocurrencys. The result that we hope to find is a cryptocurrency which really solves the world money problem.
amiltonbh
Monexcoin Core integration/staging tree Build Status https://monexcoin.org What is Monexcoin? Monexcoin is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Monexcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Monexcoin Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of the Monexcoin Core software, see https://monexcoin.org. License Monexcoin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT. Development Process The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Monexcoin Core. The contribution workflow is described in CONTRIBUTING.md and useful hints for developers can be found in doc/developer-notes.md. The developer mailing list should be used to discuss complicated or controversial changes before working on a patch set. Developer IRC can be found on Freenode at #monexcoin-dev. Testing Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money. Automated Testing Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check. Further details on running and extending unit tests can be found in /src/test/README.md. There are also regression and integration tests, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py The Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically. Manual Quality Assurance (QA) Testing Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward. Translations We only accept translation fixes that are submitted through Bitcoin Core's Transifex page. Translations are converted to Monexcoin periodically. Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works. Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.
artemxknpv
Expense tracker project
Commandr939
No description available
Diyorbek04
No description available
Diyorbek04
No description available
ziyuan-o
赚钱资源