• Home
  • About
    • Anirban photo
    • About Me
    • Email
  • Blog Posts
    • Writings
    • Tags
  • Skill Set

Writings

  • No RISC, no fun (:

    ./A for ARM (vs x86), Apple silicon and A64FX.out

    Read More
  • Curating organized git history

    Automating commit patterns back in time.

    Read More
  • The first and last non-technical post

    Penning down some thoughts at the advent of 2022.

    Read More
  • Automatic loop parallelization

    Venturing into the previous (notable) and current state-of-the-art research on automatic parallelization of loops, as they facilitate the continued development of parallel programs.

    Read More
  • GPGPU computing with CUDA

    Using Monsoon's GPUs to tackle the former 'Optimization problem'

    Read More
  • An Optimization problem

    Several ways to optimize the computation for the counting of euclidean distances within a threshold.

    Read More
  • Hypothesis Testing

    Analyzing the chickwts data set and deriving statistical conclusions.

    Read More
  • Cessation of GSoC'21

    Calling it a wrap for Google Summer of code 2021!

    Read More
  • Workflows for directlabels

    Automating anything and everything with workflows based on GitHub Actions

    Read More
  • ↓↑ Parsers & tables

    An example case study for illustration of LL(1), LR(0) and SLR(1) parsing table construction.

    Read More
  • C'est l'heure française!

    French (verb) conjugation and (noun) pluralization in Julia

    Read More
  • Recalling MCM for the GRE

    Monte Carlo estimation of π

    Read More
  • A silly mini-project

    Rather an 'attempt' to replicate a concept of Steins;Gate in Golang

    Read More
  • Switching to OS X (Catalina/10.15)

    Making the switch to MacOS, setting up a MBP-16in, configuring a few things here and there

    Read More
  • A bit of C++

    Unsigned C++ stuff returned with a void pointer from my LRU cache.

    Read More
  • Cessation of GSoC'20

    Calling it a wrap for Google Summer of code 2020!

    Read More
  • Software Development in R

    Using different SD tools/libraries for R package development

    Read More
  • Website for testComplexity

    Building a website for my package & extending its web presence

    Read More
  • Testers

    Crafting functions to test expected complexities

    Read More
  • Generalized complexity classification

    Creating functions for complexity classification of any parameter, not being restricted to time/memory cases.

    Read More
  • Plotters

    Visualization of benchmarks via plotting functions? Sure!

    Read More
  • Complexity classifiers

    Brewing the complexity classification functions

    Read More
  • testComplexity: asymptoticMemoryUsage

    A variant of the previous quantifier, which deals with memory allocations.

    Read More
  • testComplexity: asymptoticTimings

    Creating the timings quantifying function for time complexity analysis.

    Read More
  • Test functions

    Creating a list of test functions.

    Read More
  • GSoC'20

    Google summer of code 2020 selection and corresponding events followed.

    Read More
  • Middle-bit toggling approach

    Effectively solving a simple CP problem with bitwise operators.

    Read More
  • Benchmarking in R

    Six different ways to benchmark code in R.

    Read More
  • Skewness & Kurtosis

    Calculating statistical parameters for the probability distribution of a real-valued random variable.

    Read More
  • Perceptron Training

    Training a simple single layer perceptron for logic gates.

    Read More
  • Switching phones

    Steps to ensure your old android phone's data is untraceable history.

    Read More
  • NS-2/3 Setup

    Network Simulator 2/3 installation guide(s) + writing your very first NS3 program.

    Read More
  • R packages

    Steps to create an R package.

    Read More
  • Bloatware

    Removing bloatware which may be prevalent in your system after updates.

    Read More
  • Restoring deleted files

    Want to resurrect your files after their deletion? Give this a read!

    Read More
  • Cybersecurity tips

    A small, curated list of cybersecurity tips from my side which might be useful.

    Read More
  • Night light

    One way to reduce blue light intake.

    Read More
  • Probability

    Preliminary Probability Theory.

    Read More
  • Java Theory

    Notes on Java for ready reference and interview prep.

    Read More
  • Computer Networks

    Theory cum notes for CS-312, focused on the first three OSI model layers.

    Read More
  • Accounting

    Commerce isn't my stream but I had 'Financial & Cost Accountancy' during my fifth semester, for which I decided to make some quick notes for ready reference.

    Read More
  • Gauss-Seidel

    Analysis of the above-termed method with an implementation in Python, and a curated list of my GFG articles with links to them.

    Read More