Skip to content

Instantly share code, notes, and snippets.

View FirePing32's full-sized avatar
🎯
Focusing

Prakhar Gurunani FirePing32

🎯
Focusing
View GitHub Profile
:root {
--theme: #DF7841;
--white: #ffffff;
--black: #000000;
}
.logo {
color: var(--theme);
}
// ==UserScript==
// @name BITS ERP Grade Modifier
// @namespace http://tampermonkey.net/
// @version 1.0.0
// @description Modufy your GPA, CGPA, and Grades when your parents want to access the ERP!
// @author Prakhar Gurunani
// @match https://sis.erp.bits-pilani.ac.in/psc/sisprd/EMPLOYEE/SA/c/*
// @grant none
// ==/UserScript==

Privacy Policy

Last updated: February 27, 2023

This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.

We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the TermsFeed Privacy Policy Generator.

Interpretation and Definitions

0.0.0.0 adclick.g.doublecklick.net
0.0.0.0 adeventtracker.spotify.com
0.0.0.0 analytics.spotify.com
0.0.0.0 ads-fa.spotify.com
0.0.0.0 analytics.spotify.com
0.0.0.0 audio-ec.spotify.com
0.0.0.0 audio2.spotify.com
0.0.0.0 b.scorecardresearch.com
0.0.0.0 bounceexchange.com
0.0.0.0 bs.serving-sys.com

Config

  • Setup Postgres DB
  • use env variables

Models

user -

  • username
  • name
@-moz-document url-prefix("https://www.lnmiit.ac.in/") {
#sp-mainslideshow > div > div,
.topbody-content > div > div > div > div > div > div,
#marqueecontainer1,
.topbody-content > div > div > div > div > div,
#section-id-1516685121 > div:nth-child(1),
.module-one,
.module-two,
.module-three,
.module-four,
@FirePing32
FirePing32 / Context.sol
Last active December 19, 2021 07:49
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
ans = []
def func():
for _ in range(int(input())):
data = [int(x) for x in input().split()]
n = 1
def test():
nonlocal n
if (n * data[1]) % data[0] == 0:
ans.append(n)
else:
login() {
if(this.email !== '' && this.password !== '') {
this.$navigateTo(Home, {
animated: true,
transition: {
name: "slide",
duration: 200,
curve: "ease"
}
});
@FirePing32
FirePing32 / run-server.sh
Created July 16, 2020 08:28
Run Django server
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserver 80