Skip to content

Instantly share code, notes, and snippets.

View sachinsshetty's full-sized avatar

Sachin Shetty sachinsshetty

View GitHub Profile
@sachinsshetty
sachinsshetty / current_read.md
Last active November 20, 2022 04:29
Current Read

Amp It Up - Frank Slootman tl;dr - gaganyatri.com/tldr/amp-it-up/

@sachinsshetty
sachinsshetty / I'm a night 🦉
Last active September 13, 2022 02:30
Productive Stats
🌞 Morning 33 commits █▍░░░░░░░░░░░░░░░░░░░ 7.1%
🌆 Daytime 158 commits ███████░░░░░░░░░░░░░░ 33.8%
🌃 Evening 173 commits ███████▊░░░░░░░░░░░░░ 37.0%
🌙 Night 104 commits ████▋░░░░░░░░░░░░░░░░ 22.2%
jar_name=junit-4.12.jar
sha1sum $jar_name > jar-sha1sums.txt
shaVal=`cat jar-sha1sums.txt | cut -d " " -f1`
response=$(curl -s 'http://search.maven.org/solrsearch/select?q=1:%22'$shaVal'%22&rows=20&wt=json')
formatted_response=`echo $response | grep -Po '"response":*.*'`