Double words such as “the the” are a common source of writing errors. On the other hand, some doubled words…
Continue Readingfile
Faster SQL Queries on Delta Lake with Dynamic File Pruning
There are two time-honored optimization techniques for making queries run faster in data systems: process data at a faster rate…
Continue ReadingUsing PractRand to test an RNG
Yesterday I wrote about my experience using NIST STS to test an entropy extractor, a filtering procedure that produces unbiased…
Continue ReadingExporting Excel files to CSV with in2csv
This post shows how to export an Excel file to a CSV file using in2csv from the csvkit package. You…
Continue ReadingDoing a database join with CSV files
It’s easy to manipulate CSV files with basic command line tools until you need to do a join. When your…
Continue ReadingHow to Save a NumPy Array to File for Machine Learning
Last Updated on November 13, 2019Developing machine learning models in Python often requires the use of NumPy arrays. NumPy arrays…
Continue ReadingFile character counts
Once in a while I need to know what characters are in a file and how often each appears. One…
Continue ReadingExcel, R, and Unicode
I received some data as an Excel file recently. I cleaned things up a bit, exported the data to a…
Continue ReadingDockerize a Node.js app connected to MongoDb
Dockerize a Node. js app connected to MongoDbVladislav GuleaevBlockedUnblockFollowFollowingJun 28Hello dear coder, welcome to my tech articles series dedicated to Node.…
Continue ReadingBuilding a Full Stack SMS-enabled Chat Application using Twilio, Node.js, GraphQL and Cosmic JS
Today we are exploring how far chat has come, and how easy it is build a fully functional chat application…
Continue ReadingHow to build a custom Dataset for Tensorflow
How to build a custom Dataset for TensorflowIvelin IvanovBlockedUnblockFollowFollowingJun 19Tensorflow inspires developers to experiment with their exciting AI ideas in…
Continue ReadingLinux for Data Scientists, Part 1
It takes a bit of computer know-how to figure this out, but once you do, significant performance improvements become attainable.…
Continue ReadingBuild a Modern, Customized File Uploading User Interface in React with Plain CSS
Or which files have already been uploaded?In a previous tutorial (you can find it if you search my posts), I…
Continue ReadingDocker’s Voting App on Swarm, Kubernetes and Nomad
This is all it needs to have a Swarm cluster. A single-node cluster, but still a Swarm cluster with all…
Continue ReadingSetting up TypeScript, Phaser, Webpack, … Argh!
Here’s what the HTML for your game might look like:MinifyingOnce we’ve smooshed everything, we’ll want to minify bundle. js. That…
Continue ReadingManaging IPFS Image Uploads With Angular NgRx v8
Image by Stefan Keller from PixabayManaging IPFS Image Uploads With Angular NgRx v8Part three in our series demonstrating how we are building…
Continue ReadingUploading Files in React While Keeping The UI Completely In Sync
This post will teach you how to create a user interface containing a file upload component that will help users…
Continue ReadingWorking with Spreadsheets using Python
This is the functionality we needed. But how did we achieve this?Here is what happened. First you read “sample. xls”…
Continue ReadingCreating an Obfuscator for Javascript files
Creating an Obfuscator for Javascript filesUddhav NavneethBlockedUnblockFollowFollowingJun 13ob·fus·cateComing to software development, obfuscation is the deliberate act of creating source or…
Continue ReadingA File System for Supercomputing and Lay-Programming
A BEGINNER’S GUIDE TOA File System for Supercomputing and Lay-ProgrammingStoring Images in HDF5 Files in PythonJuan Jose Palacio DuqueBlockedUnblockFollowFollowingJun 9Reading about some…
Continue ReadingHadoop Running a MapReduce Job
Hadoop Running a MapReduce JobBig DataDiogo RibeiroBlockedUnblockFollowFollowingJun 9Photo by Capturing the human heart. on UnsplashMapReduce PreparationBefore we jump into the programming…
Continue ReadingAutomating excel files using Pandas
Automating excel files using PandasAkash ChandraBlockedUnblockFollowFollowingMay 28Python is increasingly becoming popular among data science and analytics enthusiasts. The topmost reasons that…
Continue ReadingAn introduction to JSON
An introduction to JSONA complete beginner’s guideRaivat ShahBlockedUnblockFollowFollowingJun 1Created by Katerina LimpitsouniIf you are into Data Science or Software Engineering or…
Continue ReadingActive Storage with Rails API
Active Storage with Rails APIMyung KimBlockedUnblockFollowFollowingMay 31Using Active Storage in a pure rails app is pretty straightforward but, when we switch…
Continue ReadingEasy Google Maps Setup Tutorial— Swift 5
????Step 1: Create an Xcode ProjectTo start, open Xcode and create a new project. Select ‘Create a new Xcode project’Choose ‘Single View…
Continue Reading