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
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |
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
[ | |
{ | |
"name":"ABAP", | |
"type":"programming", | |
"extensions":[ | |
".abap" | |
] | |
}, | |
{ | |
"name":"AGS Script", |
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
#!/usr/bin/env php | |
<?php | |
$userAgent = 'Googlebot/2.1 (http://www.googlebot.com/bot.html)'; | |
$target_url = $argv[1] ; | |
if( !$target_url ) { | |
echo PHP_EOL."You'll have to provide a full url".PHP_EOL; | |
exit(1); | |
} | |
$ch = curl_init(); | |
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent); |
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
import { useCallback, useEffect, useState } from "react"; | |
// Adapted from: | |
// https://github.com/rehooks/local-storage/blob/master/src/use-localstorage.ts | |
type Setter<S> = (value: S) => any; | |
/** | |
* React hook to enable updates to state via localStorage. | |
* This updates when the {writeLocalStorage} function is used, when the returned function |
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
import * as React from 'react' | |
import ReactTable from 'react-table' | |
import { CSSCustomProperties, TableWrapper } from './TableWrapper' | |
interface Props { | |
rowSize?: string | number | |
} | |
export class Table extends React.Component<Props> { | |
static defaultProps = { |
I've recently joined Amazon Dublin from India and got opportunities to interview with Meta London, Zalando Berlin & some other companies. I extensively researched about companies hiring internationally which support visa & relocation for Tech roles. So sharing list of companies:
Do consider to STAR, if it helped you.
London
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
Domain | Cname | Provider | IsVulnerable | IsTakenOver | Response | |
---|---|---|---|---|---|---|
academy.shopify.com | nara-39827.herokussl.com. | heroku | false | false | There's nothing here | |
b.ssl.shopify.com | shops.myshopify.com. | shopify | true | false | Only one step left! | |
b.ssl.shopify.com | shops.myshopify.com. | shopify | true | false | Sorry, this shop is currently unavailable. | |
c.ssl.shopify.com | shops.myshopify.com. | shopify | true | false | Only one step left! | |
c.ssl.shopify.com | shops.myshopify.com. | shopify | true | false | Sorry, this shop is currently unavailable. | |
crafted.shopify.com | craftedgoods.myshopify.com. | shopify | false | false | Only one step left! | |
crafted.shopify.com | craftedgoods.myshopify.com. | shopify | false | false | Sorry, this shop is currently unavailable. | |
d.ssl.shopify.com | shops.myshopify.com. | shopify | true | false | Only one step left! | |
d.ssl.shopify.com | shops.myshopify.com. | shopify | true | false | Sorry, this shop is currently unavailable. |