I hereby claim:
- I am turekbot on github.
- I am bradleyturek (https://keybase.io/bradleyturek) on keybase.
- I have a public key ASDN30loKJ5J04uaS-Brg5IWAPP-ydKMKaSFsrYtELfmZAo
To claim this, I am signing this object:
| /* | |
| Script to iterate through Files/Folders in Google Drive and change Ownership. | |
| Will only attempt change after getting the current Owner and checking for match | |
| from 'Welcome' sheet. | |
| See blog post for full details and original spreadsheet: https://www.pbainbridge.co.uk/2020/04/bulk-change-ownership-of-google-drive.html | |
| Note: | |
| > Current Owner will become an Editor - include option to remove them? | |
| > New Owner will get an email for each item. |
I hereby claim:
To claim this, I am signing this object:
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | |
| <!-- This template will return the Message, changing the email address to the one provided. --> | |
| <xsl:output method="xml" omit-xml-declaration="yes"/> | |
| <!-- Here we set up a parameter that will be passed in. --> | |
| <xsl:param name="emailReplacement"/> | |
| <!-- This block copies the whole thing (the input) into the output. --> | |
| <xsl:template match="node() | @*"> | |
| <xsl:copy> |
| 2019-10-15 17:20:32,570 [qtp1683360946-59] ERROR (Deploy.java [installAndDeployFromDb]:240) - Deployment incomplete, 1 issues found: replace-email.xsl: replace-email.xsl cannot be stored | |
| org.expath.pkg.repo.PackageException: Deployment incomplete, 1 issues found: replace-email.xsl: replace-email.xsl cannot be stored | |
| at org.exist.repo.Deployment.deploy(Deployment.java:461) ~[exist-core-5.0.0.jar:5.0.0] | |
| at org.exist.repo.Deployment.installAndDeploy(Deployment.java:281) ~[exist-core-5.0.0.jar:5.0.0] | |
| at org.exist.repo.Deployment.installAndDeploy(Deployment.java:158) ~[exist-core-5.0.0.jar:5.0.0] | |
| at org.exist.xquery.modules.expathrepo.Deploy.installAndDeployFromDb(Deploy.java:238) [exist-expathrepo-5.0.0.jar:5.0.0] | |
| at org.exist.xquery.modules.expathrepo.Deploy.eval(Deploy.java:182) [exist-expathrepo-5.0.0.jar:5.0.0] | |
| at org.exist.xquery.BasicFunction.eval(BasicFunction.java:74) [exist-core-5.0.0.jar:5.0.0] | |
| at org.exist.xquery.InternalFunctionCall.eval(InternalFunctionCall.java:41) [exist-core-5.0.0.jar:5.0. |
| import javafx.application.Platform; | |
| import javafx.beans.value.ChangeListener; | |
| import javafx.collections.ListChangeListener; | |
| import javafx.concurrent.Worker.State; | |
| import javafx.geometry.HPos; | |
| import javafx.geometry.VPos; | |
| import javafx.scene.Node; | |
| import javafx.scene.layout.Region; | |
| import javafx.scene.web.WebEngine; | |
| import javafx.scene.web.WebView; |
| package sample; | |
| import com.sun.glass.ui.ClipboardAssistance; | |
| import javafx.application.Application; | |
| import javafx.embed.swing.SwingFXUtils; | |
| import javafx.geometry.Insets; | |
| import javafx.geometry.Pos; | |
| import javafx.scene.Scene; | |
| import javafx.scene.control.Alert; | |
| import javafx.scene.control.Button; |
| ;This file will be executed next to the application bundle image | |
| ;I.e. current directory will contain folder APPLICATION_NAME with application files | |
| [Setup] | |
| AppId={{PRODUCT_APP_IDENTIFIER}} | |
| AppName=APPLICATION_NAME | |
| AppVersion=APPLICATION_VERSION | |
| AppVerName=APPLICATION_NAME APPLICATION_VERSION | |
| AppPublisher=APPLICATION_VENDOR | |
| AppComments=APPLICATION_COMMENTS | |
| AppCopyright=APPLICATION_COPYRIGHT |
| package edu.marshall.genomics.lims.entities; | |
| import java.io.Externalizable; | |
| import java.io.IOException; | |
| import java.io.ObjectInput; | |
| import java.io.ObjectOutput; | |
| import javafx.beans.property.IntegerProperty; | |
| import javafx.beans.property.SimpleIntegerProperty; | |
| import javafx.beans.property.SimpleStringProperty; |
| Exception in thread "JavaFX Application Thread" java.lang.IllegalStateException | |
| at org.reactfx.util.AccumulationFacility$IllegalAccumulation.reduce(AccumulationFacility.java:16) | |
| at org.reactfx.util.HashAccuMap.addAll(AccuMap.java:168) | |
| at org.reactfx.util.IteratorBasedAccuMap.addAll(AccuMap.java:127) | |
| at org.reactfx.util.NotificationAccumulatorBase.addAll(NotificationAccumulator.java:107) | |
| at org.reactfx.ObservableBase.enqueueNotifications(ObservableBase.java:62) | |
| at org.reactfx.ObservableBase.notifyObservers(ObservableBase.java:56) | |
| at org.reactfx.SuspendableBase.handleEvent(SuspendableBase.java:82) | |
| at org.reactfx.util.NonAccumulativeStreamNotifications.lambda$head$0(NotificationAccumulator.java:134) | |
| at org.reactfx.ObservableBase.notifyObservers(ObservableBase.java:68) |