Skip to content

Instantly share code, notes, and snippets.

View KROSF's full-sized avatar
🚀
Learning things

Rodrigo Sanabria KROSF

🚀
Learning things
View GitHub Profile
@KROSF
KROSF / README.md
Last active September 28, 2023 10:06
Binary

Bucket

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
title;type;author;url
@amplitude/identify;MIT;Amplitude Inc;git://github.com/amplitude/Amplitude-Node.git
@amplitude/identity;MIT;Amplitude Inc;git://github.com/amplitude/Amplitude-Node.git
@amplitude/node;MIT;Amplitude Inc;git://github.com/amplitude/Amplitude-Node.git
@amplitude/types;MIT;Amplitude Inc;git://github.com/amplitude/Amplitude-Node.git
@babel/register;MIT;The Babel Team (https://babel.dev/team);https://github.com/babel/babel.git
@babel/runtime;MIT;The Babel Team (https://babel.dev/team);https://github.com/babel/babel.git
@datadog/datadog-api-client;Apache-2.0;Datadog Inc;https://github.com/DataDog/datadog-api-client-typescript.git
@sendgrid/mail;MIT;Twilio SendGrid <[email protected]> (sendgrid.com);git://github.com/sendgrid/sendgrid-nodejs.git
@sentry/integrations;BSD-3-Clause;Sentry;git://github.com/getsentry/sentry-javascript.git
@KROSF
KROSF / services.json
Last active March 12, 2022 18:56
Webhook Services
{
"plaid": "https://ownda.krosf.com/wh/plaid"
}
@KROSF
KROSF / handler.ts
Created March 5, 2022 20:54
Firebase Push Notifications
import messaging, {
FirebaseMessagingTypes,
} from '@react-native-firebase/messaging';
export const onMessageReceived = async (
message: FirebaseMessagingTypes.RemoteMessage,
) => {
// handle messages here
};
@KROSF
KROSF / mods.zip
Last active December 5, 2021 13:15
mods
This file has been truncated, but you can view the full file.
@KROSF
KROSF / adguard.txt
Last active September 23, 2022 15:56
adguard.txt
@@||sentry.io^$important
@@||onesignal.com^$important
@@||mixpanel.com^$important
@@||t.co^$important
@@||wakingup.onelink.me^$important
@@||*.aws.a2z.com^$important
@@||*.amplitude.com^$important
@@||braze.com^$important
@KROSF
KROSF / chevron-down.svg
Last active August 28, 2021 11:27
Notion Octicons
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
swagger: "2.0"
basePath: "/api-entrada-xs2a"
info:
title: API para PSD2
description: API de Redsys para PSD2
version: "1.0"
tags:
- name: PSD2
description: Endpoints disponibles para el hub PSD2
@KROSF
KROSF / fix.md
Created March 19, 2021 16:48
Fix LXC tun
nano /etc/init.d/tun
#! /bin/sh
### BEGIN INIT INFO
# Provides:          tun
# Required-Start:    $network
# Required-Stop: $openvpn
@KROSF
KROSF / install.sh
Last active March 17, 2021 18:47
Nginx wildcard
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/nginx
sudo apt install nginx php7.4-fpm php7.4-common php7.4-intl php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-soap php7.4-zip php7.4-bcmath -y