Github Repo: https://github.com/Jobayer-Ahmed/Timestamp-Microservice
Flag: date/{time(unix format of human readable format)}
Live Link: https://abrupt-lobster.glitch.me/
Github Repo: https://github.com/Jobayer-Ahmed/Timestamp-Microservice
Flag: date/{time(unix format of human readable format)}
Live Link: https://abrupt-lobster.glitch.me/
const rowsToCols = (rows) => {
let array = [], array2 = [];
const makeTowDimentionalArray = (arr) => {
const DecimalToBinary = (numb) => (numb !== Math.floor(numb) && numb < 0) ? null : parseInt(numb, 10).toString(2);
arr.map((el, i) => {
let arrays = DecimalToBinary(el).split('')
let length = 16 - arrays.length;
if (length!==0) {
for(let i = 0; i < length; i++) {
// Bubble Sort Algorithm
const bubbleSort = (arr) => {
let changePosition;
do {
changePosition = false;
arr.map((elm, i) => {
if (elm > arr[i+1]) {
arr[i] = arr[i+1];
arr[i+1] = elm;
app.use((req, res, next) => {
res.header("Access-Control-Allow-Origin", "*"); // "*" for public access and www.example.com for specific uses
res.header(
"Access-Control-Allow-Headers",
"Origin, X-Requested-With, Content-Type, Accept, Authorization"
);
if (req.method === 'OPTIONS') {
res.header('Access-Control-Allow-Methods', 'PUT, POST, PATCH, DELETE, GET');
return res.status(200).json({});
2: HLS Player
go to www.google.com and search anything.
Open your console. activate your artoo.
copy the code and paste it into your console.
Updated: October 2017
Updated: October 2017