Skip to content

Instantly share code, notes, and snippets.

View murali44's full-sized avatar

Murali Allada murali44

View GitHub Profile
@glnds
glnds / aws-transfer-sftp.yaml
Last active February 23, 2024 09:53
CloudFormation template for AWS Transfer for SFTP
---
AWSTemplateFormatVersion: '2010-09-09'
Description: some-sftp-server
Parameters:
HostedZoneIdParam:
Type: String
Description: Hosted Zone ID
SFTPHostnameParam:
Type: String
@levelsio
levelsio / obfuscate.php
Last active May 5, 2023 12:33
WordPress plugin to progressively obfuscate text like MAKEbook.io
/*
--PIETZ OBFUSCATE CODE--
2019-06-01
from MAKEbook.io
Instructions:
1) put this in your functions.php file
2) add this to the post you want to obfuscate, on top
3) [obfuscate]
4) to start obfuscating, add a HTML code or HTML block with <start></start>
@brianz
brianz / __init__.py
Last active February 15, 2021 10:29
SQLAchemy helpers and mixins
import contextlib
from contextlib import contextmanager
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from sqlalchemy.pool import NullPool
from sqlalchemy_utils import database_exists, create_database
@pmaojo
pmaojo / demo-pure-javascript-intl-tel-input.markdown
Created September 26, 2018 19:01
Demo: Pure JavaScript intl-tel-input
@gene1wood
gene1wood / all_aws_lambda_modules_python.md
Last active February 5, 2026 21:28
AWS Lambda function to list all available Python modules for Python 2.7 3.6 and 3.7