A project manager and application developer with broad experience across technology and business domains...
Highlights
- Pro
Pinned Loading
-
SqlexecutionAddIn
SqlexecutionAddIn PublicA library that provides simplified threaded and non-threaded execution of SQL statements. It can be used to expose an interface to Microsoft Excel clients, providing threaded, async operations to a…
C# 2
-
When creating Swagger definitions us...
When creating Swagger definitions using Swashbuckle, this enables detailing of ENUM properties as text 1using CitrixSessionManagement;
2using Microsoft.OpenApi.Any;
3using Microsoft.OpenApi.Models;
4using Swashbuckle.AspNetCore.SwaggerGen;
5using System;
-
Basics of generic method for making ...
Basics of generic method for making API calls 1//using System.Net.Http
2//using System.Net.Http.Headers
34public async Task<T> GetInfoAsync<T>(string url, string apiKey, string referer)
5{
-
-
Example code to generate JSON from 2...
Example code to generate JSON from 2 prior lists. Pulled from code that takes 2 DataFrames, one that list members to a add, and one that includes members to remove, then generates nested JSON. 1import pandas as pd
2import json
34memberChange = []
5 -
AzureNotebooks
AzureNotebooks PublicVariety of demo notebooks done with R, Python, and F#, for creating machine learning and statistics
Jupyter Notebook 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.