I hereby claim:
- I am ffittschen on github.
- I am flo23 (https://keybase.io/flo23) on keybase.
- I have a public key whose fingerprint is 3FCF FA81 0BEC E569 61D9 8C58 9D95 E0A5 5BD2 B364
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
The merge tool that ships with JetBrain's IntelliJ IDEA or WebStorm is really awesome and way better than FileMerge
. It is quite simple to configure SourceTree to use it as the default mergetool:
Diff
tabCustom
both as Visual Diff Tool
and as Merge Tool
/Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea diff
// From Jared Sinclair's blog: http://blog.jaredsinclair.com/post/152672541355/how-i-organize-a-swift-file | |
import UIKit | |
import CoreData | |
class DetailViewController: UIViewController { | |
// MARK: Internal Properties | |
weak var delegate: DetailViewControllerDelegate? |
// Licence: Robert Koch-Institut (RKI), dl-de/by-2-0 | |
// Define URLs based on the corona.rki.de webpage | |
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`; | |
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`; |
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: red; icon-glyph: microscope; | |
/** | |
* Parameters: | |
* | |
* TEST_ID: The test number (9 or 10 digit number below barcode) | |
* DAY: The day of your birthdate. | |
* MONTH: The month of your birthdate. |