Skip to content
View derlemue's full-sized avatar
⌨️
404 - not found
⌨️
404 - not found

Block or report derlemue

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. toilett_paper_de.js toilett_paper_de.js
    1
    let country = 'de' // für Österreich bitte 'at' verwenden
    2
    let storeId = 1378
    3
    let param = args.widgetParameter
    4
    if (param != null && param.length > 0) {
    5
        storeId = param
  2. incidence_infect_gps_de incidence_infect_gps_de
    1
    // Licence: Robert Koch-Institut (RKI), dl-de/by-2-0
    2
    const newCasesApiUrl = `https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_COVID19/FeatureServer/0/query?f=json&where=NeuerFall%20IN(1%2C%20-1)&returnGeometry=false&spatialRel=esriSpatialRelIntersects&outFields=*&outStatistics=%5B%7B%22statisticType%22%3A%22sum%22%2C%22onStatisticField%22%3A%22AnzahlFall%22%2C%22outStatisticFieldName%22%3A%22value%22%7D%5D&resultType=standard&cacheHint=true`;
    3
    
                  
    4
    const incidenceUrl = (location) => `https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_Landkreisdaten/FeatureServer/0/query?where=1%3D1&outFields=GEN,cases7_per_100k&geometry=${location.longitude.toFixed(3)}%2C${location.latitude.toFixed(3)}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&returnGeometry=false&outSR=4326&f=json`
    5
    
                  
  3. UtilApp-Call UtilApp-Call Public

    GAS Scripts for UtilApp-Call

    JavaScript 1

  4. UtilApp-Event UtilApp-Event Public

    GAS Scripts for UtilApp-Event

    JavaScript 1

  5. bitburner bitburner Public

    Forked from moriakaice/bitburner

    Collection of scripts for https://danielyxie.github.io/bitburner/

    JavaScript

  6. bitburner-scripts bitburner-scripts Public

    Forked from xxxsinx/bitburner

    My BitBurner scripts

    JavaScript