Ziyan Aliziyanali.hashnode.dev·Sep 20, 2023Organize Your Chaotic Files with Ease: Introducing a Python File SorterHave you ever struggled with cleaning your desktop and found it hectic to arrange files and folders or arrange files in their relevant folders? Well, I struggle with this after every few weeks and I am too lazy to arrange them. So today I thought why...Discuss·2 likes·38 readsScript
Vyankateshwar Taikarvtaikar.hashnode.dev·Sep 10, 2023The Simplified Path to Learning Linux Shell Scripting : Advanced - Easy Guide💠Introduction 💠 👋 Welcome to the world of Linux directory management, backups, and user management! In this article, we'll solve the problem of manually and automatically creating directories. I am going even teach you how to create your own direc...Discuss·4 likes·67 readsshell scripting
Pierre-Yves Ricaublog.p-y.wtf·Sep 7, 2023A script to compare two Macrobenchmarks runsIn Statistically Rigorous Android Macrobenchmarks, I laid out a methodology for rigorously comparing the outcome of two Jetpack Macrobenchmark runs. To summarize the article: Remove sources of variations until the distribution fits a normal distribu...Discuss·1 like·1.2K readsAndroid
Zen_OSzenos.hashnode.dev·Sep 7, 2023Auto Post Script: Easy Content Migration from ChatGPT to WordPress + Google ColabHave you ever faced difficulties when trying to move content from ChatGPT to WordPress? If so, you're not alone! Fortunately, there's an efficient way to tackle this issue, and that's by using the Auto Post Script, which can assist you in automatical...Discusschatgpt
Rahul Pawarrahulpawar.hashnode.dev·Sep 5, 2023Effortless AWS Resource Provisioning with TerraformTerraform Terraform is a DevOps tool that allows the automation of cloud infrastructure, platforms and services that are running on the cloud. Key Features of Terraform Infrastructure as Code: We can create a blueprint of the cloud infrastructure us...Discuss·6 likes·66 readsDevops
modesto Tejedatechps.hashnode.dev·Sep 5, 2023Getting Started with PowerShell: Your First ScriptIf you're new to scripting and automation, PowerShell is a fantastic place to start. PowerShell is a versatile scripting language and command-line shell that's built into Windows, making it a powerful tool for automating tasks and managing systems. I...Discuss·1 likePowershell
MOHD. SAQUIB USMANIcodemaani.hashnode.dev·Aug 31, 2023Maximizing Script Efficiency: Why You Should Always Use the defer Attribute with <script> Tags in the <head>Introduction In the realm of web development, where milliseconds can determine user satisfaction, optimizing website performance is paramount. One often-overlooked technique for enhancing page load speed and interactivity is using the defer attribute...DiscussJavaScript
Santhosh Rsanthosh-tech.hashnode.dev·Aug 24, 2023List all Angular Routes: A Step-by-Step GuideIntroduction: In this blog post, we will explore how to extract and list all routes declared in an Angular app and export them to an Excel file. We will be using two libraries, guess-parser and xlsx-populate, to achieve this functionality. Let's dive...DiscussAngular
Alex Galhardoalexgalhardo.com·Aug 15, 2023Creating a MD5 Hash Dictionary Scripthttps://youtu.be/zjQKGfUmq0Y Summary MD5 MD5 is a cryptographic hash function, designed to be a one-way function, which means that it is not possible to directly decrypt an MD5 value to get the original input. The MD5 algorithm is no longer consi...Discuss·46 readsmd5
Andrew Dassandrewdass.hashnode.dev·Aug 12, 2023How to make a Timer in PythonOverview This article will explain how to write a Python script to create a countdown timer by using the "datetime" module. An optional module that is also used in this script is "time" which creates a delay between executing consecutive commands. Ma...Discuss·28 readsPython