This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# resolves : Is there a way to delete or hide old/renamed Workflows? #26256 | |
# https://github.com/community/community/discussions/26256 | |
from multiprocessing.dummy import Pool as ThreadPool | |
import requests | |
TOKEN = "{YOUR_GH_TOKEN}" | |
OWNER_REPO = "esc5221/example_repo" | |
DELETE_TARGET_RUN_NAME = "{RUN NAME}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:;while [ $? -eq 0 ];do nc -vlp 8080 -c'(r=read;e=echo;$r a b c;z=$r;while [ ${#z} -gt 2 ];do $r z;done;f=`$e $b|sed 's/[^a-z0-9_.-]//gi'`;h="HTTP/1.0";o="$h 200 OK\r\n";c="Content";if [ -z $f ];then($e $o;ls|(while $r n;do if [ -f "$n" ]; then $e "<a href=\"/$n\">`ls -gh $n`</a><br>";fi;done););elif [ -f $f ];then $e "$o$c-Type: `file -ib $f`\n$c-Length: `stat -c%s $f`";$e;cat $f;else $e -e "$h 404 Not Found\n\n404\n";fi)';done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TODO: | |
# collective: | |
http://svn.plone.org/svn/collective//SecureMailHost | |
http://svn.plone.org/svn/collective//Products.GroupUserFolder | |
ALREADY MIGRATED: |