132 private links
Add context to your commits with Emoji-Log.
📁 A simple file manager written in bash. Contribute to dylanaraps/fff development by creating an account on GitHub.
The WWF's report avoids the C-word – here's why that matters.
Protect your private data from hacking, surveillance, and corporate data mining with the Helm Personal Server. Engineered with advanced encryption and security features to keep your emails, contacts, and calendars protected and private.
Lets you sub-divide a PDF page(s) into smaller pages so you can print them on small form printers.
A tutorial + code on writing a bayesian image classifier on MNIST dataset.
It used to simplify crucial tasks. Now it's strangling scholars’ ability to think.
A website that provides an API to "put" some text on the website, and releases a hash that allows to access to the same text.

Data structure and algorithms are core part of any Programming job interview. It doesn't matter whether you are a C++ developer, a Java developer or a Web developer working in JavaScript, Angular, React, or Query. As a computer science graduate, its expected from a programmer to have strong knowledge of both basic data structures e.g. array, linked list, binary tree, hash table, stack, queue and advanced data structures like the binary heap, trie, self-balanced tree, circular buffer etc. I have taken a lot of Java interviews for both junior and senior positions in the past, and I have been also involved in interviewing C++ developer. One difference which I have clearly noticed between a C++ and a Java developer is their understanding and command of Data structure and algorithms.
On average, a C or C++ developer showed a better understanding and application of data structure and their coding skill was also better than Java developers. This is not a coincidence though. As per my experience, there is a direct correlation between a programmer having a good command of the algorithm also happens to be a good developer and coder.
I firmly believe that interview teaches you a lot in very short time and that's why I am sharing some frequently asked Data structure and algorithm questions from various Java interviews.
If you are familiar with them than try to solve them by hand and if you do not then learn about them first, and then solve them. If you need to refresh your knowledge of data structure and algorithms then you can also take help from a good book our course like Data Structures and Algorithms: Deep Dive Using Java for quick reference.
Human activity recognition is the problem of classifying sequences of accelerometer data recorded by specialized harnesses or smart phones into known well-defined movements. Classical approaches to the problem involve hand crafting features from the time series data based on fixed-sized windows and training machine learning models, such as ensembles of decision trees. The difficulty is …
Zim is a notepad like desktop application that is inspired by the way people use wikis.
Bringing developers of all skill levels together in a friendly, co-operative environment. Our goal is to provide educational resources to developers and grow the tech community through collaboration and competition.
A TUI text reader for the terminal. Contribute to octobanana/fltrdr development by creating an account on GitHub.
Kotlin Expertise Blog - Simon Wirtz - How Kotlin makes me a more productive software developer - Less boilerplate, more features, more fun; Kotlin productivity
Guide to math, algorithms, and code for hexagonal grids in games
Every device that you use, every company you do business with, every online account you create – they all collect data about you and analyze it to figure out minute details of your life.
Turns even the largest data into images, accurately.
Rust is a new systems programming language that prides itself on memory safety and speed. The gist of it is that if you write code in Rust…