Skip to content

Instantly share code, notes, and snippets.

View 97amarnathk's full-sized avatar
🤖
git clone is just a Bunshin no Jutsu

Amarnath Karthi 97amarnathk

🤖
git clone is just a Bunshin no Jutsu
View GitHub Profile
@97amarnathk
97amarnathk / PostMac.md
Created October 11, 2019 18:04
Things I do after a fresh install of macOS

Post install steps

macOS settings

  1. Dock : Genie effect -> Scale effect
  2. Touchpad : Enable tap to click
  3. Accessibility : Enable three finger drag

Softwares to install

  1. Browser : Firefox, Chrome
  2. Editor : Microsoft VSCode
@97amarnathk
97amarnathk / GSoCReport.md
Last active August 26, 2019 12:50
My GSoC 2019 Report

Google Summer of Code

Google Summer of Code 2019 with CERN-HSF : DIRACGrid

This summer, I participated as a student developer in the Google Summer of Code Program. In this program, university students contribute towards an open source project between May and July, under the guidance of the project mentors. I was selected with CERN-HSF as my mentoring organisation.

CERN-HSF is an umbrella organization for CERN, some international labs and universities for development of software pertaining to particle physics and computation/analysis of data related to it. There are a plethora of open source projects in CERN-HSF.

My work during this summer was on DIRAC which is a software framework for distributed computing. DIRAC builds a layer between the users and the computing grids, offering a common interface to a number of heterogeneou

<script src="https://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<script src="/static/js/pdf/scrollsync.js"></script>
<script src="/static/js/pdf/dragscrollable.js"></script>
<script src="/static/js/pdf/pdf.js" type="text/javascript" ></script>
<script src="/static/js/pdf/pdf.worker.js" type="text/javascript" ></script>
<script type="text/javascript">
(function() {
//
// Disable workers to avoid yet another cross-origin issue (workers need the URL of
<script src="https://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<script src="/static/js/pdf/scrollsync.js"></script>
<script src="/static/js/pdf/dragscrollable.js"></script>
<script src="/static/js/pdf/pdf.js" type="text/javascript" ></script>
<script src="/static/js/pdf/pdf.worker.js" type="text/javascript" ></script>
<script type="text/javascript">
(function() {
//
// Disable workers to avoid yet another cross-origin issue (workers need the URL of