Skip to content

Instantly share code, notes, and snippets.

View RishiRaj22's full-sized avatar

Rishi Raj RishiRaj22

View GitHub Profile
var table = [].slice.call(document.getElementsByClassName("dataTable"))[0]
var as = [].slice.call(table.getElementsByTagName("a"));
as = as.map(a => a.innerText);
var amrteams = [`LongTimeNoShe`,`Chicken Platter`,`threeThreads`,`imperfect`,`Complex Bytes`,`2b || !2b`,`Chernobles`,`code_geass`,`Lamellar`,`8BitCoders`,`gnit_42`,`700`,`Desi_Virus`,`buttermilk`,`The Trinity`,`TeamAVM`,`That's_what_she_said`,`The clones`,`Insurgents`,`A_FORCE`,
`whatever`,`parabellum`,`WhiteKnife`,`Soch_lo`,`Hyperloop`,`Enjoy College Life`,`Team07`,`Roti Kapda Aur Code`,`D_Coderzz`,`Persistent_noobs`,`pirates of silicon valley`,`LAZY CODERS`,`Night_Owls`,`Logarithmic`,`TooDumbToWin`,`DMH`,`Bhai_Chal_Ja`,`Jai_Mata_Di`,`Maa_Ka_Bharosa`,`We_Live_In_Code`,
`(^_^)(^_^)(^_^)`,`Code_Heist`,`glhf`,`land krade`,`NoBruteForce`,`FooBar`,`How_did_we_get_here?`,`null_pointers`,`Stack Crushers`,`Butter_Garlic`,`binary_beasts`,`Last_Segment_Tree`,`AccioAC`,`VECTORious ACers`,`SBG_INDIA`,`HexClan`,`#beyondlimits`,`OOPS_ITS_DSA`,`3is1plus1plus1`,`
@RishiRaj22
RishiRaj22 / game.cpp
Last active March 26, 2019 05:16
A game made in computer lab that works in Turbo C++
/**
A game made in computer lab that works in Turbo C++
**/
#include <graphics.h>
#include <conio.h>
#include <dos.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
@RishiRaj22
RishiRaj22 / gsoc_2018.md
Last active August 15, 2018 21:23
GSoC 2018: XMPP Compliance Tester

GSoC 2018: XMPP Compliance Tester

The main goal of this project was to create a web application to check compliance of XMPP servers with XEPs (XMPP Extension Protocols) based off of the existing XMPP Compliance Tester tool. A new repository was created for this project, as using the old one was not feassible due to major structural changes. This new repository can be found at https://github.com/iNPUTmice/caas

It contains all of the code written as a part of the GSoC project.

Here is the list of the proposed deliverables, along with their status at the end of the GSoC period: