Skip to content

Instantly share code, notes, and snippets.

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

for i in */.git; do ( echo $i; cd $i/..; git stash && git checkout master && git pull; ); done

Containers

List

docker container ls -a
docker container ls -aq
docker ps -aq --no-trunc
docker ps -aq -f status=exited
@tyrcho
tyrcho / howto.md
Last active October 22, 2025 22:53
Git secret and CI
@kontez
kontez / freeotp_backup.md
Created January 4, 2018 14:27 — forked from jleclanche/freeotp_backup.md
A guide to back up and recover 2FA tokens from FreeOTP (Android)

Backing up and recovering 2FA tokens from FreeOTP

Backing up FreeOTP

Using adb, create a backup of the app using the following command:

adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp
@TimSC
TimSC / stats.py
Last active February 13, 2024 03:00
Python statistics and matrices without numpy
#By Tim Sheerman-Chase 2016
#Released under the CC0 license
from __future__ import print_function
import itertools, copy
class RunningAverage(object):
def __init__(self):
self.Val = 0.0
self.Count = 0
@ricca509
ricca509 / chrome-web-security.sh
Last active August 10, 2023 08:25
Chrome: Disable web security [OSX]
// OSX
open -na Google\ Chrome --args --disable-web-security --user-data-dir="/tmp/chrome_dev"
@ju2wheels
ju2wheels / Dockerfile
Last active February 14, 2026 11:54
Docker Dockerfile reference template
# Last updated: 08/24/2916
#
# Total instructions available: 18
#
# https://docs.docker.com/engine/reference/builder/
#
# You can use a .dockerignore file in the same context directory as
# your Dockerfile to ignore files in the context before sending them
# to the Docker daemon for building to speed up building.

All binary can be downloaded http://pan.baidu.com/s/1hqH2Pko

Sublime Text 3, build 3083 (dev) for Windows x64

OFFSET ORIGINAL CRACKED
0xe21b3 85 3B

md5:c3522c719d24f85dd770c93b9bf9e56f

@hofmannsven
hofmannsven / README.md
Last active September 27, 2025 02:40
My simple AngularJS Cheatsheet