Skip to content

Instantly share code, notes, and snippets.

View quantumchuckles's full-sized avatar

Sym quantumchuckles

View GitHub Profile
{"name":"270425","settings":"{\"settings\":\"{\\n\\t\\\"tabnine.experimentalAutoImports\\\": true,\\n\\t\\\"files.exclude\\\": {\\n\\t\\t\\\"**/.classpath\\\": true,\\n\\t\\t\\\"**/.project\\\": true,\\n\\t\\t\\\"**/.settings\\\": true,\\n\\t\\t\\\"**/.factorypath\\\": true\\n\\t},\\n\\t\\\"[javascript]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n\\t},\\n\\t\\\"[json]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n\\t},\\n\\t\\\"workbench.colorCustomizations\\\": {\\n\\t\\t\\\"activityBarBadge.background\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"activityBar.activeBorder\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.activeSelectionForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.inactiveSelectionForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.highlightForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"scrollbarSlider.activeBackground\\\": \\\"#84FFFF50\\\",\\n\\t\\t\\\"editorSuggestWidget.highlightForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"textLink.foregro
@quantumchuckles
quantumchuckles / setup_git.txt
Last active December 20, 2024 19:22
This script sets up SSH keys for GitHub authentication and configures Git to sign commits and tags with those keys. It cleans up old SSH, GPG, and Git configurations, then generates new keys and updates Git settings.
# Part 1: Cleanup
# List the contents of the SSH directory
ls -l ~/.ssh
# Remove existing SSH keys and configuration
rm -rf ~/.ssh
# Create a new SSH directory
mkdir ~/.ssh
# Set permissions for the SSH directory to 700 (read/write/execute for owner)
chmod 700 ~/.ssh
# List SSH keys currently added to the SSH agent
@quantumchuckles
quantumchuckles / hourly_plan.drawio
Created September 29, 2024 06:15
24 hour Circular Pie Chart hourly plan
<mxfile host="65bd71144e">
<diagram id="asBEez4a3yS8nzwyn1wb" name="Page-1">
<mxGraphModel dx="3550" dy="2230" grid="0" gridSize="10" guides="0" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1920" pageHeight="1200" background="#B3B3B3" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;perimeterSpacing=0;container=0;fillColor=none;strokeColor=#666666;" parent="1" vertex="1">
<mxGeometry x="500" y="500" width="1000" height="1000" as="geometry"/>
</mxCell>
<mxCell id="95" value="" style="endArrow=none;html=1;strokeColor=#666666;" parent="1" edge="1">
@quantumchuckles
quantumchuckles / gpu_fan_control.sh
Last active March 19, 2024 06:32
gpu fan control
#!/bin/bash
# Check if GPUTargetFanSpeed parameter is provided
if [ -z "$1" ]
then
echo "Usage: $0 <GPUTargetFanSpeed>"
exit 1
fi
GPUTargetFanSpeed=$1
{"name":"25102023","settings":"{\"settings\":\"{\\n\\t\\\"tabnine.experimentalAutoImports\\\": true,\\n\\t\\\"files.exclude\\\": {\\n\\t\\t\\\"**/.classpath\\\": true,\\n\\t\\t\\\"**/.project\\\": true,\\n\\t\\t\\\"**/.settings\\\": true,\\n\\t\\t\\\"**/.factorypath\\\": true\\n\\t},\\n\\t\\\"[javascript]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n\\t},\\n\\t\\\"[json]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n\\t},\\n\\t\\\"workbench.colorCustomizations\\\": {\\n\\t\\t\\\"activityBarBadge.background\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"activityBar.activeBorder\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.activeSelectionForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.inactiveSelectionForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"list.highlightForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"scrollbarSlider.activeBackground\\\": \\\"#84FFFF50\\\",\\n\\t\\t\\\"editorSuggestWidget.highlightForeground\\\": \\\"#84FFFF\\\",\\n\\t\\t\\\"textLink.foreg
@quantumchuckles
quantumchuckles / gist:a66b660efd71d0226fda7560211a7fb9
Created September 24, 2023 17:25
okular_uses_atril_shortcut
[Shortcuts]
add_digital_signature=none
annotationToolBar=none
annotation_arrow=Alt+9
annotation_bookmark=Ctrl+Shift+B
annotation_constrain_ratio_angle=none
annotation_ellipse=none
annotation_freehand_line=Alt+8
annotation_highlighter=Alt+1
annotation_inline_note=Alt+6
@quantumchuckles
quantumchuckles / volume.sh
Created November 30, 2022 15:24
Script To Manage Speaker Volume For Archcraft.
#!/bin/bash
## Copyright (C) 2020-2022 Aditya Shakya <[email protected]>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
## Script To Manage Speaker Volume For Archcraft.
# icons
iDIR='/usr/share/archcraft/icons/dunst'

Part 2: SDE Work Simulation and Workstyles Assessments

Leadership Principles

We use our Leadership Principles every day, whether we're discussing ideas for new projects or deciding on the best approach to solving a problem. It is just one of the things that makes Amazon peculiar.

The Amazon Leadership Principles are a way for the company to find the candidates that best fit within the company culture. And let’s face it, they’re a great way to self-reflect on your own leadership skills even if you aren’t planning on applying for a role at Amazon. If you are preparing for an interview with the company, we suggest preparing a handful of your best stories that are broad enough to fit a wide range of potential questions and scenarios. Of course, above all, be genuine in your responses. Amazon continues to test for these leadership principles on the job as well, so you’ll want to make sure you truly are a good fit for the company.


{
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.activeBorder": "#84ffff",
"activityBar.background": "#1f2023",
"activityBar.border": "#1f2023",
"activityBar.foreground": "#bcb28d",
"activityBarBadge.background": "#84ffff",
"breadcrumb.activeSelectionForeground": "#84ffff",