Skip to content

Instantly share code, notes, and snippets.

View agadev's full-sized avatar

Atul agadev

View GitHub Profile
@agadev
agadev / php-ssl-install.sh
Last active June 26, 2022 16:09 — forked from iamshreeram/php-ssl-install.sh
Installing SSL certificate in hostinger
# Installation of SSL Certificate
## Enable SSH :
ssh [email protected] -p 65002
## Download acme-client
git clone https://github.com/kelunik/acme-client
## Change directory to acme client
cd acme-client
@agadev
agadev / AverageAndSort.js
Created October 20, 2016 11:56
Test file for Average and Sort from a given array of objects
// lets assume myObject is array of objects
let myObject = [
{name:"a",ranking:4},
{name:"b",ranking:6},
{name:"c",ranking:5},
{name:"d",ranking:3}
];
// I am assumping all data is not validated before,
// hence checking for number