Skip to content

Instantly share code, notes, and snippets.

View pderoxas's full-sized avatar

Paolo de Roxas pderoxas

View GitHub Profile
@pderoxas
pderoxas / index.php
Last active December 17, 2021 20:02
Simple PHP Redirect
<?php header('Location: https://a.espncdn.com/combiner/i?img=%2Fphoto%2F2021%2F1217%2Fr952273_1296x518_5%2D2.jpg'); ?>
### Keybase proof
I hereby claim:
* I am pderoxas on github.
* I am paoloderoxas (https://keybase.io/paoloderoxas) on keybase.
* I have a public key ASCq7dbQC47_FzX82KX_OmZmniL2XrZtXhFpiafeS2iQKQo
To claim this, I am signing this object:

NiFi Loop flow example

This template is analogous to the traditional for(i = 0; i < x; i++) loop in NiFi Data flow.