Skip to content

Instantly share code, notes, and snippets.

@hishamdalal
hishamdalal / slugify.php
Last active April 29, 2024 08:36
PHP clean and slugify filename (Allow just english and arabic characters for file and folder name)
<?php
// https://stackoverflow.com/a/2021647/2269902
// https://stackoverflow.com/a/56328226/2269902
// https://graphemica.com/unicode/characters
// arabic characters unicode range (0600–06FF, 256 characters)
function slugify($file_name) {
$unicode = [
"~[\x{0000}-\x{001F}]~u", # control characters
"~[\x{0021}-\x{0023}]~u", # ! " #
@hishamdalal
hishamdalal / gist:75e97d1fa64d135279090e95ce94b972
Last active September 1, 2022 19:03
Responsive tabs with pure CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive tabs with pure CSS</title>
<style>
.responsive-tabs {
display: grid;
grid-template-columns: 1fr 4fr;
@hishamdalal
hishamdalal / free-css bootstrap templates
Last active February 2, 2023 15:35
download all free-css.com bootstrap templates
<?php
set_time_limit(0);
// رابط قسم قوالب بوتستراب
$url = 'https://www.free-css.com/template-categories/bootstrap?start=';
// رابط مسار ملفات القوالب المضغوطة
$file_url = 'https://www.free-css.com/assets/files/free-css-templates/download/';
// رابط مسار صور القوالب
$image_url = 'https://www.free-css.com/assets/images/free-css-templates/';
// رابط مسار صفحة القالب