Skip to content

Instantly share code, notes, and snippets.

View rhnvrm's full-sized avatar
🔧
Building things

Rohan Verma rhnvrm

🔧
Building things
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rhnvrm on github.
  • I am rhnvrm (https://keybase.io/rhnvrm) on keybase.
  • I have a public key whose fingerprint is 437E 4108 DCE7 EDDC 44BC B4C6 C8E8 5561 2971 CC42

To claim this, I am signing this object:

@rhnvrm
rhnvrm / hackerearth_scrape_input_data_script.js
Created March 3, 2016 15:38
Scrape HackerEarth Input Data
t = document.getElementsByTagName('tr')
for(i = 0; i < t.length; i++){
u = t[i].getElementsByTagName('a')[0];
if(u!=undefined)
window.open(u.href)
}
@rhnvrm
rhnvrm / libsoy_build_error.sh
Last active March 1, 2016 23:26
Build error using libsoy on Ubuntu 14.04
rohan@rohan-K53SV:/media/rohan/2534448c-a1f4-4ca8-91d9-47e40de49361/copyleft_games/libsoy$ ./waf configure
Setting top to : /media/rohan/2534448c-a1f4-4ca8-91d9-47e40de49361/copyleft_games/libsoy
Setting out to : /media/rohan/2534448c-a1f4-4ca8-91d9-47e40de49361/copyleft_games/libsoy/build
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for program 'pkg-config' : /usr/bin/pkg-config
Checking for 'gobject-2.0' >= 2.32 : yes
Checking for 'gthread-2.0' >= 2.32 : yes
Checking for program 'valac-0.26' : not found
Checking for program 'valac-0.24' : not found
Checking for program 'valac-0.22' : /usr/bin/valac-0.22