edit .vmx file :
bios.forceSetupOnce = "TRUE"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# All3kcis 2020 | |
from time import sleep | |
import platform | |
import datetime | |
import smtplib | |
import signal |
Install QPDF, and then edit this batch file with the correct path and create a shortcut to this batch file. Then you can Open With the shortcut file for quick access and it creates an unlocked version of a locked PDF in the same folder as the original.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
# Copyright 2007 Jay Allen | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
Locate your element on : https://www.openstreetmap.org/
Right click "Interroger les objects"
Copie wikidata code : like "Q12782"
Going to http://overpass-turbo.eu/
Replace code into script bellow and click "Export" ;)
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“"wikidata"="" global”
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SublimeText.nfo]
@="Info Text File"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SublimeText.nfo\DefaultIcon]
@="\"E:\\Logiciels\\Sublime Text Build 3083 x64\\sublime_text.exe\",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SublimeText.nfo\shell]
/!\ Anyone interested in this Gist should look at the work of @danielchc ;)
-> https://gist.github.com/danielchc/c159626485a08c76856b2d30ae457e04
/!\ I used bind9 on my local server to add mb3admin.com entry for all devices ( like android app ) Otherwise in hosts fie :
<your_server> mb3admin.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Supprimer un mot de passe perdu qui protège une feuille Excel | |
2 solution :Utiliser la macro suivante ou ouvrir le fichier en tant que zip pour effectuer la manipulation à la main. | |
renomer le .xlsx en .zip, ouvrir avec Winrar , aller dans le dossier sheets, ouvrer la feuille voulu et supprimer la référence au mot de passe. | |
Sinon utiliser la macro : | |
1. | |
S'il n'y a pas l'onglet « Développeur » dans le ruban (barre d'outils), impossible d'accéder à Visual Basic Editor. Il faut donc l'afficher. | |
2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(-1); // -1 or E_ALL & ~(E_NOTICE) | |
ini_set('display_errors', 0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#set -xv | |
s_path=${1:-.} | |
file_ext=${2:-php} | |
#echo "$file_ext" | |
files=$(find "$s_path" -type f -name "*.$file_ext") | |
#echo "$files" |
NewerOlder