Skip to content

Instantly share code, notes, and snippets.

View jspreddy's full-sized avatar
👻
in the sh

Sai Phaninder Reddy Jonnala jspreddy

👻
in the sh
View GitHub Profile
@jspreddy
jspreddy / sample_json.json
Created October 3, 2022 15:49
This is sample json gist for usage in test cases
[
{
"_id": "633b045e3310a89d43321727",
"index": 0,
"guid": "b82d6b45-356e-47ce-b9dd-7cc4e78581dd",
"isActive": false,
"balance": "$3,981.85",
"age": 37,
"eyeColor": "brown",
"name": "Henderson Mccray",
@jspreddy
jspreddy / youtube_channel_video_stats.js
Last active August 20, 2019 02:20
Show the stats for youtube channel -> videos page
// You need to be on the youtube -> specific_channel -> videos page
// NOTE: The snippet will only pick up what is available on the screen.
// So scroll to load up more videos into the page and then run the snippet in the chrome console.
// DISCLAIMER ->
// Please read through the snippet before using it. And only use it if you understand what it is doing and are comfortable.
// The script is as provided and I am not responsible for any of your problems.
// There is no mischief in this script, I am just encouraging you to not trust/use any scripts on the web with out understanding what it is doing.
@jspreddy
jspreddy / config.json
Last active August 29, 2015 14:23 — forked from anonymous/config.json
Passport Bootstrap config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "#FDB72E",
"@brand-success": "#5cb85c",