Projects

Projects.Main History

Hide minor edits - Show changes to output

October 26, 2021, at 02:50 PM by 81.164.26.200 -
Changed line 25 from:
!! [[#RGBDemo]] [[http://labs.manctl.com/rgbdemo | RGBDemo]]
to:
!! [[#RGBDemo]] [[http://rgbdemo.org | RGBDemo]]
October 26, 2021, at 02:49 PM by 81.164.26.200 -
Changed lines 3-5 from:
!! [[#DaltonLens]] [[https://github.com/DaltonLens/DaltonLens | Dalton Lens]]

Utility for macOS to assist color-blind people with various real-time filters. Also in the [[https://itunes.apple.com/us/app/dalton-lens/id1222737651?mt=12|Mac App Store]].
to:
!! [[#DaltonLens]] [[https://daltonlens.org | DaltonLens]]

Desktop system tray utility to assist color-blind people with various real-time filters. Also in the [[https://itunes.apple.com/us/app/dalton-lens/id1222737651?mt=12|Mac App Store]].
April 05, 2021, at 10:02 AM by 188.127.189.165 -
Changed line 13 from:
%center% %width=50pct% [[https://github.com/nburrus/nbplot|Attach:nb_plot.png]] %newwin%  %%
to:
%center% %width=70pct% [[https://github.com/nburrus/nbplot|Attach:nb_plot.png]] %newwin%  %%
April 05, 2021, at 10:01 AM by 188.127.189.165 -
Changed lines 7-8 from:
%center% %width=50pct% [[https://github.com/nburrus/DaltonLens|Attach:Wikipedia-daltonized-combined-cropped.png]] %newwin%  %%
to:
%center% %width=50pct% [[https://github.com/DaltonLens/DaltonLens|Attach:Wikipedia-daltonized-combined-cropped.png]] %newwin%  %%
Added line 13:
%center% %width=50pct% [[https://github.com/nburrus/nbplot|Attach:nb_plot.png]] %newwin%  %%
April 02, 2021, at 07:35 PM by 188.127.189.165 -
Added lines 8-12:

!! [[#nbplot]] [[https://github.com/nburrus/nbplot | 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:
!! [[#DaltonLens]] [[https://github.com/nburrus/DaltonLens | Dalton Lens]]
to:
!! [[#DaltonLens]] [[https://github.com/DaltonLens/DaltonLens | Dalton Lens]]
April 19, 2018, at 06:26 PM by 83.46.91.228 -
Added lines 6-7:

%center% %width=50pct% [[https://github.com/nburrus/DaltonLens|Attach:Wikipedia-daltonized-combined-cropped.png]] %newwin%  %%
April 19, 2018, at 04:46 PM by 83.46.91.228 -
Changed line 3 from:
!! [[#DaltonLens]] [[https://github.com/nburrus/DaltonLens | DaltonLens]]
to:
!! [[#DaltonLens]] [[https://github.com/nburrus/DaltonLens | Dalton Lens]]
April 19, 2018, at 04:46 PM by 83.46.91.228 -
Deleted lines 5-7:

%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:Misc./3DRotationsScreenshot.jpg]] %newwin%  %%

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 [[https://itunes.apple.com/us/app/dalton-lens/id1222737651?mt=12|Mac App Store]].
to:
Utility for macOS to assist color-blind people with various real-time filters. Also in the [[https://itunes.apple.com/us/app/dalton-lens/id1222737651?mt=12|Mac App Store]].
April 19, 2018, at 04:43 PM by 83.46.91.228 -
Added lines 2-8:

!! [[#DaltonLens]] [[https://github.com/nburrus/DaltonLens | DaltonLens]]

Utility for macOS to assist color-blind people with different kind of real-time filters. Also in the [[https://itunes.apple.com/us/app/dalton-lens/id1222737651?mt=12|Mac App Store]].

%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:Misc./3DRotationsScreenshot.jpg]] %newwin%  %%

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 [[https://github.com/nburrus/transforms|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 [[https://github.com/nburrus/transforms|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 [[https://github.com/nburrus/transforms|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 [[https://github.com/nburrus/transforms|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:
!! [[#Transforms3D]] [[Misc.3DRotations | 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/WebGL and you can use it right in the browser.
to:
!! [[#Transforms3D]] [[https://github.com/nburrus/transforms | 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 [[https://github.com/nburrus/transforms|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:20 PM by 83.46.91.228 -
Changed line 3 from:
!! [[#Transforms3D]] [[Misc.3DRotations | 3D Rotation Formalisms]]
to:
!! [[#Transforms3D]] [[Misc.3DRotations | 3D Rotation Formalisms and Conversions]]
April 19, 2018, at 04:20 PM by 83.46.91.228 -
Changed line 7 from:
%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:Misc.3DRotationsScreenshot.jpg]] %newwin%  %%
to:
%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:Misc./3DRotationsScreenshot.jpg]] %newwin%  %%
April 19, 2018, at 04:19 PM by 83.46.91.228 -
Changed line 7 from:
%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:3DRotationsScreenshot.jpg]] %newwin%  %%
to:
%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:Misc.3DRotationsScreenshot.jpg]] %newwin%  %%
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/WebGL and you can use it right in the browser.

%center% %width=50pct% [[https://rawgit.com/nburrus/transforms/master/3DRotations.html|Attach:3DRotationsScreenshot.jpg]] %newwin%  %%
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 WebGL, 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 line 3 from:
!! [[#`3DTransforms]] [[Misc.3DRotations | 3D Rotation Formalisms]]
to:
!! [[#Transforms3D]] [[Misc.3DRotations | 3D Rotation Formalisms]]
April 19, 2018, at 04:18 PM by 83.46.91.228 -
Changed line 3 from:
!! [[#3DTransforms]] [[Misc.3DRotations | 3D Rotation Formalisms]]
to:
!! [[#`3DTransforms]] [[Misc.3DRotations | 3D Rotation Formalisms]]
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]] [[Misc.3DRotations | 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 WebGL, so a recent browser is required
.
Deleted lines 35-38:

!! [[#Vampire]] [[http://www.lrde.epita.fr/cgi-bin/twiki/view/Projects/Vampire | 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]] [[http://labs.manctl.com/rgbdemo | 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.