Skip to content

Instantly share code, notes, and snippets.

View fahmihidayah's full-sized avatar
🤩
Software Engineer - Java, Kotlin, Python, JavaScript, TypeScript

Muhammad Fahmi Hidayah fahmihidayah

🤩
Software Engineer - Java, Kotlin, Python, JavaScript, TypeScript
View GitHub Profile
@fahmihidayah
fahmihidayah / meta-tags.md
Created November 10, 2018 04:14 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@fahmihidayah
fahmihidayah / gist:95b0980e38e7977084ef4e7517150e83
Created April 6, 2016 03:00 — forked from prime31/gist:5675017
Simple PHP script showing how to send an Android push notification. Be sure to replace the API_ACCESS_KEY with a proper one from the Google API's Console page. To use the script, just call scriptName.php?id=THE_DEVICE_REGISTRATION_ID
<?php
// API access key from Google API's Console
define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' );
$registrationIds = array( $_GET['id'] );
// prep the bundle
$msg = array