132 private links
License plate detection is a common use case which has been solved (somewhat) several times, but felt that we could provide something better than the current options.
How long until a license plate reader data blackmail-style website appears?
OpenALPR is an open source Automatic License Plate Recognition library written in C++ with bindings in C#, Java, Node.js, Go, and Python. The library analyzes images and video streams to identify license plates. The output is the text representation of any license plate characters.
Natural language processing (NLP) is an exciting field of computer science, artificial intelligence, and computational linguistics concerned with the interactions between computers and human (natural) languages.
Tracking happiness is very simple. This section explains the method used for tracking happiness
Flameshot is an easy to use, open source, Qt-based screenshot utility which is adept at capturing custom areas of a desktop.
Otter is a smart note-taking app that empowers you to remember, search, and share your voice conversations. Otter creates smart voice notes that combine audio, transcription, speaker identification, inline photos, and key phrases. It helps business people, journalists, and students to be more focused, collaborative, and efficient in meetings, interviews, lectures, and wherever important conversations happen.
FSearch is a fast file search utility for GNU/Linux operating systems, inspired by Everything Search Engine. It’s written in C and based on GTK+3.

Features
- Instant (as you type) results
- RegEx support
- Wildcard support
- Filter support (only search for files, folders or everything)
- Fast sort by filename, path, size or modification time
- Include and exclude specific folders to be indexed
- Ability to exclude certain files/folders from index using wildcard expressions
- Customizable interface
Features
- supports syntax highlighting for a large number of programming and markup languages
- communicates with git to show modifications with respect to the index (see left side bar)
- can pipe its own output to less if the output is too large for one screen
- concatenate files: whenever bat detects a non-interactive terminal, it will fall back to printing the plain file contents
At the North America edition of the 2018
Linux Security Summit (LSS NA), which was held in late August in Vancouver,
Canada, Kees Cook gave a presentation on some of the dangers that come with
programs written in C. In particular, of course, the Linux kernel is
mostly written in C, which means that the security of our systems rests on
a somewhat dangerous foundation. But there are things that can be done to
help firm things up by "Making C Less Dangerous" as the title
of his talk suggested.
CLI: improved
RSSHub is a lightweight and extensible RSS feed aggregator, it's able to generate feeds from pretty much everything.
Discover the easiest way to get started contributing to open source. Over 31,337 devs are helping 3,359 projects with our free, community developed tools
The developers behind World of Warcraft tell the story of its history, from the original beta to today.
You are handed data and told to develop a forecast model. What do you do? This is a common situation; far more common than most people think. Perhaps you are sent a CSV file. Perhaps you are given access to a database. Perhaps you are starting a competition. The problem can be reasonably well defined: …
This is not a new sorting algorithm, but an idea when we need to avoid swapping of large objects or need to access elements of a large array in both original and sorted orders.
A common sorting task is to sort elements of an array using a sorting algorithm like Quick Sort, Bubble Sort.. etc, but there may be times when we need to keep the actual array in tact and use a “tagged” array to store the correct positioning of the array when it is sorted. When we want to access elements in sorted way, we can use this “tagged” array.

Everyone loves neural networks. Until they start criticising your code, and your worth as a person…