Pinned Loading
-
node-js-webapp-starter
node-js-webapp-starter PublicA starter kit for a nodejs webapp based on express js, handlebars, webpack and babel. See the demo.
-
snail-mail
snail-mail PublicBringing back personalisation to bulk emails through a web application that allows you to personalise emails. Emails can be sent from any gmail/google app account or your own smtp mail server. Live…
-
terraform-aws-cloudfront-waf-secretsmanager
terraform-aws-cloudfront-waf-secretsmanager PublicForked from aws-samples/amazon-cloudfront-waf-secretsmanager
Enhance Amazon CloudFront Origin Security with AWS WAF and AWS Secrets Manager
Python 2
-
openpy_excel_export_auto_adjust.py
openpy_excel_export_auto_adjust.py 1#auto adjusting column width of cells for openpyxl 3.0
23for column_cells in ws.columns:
4unmerged_cells = list(filter(lambda cell_to_check: cell_to_check.coordinate not in ws.merged_cells, column_cells))
5length = max(len(str(cell.value)) for cell in unmerged_cells)
-
deploying a node app using a CI syst...
deploying a node app using a CI system to a new directory. 1#bin/bash
2CURRENT_DATE=`date +%s`
3echo "current date is $CURRENT_DATE"
4DEPLOYMENT_DIR='{deployment directory}'
5CURRENT_DEPLOYMENT_DIR=$DEPLOYMENT_DIR$CURRENT_DATE
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.