Skip to content

Instantly share code, notes, and snippets.

@zehfernandes
zehfernandes / App.js
Last active November 14, 2018 21:40
Workshop React Native - Part 2
import React from "react";
import { StyleSheet, Text, View } from "react-native";
import { createStackNavigator } from "react-navigation";
import HomePage from "./pages/Home";
import CheckinPage from "./pages/Checkin";
export default createStackNavigator(
{
Home: {
@zehfernandes
zehfernandes / optimize-assets.md
Last active August 28, 2023 14:18
Recursively optimize MOV, MP4, WEBp using command line

Optimize assets

.mov to .mp4

Convert and remove the .mov file from all folders in the given directory.

find . -type f -name "*.mov" -exec bash -c 'ffmpeg -i "$0" -vcodec h264 "${0%.*}.mp4" && rm "$0"' "{}" \;
I am attesting that this GitHub handle zehfernandes is linked to the Tezos account tz1hE5XwhncgYJp8djD79u9zDDfCnipsvBdL for tzprofiles
sig:edsigu4YJYukNm7bFNdPF9Pwq3pg27kPyUh9hURkjdgnSanVnmwqXVxkAsx84JggcKeWjL5BdqKCu1PZzR2YCb3TekLDydkMHfz