Skip to content

Instantly share code, notes, and snippets.

View kidkai25's full-sized avatar
🎯
Focusing

shad kidkai25

🎯
Focusing
View GitHub Profile
@kidkai25
kidkai25 / drop_hangfire_tables.sql
Created April 1, 2025 12:58 — forked from imarlovic/drop_hangfire_tables.sql
SQL Script for Hangfire - drop all Hangfire tables, reset Hangfire database
GO
PRINT N'Dropping [HangFire].[FK_HangFire_State_Job]...';
GO
ALTER TABLE [HangFire].[State] DROP CONSTRAINT [FK_HangFire_State_Job];
GO
PRINT N'Dropping [HangFire].[FK_HangFire_JobParameter_Job]...';
GO
ALTER TABLE [HangFire].[JobParameter] DROP CONSTRAINT [FK_HangFire_JobParameter_Job];
GO
PRINT N'Dropping [HangFire].[Schema]...';
@kidkai25
kidkai25 / Links.csv
Created June 13, 2024 09:20 — forked from ptrelford/Links.csv
Mystic Brew
@kidkai25
kidkai25 / GoogleHackMasterList.txt
Created February 29, 2024 07:37 — forked from gabsoftware/GoogleHackMasterList.txt
The definitive super list for "Google Hacking".
admin account info" filetype:log
!Host=*.* intext:enc_UserPassword=* ext:pcf
"# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd
"AutoCreate=TRUE password=*"
"http://*:*@www” domainname
"index of/" "ws_ftp.ini" "parent directory"
"liveice configuration file" ext:cfg -site:sourceforge.net
"parent directory" +proftpdpasswd
Duclassified" -site:duware.com "DUware All Rights reserved"
duclassmate" -site:duware.com
@kidkai25
kidkai25 / css-positions.markdown
Created December 22, 2023 15:05
CSS Positions
@kidkai25
kidkai25 / gist:18ac8e257bc3c25c74b682499e1bf9d8
Created October 30, 2023 10:51 — forked from imranbaloch/gist:10895917
SqlHelper.cs class with async support
// ===============================================================================
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
//
// cs
//
// This file contains the implementations of the SqlHelper and SqlHelperParameterCache
// classes.
//
// For more information see the Data Access Application Block Implementation Overview.
@kidkai25
kidkai25 / README.md
Created September 11, 2023 10:59 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@kidkai25
kidkai25 / bit.cpp
Created May 17, 2023 21:10 — forked from LumaKernel/bit.cpp
Competitive Programming Template for C++
/// --- BIT Library --- ///
template<int SIZE, typename T = ll>
struct BIT{
T data[SIZE+1];
int n = SIZE;
BIT(){
REP(i, n+1) data[i] = 0;
}
@kidkai25
kidkai25 / introrx.md
Created October 31, 2022 19:04 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
{
"cmd": ["g++.exe", "-std=c++14", "-o", "$file_base_name", "$file", "&&", "start", "cmd", "/c", "$file_base_name & echo. & echo. & pause"],
"shell": true,
"selector": "source.c++"
}
@kidkai25
kidkai25 / Stdm.lhs
Created February 9, 2020 17:21 — forked from adarqui/Stdm.lhs
Latest Stdm.lhs fixed
> {-# LANGUAGE ScopedTypeVariables, NPlusKPatterns #-}
-------------------------------------------------------------------------------
Software Tools for Discrete Mathematics
Cordelia Hall and John O'Donnell
-------------------------------------------------------------------------------
Last modified: June 2006
This software is intended to be used with the book "Discrete