Introduction A shell initialization file is a shell script that runs automatically each time the shell executes. The initialization file sets up the “work environment” and “custom…
15 Windows Command Prompt Commands to Know as Sysadmin
Windows command prompt can perform many unique tasks that usually can't be done by other Windows components. Best of all, it works even when other Windows
This thoroughly revised guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small yet powerful command-line tools to quickly obtain, scrub, explore, and model your data. To get you started, author Jeroen Janssens provides a Docker image packed with over 100 Unix power tools—useful whether you work with Windows, macOS, or Linux.
Large applications are often a mix of code your team has written and third-party applications your team needs to manage. These third-party applications could be things like AWS or Docker. In my team’s case, it’s Twilio TaskRouter. The configuration of these services may not...
HOW TO: Create a Tool Window in the VBIDE with twinBASIC
Move over Rubberduck VBA and MZ-Tools. The next great VBE addin is going to be built with twinBASIC. Here are step-by-step instructions to get you started.
GetLatestOledbProvider(): Use VBA to get the Latest SQL Server OLE DB Provider
This simple VBA function will check the user's registry and return the latest OLE DB provider from a list of supported providers that you can customize.
Strategies on Converting Excel VBA Macro to Web Application - Mindfield Consulting Corp
Tired of your Excel macro grinding to a halt or not knowing who has the latest spreadsheet file? Learn by converting excel VBA macros to web application.