-
Find the Discord channel in which you would like to send commits and other updates
-
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "providers": { | |
| "dribbble": { | |
| "urlPattern": "^https://cdn.dribbble.com.*", | |
| "rawRules": [ | |
| "\\/resize=[^/?]*" | |
| ] | |
| }, | |
| "amazon": { | |
| "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?amazon(?:\\.[a-z]{2,}){1,}", |
You are an experienced Software Engineer performing a documentation task for the database. Your task is to assess the quality, clarity, and robustness of the database schem, create or update the sql-visualization.md Mermaid diagram according to these steps:
-
Conduct a Review of the Database Pay attention to the SQL schemas in
migrations/ -
Generate a valid mermaid diagram Generate a visual representation of the OSINTBuddy database schema using Mermaid. Provide details of the key features on the mermaid diagram. Here are some best Practices for the diagram and flowchart creation:
- Stick to the point. More like a tweet, less like a novel.
- Use symbols consistently. Circles are circles, not suddenly squares.
- Color sparingly if at all. It’s a diagram, not a rainbow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # .pt as https://github.com/adi1090x/polybar-themes.git | |
| # i3 config file (v4) | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/env bash | |
| firefox ~/.cyberchef/CyberChef_v9.37.3.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| name = jerlendds | |
| email = anonymous@nice.try | |
| signingkey = /home/jerlendds/.ssh/id_github | |
| [init] | |
| defaultBranch = main | |
| [alias] | |
| pushall = !git remote | xargs -L1 -I R git push R 2> /dev/null | |
| lg3 = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
| lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host codeberg.org | |
| HostName codeberg.org | |
| IdentitiesOnly yes | |
| HostName codeberg.org | |
| IdentityFile ~/.ssh/id_codeberg | |
| Host github.com | |
| IdentitiesOnly yes | |
| HostName github.com | |
| IdentityFile ~/.ssh/id_github |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/env bash | |
| # https://stackoverflow.com/a/61487052 | |
| # Create some nice table-like logs for a beautiful output | |
| while IFS=+ read -r graph hash time branch message;do | |
| # Count needed amount of white spaces and create them | |
| whitespaces=$((9-$(sed -nl1000 'l' <<< "$graph" | grep -Eo '\\\\|\||\/|\ |\*|_' 2>/dev/null | wc -l))) | |
| whitespaces=$(seq -s' ' $whitespaces|tr -d '[:digit:]') | |
| # Show hashes besides the tree ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # ~/.bashrc | |
| # | |
| # If not running interactively, don't do anything | |
| [[ $- != *i* ]] && return | |
| alias ls='ls --color=auto' | |
| alias grep='grep --color=auto' |

