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
`from requests import Session | |
from zeep import Client | |
from zeep.transports import Transport | |
from zeep.wsse.username import UsernameToken | |
session = Session() | |
url ="https://HOST:PORT/DV920/AddressBookManager?WSDL" | |
username="username" | |
password="password" | |
session.verify =False |
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
package com.trplcd.jdejava; | |
import java.text.ParseException; | |
import java.text.SimpleDateFormat; | |
import java.util.Calendar; | |
import java.util.Date; | |
public class JdeJavaJulianDateTools { | |
public static class Methods { | |
/** |
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
// hide the form if the browser doesn't do SVG, | |
// (then just let everything else fail) | |
if (!document.createElementNS) { | |
document.getElementsByTagName("form")[0].style.display = "none"; | |
} | |
var percent = (function() { | |
var fmt = d3.format(".2f"); |
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
{ | |
"type": "Topology", | |
"bbox": [ | |
77.0849075317384, | |
23.872989654541243, | |
84.63059997558622, | |
30.410879135131893 | |
], | |
"transform": { | |
"scale": [ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.