This is a curated list of iOS (Swift & ObjC) frameworks which are inspired by React and Elm.
- ReactSwift by @ColinEberhardt
- https://github.com/ColinEberhardt/ReactSwift
| #!/bin/bash | |
| killall Xcode | |
| xcrun -k | |
| xcodebuild -alltargets clean | |
| rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache" | |
| rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache" | |
| rm -rf ~/Library/Developer/Xcode/DerivedData/* | |
| rm -rf ~/Library/Caches/com.apple.dt.Xcode/* | |
| open /Applications/Xcode.app |
This is a curated list of iOS (Swift & ObjC) frameworks which are inspired by React and Elm.
| package main | |
| import ( | |
| "math" | |
| "fmt" | |
| ) | |
| //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| //::: ::: | |
| //::: This routine calculates the distance between two points (given the ::: |
| sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt | |
| sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt |
| FROM devopsfaith/krakend as builder | |
| ARG ENV=prod | |
| COPY krakend.tmpl . | |
| COPY config . | |
| # Save temporary file to /tmp to avoid permission errors | |
| RUN FC_ENABLE=1 \ | |
| FC_OUT=/tmp/krakend.json \ | |
| FC_PARTIALS="/etc/krakend/partials" \ |
| <?php | |
| use Monolog\Handler\NullHandler; | |
| use Monolog\Handler\StreamHandler; | |
| use Monolog\Handler\SyslogUdpHandler; | |
| return [ | |
| /* | |
| |-------------------------------------------------------------------------- |