Skip to content

Instantly share code, notes, and snippets.

View INDIAN2020's full-sized avatar

Gogula Sivannarayana INDIAN2020

View GitHub Profile
<?php
/* The new responsive image feature in wordpress 4.4 causes image sourceset attribuet
to insert images as HTTP rather than HTTPS. This completely breaks images on sites where
the site is loaded ( and in sometimes force-loaded) to be served via HTTPS
The following plugin changes these images to be HTTPS if the site is served via HTTPS
*/
if ( is_ssl() ) {
add_filter('wp_calculate_image_srcset', 'psu_https_srcset_fix' , 100 , 5);
}
function psu_https_srcset_fix( $sources, $size_array, $image_src, $image_meta, $attachment_id ){
---
apiVersion: v1
kind: Service
metadata:
name: redis-cluster-service
spec:
type: NodePort
selector:
app: redis-cluster
ports:
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: redis-pv-01
spec:
capacity:
storage: 1Gi
volumeMode: Filesystem
accessModes:
---
kind: ConfigMap
apiVersion: v1
metadata:
name: redis-config
data:
maxmemory: 2mb
---
apiVersion: apps/v1
kind: Deployment
gcloud container clusters create "cluster-1"
--project <PROJECT-ID>
--zone <ZONE-ID>
--no-enable-basic-auth
--cluster-version "1.20.10-gke.1600"
--release-channel "stable"
--machine-type "e2-medium"
--image-type "UBUNTU"
--disk-type "pd-standard"
--disk-size "100"
#!/bin/bash
for project in $(gcloud projects list --format="value(projectId)")
do
echo "============================ Project: $project ============================"
mkdir $(pwd)/users/${project}
for instance in $(gcloud compute instances list --project $project --filter="STATUS=RUNNING" --format="csv[no-heading](name,zone)")
do
zone=(${instance//,/ })
read -p "You need ${zone[0]} ?" yn
case $yn in
from subprocess import Popen, PIPE
from sys import argv
import platform
import datetime
class Janitor:
start = 0
end = 0
@INDIAN2020
INDIAN2020 / advent-calendar-magic-drawers.markdown
Created December 14, 2020 05:03
Advent Calendar Magic Drawers

Advent Calendar Magic Drawers

Inspired by the most common type of Advent Calendar, for the CodePen Christmas challenge, I've created a magical version of it. It's dedicated completely to Christmas festivities. Hope you like it!

A Pen by Eduardo Allegrini on CodePen.

License.

Keybase proof

I hereby claim:

  • I am indian2020 on github.
  • I am sivagogula (https://keybase.io/sivagogula) on keybase.
  • I have a public key ASB01M7jo4ZebdJod8SNtFM65gqZKkcieWQIWTPVB50tyQo

To claim this, I am signing this object: