Skip to content

Instantly share code, notes, and snippets.

View Abhinay1997's full-sized avatar
⛈️

Naga Sai Abhinay Abhinay1997

⛈️
  • 04:05 (UTC +05:30)
View GitHub Profile
@Abhinay1997
Abhinay1997 / awk_notes.md
Last active January 21, 2020 05:35
My notes on Awk.

AWK Notes

WK is an interpreted programming language. It is very powerful and specially designed for text processing. Its name is derived from the family names of its authors − Alfred Aho, Peter Weinberger, and Brian Kernighan.

The version of AWK that GNU/Linux distributes is written and maintained by the Free Software Foundation (FSF); it is often referred to as GNU AWK.

This version is also known as GAWK. This is what is available through git bash for windows.

Awk Basics

Weight Pairs
10 pounds 1
15 1
25 1
55 2

Given:

  • Dan, Travis and Kyle can benchpress an average of 280 pounds
  • Dan benchpresses 315 pounds.
@Abhinay1997
Abhinay1997 / summary.md
Last active August 25, 2019 10:15
The summary of the work done as part of

Demos and Tools for Project PANOPTES

This is the summary of the work I, Naga Sai Abhinay Devarinti did under Google Summer of Code 2019 for Project PANOPTES under the guidance of my incredible mentors Josh Walawender and Jen Tong. It's been a privelege working under their guidance. And my heartfelt thanks to Wilfred Tyler Gee, who helped me become a better programmer.

Demos

Link to Source
Link to live demos

  • Introduction to Exoplanets

    The "Introduction to Exoplanets" page is designed to give a brief idea about what exoplanets are. It consists of a HTML5 Canvas on which images are drawn as frames giving the appearance of a animated video/slideshow. The subtitles provide information about the image being displayed. The canvas is designed to resize gracefully without affecting the quality of the next frame being drawn by using a third-party library called Hermite Resize (JavaScript).

@Abhinay1997
Abhinay1997 / video.ipynb
Created August 13, 2019 09:31
A complete pipeline test of the timelapse generator. Contrast stretching and other image processing to be added. The plan is to not distribute this as a package installable from pip but as a simple git clone and run.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Abhinay1997
Abhinay1997 / Histogram Test.ipynb
Last active August 15, 2019 03:50
Sample showing the difference between GRBG and RGGB debayering on Panoptes FITS files.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.