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
Verifying my Blockstack ID is secured with the address 1LvicRVBzTxymWoL2LGQQvpro8bDqJS73r https://explorer.blockstack.org/address/1LvicRVBzTxymWoL2LGQQvpro8bDqJS73r |
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
javascript:(function(){ | |
function getJavaScript(url, success) { | |
var script = document.createElement('script'); | |
script.src = url; | |
var head = document.getElementsByTagName('head')[0], | |
done = false; | |
script.onload = script.onreadystatechange = function(){ | |
if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { | |
done = true; |
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
-- | |
-- This script will delete all completed items from the Reminders app | |
-- | |
tell application "Reminders" | |
-- retrieve the list of Reminder containers | |
set reminderLists to container of reminders | |
-- examine each Reminder container | |
repeat with currentList in reminderLists | |
-- retrieve the list of completed tasks |
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
// Test program that uses the SCIM V1.1 SDK to make a connection | |
// and perform some action against a server with a SCIM V1.1 interface. | |
// SSL configuration set to blindly trust. NOT valid for a production env. | |
import java.net.URI; | |
import java.util.Collection; | |
import javax.ws.rs.core.MediaType; | |
import com.unboundid.scim.data.Entry; |
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 com.unboundid.ldap.listener.InMemoryDirectoryServer; | |
import com.unboundid.ldap.listener.InMemoryDirectoryServerConfig; | |
import com.unboundid.ldap.listener.InMemoryListenerConfig; | |
import com.unboundid.ldap.sdk.*; | |
import com.unboundid.ldif.LDIFException; | |
/** | |
* Sample code to demonstrate password change. | |
* Error handling is not demonstrated here. | |
*/ |
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
Verifying that "bertold.id" is my Blockstack ID. https://onename.com/bertold |