Skip to content

Instantly share code, notes, and snippets.

View imhamad's full-sized avatar
💭
Equilibrium

Hamad imhamad

💭
Equilibrium
View GitHub Profile
@gaearon
gaearon / index.html
Last active May 20, 2024 20:59
Add React in One Minute
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>
@krisleech
krisleech / steps.md
Last active December 12, 2023 23:36
Convert Postgres to MySQL

Software:

Steps

  • dump and gzip postgres (source)
pg_dump -Ox -T sessions -U mos mos_staging &gt; ~/mos_staging.sql
@seoagentur-hamburg
seoagentur-hamburg / .htaccess
Last active May 18, 2024 13:26
UPDATE 2024/03: Perfect .htaccess file for highspeed and security. You can use it for every WordPress-Website without problems. Highspeed and Security - testet on hundreds of Websites. If you are using a WordPress Multisite, change the last part of this file.
########################################################################
# OPTIMAL .htaccess FILE FOR SPEED AND SECURITY @Version 2.0.9 - 03/2024
# ----------------------------------------------------------------------
# @Author: Andreas Hecht
# @Author URI: https://seoagentur-hamburg.com
# License: GNU General Public License v2 or later
# License URI: http://www.gnu.org/licenses/gpl-2.0.html
########################################################################