Skip to content

Instantly share code, notes, and snippets.

View jeremybarbet's full-sized avatar
🌍

Jérémy Barbet jeremybarbet

🌍
View GitHub Profile
@jeremybarbet
jeremybarbet / SplitScreen.tsx
Created November 22, 2023 20:52 — forked from smontlouis/SplitScreen.tsx
Amie in-app split screen in react-native
import { useWindowDimensions } from 'react-native'
import { Gesture } from 'react-native-gesture-handler'
import Animated, {
Extrapolation,
WithSpringConfig,
interpolate,
scrollTo,
useAnimatedRef,
useAnimatedScrollHandler,
useAnimatedStyle,
@jeremybarbet
jeremybarbet / installcdo.sh
Created October 17, 2021 17:33 — forked from mainvoid007/installcdo.sh
install cdo with grib2, hdf5, netcdf4
#!/bin/bash
# Institut für Wetter- und Klimakommunikation GmbH / Qmet
# O. Maywald <[email protected]>
# This should install CDO with grib2, netcdf and HDF5 support. Note that the binaries are in /opt/cdo-install/bin.
# For further information look:
# http://www.studytrails.com/blog/install-climate-data-operator-cdo-with-netcdf-grib2-and-hdf5-support/
# docker-command