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/sh | |
# Check if a command argument is provided | |
if [ -z "$1" ]; then | |
echo "Usage: $0 <command>" | |
exit 1 | |
fi | |
# Define the host prefix if provided, otherwise set to an empty string | |
HOST_PREFIX="${HOST_PREFIX:-}" |
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 | |
$sourceServer = "{mail.mtlmaroc.com:993/imap/ssl}"; // ISP Mailserver Example (Menara.ma) | |
$destinationServer = "{ssl0.ovh.net:993/imap/ssl}"; // OVH Mailserver | |
// A list of folders that will be skipped. | |
// NOTE - If a parent folder is listed, all children folders are skipped too | |
$folders_skip = array( | |
"Protected", |
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(null); | |
if(!isset($_GET["pin"])) | |
die("No PIN?"); | |
$url = "https://kahoot.it/rest/challenges/pin/".$_GET["pin"]; | |
$response = file_get_contents($url); | |
$jresponse = json_decode($response, 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
public class MainActivity extends AppCompatActivity { | |
final private int REQUEST_CODE_ASK_MULTIPLE_PERMISSIONS = 124; | |
private LocationManager locationManager; | |
private LocationListener locationListener; | |
private Location CurrentLocation; | |
SharedPreferences prefs; | |
@Override |
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
Verifying that +logicbloke is my blockchain ID. https://onename.com/logicbloke |