Skip to content

Instantly share code, notes, and snippets.

View Nirav-Madhani's full-sized avatar
🌃
Looking at the Sky

Nirav Madhani Nirav-Madhani

🌃
Looking at the Sky
View GitHub Profile

Source / demo not disclosed but can be demoed during live call along with screen share.

@Nirav-Madhani
Nirav-Madhani / ReadMe.md
Last active September 2, 2024 20:26
Fast Downward Docker

PDDL for Window Using Docker

Overview

Main Objective is to get around complexity associated with setting up FastDownward in Windows Machine. This batch script is designed to automate the execution of planning tasks using the Planning Domain Definition Language (PDDL) within a Docker environment. It uses the AI Basel 'downward' Docker container to process specified domain and problem files, and manages the entire workflow from execution to output retrieval.

Prerequisites

  • Docker must be installed on your machine.
  • Access to the AI Basel 'downward' Docker image must be ensured.

Usage

@Nirav-Madhani
Nirav-Madhani / GitHubActionRunner.ipynb
Last active January 5, 2026 06:49
Hosting GitHub Action runner in Google Colab / Kaggle for Continuous training on GPU
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nirav-Madhani
Nirav-Madhani / pointnet-3d_calassification.ipynb
Created February 3, 2024 20:39
Pointnet-3D_Calassification.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nirav-Madhani
Nirav-Madhani / Github-Traffic.gs
Created April 14, 2022 04:12
Store github stats for more than 14 days automatically
// Note this is the beta version of the code which is under test,
// no major problem found so far
// Small Bug: Due to problem with timezone,
// it is showing dates 1 day back as comapred to API Data
// Full tutorial: https://nirav-madhani.netlify.app/post/github-stats-tracking/
my_token = '<YourTokenHere>'
function fetchTraffic(sheet){
//var sheet = SpreadsheetApp.getActive().getSheetByName('Sheet1')//SpreadsheetApp.getActiveSheet();
var unrm = sheet.getRange("G2").getValue()
@Nirav-Madhani
Nirav-Madhani / script.js
Created December 17, 2021 07:29
Auto Delete Old Emails
/*
Sources:
https://stackoverflow.com/a/44558114/12907462
https://gist.github.com/jamesramsay/9298cf3f4ac584a3dc05
*/
var TRIGGER_NAME = "auto_delete_email";
function Intialize() {
return;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.