Skip to content

Instantly share code, notes, and snippets.

View flanakin's full-sized avatar
🧰

Michael Flanakin flanakin

🧰
View GitHub Profile
@flanakin
flanakin / README.md
Last active March 15, 2024 00:07
FinOps hubs 0.2.1-rc3
@flanakin
flanakin / README.md
Last active January 12, 2024 09:37
FinOps toolkit 0.1.1 - Cost optimization workbook template
@flanakin
flanakin / TreyResearchCorporate_CostAnalysis.md
Last active October 27, 2023 23:43
Trey Research Corporate subscription cost analysis

You consumed $2,278.93 from October 1, 2023 to October 27, 2023. This is down 5% compared to September 1-25, 2023.

Your daily run rate was down 3% on September 28. Estimated cost decreased 3% on Sep 28 compared to the average daily usage during the last 60 days.

The mc_analyticsengine_analyticsengine_eastus resource group is 29% of your total cost. The mc_analyticsengine_analyticsengine_eastus resource group has 15 resources and costs $655.47. This resource group is 29% of your total subscription cost ($2,279), which has 19 resource groups.

Virtual machine scale set resources are 32% of your total cost. You have 7 Virtual machine scale set resource(s) with a cost of $722.16. This is the resource type with the highest cost, making up 32% of your total cost and 7% of your total resource count. You currently have 105 resources and 16 different resource types in this subscription.

Disk resources are 46% of this subscription. You have 48 Disk resources. This is more resources than any other type, making up <

@flanakin
flanakin / MaximizeYammerBookmarklet.js
Last active August 29, 2015 14:14
Yammer content is constrained to 500px. This bookmarklet maximizes the content.
(function(){
var $left = $('#column-one'),
$content = $('#column-two'),
$headerContainer = $content.find('.page-header-container'),
$header = $headerContainer.find('.page-header'),
$info = $headerContainer.find('.filecollab-group-header-basics'),
$main = $('#main-column'),
$right = $('#column-two .yj-selector-right-sidebar'),
$toggle = $left.add($info).add($right),
$nav = $('#column-two .filecollab-action-bar-with-tabs'),