Bug#692830: ITP: nemo -- File manager for cinnamon

2012-11-09 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud 

* Package name: nemo
  Version : 1.1.1
  Upstream Author : Linux Mint Project 
* URL : https://github.com/linuxmint/nemo/
* License : GPL2+
  Programming Lang: C
  Description : File manager for cinnamon

Nemo is a complete fork of Nautilus 3.4 and its goal is to extend the Cinnamon
user experience to desktop and file management.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121109145900.8835.92416.reportbug@cassetoipalemenix



Bug#673318: ITP: mwrap -- Octave/Matlab mex generator

2012-05-17 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud 

* Package name: mwrap
  Version : 0.33
  Upstream Author : David Bindel 
* URL : http://www.cs.cornell.edu/~bindel/sw/mwrap/
* License : BSD
  Programming Lang: C++
  Description : Octave/Matlab mex generator

MWrap is an interface generation system in the spirit of SWIG or matwrap. From
a set of augmented MATLAB script files, MWrap will generate a MEX gateway to
desired C/C++ and FORTRAN function calls and MATLAB function files to access
that gateway. MWrap takes care of the details of converting to and from
MATLAB's data structures, allocating and freeing temporary storage, handling
object upcasts (even in the presence of multiple inheritance), and catching C++
exceptions. The gateway functions also work with recent versions of Octave.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120517202141.3652.75629.reportbug@petisuix



Bug#656469: ITP: eegdev -- biosignal acquisition device library

2012-01-19 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud 

* Package name: eegdev
  Version : 0.0
  Upstream Author : Nicolas Bourdaud 
* URL : http://cnbi.epfl.ch/software/eegdev.html
* License : LGPL-3+
  Programming Lang: C
  Description : biosignal acquisition device library

eegdev is a library that provides an interface for accessing various EEG
(and other biosignals) acquisition systems in a unified way. The interface
has been designed in order to be both flexible and efficient. The device
specific part is implemented by the means of plugins which makes adding
new device backend fairly easy even if the library does not support them yet
officially.

The core library not only provides a unified and consistent interfaces to
the eegdev users but it also provides many functionalities to the
device backends (plugins) ranging from configuration to data casting and
scaling making writing new device backend an easy task.

This library is particularly useful to handle the acquisition part of a Brain
Computer Interface (BCI) or any realtime multi-electrode acquisition in
neurophysiological research.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120119150543.2772.96704.reportbug@emisix



Re: script to link annoying $HOME dirs/files to /tmp?

2011-12-02 Thread Nicolas Bourdaud
On 02/12/2011 16:46, Thomas Koch wrote:
> Hi,
> 
> Is there anything like the following? A script that I can run on login and 
> that creates folders/empty files in (tmpfs mounted) /tmp and creates symlinks 
> from $HOME/... to /tmp.

Hi,

You can configure PAM so that it does this for you: use a special
command that will create these symlinks for you (use pam_exec for this
in the "session" stack).

Alternatively, you may configure bash to execute to command on login
(/etc/profile or ~/.profile if user specific) but that assume bash is
your login shell.

As a side note, I am not sure but I believe this question should have
been asked on debian-users mailing list first :-).

Cheers,

Nicolas




signature.asc
Description: OpenPGP digital signature


Bug#646956: ITP: rtfilter -- Multichannel realtime filtering library

2011-10-28 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud 

* Package name: rtfilter
  Version : 1.1
  Upstream Author : Nicolas Bourdaud 
* URL : http://cnbi.epfl.ch/software/rtfilter.html
* License : LGPL3
  Programming Lang: C
  Description : Multichannel realtime filtering library

rtfilter provides a library written in C implementing realtime digital
filtering functions optimized for multichannel signals (i.e. filtering multiple
signals with the same filter). The core of the library implements FIR and IIR
filtering for float and double data type (complex or real data). Additional
functions are also provided to design few usual filters: Butterworth,
Chebyshev, windowed sinc, analytical filter...



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111028173156.3685.33642.reportbug@petisuix



Bug#646954: ITP: xdffileio -- Library to read/write EEG data file formats

2011-10-28 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud 

* Package name: xdffileio
  Version : 0.2
  Upstream Author : Nicolas Bourdaud 
* URL : http://cnbi.epfl.ch/software/xdffileio.html
* License : LGPL3
  Programming Lang: C
  Description : Library to read/write EEG data file formats

xdffileio provides a unified interface to read/write EEG file format
in realtime (streaming data). It has been designed to provide a
consistent and common interface to all supported file formats
while minimizing the CPU cost on the main processing loop.
It has been particularly designed to be used in a Brain Computer
Interface (BCI).

It currently supports the following file formats: EDF, BDF, GDF 1.X, GDF 2.X



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111028172754.3640.45026.reportbug@petisuix



Bug#646948: ITP: drawtk -- fast 2D drawing to design easily visual feedback of BCI

2011-10-28 Thread Nicolas Bourdaud
Package: wnpp
Severity: wishlist
Owner: Nicolas Bourdaud 

* Package name: drawtk
  Version : 1.0
  Upstream Author : Nicolas Bourdaud 
* URL : http://cnbi.epfl.ch/software/drawtk.html
* License : LGPL3
  Programming Lang: C
  Description : fast 2D drawing to design easily visual feedback of BCI

This package provides an C library to perform efficient 2D drawings. The
drawing is done by OpenGL which allow us fast and nice rendering of basic
shapes, text, images and video. It should among other provides all the
necessary building blocks to create quickly stimuli for an experiment in
psychophysics or to design visual feedback for Brain Computer Interface (BCI).



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111028163954.2401.99563.reportbug@petisuix