Skip to content

Instantly share code, notes, and snippets.

View GauravSahu's full-sized avatar

Gaurav Sahu GauravSahu

  • Delhi,India
View GitHub Profile
@GauravSahu
GauravSahu / bssv_python_zeep
Last active February 8, 2021 01:06
Consume a JD Edwards BSSV with python zeep
`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
@GauravSahu
GauravSahu / JdeJavaJulianDateTools.java
Created September 27, 2018 05:07 — forked from trplll/JdeJavaJulianDateTools.java
JD Edwards Julian and Java Date Conversions
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 {
/**
@GauravSahu
GauravSahu / myjs
Last active August 29, 2015 14:17
// 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");
{
"type": "Topology",
"bbox": [
77.0849075317384,
23.872989654541243,
84.63059997558622,
30.410879135131893
],
"transform": {
"scale": [
@GauravSahu
GauravSahu / india.geojson
Last active May 22, 2018 18:21
India.Geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GauravSahu
GauravSahu / UttarPradesh.geojson
Created September 25, 2013 20:10
Uttar Pradesh Geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.