Skip to content

Instantly share code, notes, and snippets.

View rishpandey's full-sized avatar
🎯
Focusing

Rishabh Pandey rishpandey

🎯
Focusing
View GitHub Profile
@rishpandey
rishpandey / Errors.js
Created August 22, 2020 10:13 — forked from jeffochoa/Errors.js
Vue Form and Error validator (Laracasts)
class Errors {
/**
* Create a new Errors instance.
*/
constructor() {
this.errors = {};
}
/**
@rishpandey
rishpandey / PreferenceBasedNotification.php
Created April 19, 2021 01:38
PreferenceBasedNotification
<?php
namespace App\Notifications;
use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Notification;
abstract class PreferenceBasedNotification extends Notification
{
use Queueable;
@rishpandey
rishpandey / phpstorm-eap-update
Last active May 3, 2021 13:26 — forked from AubreyHewes/phpstorm-eap-update
Update/Install the latest PhpStorm EAP automatically (add to external tools)
#!/usr/bin/env bash
#######################################################################################################################
#
# Updates/Install the latest PhpStorm EAP
#
# --------------------------------------------------------------------------------------------------------------------
#
# * Retrieves the current version from the EAP wiki
# * If the new version is not the current version (based on symlink to PhpStorm) then updates
# * Creates a symlink from versioned folder to PhpStorm
@rishpandey
rishpandey / ConversionAISEOTamperMonkey.js
Last active August 26, 2021 08:15
ConversionAI SEO TamperMonkey
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://app.jarvis.ai/docs/*
// @icon https://www.google.com/s2/favicons?domain=jarvis.ai
// @grant none
// ==/UserScript==
{"version":1,"resource":"file:///Users/rishabhpandey/code/shas/sha/app/Http/Controllers/Backend/MishnaShiurimController.php","entries":[{"id":"id8m.php","timestamp":1671629809147}]}