Skip to content

Instantly share code, notes, and snippets.

View blurredart's full-sized avatar
🎯
Working

blurredart

🎯
Working
View GitHub Profile
@vs4vijay
vs4vijay / sms_rules.json
Created April 18, 2017 17:00
Jio SMS Rules JSON
{
"blacklist_regex": "(?i).*[^a-z](password|otp|verification|activation|passcode)[^a-z].*",
"min_app_version": "131",
"rules": [
{
"name": "Airtel",
"telco": true,
"patterns": [
{
"regex": "(?i)Bill.*\\sfor\\sRs.\\s?([\\d,\\,]*(?:.\\d{2})?).*mobile\\s?(\\d{10})?.*Due\\sDate:\\s?([\\d,\\-,A-Z]*)",
@sharmaeklavya2
sharmaeklavya2 / cp_syllabus.md
Last active July 26, 2024 16:05
Competitive Programming Syllabus

Competitive Programming Syllabus

Geometry

  • Problems - Refer the article for a list of problems which can be solved using Rotating Calipers technique.