Skip to content

Instantly share code, notes, and snippets.

View kishorepv's full-sized avatar
💭
work

Kishore PV Reddy kishorepv

💭
work
View GitHub Profile
@kishorepv
kishorepv / calculate_the_size_of_a_cassandra_table.md
Created January 9, 2025 07:47
Calculate the Size of a Cassandra Table

Calculate the Size of a Cassandra Table

May 5, 2017

A Cassandra data store is made up of a collection of Column Families often referred to as tables. Within each table is a collection of columns. These columns consist of a combination of metadata and data.

Property Metadata Value
Name 2 bytes (length as short int) byte[]
Flags 1 byte
@kishorepv
kishorepv / EndWebSkypeCallAfter5Mins.js
Last active March 13, 2021 01:21
Ends Skype Web calls after X minutes. Tested on Chrome.
// ==UserScript==
// @name EndWebSkypeCallsAfter5Mins
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Ends Skype Web calls after 5 mins
// @author K
// @match *://*.web.skype.com
// @match *://web.skype.com
// @grant none
// @run-at document-end