Discover gists
{"id":"4dfd5aa1-6bbd-403a-a68c-ffe9706d7811","campaign":"","group":"","sort_index":0,"cloudID":"","cloudOwnerID":"345590e9-e9b9-46c3-bcda-17b6f36322b8","lastCloudUpdate":"","level":1,"callsign":"Athena","name":"Sharon Gruenwald","player_name":"---","status":"Active","mounted":true,"text_appearance":"","notes":"","history":"","portrait":"","cloud_portrait":"https://i.imgur.com/lr1WCJ8.jpg","quirk":"","current_hp":9,"reserves":[],"orgs":[],"background":"STARSHIP PILOT","mechSkills":[1,2,0,0],"licenses":[{"id":"mf_blackbeard","rank":1}],"skills":[{"id":"sk_assault","rank":1},{"id":"sk_take_someone_out","rank":1},{"id":"sk_hack_or_fix","rank":1},{"id":"sk_act_unseen_or_unheard","rank":1},{"id":"sk_investigate","rank":1}],"talents":[{"id":"t_infiltrator","rank":1},{"id":"t_ace","rank":1},{"id":"t_duelist","rank":1},{"id":"t_brawler","rank":1}],"core_bonuses":[],"loadout":{"id":"cd207db3-5863-43de-a16d-9b09d60c129e","name":"Primary","armor":[{"id":"pg_assault_hardsuit","destroyed":false,"uses":0,"cascading":false," |
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\pmpagent\pmpagent.nupkg" checksum="5DB235A8632F22F2415E477F743200E2" /> | |
<file path="C:\ProgramData\chocolatey\lib\pmpagent\pmpagent.nuspec" checksum="AA9A9AA6B2054FE1A10C7351486B28A9" /> | |
<file path="C:\ProgramData\chocolatey\lib\pmpagent\tools\chocolateyInstall.ps1" checksum="937CB64EB8BE43806ABE48D806319F03" /> | |
</files> | |
</fileSnapshot> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<link rel="stylesheet" href="nav.css" type="text/css"> | |
<title>Bar</title> | |
</head> | |
<body> | |
<header> | |
<nav> |
<?xml version="1.0" encoding="utf-8"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\trid\trid.nupkg" checksum="A4701D05C5D17A66A28147767BDC41DD" /> | |
<file path="C:\ProgramData\chocolatey\lib\trid\trid.nuspec" checksum="E7DDA0873944E4E43C607959BEFA9A3D" /> | |
<file path="C:\ProgramData\chocolatey\lib\trid\legal\License.txt" checksum="E285BFA266E190BA3369847A2C1ADF34" /> | |
<file path="C:\ProgramData\chocolatey\lib\trid\legal\VERIFICATION.txt" checksum="530F3F73BC264E5BF987FC701A6F299F" /> | |
<file path="C:\ProgramData\chocolatey\lib\trid\tools\readme.txt" checksum="CA468A914797FD1AEE67072E53680992" /> | |
<file path="C:\ProgramData\chocolatey\lib\trid\tools\trid.exe" checksum="12EE4756E3239ED921DFB668B19306D9" /> | |
<file path="C:\ProgramData\chocolatey\lib\trid\tools\triddefs.trd" checksum="256D68FABB27BAEE7401C1D5CD1DA59D" /> |
# -*- coding: utf-8 -*- | |
import numpy as np | |
from collections import Counter | |
def transport(supply, demand, costs, init_method="LCM"): | |
# Only solves balanced problem | |
assert sum(supply) == sum(demand) |
<div id="loader"> | |
<svg viewbox="0 0 1920 188"> | |
<path d="M0 75.2c1066.2 201.2 997.6-138.2 1920 0"id="main" class="path"></path> | |
<path d="M0 62.6c1066.2 201.2 997.6-138.2 1920 0" id="shadow" class="path"></path> | |
</svg> | |
</div> |
|
Zeus v0.4.0-beta3 | |
Commit: 979f8f3 | |
Added to this beta release: | |
-Improved LNbits support | |
-Fix Eclair balances and getInvoices filter | |
-Fix txs being listed in reverse order in lnd v0.11+ | |
-lnurl-pay comment support | |
-Updated translations |
{"id":"4f42a356-2413-40aa-9a55-e2e0eddeb327","cloudID":"","cloudOwnerID":"45a49acb-09ed-49a8-97c9-b8e78928673d","lastCloudUpdate":"","level":1,"callsign":"Vagabond","name":"Reina Mirlo","player_name":"Dotti","status":"Active","mounted":true,"text_appearance":"","notes":"","history":"","portrait":"","cloud_portrait":"","quirk":"","current_hp":6,"reserves":[],"orgs":[],"background":"SPACEBORN","mechSkills":[1,0,0,2],"licenses":[{"id":"mf_swallowtail","rank":1}],"skills":[{"id":"sk_survive","rank":1},{"id":"sk_stay_cool","rank":1},{"id":"sk_act_unseen_or_unheard","rank":1},{"id":"sk_hack_or_fix","rank":1},{"id":"Aun's Blessing","rank":1,"custom":true,"custom_desc":"My psychic stuff."}],"talents":[{"id":"t_technophile","rank":2},{"id":"t_spotter","rank":1},{"id":"t_infiltrator","rank":1}],"core_bonuses":[],"loadout":{"id":"4d4b5f73-677a-4d80-ac99-1a7b5b75421a","name":"Primary","armor":[{"id":"pg_stealth_hardsuit","destroyed":false,"uses":0,"cascading":false,"customDamageType":null}],"weapons":[{"id":"pg_archaic_r |
{ stdenv, lib, fetchFromGitHub, fetchurl, buildGoModule, go-bindata, | |
...}: | |
buildGoModule rec { | |
name = "writefreely-${version}"; | |
version = "0.12.0"; | |
src = fetchFromGitHub { | |
owner = "writeas"; | |
repo = "writefreely"; |