search for: mazzotta

Displaying 7 results from an estimated 7 matches for "mazzotta".

2009 Nov 23
2
how to change the class of a group of objects
...the same time? # I can force the process to work for a few objects, but it is time-consuming. # For reference, I am including the following commands. class(a) class(get(letters[1])) class(a) <- "dist" class(a) <- NULL class(a) class(get(letters[1])) <- "dist" -- Ben Mazzotta PhD Candidate Fletcher School, Tufts University 160 Packard Ave, Medford MA 02155 benjamin.mazzotta at tufts.edu +1.617.462.4486
2009 Aug 17
1
FYI conflict between statnet, igraph
...ning the error to the effect that the matrix being converted was "not a graph object." Removing igraph from memory restored statnet to proper function. Apologies if this is redundant. I could not find this documented in the help archives or in the docs for either package. Best, -- Ben Mazzotta PhD Candidate Fletcher School, Tufts University 160 Packard Ave, Medford MA 02155 benjamin.mazzotta at tufts.edu +1.617.462.4486
2009 Jul 20
2
data frame from list of lists with unequal lengths
Hello, I have a dataset with multiple entries in one field separated by "/" characters. (The true dataset has long names, 20-odd variables, and hundreds of observations.) v1 v2 1 A L 2 A/B M 3 C N 4 D/E/F O 5 A P 6 C L What I would like is to have a dataset that looks like this instead: > my.df v1 v2 1 A L 2 A M 3 B M 4 C N 5 D O 6 E O
2009 Aug 17
0
multiple values for a factor using nodematch in ergm()
...st, I discovered that the net %v% "languages" command above coerces the list "lang" to a vector. I also have a dataset that specifies exhaustively whether dyads share a language or not; but I am not sure how to enter dyad information directly into the ergm() function. -- Ben Mazzotta PhD Candidate Fletcher School, Tufts University 160 Packard Ave, Medford MA 02155 benjamin.mazzotta at tufts.edu +1.617.462.4486
2015 Nov 01
0
[ANNOUNCE] xf86-input-synaptics 1.8.3
With Gabriele's fix, the order of fingers on the touchpad doesn't matter for two-finger scrolling. Previously, only one of the fingers would trigger scroll events. See https://bugs.freedesktop.org/show_bug.cgi?id=92622 Gabriele Mazzotta (1): Use cumulative relative touch movements while scrolling Peter Hutterer (1): synaptics 1.8.3 git tag: xf86-input-synaptics-1.8.3 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.8.3.tar.bz2 MD5: 4e3c8bed1ab4a67db2160c2c3d7e2a34 xf86-input-synaptics-1...
2015 Mar 27
0
[ANNOUNCE] xf86-input-synaptics 1.8.2
One significant change here: an artificial delay is now used between the button events of a doubletap. Some applications previously dropped the events because they had the same timestamp, with the delay this should now work fine. Gabriele Mazzotta (2): Update machine state diagram Add a delay between the second button down-up event of double taps Peter Hutterer (3): eventcomm: prevent possibly division by zero eventcomm: ignore fake and broken MT devices synaptics 1.8.2 git tag: xf86-input-synaptics-1.8.2 htt...
2016 Apr 28
0
[ANNOUNCE] xf86-input-synaptics 1.8.99.1
...This should alleviate cursor jumps that are seen when the kernel driver loses track of the correct slot position. The fixes should still go into the kernel, but this makes things more bearable in the meantime. And a couple of other fixes that have been sitting on master for over a year. Gabriele Mazzotta (7): Prevent two-finger taps from being ignored Use cumulative relative touch movements while scrolling Use ABS_MT events for the palm detection when supported Don't assume that touch devices report per finger width and pressure Remove FastTap leftovers Updat...