Skip to content

Instantly share code, notes, and snippets.

@jeremytrips
jeremytrips / app.js
Created October 23, 2021 09:16
Basic rnfirebase app that crashes when the using firestore emulator
/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
* @flow strict-local
*/
import React, { useEffect } from 'react';
import {
@jeremytrips
jeremytrips / script.py
Last active June 3, 2021 14:55
Script used to compute the remaining time of video I have to watch. Videos that start by OK are not computed.
"""
Script used to compute the remaining time of video I have to watch.
Video that start by ok are not computed
require:
moviepy
"""
import argparse
import datetime