kathleenwest

kathleenwest

👤 Developer

3 repositories on SrcLog

View on GitHub
3 Repos
24 Stars
5 Forks
24 Watchers

Repositories (3)

Mixed-Integer-Linear-Programming-Example-Power-Systems-Analysis-A kathleenwest/Mixed-Integer-Linear-Programming-Example-Power-Systems-Analysis-A MATLAB

A Mixed-Integer-Linear-Programming (MILP) problem, formulation, and solution for a power systems generator biding strategy. The objective function is the sum of the unit price of the MW multiplied by the quantity to be accepted added to the other ranges and their respective products plus the no-load cost.

20
Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo Python

In this project, we will create an Event Grid Topic in Azure for a publish-subscribe demo. Our subscriber will be an Azure function that is triggered by an event published to the Event Grid Topic. We will create the Azure function app, subscribe to our Event Grid Topic, and then demo it in action. We will use Postman to set up a POST request to our Event Grid Topic public endpoint that has authentication, version parameter, and the correct JSON body format. After we send the request, we will take a look in the Azure portal to verify the activity and that our subscriber function received and processed the event.

2
AdvancedFormApplicationV kathleenwest/AdvancedFormApplicationV C#

This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions

2