Skip to content

Instantly share code, notes, and snippets.

View AdamSaleh's full-sized avatar

Adam Saleh AdamSaleh

View GitHub Profile
$ fhc target testing.feedhenry.me
Successfully targeted: https://testing.feedhenry.me/ User: [email protected]
$ fhc login [email protected]
fhc admin domains create dom4 developer
{
"signoverUrl": null,
"host": null,
"owner": false,
"parent": null,
"type": "developer",
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcohbuZ2Qb6A6KHbP/ifBjmGOP4p/T77CyFKdySw2AkrBQwZZFsSoR0LPRBtK9x3CxA3ff/TsUWFjVJ8oXxyeRhAIp+O+Y7KWC9CWERfYPPXCgNywZ5rzXA29ckwCq+7PKQvCShoJUmjPc1s/Pmuzdyy4eLE1Br/2fd1zxgK0XEf3wG0y1OZWp+17iXHCuuU5o/6vOo4ZsSITmutYXkQUg1AAHqRHK/1i6pRBMDdEy8pex5Eu0XiuQOx1eimg7bOL9tXc7mxlxLtMzMDIFUQhBiuGKVKTkoIZsDZ4kzIYBrKURtzd9Ptm5Kd9oqGfT5pDkyd6xQxLKvlK0dk1PcznV [email protected]

Front Faction turn

A GM tool to formalize different NPC factions working on interfering fronts. Conceptually, GM would make sure, that after a certain in-game time, each faction had chance to roll to advance their agenda, in adition to interfering with agendas of other factions.

Basic rules

I took most of the dice rolling from yet unreleased (Blades in the Dark)[https://www.kickstarter.com/projects/2080350433/blades-in-the-dark].

2015-06-26 14:32:50,055 DEBUG millicore.beans - handleEvent:org.tssg.millicore.http.SessionlessRequest@35509ae7,HC[ps={subzone=sys, hostname=https://testing.feedhenry.me/box/srv/1.1/act/sys/auth/login, httpmethod=POST, request-domain-equals-login-domain=false, endpart=login, cookie:feedhenry=, level0=act, header:x-fh-auth-user=, domain=sys, service=auth, _role=true, cookie:x-fh-auth-session=, zone=act},uc=UC:e=null,s=null,u=null,r=[],rd=sys,ld=testing,gf=0,gh=,[UserPerms:url=/box/srv/1.1/act/sys/auth/login,perms=[],groupPerms=[]]]
2015-06-26 14:32:50,056 DEBUG millicore.beans - jsonreq:{"d":"testing","p":"Password1","u":"[email protected]"}
2015-06-26 14:32:50,066 DEBUG millicore.beans - Auth Login attempt using AuthManager :: class org.tssg.millicore.auth.LocalAuthManager
2015-06-26 14:32:54,072 DEBUG millicore.beans - handleEvent:org.tssg.millicore.http.SessionlessRequest@4c84b9df,HC[ps={subzone=sys, hostname=http://172.16.72.6/box/srv/1.1/act/sys/auth/login, httpmethod=POST, request-domain-equals-l
#
# This file is managed by Chef, using the hostsfile cookbook.
# Editing this file by hand is highly discouraged!
#
# Comments containing an @ sign should not be modified or else
# hostsfile will be unable to guarantee relative priority in
# future Chef runs!
#
127.0.0.1 localhost
/**
* @feature Forms are edited centrally and then deployed to specific environments
* @prerequisite Test environment env1
* @prerequisite Test environment env2
* @prerequisite Test form form1 deployed in env1, env2
* @prerequisite Test form form2 deployed in env1, env2
* @prerequisite Test form form3 deployed in env1, env2
* @prerequisite Test project project1
* @prerequisite Test project project2
* @prerequisite form1 and form2 are associated with project1
@AdamSaleh
AdamSaleh / relations.md
Last active April 10, 2020 18:15
Faction Relations

The relationship-frons worksheet

This worksheet is supposed to help you, when multiple npcs (or groups of npcs) are trying to advance different competing fronts, while interacting with each other.

You can consider this repo CC BY-SA-NC licensed, so you can hit that fork button, and edit to your hearts content, just beware, that I have just begun experimenting, and have no idea what will adhering to these rules do to pacing your campaign :) Well, that is unless John Harper tries to stop this from circulation, because I take one of his core mechanics from his not released game.

These rules take from John Harpers Blades in the Dark

Shell command '/sbin/runuser -s /bin/sh 557fd51d3a0fb234540000cf -c "exec /usr/bin/runcon \\'unconfined_u:system_r:openshift_t:s0:c4,c308\\' /bin/sh -c \\\\"/var/lib/openshift/557fd51d3a0fb234540000cf/mongodb/bin/post_install --version 2.4' returned an error. rc=1
MongoDB shell version: 2.4.9
connecting to: 127.8.147.2/test
Tue Jun 16 03:51:54.333 Error: couldn't connect to server 127.8.147.2:27017 at src/mongo/shell/mongo.js:147
. MongoDB 2.4 database added. Please make note of these credentials:
Root User: admin
Root Password: cn7UjeeuxSiC
Database Name: cloudappdeve7z7i
Connection URL: mongodb://$OPENSHIFT_MONGODB_DB_HOST:$OPENSHIFT_MONGODB_DB_PORT/
/* var getTooltips = function(ws, cb) {
browser.elements( "css selector",'div.'+ws.graphType+' .c3-chart-arc', function (result) {
async.mapSeries(
result.value,
function (v,cb) {
console.log(v);
browser.moveTo(v['ELEMENT']);
browser.waitForElementVisible(".c3-tooltip-container",5000,false);
console.log("wait");
browser.getText(".c3-tooltip-container", function (result,err){
browser.elements( "css selector",'div.installs_container .c3-legend-item', function (result) {
async.map(
result.value,
function (v,callback) {
browser.elementIdText(v['ELEMENT'],function (result){
callback(null,result);
});
},
function (err, results) {
console.log(results.map(function (v){return v.value;}));