Skip to content

Instantly share code, notes, and snippets.

View ekendra's full-sized avatar

Ekendra ekendra

View GitHub Profile
@labnol
labnol / google-apps-script.md
Last active March 25, 2024 14:50 — forked from junaidk/resources.md
How to Learn Google Apps Script

Learning Google Apps Script

Find the best resources for learning Google Apps Script, the glue that connects all GSuite services including Gmail, Google Drive, Calendar, Google Sheets, Forms, Maps, Analytics and more.

A good place to learn more about Google Apps Script is the official documentation available at developers.google.com. Here are other Apps Script resources that will help you get up to speed.

  1. Google Apps Script Code Samples by Amit Agarwal
  2. Google Apps Script Development - Create Google Apps Script projects locally inside VS Code - video tutorial
  3. Awesome Google Scripts by Amit Agarwal
  4. Google Developer Experts - Follow Apps Scr

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@ThemeCatcher
ThemeCatcher / quform-max-submissions.php
Created February 6, 2018 09:29
Max form submissions for Quform v2
<?php
/*
* Plugin Name: Quform Max Submissions
* Description: Allows you to specify a maximum number of form submissions for Quform v2 forms.
* Version: 1.0.0
* Author: ThemeCatcher
* Author URI: https://www.themecatcher.net/
*/
@sachinkiranti
sachinkiranti / hbl.php
Last active December 26, 2021 04:33
Himalayan Bank Payment Gateway
<?php
/**
*
* Himalayan Bank Payment Gateway
* Prod endpoint : https://hblpgw.2c2p.com/HBLPGW/Payment/Payment/Payment
* Dev endpoint : https://hbl.pgw/payment
*
* HTTP status code :
*
* 00 Approved ,transaction is successfully paid.
@ashokkuikel
ashokkuikel / display-nepali-date.php
Last active July 9, 2020 05:12
WordPress Nepali Date
<?php if (function_exists('todayNpDate')){
todayNpDate();
} ?>