This file contains 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
# Enable "charge + tether" in Settings -> Setup -> Mobile Router Setup -> Tethering | |
# Use a usb cable to connect (tethering) to the router on port 5510 | |
# Useful links: | |
# Verify the IMEI number | |
# https://en.wikipedia.org/wiki/Luhn_algorithm | |
# Challenge/Response Generator for Sierra Wireless Cards V1.0 | |
# https://github.com/bkerler/SierraWirelessGen | |
ATI |
This file contains 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.atlassian.greenhopper.model.rapid.RapidView | |
import com.atlassian.greenhopper.service.rapid.view.RapidViewService | |
import com.atlassian.jira.bc.JiraServiceContextImpl | |
import com.atlassian.jira.bc.filter.SearchRequestService | |
import com.atlassian.jira.component.ComponentAccessor | |
import com.atlassian.jira.issue.search.SearchRequest | |
import com.atlassian.jira.jql.parser.JqlQueryParser | |
import com.onresolve.scriptrunner.runner.customisers.JiraAgileBean | |
@JiraAgileBean |
This file contains 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
https://rfc3161.ai.moda | |
https://rfc3161.ai.moda/adobe | |
https://rfc3161.ai.moda/microsoft | |
https://rfc3161.ai.moda/apple | |
https://rfc3161.ai.moda/any | |
http://rfc3161.ai.moda | |
http://timestamp.digicert.com | |
http://timestamp.globalsign.com/tsa/r6advanced1 | |
http://rfc3161timestamp.globalsign.com/advanced | |
http://timestamp.sectigo.com |
This file contains 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
{ | |
Unzip Helper for executing 7zip without blocking the InnoSetup GUI | |
---- | |
The main procedure is the non-blocking Unzip(). | |
Your GUI will remain responsive during the unzip operation. | |
Written by Rik and Jens A. Koch (@jakoch) on StackOverflow: | |
http://stackoverflow.com/questions/32256432/how-to-execute-7zip-without-blocking-the-innosetup-ui |
This file contains 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
/* | |
sign4j.c: a simple utility to sign executables created by Launch4j | |
Copyright (c) 2012 Grzegorz Kowal | |
Modified for Linux by Luke Spragg (Wulfspider), Dalton Pelc (Olloth), Contex, and raphfrk | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, | |
are permitted provided that the following conditions are met: |