Article
In an earlier article I gave you an introduction into phonetic algorithms, and shows their variety. In more detail we had a look at the edit distance, which is also known as the Levenshtein Distance. This algorithm was developed in order to calculate the number of letter substitutions to get...
Frank Hofmann
Introduction This is the opening post to a tutorial series on using Vue.js and Flask for full stack web development. In this series I am going to demonstrate how to build a survey web app where the application architecture consists of a front-end comprised of a Vue.js Single...
Adam McQuistan
Humans have an ability to identify patterns within the accessible information with an astonishingly high degree of accuracy. Whenever you see a car or a bicycle you can immediately recognize what they are. This is because we have learned over a period of time how a car and bicycle looks...
Scott Robinson
MS SQL Server holds the data in relational form or even multi-dimensional form (through SSAS) and proffers several out-of-the-box search features through Full Text Search (FTS). However, the search function of modern-world applications has many complexities. The search specifications are hybrid and the queries demand full-scale searching over massive data...
Guest Contributor
This article is going to highlight the features of CPython's C API which is used to build C extensions for Python. I will be going over the general workflow for taking a small library of fairly banal, toy example, C functions and exposing it to a Python wrapper. You might...
One thing that Python developers enjoy is surely the huge number of resources developed by its big community. Python-built application programming interfaces (APIs) are a common thing for websites. It's hard to imagine that any popular web service will not have created a Python API library to facilitate the access...
Mihajlo Pavloski
Did you know that there are multiple ways to start a Node.js server and keep it running? In this post, we will explore various ways to start an HTTP Node server. A Node.js server makes your app available to serve HTTP requests. It provides the interaction between users...
Tendai Mutunhire
Writing text is a creative process that is based on thoughts and ideas which come to our mind. The way that the text is written reflects our personality and is also very much influenced by the mood we are in, the way we organize our thoughts, the topic itself and...
Cron is a software utility that allows us to schedule tasks on Unix-like systems. The name is derived from the Greek word "Chronos", which means "time". The tasks in Cron are defined in a crontab, which is a text file containing the commands to be executed....
© 2013-2026 Stack Abuse. All rights reserved.