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 / bedrock-image.md
Created July 17, 2025 18:48
Amazon Bedrock image foundation models

Amazon Bedrock Image Foundation Models

US East (Virginia) Region

Model ID Release Date Pricing
amazon.titan-image-generator-v1:0 December 5, 2023 $0.008/image (โ‰ค512x512)
$0.012/image (>512x512)
amazon.titan-image-generator-v1 December 5, 2023 $0.008/image (โ‰ค512x512)
$0.012/image (>512x512)
amazon.titan-image-generator-v2:0 August 16, 2024 $0.008/image (โ‰ค512x512)
$0.012/image (>512x512)
amazon.nova-canvas-v1:0 December 3, 2024 $0.04/image (Standard, โ‰ค1024x1024)
$0.06/image (Premium, โ‰ค1024x1024)
$0.06/image (Standard, โ‰ค2048x2048)
$0.08/image (Premium, โ‰ค2048x2048)
@projected1
projected1 / js-lint-config.md
Last active January 29, 2025 10:14
Linter config for Node.js projects

Linter Configuration

This guide describes the recommended linter configuration for Node.js projects (back/front) + CloudFormation.

Prerequisites

The following dependencies needs to be installed manually:

@projected1
projected1 / fraudster-glossary.md
Created December 19, 2024 14:04
Fraudster glossary

Fraudster Glossary

Term/Phrase Description Actual Fraudster Usage Commentary
AA USAA Bank "Navy & Aa instant . Let's collab"
Acc, Ac Account "Any Spotify premium accs bulk sellers?"
"I drop 10 mins within the acc being opened"
"How long should I wait after linking a phoned to a bank acc"
Addy Address "Deliver card yo your addy"
"Throw addy into google maps. Not found gang"
afk away from keyboard "AFK TIL FURTHER NOTICE"
All CU All credit unions "USAA AND ALL CU PM ME RN๐Ÿ“ฒFOR INSTANT BREAD๐Ÿค‘๐Ÿ’ต"
"All cu let's get locked in for $10k Ach"
AP Audemars Piguet. A popular watch brand with fraudsters. "Following your footsteps.Was confused on which one to buy .Either the AP or Rolex so I bought both"
@projected1
projected1 / algebra-pt1.md
Last active October 22, 2024 11:19
Algebra - Part 1

Algebra - Part 1

Chapter 1 - Mathematical Operations

  • Basic Concepts and Mathematical Operations with Zero (p. 9)
  • Order of Mathematical Operations - Without Brackets and with Brackets (p. 15)
  • Using Calculator for Calculations (p. 28)
  • Simple Fractions (p. 30)
  • Decimal Fractions (p. 41)
  • Laws of Mathematical Operations - Distributive Law, Grouping Law, Addition Law (p. 49)
@projected1
projected1 / aws-service-list.md
Created May 23, 2024 10:05
AWS service list
@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 / dynamodb-reference.md
Last active January 18, 2026 15:32
DynamoDB reference.
@projected1
projected1 / career-tracks.md
Created February 16, 2023 11:07
Forter career tracks - engineering IC path.
@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 / 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==