Skip to content

Instantly share code, notes, and snippets.

@MrFiregore
MrFiregore / jetbrains_toolbox_generator_regex_windows.php
Last active September 22, 2021 12:50
jetbrains toolbox generator regex for windows
<?php
set_time_limit(0);
define("__ROOT__", realpath(__DIR__) . DIRECTORY_SEPARATOR);
ini_set("log_errors", 1);
ini_set("error_log", __ROOT__ . "php-error.log");
$script_dir = 'E:\Program Files (x86)\JetBrains\scripts';
function getAllFiles ($dir, $fileType = ['bmp', 'jpg', 'jpeg', 'gif', 'png'])
{
if (!is_dir($dir)) {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>