I hereby claim:
- I am vtsingaras on github.
- I am vtsingaras (https://keybase.io/vtsingaras) on keybase.
- I have a public key whose fingerprint is 9D51 2051 0A54 E2F0 2D29 0297 E93C E718 D813 FAA0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
IPTC Notes | |
This document outlines some of my experiences with IPTC, both for my own | |
reference, and for anyone else wishing to use this library. | |
"libiptc" is an internal library to "iptables". It is available as a | |
package on some distros, and is compiled with the "iptables" tarball as | |
well. Depending in "libiptc" should be a fairly simple process. | |
"libiptc" itself only provides the fairly high level functions used to | |
actually insert/remove/update/append a rule, but does not actually |
$ pulp-admin auth user create --login jenkins --password xxx | |
$ pulp-admin auth permission grant --login=jenkins --resource="/v2/content/uploads/" -o read -o update -o create -o delete | |
$ pulp-admin auth permission grant --login=jenkins --resource="/v2/tasks/" -o read | |
$ pulp-admin auth permission grant --login=jenkins --resource="/v2/repositories/my-repo/" -o read | |
$ pulp-admin auth permission grant --login=jenkins --resource="/v2/repositories/my-repo/actions/import_upload/" -o create -o execute -o read -o update | |
$ pulp-admin auth permission grant --login=jenkins --resource="/v2/repositories/my-repo/actions/publish/" -o execute | |
About
A hopefully easy tutorial on how to make a Transpiler with Harmony
Based on patching a method in the game RimWorld
1) ILSpy
Get yourself the ILSpy that Zhentar has modified so it generates better code: https://github.com/Zhentar/ILSpy/releases (mad props to Zhentar!)
2) Decompile