Skip to content

Instantly share code, notes, and snippets.

View farhadrahmanii's full-sized avatar
🙃
How Are You Visitor?

Farhad Rahmani farhadrahmanii

🙃
How Are You Visitor?
View GitHub Profile
@scottopolis
scottopolis / apppresser-iap-pmp.php
Last active December 10, 2023 16:11
AppPresser In App Purchase integration for Paid Memberships Pro
<?php
/*
Plugin Name: AppPresser In App Purchases for Paid Memberships Pro
Plugin URI: https://apppresser.com
Description: This plugin listens for in app purchases or cancellations and adds/removes members from a membership level.
Version: 2.0.0
Author: Scott Bolinger
Author URI: https://apppresser.com
License: GPLv2
*/
@smckissock
smckissock / index.html
Last active January 2, 2025 06:49
World Map
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mercator projection</title>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<style type="text/css">
body {
background-color: white;