This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Return-path: <bounce-213_HTML-841977258-309815-515012516-9@bounce.global.metamail.com> | |
Original-recipient: rfc822;shaon@email.com | |
Received: from p00-icloudmta-smtpin-us-west-1a-60-percent-0 by p153-mailgateway-smtp-5cf4c5fbd8-r5j8g (mailgateway 2534B87) | |
with SMTP id f1f2f58c-6006-47fb-bd89-0f6fc3a32703 | |
for <shaon@email.com>; Mon, 8 Sep 2025 22:43:12 GMT | |
X-Apple-MoveToFolder: Junk | |
X-Apple-Action: JUNK/Junk | |
X-Apple-UUID: f1f2f58c-6006-47fb-bd89-0f6fc3a32703 | |
Received: from mta.mc.facebookmail.com (mta.mc.facebookmail.com [13.111.86.165]) | |
by p00-icloudmta-smtpin-us-west-1a-60-percent-0 (Postfix) with ESMTPS id 9FC28C00093 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Afghanistan | |
Albania | |
Algeria | |
Andorra | |
Angola | |
Antigua & Deps | |
Argentina | |
Armenia | |
Australia | |
Austria |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontFamily": "Source Code Pro", | |
"editor.fontSize": 16, | |
"editor.tabSize": 2, | |
"workbench.colorTheme": "Dracula Soft", | |
"editor.formatOnSave": true, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var http = require('http'); | |
var express = require('express'); | |
var router = express.Router(); | |
/* GET users listing. */ | |
router.get('/', function(req, res) { | |
var request = require('request'); | |
var url = req.query.url; |