Create React App does not provide watching build mode oficially (#1070).
This script provides watching build mode for an external tool such as Chrome Extensions or Firebase app.
Create a React app.
Put the script into scripts/watch.js.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0.sublime"> | |
| <dict> | |
| <key>name</key> | |
| <string>Railscasts</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> |
| # Consider the option type Maybe(a), representing a value that is either a single value of type a, or no value at all. | |
| # To distinguish these, we have two algebraic data type constructors: Just(x), containing the value x, or Nothing, | |
| # containing no value. | |
| # | |
| # data Maybe(t) = Just(t) | Nothing | |
| # | |
| # We would like to be able to use this type as a simple sort of checked exception: at any point in a computation, | |
| # the computation may fail, which causes the rest of the computation to be skipped and the final result to be Nothing. | |
| # If all steps of the calculation succeed, the final result is Just(x) for some value x. |
| set nocompatible " Disable vi-compatibility | |
| set t_Co=256 | |
| colorscheme xoria256 | |
| set guifont=menlo\ for\ powerline:h16 | |
| set guioptions-=T " Removes top toolbar | |
| set guioptions-=r " Removes right hand scroll bar | |
| set go-=L " Removes left hand scroll bar | |
| set linespace=15 |
| module.exports = (grunt) -> | |
| # configuration | |
| grunt.initConfig | |
| # grunt sass | |
| sass: | |
| compile: | |
| options: | |
| style: 'expanded' |
Create React App does not provide watching build mode oficially (#1070).
This script provides watching build mode for an external tool such as Chrome Extensions or Firebase app.
Create a React app.
Put the script into scripts/watch.js.
I created this to help me run benchmarks/comparisons against Universal ID, but it could serve as the foundation for a robust ETL data pipeline... and it's less than 70 LOC right now! 🤯 🚀
It handles the extract and transform parts of an ETL process and supports the following options:
only - specify which attributes to include| # THIS LINUX SETUP SCRIPT HAS MORPHED INTO A WHOLE PROJECT: HTTPS://OMAKUB.ORG | |
| # PLEASE CHECKOUT THAT PROJECT INSTEAD OF THIS OUTDATED SETUP SCRIPT. | |
| # | |
| # | |
| # Libraries and infrastructure | |
| sudo apt update -y | |
| sudo apt install -y \ | |
| docker.io docker-buildx \ | |
| build-essential pkg-config autoconf bison rustc cargo clang \ |
Supposedly, you are on macOS. You want to stream live to YouTube, VK, and maybe a few other platforms.
First, install OBS, ffmpeg, and mac-local-rtmp-server.
Then, create this script:
#!/bin/bash
vk=9385443863383_8393931956757_jsuqjadrew # your key goes here