Pinned Repositories
detect-secrets
An enterprise friendly way of detecting and preventing secrets in code.
detect-secrets-stream
Detect Secrets Stream focuses on the detection of leaks by scanning every push to GitHub Enterprise in a transparent, non-blocking manner, and reporting its findings to a downstream remediation team for follow-up.
11r
America's favorite Eleventy blog template.
binary-search
Implementation of binary search algorithm
cmpsci-2261-object-oriented-programming
A collection of my projects from my object oriented programming course
deno_actions_core
Deno port of the core package in github.com/actions/toolkit. ⚠️ Please note that as of version 1.28, Deno now supports npm modules, which means this module is no longer necessary. We recommend using the npm module that this Deno port is based on instead.
detect-secrets
An enterprise friendly way of detecting and preventing secrets in code.
detect-secrets-stream
Detect Secrets Stream focuses on the detection of leaks by scanning every push to GitHub Enterprise in a transparent, non-blocking manner, and reporting its findings to a downstream remediation team for follow-up.
gameboard-simulation
Simulates a single marker moving across a gameboard until it reaches the end, then displays the simulation results.
gameboard-simulation-multi
Simulates two markers moving across a gameboard until one wins and records the results
victoria-miltcheva's Repositories
victoria-miltcheva/11r
America's favorite Eleventy blog template.
victoria-miltcheva/binary-search
Implementation of binary search algorithm
victoria-miltcheva/cmpsci-2261-object-oriented-programming
A collection of my projects from my object oriented programming course
victoria-miltcheva/deno_actions_core
Deno port of the core package in github.com/actions/toolkit. ⚠️ Please note that as of version 1.28, Deno now supports npm modules, which means this module is no longer necessary. We recommend using the npm module that this Deno port is based on instead.
victoria-miltcheva/detect-secrets
An enterprise friendly way of detecting and preventing secrets in code.
victoria-miltcheva/detect-secrets-stream
Detect Secrets Stream focuses on the detection of leaks by scanning every push to GitHub Enterprise in a transparent, non-blocking manner, and reporting its findings to a downstream remediation team for follow-up.
victoria-miltcheva/gameboard-simulation
Simulates a single marker moving across a gameboard until it reaches the end, then displays the simulation results.
victoria-miltcheva/gameboard-simulation-multi
Simulates two markers moving across a gameboard until one wins and records the results
victoria-miltcheva/linear-regression
Implementation of the linear regression algorithm
victoria-miltcheva/kafka-ui
Open-Source Web UI for Apache Kafka Management
victoria-miltcheva/mygrep
Duplicates the functionality of the Linux/UNIX "grep" command
victoria-miltcheva/perceptron
Implementation of the perceptron learning algorithm
victoria-miltcheva/percolation
Estimates the value of the percolation threshold via Monte Carlo simulation
victoria-miltcheva/planet4-plugin-gutenberg-blocks
WordPress plugin that includes the Gutenberg blocks for the Greenpeace Planet 4 project
victoria-miltcheva/readers-writers-problem
A lab from my CS 306 - Linux/UNIX Programming course which addresses the readers-writers problem.
victoria-miltcheva/rest-api-node
A simple exercise using REST, Node.js, Express, and MongoDB.
victoria-miltcheva/rudolph-saves-xmas
A simple iOS game where you help Rudolph free up his schedule so he can help Santa deliver presents!
victoria-miltcheva/selection-sort
Implementation of the selection sort algorithm
victoria-miltcheva/singly-linked-list
Implementation of the singly linked list data structure
victoria-miltcheva/sql-query-clients
To fix the deprecated ibmcloudsql Node SDK package, I've forked this repo since the fix that is in Git will not be published in an official release. This package can be installed with npm i git+ssh://git@github.com/victoria-miltcheva/sql-query-clients#master. I will archive this fork once fully migrated to @ibm-cloud/ibm-sql-query-sdk.