Skip to content

Favourite Repositories

eray-kurtulus-2015400159 edited this page Feb 23, 2019 · 24 revisions
  • Faster and easier
  • The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Omer Faruk Dogru

Elastalert is a great tool that sends alert messages when any kind of anomalies happens on the data that you get from Elasticsearch. It works with all versions of the Elasticsearch which is used by the thousands of companies around the world.

  • This repository has a great Docs page which includes almost all the issues you need when download, setup and customize the elastalert.
  • Issues page of the repository has tons of messages from all around the world. Which means that there is probably someone in the world who got the same problems with you while using this product and got the solution from the other experts around the world. Also, you can easily find further information about how to use this product in an advanced way.
  • There are a lot of branches which are customizing by another expert in the world for more flexible ways of alerting which you could probably need in the future.

Omer Faruk Toptas

Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly with any application. It’s fast, easy to use and lets you worry about more important problems than building a file uploader.

  • README part is well designed, documentation is informative. It also includes the FAQ part.
  • Impressive work with lots of commits, issues, and contributors.

Irem Ustunboyacioglu

Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator. The network is peer-to-peer and transactions take place between users directly, without an intermediary. These transactions are verified by network nodes through the use of cryptography and recorded in a public distributed ledger called a blockchain. Bitcoin was invented by an unknown person or group of people under the name Satoshi Nakamoto and released as open-source software in 2009. Bitcoins are created as a reward for a process known as mining. They can be exchanged for other currencies, products, and services. As of February 2015, over 100,000 merchants and vendors accepted bitcoin as payment. Research produced by the University of Cambridge estimates that in 2017, there are 2.9 to 5.8 million unique users using a cryptocurrency wallet, most of them using bitcoin.

Emre Hoser

  • A hash table with dozen of optimizations.
  • Check the author's blog for detailed analysis
  • To sum up, this hash table is much faster than standard C++ unordered map, even faster than google's hash table. If you are in a search of a fast hash table, you should have a look at this!

Mehmet Altay Ince

  • osquery is a cross-platform, SQL powered operating system instrumentation. It makes low-level operating system analytics and monitoring both performant and intuitive. osquery consists of two components below:
    1. osqueryi, the interactive query console, gives users a SQL interface to try out new queries and explore their operating system. With the power of a complete SQL language and lots of useful built-in tables, one can write SQL queries to retrieve operating system data like process information(pid, process_name, priority), device information etc.
    2. osqueryd, high-performance monitoring daemon. Users can schedule queries to be executed across . The daemon combines the query results over time and generates logs indicating state changes in their infrastructure.
  • README page of this repository includes the introduction to project that serves its purpose well. The documentation of this project is not located in wiki page of this repo, one should check their web page to read the documentation(While documenting this github page is used). The issue customization of project is also looking good. Shortly, this project has thousands of commits and hundreds of contributors that demonstrates excellence of it.

Ufuk Yılmaz

OSGI enRoute is a simple on-ramp framework for developing modular distributed applications.

What I like:

  • They kept their ReadMe file short and clear. They give only necessary not comprehensive informations about project and that makes reduces redundancy which I like.
  • They have a tutorial files under example folder since one can get lost to understand and search for examples on the Internet about this framework, it simplifies usage of project.
  • They have a Contributing file which is rare in GitHub. Generally GitHub projects tries to find contributors by using issues. However, this is not well-known by all users and OSGI enRoute makes this one clear by announcing it on ReadMe file.
  • Since they try to keep everything clear, they have a link to their webpage which can be visited by people who wants to know deeply about this framework.

Emirhan Saraç

Atom is a text editor user can deeply customize.

picked by : Mete Han Kurt

  • I love to app myself because it is easy to use and has very useful packages.
  • The documentation is very well structured, thus easy to follow.
  • Tags are pure and simple. This enables clear understanding about the issue.

CycleGAN

CycleGAN is a software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.

  • Very successful demonstration of what the software is capable of in the ReadMe file.
  • Interesting software with lots of labor devoted.

Eray Kurtulus

Others

To find more good repositories, you can look for most starred and most forked GitHub repositories:

Clone this wiki locally