Skip to content

Instantly share code, notes, and snippets.

View JsExpertCoder's full-sized avatar
🎯
Focusing

Fábio Nicolau Domingos JsExpertCoder

🎯
Focusing
View GitHub Profile
@CarloCattano
CarloCattano / 42_header_vscode_berlin.md
Last active September 17, 2024 20:34
Add your 42 header from Vscode

Install 42 header 0.42.9

open extensions browser on Vscode and look for 42 header


1. Open Vscode and go to view -> Command Palette -> Type User settings JSON and clik on it to open the settings

2. Add this to your JSON preferences file

"42header.username": "yourintraname",
@eveningkid
eveningkid / animated-toasts-notifications-react-native.jsx
Created February 17, 2021 11:53
Animated Toast/Notification in React Native
import React, {
useEffect,
useRef,
useState,
} from 'react';
import {
Animated,
Button,
Text,