Skip to content

Instantly share code, notes, and snippets.

View frodew's full-sized avatar

Frieder frodew

  • MZES, University of Mannheim
  • Germany/Italy
View GitHub Profile
@flipace
flipace / gdpr-list.json
Last active March 24, 2025 12:59
List of URLs where you can request your data according to GDPR/DSGVO laws
[
{ "name": "Amazon", "url": "https://www.amazon.de/gp/help/customer/contact-us?", "note": "Select, in this order: 'Digitale Dienste' -> 'Datenauskunft beantragen' -> 'Datenauskunft für eine spätere Zusendung beantragen' -> 'Daten aus allen Kategorien anfordern' -> Namen eingeben und Nachricht vervollständigen. -- Amazon Support Staff will review your request and send you an email, asking about a postal address. If you don't answer to their mail, your request won't be fulfilled." },
{ "name": "McDonalds", "url": "https://corporate.mcdonalds.com/corpmcd/gdpr-rights-center.html" },
{ "name": "willhaben.at", "url": "https://datenschutz.willhaben.at/" },
{ "name": "Spotify", "url": "https://www.spotify.com/account/privacy/" },
{ "name": "Google", "url": "https://takeout.google.com" },
{ "name": "PlayStation", "email": "[email protected]" },
{ "name": "Humble Bundle", "email": "[email protected]" },
{ "name": "REWE Group AT", "email": "[email protected]" },
{ "name": "BILLA", "url": "https:
@punitsoni
punitsoni / gpg-encrypt-api-keys.md
Last active October 3, 2024 15:22
gpg-encrypt-api-keys

How to use gpg to securely store your api keys

When you are using a third-party api in your application code. it usually requires you to supply some secret client information when making requests. if your code is opensource or accessible by a lot of people, putting these keys directly in code in plaintext can be a security issue.

One approach that i have seen in the wild is to use os environment variables to store the secrets and your app code can query the environment when starting up. this still requires someone to set up the environment in your server when

@lf-araujo
lf-araujo / lunarvim.md
Created July 17, 2022 14:31
Lunarvim settings for R and Nim

Lunarvim R-IDE

Lunarvim settings for R statistics with neovim as an IDE.

--[[
lvim is the global options object

Linters should be
@oca159
oca159 / keymap.json
Last active April 27, 2025 06:21
zed keymap.json with same lazyvim keymaps
[
// Terminal
{
"context": "Workspace",
"bindings": {
"ctrl-/": "workspace::ToggleBottomDock"
}
},
// Window's navigation
{