Skip to content

Instantly share code, notes, and snippets.

View madhur-tandon's full-sized avatar
🎯
Focusing

Madhur Tandon madhur-tandon

🎯
Focusing
View GitHub Profile
This file has been truncated, but you can view the full file.
DEBUG No env 'name' specified in file: "environment.yml"
DEBUG Configuration not found at '/srv/conda/envs/notebook/.mambarc'
DEBUG Configuration not found at '/srv/conda/envs/notebook/condarc.d'
DEBUG Configuration not found at '/srv/conda/envs/notebook/condarc'
DEBUG Configuration not found at '/srv/conda/envs/notebook/.condarc'
DEBUG Configuration not found at '/home/madhur/.mambarc'
DEBUG Configuration not found at '/home/madhur/.condarc'
DEBUG Configuration not found at '/home/madhur/.conda/condarc.d'
DEBUG Configuration not found at '/home/madhur/.conda/condarc'
INFO: 122.176.251.58:0 - "PUT /api/channels/robostack-experimental/actions HTTP/1.0" 200 OK
DEBUG: [quetz] executing synchronize_packages task in a process 10
ERROR: [quetz] can not get repodata_from_packages.json for channel linux-64/robostack-experimental.
ERROR: [quetz] Trying next filename.
DEBUG: [quetz] comparing synchronisation timestamps of ros-foxy-actionlib-msgs-2.0.3-py38h348cfbe_0.tar.bz2
DEBUG: [quetz] comparing synchronisation timestamps of ros-foxy-action-msgs-1.0.0-py38h348cfbe_0.tar.bz2
DEBUG: [quetz] comparing synchronisation timestamps of ros-foxy-ament-cmake-0.9.8-py38h348cfbe_0.tar.bz2
DEBUG: [quetz] comparing synchronisation timestamps of ros-foxy-ament-cmake-auto-0.9.8-py38h348cfbe_0.tar.bz2
DEBUG: [quetz] comparing synchronisation timestamps of ros-foxy-ament-cmake-copyright-0.9.6-py38h348cfbe_0.tar.bz2
DEBUG: [quetz] comparing synchronisation timestamps of ros-foxy-ament-cmake-core-0.9.8-py38h348cfbe_0.tar.bz2
@madhur-tandon
madhur-tandon / gsoc-Mozilla-final-submission.md
Last active August 24, 2019 21:06
GSoC with Mozilla 2019 Final Report

Report for building a new renderer backend for the matplotlib library based on the APIs of HTML5 Canvas Element

This gist is my final submission for GSoC, and it contains a description of my work and the journey of the project.

Community Bonding


Majority of my time went in studying the internals of the matplotlib library in this period. I looked up the classes that I need to extend and the functions I had to re-implement. These included the following classes:

  1. Extending the FigureCanvasBase class
@madhur-tandon
madhur-tandon / gsoc-INCF-final-submission.md
Last active August 12, 2018 14:04
GSoC with INCF 2018 Final Report

Report for Building a portable open pipeline to detect the haemodynamic response function at Rest

This is my final submission for GSoC and it contains description of my work and the journey of the project.

Community Bonding:


I started with translating all the SPM dependencies in the community bonding period itself. SPM dependencies are functions of the SPM library in MATLAB. I was able to translate them with the help of the MATLAB code available for each of them at https://github.com/spm/spm12.