Skip to content

Instantly share code, notes, and snippets.

@arungop
arungop / audio.html
Last active February 5, 2022 00:17
Audio shortcode for hugo sites
#ENJOY
<div class="container">
<audio controls style="width: 100%; margin-bottom: 20px">
{{ with .Get "ogg" }}<source src="{{ . }}" type="audio/ogg">{{ end }}
{{ with .Get "mp3" }}<source src="{{ . }}" type="audio/mpeg">{{ end }}
{{ with .Get "wav" }}<source src="{{ . }}" type="audio/wav">{{ end }}
Your browser does not support the audio element.
@arungop
arungop / ews_application_form.tex
Last active August 4, 2020 15:10
This repo contains a latex file and pdf file which can produce an application form for Economically Weaker Section (EWS) certificate application form. Indian government has introduced 10% reservation for EWS category. Search internet for more details.
\documentclass[10.5pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{tfrupee}
\usepackage{tikz}
\date{\vspace{-5ex}}
\newcommand\kitty{\leavevmode\xleaders\hbox{....}\hfill\kern0pt}
\newcommand\answerbox{%%
\fbox{\rule{1.3in}{0pt}\rule[-0.5ex]{pt}{25ex}}}
\pagenumbering{gobble}
%opening
library(rjson)
library(httr)
library(jsonlite)
# People in space right now
astro = GET("http://api.open-notify.org/astros.json")
data = fromJSON(rawToChar(astro$content))
# Live ISS location
live = GET("http://api.open-notify.org/iss-now.json")
Candidate Party Symbol Age Gender Ward
T Daisy INC Hand 45 F Alathoor
Sheeja V CPI(M) Hammer, Sickle and Star 43 F Alathoor
Vineetha Kumari BJP Lotus 40 F Alathoor
P Sreedharan Nair BJP Lotus 56 M Anamugham
Rajikumar (Murukan) CPI(M) Hammer, Sickle and Star 49 M Anamugham
Marayamuttom Rajesh Independent Football 46 M Anamugham
Idavazhikkara Jayan
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@arungop
arungop / Kerala_assembly_election_2021.geojson
Created May 7, 2021 01:42
Detailed map of Kerala assembly election 2021
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.