Skip to content

Instantly share code, notes, and snippets.

View os512's full-sized avatar
💡

Oliver Schupke os512

💡
View GitHub Profile
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"website": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
@os512
os512 / index.php
Created July 3, 2021 00:22 — forked from kasparsd/index.php
Convert .mo to .po and .po to .mo
<?php
session_start();
$_SESSION['last_post'] = time();
$_SESSION['ip'] = $_SERVER['REMOTE_ADDR'];
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Online Tools for WordPress Developers</title>