https://keyoxide.org/4206E6EDF1DD8C4D642807AF5A668E771F1ED854
This file contains hidden or 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
import semver from 'semver' // I want this to be bundled in | |
import './node_modules/abc/abc.js' // this is vanilla JS, I expect this to be imported in the global scope | |
import * as myData from './mydata.json' // this is just json data I'm working with | |
async function myOwnThing() { | |
return some_data_object_here; | |
} | |
return myOwnThing(); |
The following gist describes a detected cycle dependency in the v1.4 of Adobe Analytics API. See public.json for inspection.
Here the pyswagger package was used. However, the problem occurs also with a python client generated via Swagger Editor.
This file contains hidden or 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
cd $HOME | |
mkdir -p Downloads | |
cd Downloads | |
wget https://cli-assets.heroku.com/branches/stable/heroku-linux-amd64.tar.gz # for x86_64 CPU architecture | |
mkdir -p ../bin/heroku-lib | |
tar -xvzf heroku-linux-amd64.tar.gz -C ../bin/heroku-lib/ | |
cd ../bin/heroku-lib/ | |
ln -s $HOME/bin/heroku-lib/heroku/bin/heroku $HOME/bin/heroku # Could be that you have to expand $HOME | |
echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc |
This file contains hidden or 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
BEGIN:VCARD | |
VERSION:2.1 | |
N:Mustermann;Max;Maria;Herr;jun. | |
FN:Mustermann, Max Maria | |
NICKNAME: | |
BDAY: | |
ADR;HOME: | |
ADR;WORK;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;;Dingsstra=C3=9Fe 1;Bumsstadt;Hamburg;12345;Deutschland | |
ADR: | |
ORG:Mozilla |
This file contains hidden or 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
BEGIN:VCARD | |
VERSION:2.1 | |
N;LANGUAGE=de:Mustermann;Max;Maria;Herr;jun. | |
FN:Herr Max Maria Mustermann jun. | |
ORG:Mozilla | |
TITLE;CHARSET=Windows-1252:Wassertr�ger | |
TEL;WORK;VOICE:+49 (012345) 678 - 90 | |
TEL;HOME;VOICE:+49 (012345) 678 - 91 | |
TEL;CELL;VOICE:+49 (012345) 67893 | |
ADR;WORK;PREF;CHARSET=Windows-1252:;;Dingsstra�e 1;Bumsstadt;Hamburg;12345;Deutschland |
This file contains hidden or 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
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | |
// ==UserScript== | |
// @name Enhance Schlacht-um-Kyoto | |
// @namespace http://github.com/Ryuno-Ki/Enhanced-SuK.git | |
// @description Enhance Schlacht-um-Kyoto | |
// @match http://schlacht-um-kyoto.de/* | |
// @match http://www.schlacht-um-kyoto.de/* | |
// @require https://code.jquery.com/jquery-1.6.2.min.js | |
// @version 0.0.6 | |
// @grant GM_getValue |
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 14 columns, instead of 2 in line 9.
This file contains hidden or 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
ID,Stadtname,Einwohner,PositionSued,PositionOst,Spieler,SpielerURL,Klan,KlanURL,Holz,Eisen,Sake,Nahrung,Performance | |
1579,Chigaki,3.000,190,154, Jimmu,http://schlacht-um-kyoto.de/index.php?page=Optionen&Spielerprofil=5747,Ochiru no Sakura,http://schlacht-um-kyoto.de/index.php?page=Optionen&Klanprofil=517,100%,100%,100%,100%,400% | |
898,Akushu,28,240,21,,,,,130%,65%,75%,115%,385% | |
1945,Kanashitsu,22,251,68,,,,,75%,95%,100%,125%,395% | |
1122,Kyukyue,28,34,287,,,,,95%,90%,50%,115%,350% | |
988,Hyonima,28,197,164, Niwa Nagahide,http://schlacht-um-kyoto.de/index.php?page=Optionen&Spielerprofil=7637,Niwa Klan,http://schlacht-um-kyoto.de/index.php?page=Optionen&Klanprofil=791,100%,100%,100%,100%,400% | |
1118,Fugoro,21,245,70,,,,,125%,125%,60%,85%,395% | |
1478,ETnachHause,1.105,41,267,,,,,125%,95%,55%,85%,360% | |
2026,peng,1.105,197,175, Shimozuma Nakayuki,http://schlacht-um-kyoto.de/index.php?page=Optionen&Spielerprofil=7659,Tsugekitai Yamato,http://schlacht-um-kyoto.de/index.php?page=Optionen&Klanprofil=664,130%,135%,75%,85%,425% | |
756,A |
NewerOlder