Skip to content

Instantly share code, notes, and snippets.

View projected1's full-sized avatar
๐Ÿ˜Ž
Coding

Daniel Gorbatov projected1

๐Ÿ˜Ž
Coding
View GitHub Profile
@projected1
projected1 / aws-favorites-abbr.user.js
Last active April 1, 2023 07:56
Abbreviates service names in AWS favorites toolbar.
// ==UserScript==
// @name AWS Favorites Abbreviator
// @namespace https://gist.github.com/projected1
// @version 0.2
// @description Abbreviates service names in AWS favorites toolbar
// @author Daniel Gorbatov
// @license MIT
// @homepage https://gist.github.com/projected1/e8a5ac0ba282619488deaf86ec256f4a
// @match https://*.aws.amazon.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
@projected1
projected1 / tracker-like-button-fix.user.js
Last active August 25, 2022 21:48
Disables like button popup menu in Pivotal Tracker stories.
// ==UserScript==
// @name Pivotal Tracker Like Button Popup Killer
// @namespace https://gist.github.com/projected1
// @version 0.1
// @description Disables like button popup menu in Pivotal Tracker stories
// @author Daniel Gorbatov
// @license MIT
// @homepage https://gist.github.com/projected1/b6d8c389519b664ab75afe4e8e936ddd
// @match https://www.pivotaltracker.com/n/projects/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
@projected1
projected1 / aws-local-zone.yaml
Created December 16, 2022 10:36
CloudFormation template to deploy EC2 instance in an AWS Local Zone.
AWSTemplateFormatVersion: '2010-09-09'
Parameters:
VpcId:
Type: AWS::EC2::VPC::Id
Resources:
Ec2Instance:
Type: AWS::EC2::Instance
Properties:
ImageId: ami-0b0dcb5067f052a63
InstanceType: t3.medium
@projected1
projected1 / career-tracks.md
Created February 16, 2023 11:07
Forter career tracks - engineering IC path.
@projected1
projected1 / card.html
Created February 27, 2023 13:57
Use CSS grid to style a card with three rows.
<style>
* {
font-family: sans-serif;
font-weight: bold;
color: white;
}
body {
display: flex;
justify-content: center;
}
@projected1
projected1 / dynamodb-reference.md
Last active January 30, 2025 13:37
DynamoDB reference.
@projected1
projected1 / homedepot-gql-query.js
Created February 18, 2024 12:41
HomeDepot GraphQL query
query searchModel(
$startIndex: Int
$pageSize: Int
$orderBy: ProductSort
$filter: ProductFilter
$storeId: String
$zipCode: String
$skipInstallServices: Boolean = true
$skipFavoriteCount: Boolean = false
$skipKPF: Boolean = false
@projected1
projected1 / homedepot-request.json
Created February 18, 2024 12:44
HomeDepot JSON request
{
"operationName": "searchModel",
"variables": {
"skipInstallServices": false,
"skipFavoriteCount": true,
"skipKPF": false,
"skipSpecificationGroup": false,
"skipSubscribeAndSave": false,
"storefilter": "ALL",
"channel": "DESKTOP",
@projected1
projected1 / osint-framework.json
Created March 4, 2024 12:55
OSINT framework data
{
"children": [
{
"children": [
{
"children": [
{
"name": "Namechk",
"type": "url",
"url": "https://namechk.com/"
@projected1
projected1 / aws-service-list.md
Created May 23, 2024 10:05
AWS service list