Skip to content
View JamesIgoe's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report JamesIgoe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SqlexecutionAddIn SqlexecutionAddIn Public

    A 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

  2. When creating Swagger definitions us... When creating Swagger definitions using Swashbuckle, this enables detailing of ENUM properties as text
    1
    using CitrixSessionManagement;
    2
    using Microsoft.OpenApi.Any;
    3
    using Microsoft.OpenApi.Models;
    4
    using Swashbuckle.AspNetCore.SwaggerGen;
    5
    using System;
  3. 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
    3
    
    
    4
    public async Task<T> GetInfoAsync<T>(string url, string apiKey, string referer)
    5
    {
  4. GoogleFitAnalysis GoogleFitAnalysis Public

    Jupyter Notebook

  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.
    1
    import pandas as pd
    2
    import json
    3
    
    
    4
    memberChange = []
    5
    
    
  6. AzureNotebooks AzureNotebooks Public

    Variety of demo notebooks done with R, Python, and F#, for creating machine learning and statistics

    Jupyter Notebook 1