Projects

Projects.Main History

Hide minor edits - Show changes to markup

October 26, 2021, at 02:50 PM by 81.164.26.200 -
Changed line 25 from:

RGBDemo

to:

RGBDemo

October 26, 2021, at 02:49 PM by 81.164.26.200 -
Changed lines 3-5 from:

Dalton Lens

Utility for macOS to assist color-blind people with various real-time filters. Also in the Mac App Store.

to:

DaltonLens

Desktop system tray utility to assist color-blind people with various real-time filters. Also in the Mac App Store.

April 05, 2021, at 10:02 AM by 188.127.189.165 -
Changed line 13 from:
to:
April 05, 2021, at 10:01 AM by 188.127.189.165 -
Changed lines 7-8 from:
to:
Added line 13:
April 02, 2021, at 07:35 PM by 188.127.189.165 -
Added lines 8-12:

nbplot

Command-line utility to quickly plot files in a Jupyter notebook. I was frustrated to find myself still relying on gnuplot when I needed to quickly plot some files, so I developed a tiny utility to generate and open a notebook that can plot files with a single command line. This removes the initial friction of starting a notebook server, creating a notebook, importing matplotlib / numpy / pandas, calling the right read_csv function, etc.

March 30, 2021, at 07:09 AM by 188.127.189.165 -
Changed line 3 from:

Dalton Lens

to:

Dalton Lens

April 19, 2018, at 06:26 PM by 83.46.91.228 -
Added lines 6-7:
April 19, 2018, at 04:46 PM by 83.46.91.228 -
Changed line 3 from:

DaltonLens

to:

Dalton Lens

April 19, 2018, at 04:46 PM by 83.46.91.228 -
Deleted lines 5-7:
April 19, 2018, at 04:43 PM by 83.46.91.228 -
Changed line 5 from:

Utility for macOS to assist color-blind people with different kind of real-time filters. Also in the Mac App Store.

to:

Utility for macOS to assist color-blind people with various real-time filters. Also in the Mac App Store.

April 19, 2018, at 04:43 PM by 83.46.91.228 -
Added lines 2-8:

DaltonLens

Utility for macOS to assist color-blind people with different kind of real-time filters. Also in the Mac App Store.

April 19, 2018, at 04:23 PM by 83.46.91.228 -
Changed line 5 from:

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/WebGL and you can use it right in the browser.

to:

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my small github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/WebGL and you can use it right in the browser.

April 19, 2018, at 04:23 PM by 83.46.91.228 -
Changed line 5 from:

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/Web GL and you can use it right in the browser.

to:

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/WebGL and you can use it right in the browser.

April 19, 2018, at 04:23 PM by 83.46.91.228 -
Changed lines 3-5 from:

3D Rotation Formalisms and Conversions

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/Web GL and you can use it right in the browser.

to:

3D Rotation Formalisms and Conversions

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/Web GL and you can use it right in the browser.

April 19, 2018, at 04:20 PM by 83.46.91.228 -
Changed line 7 from:
to:
April 19, 2018, at 04:19 PM by 83.46.91.228 -
Changed lines 5-7 from:

Standalone webpage to convert between 3D rotation formalisms (Euler, Quaternion, Angle-Axis, Rotation Matrix), and visualize the transformed coordinate system. It uses Javascript ES6 and WebGL, so a recent browser is required.

to:

I always find it painful to write the euler angles / rotation matrix that corresponds to a transform as I forget the conventions and end up switching a sign. See my github project to make this easier and convert between 3D matrix, quaternions, euler angles and angle axis + visualize the transform in 3D. It’s implemented in HTML/javascript/Web GL and you can use it right in the browser.

April 19, 2018, at 04:19 PM by 83.46.91.228 -
Changed line 5 from:

Standalone webpage to convert between 3D rotation formalisms (Euler, Quaternion, Angle-Axis, Rotation Matrix), and visualize the transformed coordinate system. It uses ES6 and Web GL, so a recent browser is required.

to:

Standalone webpage to convert between 3D rotation formalisms (Euler, Quaternion, Angle-Axis, Rotation Matrix), and visualize the transformed coordinate system. It uses Javascript ES6 and WebGL, so a recent browser is required.

April 19, 2018, at 04:18 PM by 83.46.91.228 -
Changed lines 3-5 from:

I am not actively maintaining personal projects anymore. Below is a list of past projects I’ve contributed to.

to:

#3DTransforms 3D Rotation Formalisms

Standalone webpage to convert between 3D rotation formalisms (Euler, Quaternion, Angle-Axis, Rotation Matrix), and visualize the transformed coordinate system. It uses ES6 and Web GL, so a recent browser is required.

Deleted lines 35-38:

Vampire

Vampire is a remote package testing tool written in python. It takes an Autotools generated tarball, uploads it on several machines, configures it, runs a check sequence (usually make distcheck) and returns the results. It is designed to be flexible enough to run checks on differents systems and environments.

May 26, 2014, at 01:39 AM by 208.66.25.130 -
Changed lines 3-4 from:

This page gathers some projects I’ve been working on in the past and projects I still contribute to.

to:

I am not actively maintaining personal projects anymore. Below is a list of past projects I’ve contributed to.



Past projects

RGBDemo

RGBDemo is an opensource software that aims at providing a simple toolkit to start playing with Kinect data and develop standalone computer vision programs without the hassle of integrating existing libraries.

Deleted lines 20-23:


Past projects

Changed line 39 from:

Vampire is a remote package testing tool written in python. It takes an Autotools generated tarball, uploads it on several machines, configures it, runs a check sequence (usually make distcheck) and returns the results. It is designed to be flexible enough to run checks on differents systems and environments.

to:

Vampire is a remote package testing tool written in python. It takes an Autotools generated tarball, uploads it on several machines, configures it, runs a check sequence (usually make distcheck) and returns the results. It is designed to be flexible enough to run checks on differents systems and environments.