Ido Rosen
Ido Rosen
_From [[email protected]](https://code.google.com/u/103956756557794774896/) on January 17, 2011 07:01:45_ What steps will reproduce the problem? 1. Download the current version (pmtk3-23nov10.zip) 2. run initPmtk3 3. run testPmtk3 What is the expected output?...
_From [[email protected]](https://code.google.com/u/110320644764313577939/) on January 16, 2011 04:00:38_ What steps will reproduce the problem? 1. train separate models using positive discrete samples from different classes 2. cross-test for the highest likelihood...
_From [[email protected]](https://code.google.com/u/111971525739781958344/) on December 10, 2010 01:13:55_ What steps will reproduce the problem? %% generate observation sequence and hidded state sequence using Matlab %% HMM toolbox TRANS = [.9 .1;...
_From [RA.Dragun](https://code.google.com/u/RA.Dragun/) on November 26, 2010 02:33:16_ What steps will reproduce the problem? 1.>> system('svn checkout http://pmtk3.googlecode.com/svn/trunk/ pmtk3') Checked out revision 2659 . ans = 0 2.>> downloadAllSupport downloading GGM-GWishart.............done...
_From [[email protected]](https://code.google.com/u/104684413862879970216/) on November 23, 2010 14:44:22_ What steps will reproduce the problem? 1. Follow the installation instruction: http://code.google.com/p/pmtk3/wiki/installation 2. Macintosh; matlab 7.9.0.529 ( R2009b ) 3. testPmtk3 crashes. What...
_From [[email protected]](https://code.google.com/u/118239818456874967496/) on November 16, 2010 19:19:14_ Dear Sir / Madam, I am using the matbugs interface you developed to run WinBugs from MatLab. However, in the last days, it...
Implement continuous integration / continuous deployment to streamline the workflow of modifying packages in `/aur` --> testing if they build and install cleanly --> syncing to AUR4... (Suggestions are welcome,...
libpcap currently uses `fread`/`fwrite` directly when reading/writing from files (via pcap_dumper). Instead of making `pcap_dumper_t` a `FILE*` directly, and having `pcap_dump_open`/`_close`/`pcap_dump` call `fopen`/`fread`/`fwrite`/`fclose`, please abstract away pcap_dumper_t with function pointers...
The patch uses ethtool's `SIOCETHTOOL` `ioctl` to obtain the driver name of the interface, and turns on the broadcast flag by default when it detects an `ipvlan` interface. This does...
@snakeru @normanr : Would you mind tagging a new release? (The latest release is from 2011.) Also, if this is the canonical Git repository for xmpppy, could you update the...