Skip to content

Instantly share code, notes, and snippets.

View kphanipavan's full-sized avatar
🎯
Will work when free, pls email for comms

Phani Pavan Kambhampati kphanipavan

🎯
Will work when free, pls email for comms
View GitHub Profile
--- flutter_service_worker.js.bak 2024-01-28 17:40:14.621116939 +0530
+++ flutter_service_worker.js 2024-01-28 17:41:33.479719944 +0530
@@ -1,4 +1,5 @@
'use strict';
+const BASE_HREF = "IIITB_Menu/";
const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';
@@ -123,12 +124,13 @@
if (key.indexOf('?v=') != -1) {
@kphanipavan
kphanipavan / nvScrape.py
Last active March 30, 2023 09:33
Script to scrape Nvidia's website to get the latest Nvidia driver available for a given GPU.
"""
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.