<a href={`https://mail.google.com/mail/u/{email}/#search/from:[email protected]`}>Open in Gmail</a>
This file contains 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
import time | |
import random | |
from pynput.keyboard import Controller | |
keyboard = Controller() # Create the controller | |
def type_string_with_delay(string): | |
for character in string: # Loop over each character in the string | |
keyboard.type(character) # Type the character | |
delay = random.uniform(0, 2) # Generate a random number between 0 and 10 |
This file contains 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
{ | |
"version": "1.0.0", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"type": "module", | |
} |
This file contains 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
import { useEffect, useMemo, useRef, useState } from 'react'; | |
type ObserverRect = Omit<DOMRectReadOnly, 'toJSON'>; | |
const defaultState: ObserverRect = { | |
x: 0, | |
y: 0, | |
width: 0, | |
height: 0, | |
top: 0, |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<urlset | |
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 | |
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> | |
<url> | |
<loc>https://vercel.com/</loc> | |
<lastmod>2019-09-11T15:11:59+00:00</lastmod> |
This file contains 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
module.exports = { | |
purge: [], | |
target: "relaxed", | |
prefix: "", | |
important: false, | |
separator: ":", | |
theme: { | |
screens: { | |
sm: "640px", | |
md: "768px", |
Salut voici une liste des outils, sites web, des livres, des ressources à propos du Marketing et de l'entrepreneuriat. Le monde de l'entrepreneuriat m'intéresse, j'espère que cette liste vous feras découvrir de nouvelles choses. J'ai testé toutes les ressources si dessous, n'hésitez pas à en proposer d'autres 😉.
Thèmes : Business, Gestion de projet, Marketing, Communication
This file contains 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
a/ | |
*.zip | |
.gitignore |