Skip to content

Instantly share code, notes, and snippets.

View dipyamanroy's full-sized avatar

Dipyaman Roy dipyamanroy

View GitHub Profile
@adivekar-utexas
adivekar-utexas / tips-for-successful-referrals-adivekar.md
Last active April 14, 2025 16:37
Tips for a successful resume & referral at Amazon (Abhishek's guide)

I am always happy to provide referrals for folks applying to Amazon for a variety of roles. Amazon is a FAANG, so I know that landing a job there can make a big difference to someone's career, and I am happy to spend the time to provide a referral.

If you are interested, please read the points below very carefully before reaching out (I only accept requests via LinkedIn). This is to save time on both sides 😄 I will not entertain requests from those who have clearly not read these points, regarless of how great your accomplishments are. No exceptions.

I usually check my personal email around 9am EST / 8pm IST. If you reach out, please give me upto 48 hours to revert.

The tips:

  1. It is up to you to visit amazon.jobs and search for open positions.
@SwitHak
SwitHak / 20211210-TLP-WHITE_LOG4J.md
Last active February 7, 2025 23:49
BlueTeam CheatSheet * Log4Shell* | Last updated: 2021-12-20 2238 UTC

Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)

Errors, typos, something to say ?

  • If you want to add a link, comment or send it to me
  • Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak

Other great resources

  • Royce Williams list sorted by vendors responses Royce List
  • Very detailed list NCSC-NL
  • The list maintained by U.S. Cybersecurity and Infrastructure Security Agency: CISA List
@IceCereal
IceCereal / DifferentialEvolution-Eggholder.py
Created March 3, 2020 07:10
A program to perform optimization through Differential Evolution on the Eggholder Function
# CS 313: Machine Learning
# Make a program to perform optimization through Differential Evolution on the Eggholder Function
# For a population of [20, 50, 100, 200]
# For [50, 100, 200] generations
# Also, plot the global minimum fitness and average fitness for each generation
# for each population size and generation
# Author: IceCereal
@HarmJ0y
HarmJ0y / PowerView-3.0-tricks.ps1
Last active April 12, 2025 06:07
PowerView-3.0 tips and tricks
# PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/
# tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c
# the most up-to-date version of PowerView will always be in the dev branch of PowerSploit:
# https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1
# New function naming schema:
# Verbs:
# Get : retrieve full raw data sets
# Find : ‘find’ specific data entries in a data set