Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ferrolho's full-sized avatar

Henrique Ferrolho ferrolho

View GitHub Profile
@ferrolho
ferrolho / Benchmark of RBD.jl across Julia versions
Last active May 7, 2023 01:01
RigidBodyDynamics.jl benchmarks
Date: May 6, 2023
Title: Benchmark of RBD.jl across Julia versions
Laptop: Dell XP 13 9343 (2015)
@ferrolho
ferrolho / [SpanningTreeCoverage.jl] Notebooks
Last active May 13, 2023 17:11
[SpanningTreeCoverage.jl] Notebooks
[SpanningTreeCoverage.jl] Notebooks
@ferrolho
ferrolho / [SparsityDetection.jl] Issue 41
Last active May 13, 2023 17:13
MethodError: no method matching setindex!(::Cassette.NoMetaMeta, ::Cassette.Meta{Cassette.NoMetaData,Cassette.NoMetaMeta}, ::Int64)
https://github.com/SciML/SparsityDetection.jl/issues/41
@ferrolho
ferrolho / log-ws-snapshot.sh
Last active July 26, 2018 13:51
Outputs the hash code and repository name under `catkin_ws/src`
#!/bin/bash
# Store the current location
CUR_DIR=$(pwd)
# Get a sorted list of the git repositories in the current location
repositories=$(find . -name ".git" | cut -c 3- | rev | cut -c 6- | rev | sort)
# For each repository
for i in $repositories ; do