GitHunt

Christophe Avonture

cavo789

coding, coding, coding, sometimes sleeping, coding again

Languages

VBScript29%VBA21%PHP18%Batchfile14%JavaScript7%Shell4%PowerShell4%Visual Basic4%

Loading contributions...

Top Repositories

Repositories

76
CA
cavo789/blog

My blog as accessible on https://www.avonture.be

JavaScript136Updated 13 hours ago
CA
cavo789/cavo789

GitHub Profile page

10Updated 1 day ago
CA
cavo789/vbs_access_exportArchived

Export every code objects of a MS Access database (forms, macros, modules and reports code) to flat files, in a batch mode

VBScript111Updated 4 years ago
backup-utilitymsaccessutility
CA
cavo789/dos_batch_tipsArchived

Tips and tricks when writing batch for MS DOS, mainly functions.

Batchfile101Updated 5 years ago
batch-filebatch-scriptdos-commandtips-and-tricks
CA
cavo789/vscode_tips

Tutorial about Visual Studio Code and tips and tricks

PHP815Updated 2 years ago
developer-guidephpuserguidevscode
CA
cavo789/tools_xyplorerArchived

xyPlorer is a tremendous software; 10k time better than the prehistoric Windows Explorer. This repo to store and share own scripts

Batchfile282Updated 4 years ago
CA
cavo789/htaccessArchived

Some tips and tricks for your .htaccess file (Apache)

156Updated 4 years ago
apachehtaccess-snippets
CA
cavo789/vba_outlook_save_pdfArchived

Do you need to export one or more emails to your hard disk as PDF files and remove these emails (or not) once done ? Here is my Outlook macro for this. My usage: take a copy of all important emails on my hard disk for archiving and backup on external disk. Once the backup is completed, the emails are deleted.

VBA86Updated 2 years ago
backup-utilityemailsoutlookpdfvba
CA
cavo789/marknotes

📝 You’re taking a lot of notes and need a solution to manage them i.e. put your knowledge base in one central place and being able to retrieve quickly information’s, display them nicely through the browser as a HTML page or a slideshow, export them in many file formats (docx, odt, pdf, txt, …). Sensitive information’s can be encrypted and notes can be edited online.

PHP7921Updated 3 years ago
cmsdocumentationevernoteflatfileknowledge-managementmarkdownmarkdown-languagemarknotesnotesphpremarkreveal-jsslideshow
CA
cavo789/vba_excel_call_webserviceArchived

How to call a web service in Excel VBA. The example is built using the European Union's VIES CheckVAT web service.

VBA41Updated 4 years ago
vatnumbervbawebservicewsdl
CA
cavo789/aesecure_quickscanArchived

PHP script to install on your site (preferably in localhost for better performance) to scan files for viruses. aeSecure QuickScan already RECOGNIZE MORE THAN 45.000 VIRUSES (November 2018) and use whitelist hashes to avoid to scan WordPress and Joomla native files (all versions). Thanks these hashes aeSecure QuickScan already detect more than 700.000 files as healthy.

PHP153Updated 1 year ago
scan-vulnerabilitiesscannerscanner-webvirus-discovery
CA
cavo789/vbs_utilitiesArchived

Small, stand alone and straight forward VBS scripts for working with emails, files, folder, ...

VBScript91Updated 4 years ago
automationmsaccessmsexcelscriptsvbsvbscriptwindows
CA
cavo789/vba_excel_sqlArchived

SQL Server to Microsoft Excel. VBA class for Excel to make easy to access records stored in SQL Server and output these data in an Excel sheet; keeping or not the link

VBA4911Updated 4 years ago
sqlsqlservervbavba-excel
CA
cavo789/vba_accessArchived

MS Access snippets

VBA103Updated 4 years ago
msaccesssqlsql-servervbavba-modulesvba-snippets
CA
cavo789/vbs_classes

VBS scripts and classes that will help Windows users to collect a list of files based on extensions and utilities to work with Access, Excel and SQL Server

VBScript141Updated 4 years ago
automationexcelmsaccesssqlvbavbscriptwindows
CA
cavo789/vbs_xls_list_referencesArchived

Retrieve the list of references used in an Excel file (.xlam files f.i.) and display them on the console. Loop and process all Excel files in the current folder

VBScript52Updated 4 years ago
excelexcel-addinutilityvbs-excelvbscript
CA
cavo789/vba_excel_RibbonDropdownArchived

How to very easily load an Excel range into the ribbon as a dropdown

VBA60Updated 3 years ago
excelribbonvba-excel
CA
cavo789/excel_formatterArchived

Improves the readability of Excel formulas. Display long formula into a nice HTML output

JavaScript50Updated 4 years ago
beautifycode-beautifyexcelformula
CA
cavo789/bash_shell_codingArchived

Tips and tricks on how to write powerfull bash scripts

Shell70Updated 1 year ago
CA
cavo789/vba_excel_dataquery_update

Small demo on how to run a UPDATE query on a worksheet

VBA31Updated 4 years ago
CA
cavo789/vbs_xls_import_code

Import code to an Excel workbook, import .bas, .cls and .frm files

VBScript42Updated 4 years ago
CA
cavo789/excel_ribbonArchived

Programmer's guide to creating a Ribbon for MS Excel

Batchfile80Updated 4 years ago
excelexcel-ribbonexcel-vbatutorial
CA
cavo789/powershell_tips

Tips and tricks and snippets of PowerShell functions

PowerShell30Updated 4 years ago
powershellpowershell-scriptspowershell-tips
CA
cavo789/db_documentor

This script will establish a connection to a MySQL database, retrieve all tables and document them by creating `.csv`, `.md` and `.sql` files. If you're using [Marknotes](https://github.com/cavo789/marknotes), it'll also create the full documentation folder for Marknotes.

PHP30Updated 4 years ago
documentation-generatormarkdownmarknotesmysqliwiki
CA
cavo789/vbs_transport

Transport DEV.xlsm to PROD.xlsm and update addins references

Visual Basic30Updated 7 years ago
CA
cavo789/sql_formatterArchived

Very straight-forward script for formatting SQL statement.

PHP41Updated 2 years ago
phpsqlsql-formatter
CA
cavo789/vba_excel_image_galleryArchived

Loop all images in a folder and insert them in a worksheet, one image by row

Batchfile50Updated 4 years ago
image-galleryribbonvbavba-excel
CA
cavo789/vba_excel_export_code

Just like me, you write Excel macros and you want a simple way to export your code as text files to your hard disk so that you can manage versions and load the code into e. g. GitHub? My vba_excel_export_code script is made for you. From now on it also manages the export of your ribbon.

VBScript278Updated 4 years ago
automationexcelexport-excelgithubvba-excelvba-macrosvbscript
CA
cavo789/vbs_sql_extract_stored_proc

VBS script for extracting every stored procedure from SQL Server databases into flat files on disk

VBScript20Updated 4 years ago
documentationmarkdownmarknotessql-serverstored-proceduresvbscript
CA
cavo789/vbs_sql_sp_columns

Connect to SQL Server, iterate every tables and generate a .csv file by table containing the table's structure

VBScript30Updated 4 years ago
csvdocumentationmarknotessql-servertable-structurevbscript

Gists

Recent Activity

Christophe Avonture (cavo789) | GitHunt