Skip to content

Instantly share code, notes, and snippets.

View gioxx's full-sized avatar
☮️
I do things, I see people, I write.

Giovanni Francesco Solone gioxx

☮️
I do things, I see people, I write.
View GitHub Profile
@gioxx
gioxx / disqusrecents_json.php
Last active October 25, 2020 18:40
Disqus Recents Widget basato su JSON per WordPress. Per saperne di più e capire come utilizzare il plugin dai un'occhiata all'articolo ufficiale su https://wp.me/pdQ5q-dC2 (a partire dalle 9:30 del 26/10/2020).
<?php
/*
Plugin Name: Disqus Recent Comments
Plugin URI: https://gioxx.org/
Description: Show the latest comments from Disqus (using API 3.0 and JSON).
Author: Gioxx
Version: 0.1
Author URI: https://gioxx.org
License: GPL2
*/
@gioxx
gioxx / FindEmailPosition.bas
Created October 16, 2020 16:57
Una macro per scovare in quale cartella si trova un'email.
' Outlook 2016: Find Email Position
' -----------------------------------------------------------------------------------------------------------
' Author: Michael Bauer
' Modified by: GSolone
' Version: 0.1
' Last modified: 14-10-2020
' Credits: http://vboffice.net/en/developers/get-the-message-folder/
' ------------------------------------------------------------------------------------------------------------
' UPDATES:
' -
@gioxx
gioxx / Spam_CN.txt
Created October 11, 2020 09:24
Lista caratteri cinesi filtrati su Outlook, vedi l'articolo sul blog a partire dal 15/10/20! https://wp.me/pdQ5q-ds6
@gioxx
gioxx / DataReorg.ps1
Created August 6, 2020 07:21
Funzione di riorganizzazione dei file in base al nome del documento. Se il nome del file contiene nelle prime posizioni l'anno e il mese io posso utilizzarlo per riorganizzare tutto in cartella, vedi l'articolo sul blog: https://wp.me/pdQ5q-dlE
# Credits: https://stackoverflow.com/a/52605580/2220346
function DataReorg {
$files = Get-ChildItem $args[0] -Recurse | where {!$_.PsIsContainer}
$targetPath = $args[1]
foreach ($file in $files)
{
$bn = $file.basename.ToString()
$year = $bn.substring(0,4)
$month = $bn.substring(4,2)
$Directory = $targetPath + "\" + $year + "\" + $month
@gioxx
gioxx / info_en.txt
Last active July 26, 2020 16:56
FRITZ!OS 7.20, modifiche introdotte da AVM
The update file "FRITZ.Box_7590-xx.xx.image" on ftp.avm.de contains the latest FRITZ!OS (Firmware) for the FRITZ!Box 7590.
**Attention:** This update file is only intended for use with FRITZ!Box 7590!
Please follow the instructions at the end of this file to install the update.
```
Product: FRITZ!Box 7590
Version: FRITZ!OS 7.20
Language: Dutch, English, French, German, Italian, Polish, Spanish
Release date: 06/07/2020
@gioxx
gioxx / SavePDF_Button-Marcello.bas
Created June 12, 2020 08:59
Marcello ha adattato il mio script con una serie di modifiche secondo sue esigenze, mi ha autorizzato a pubblicare la sua versione che integrerò in un prossimo articolo aggiornato su Gioxx's Wall (vedi: https://gioxx.org/2018/01/16/savemodule-bas-0-3-per-outlook-2016-estrazione-pdf-dagli-allegati/)
Public Sub Estrai_PDF()
Dim ButtonName As String
ButtonName = "Estrai PDF"
Call ExportAttachments(ButtonName)
End Sub
Public Sub Estrai_Chiusure_PDF()
Dim ButtonName As String
ButtonName = "Estrai Chiusure PDF"
Call ExportAttachments(ButtonName)

Keybase proof

I hereby claim:

  • I am gioxx on github.
  • I am gioxx (https://keybase.io/gioxx) on keybase.
  • I have a public key ASDyJTjT9I9s3b0Deba6wJKqVlAKtjVpl6iTS2UCoJYLAAo

To claim this, I am signing this object:

@gioxx
gioxx / DisableSDXHelper.bat
Created November 11, 2019 11:46
Disabilita le operazioni pianificate che richiamano l'eseguibile di SDX Helper su Microsoft Windows 7, in attesa di riparazione completa del Microsoft Office che ti fa comparire errore in seguito al crash dell'applicazione.
schtasks /change /tn "\Microsoft\Office\Office Feature Updates" /DISABLE
schtasks /change /tn "\Microsoft\Office\Office Feature Updates Logon" /DISABLE
@gioxx
gioxx / Drive2Dropbox.sh
Created September 11, 2019 10:12
Script bash per la replica dei dati da Drive a Dropbox sullo stesso NAS Synology. Vedi https://wp.me/pdQ5q-awW per saperne di più.
#!/bin/bash
# rsync Drive-Dropbox per replica file SYNO
# Credits: https://forum.synology.com/enu/viewtopic.php?t=99282
rsync -ap --delete --verbose /volume1/homes/CONTOSO/Drive/ /volume1/Backup/Dropbox\ Mirror/homes/CONTOSO 2>&1
@gioxx
gioxx / AtomShortcuts.md
Created July 13, 2019 16:46
Scorciatoie da tastiera per Atom su macOS, Windows e Linux. Questo è solo un estratto del fantastico lavoro di Nils Winkler (https://github.com/nwinkler/atom-keyboard-shortcuts)

General

Some general keyboard shortcuts that I use frequently.

Command macOS Windows Linux Description
Preferences/Settings cmd-, ctrl-, ctrl-, Opens the Preferences/Settings view
Command Palette shift-cmd-p shift-ctrl-p ctrl-shift-p Opens & closes the command palette
Open File (Fuzzy) cmd-p
or
cmd-t
ctrl-p
or
ctrl-t
ctrl-p
or
ctrl-t
Opens the Fuzzy Finder palette in which you can search and open files
Browse Open Files cmd-b ctrl-b ctrl-b Browse tabs within the window