search for: castelli

Displaying 6 results from an estimated 6 matches for "castelli".

Did you mean: castello
2016 Apr 27
2
[cfe-dev] Fwd: Raising CMake minimum version to 3.4.3
> On 27 Apr 2016, at 14:47, Renato Golin via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > On 27 April 2016 at 13:42, Bruce Hoult <bruce at hoult.org> wrote: >> cmake is a big dependency, but it doesn't seem to have many dependencies >> itself. They say it's just a C++ compiler and a make (not necessarily gnu). >> Probably there are one or two more
2013 Feb 07
2
Monitor with corrupted EDID
For an unknown reason both my monitors ended up with a corrupted EDID. They both provide VGA and DVI input. The VGA input works fine, while DVI is broken because of the EDID issue. Using these [1] instructions I have been able to read the EDID and fix it. Unfortunately I'm not able to write it back to the eeprom. I always get this message: i2c i2c-1: sendbytes: NAK bailout. This is what I
2010 Dec 09
1
Getting a periodogram for discrete data
nitish wrote: > > I have a dataset that goes like: dataset = > t |x > 0 |x1 > 1 |x2 > 2 |0 > 3 |0 > 4 |0 > 5 |0 > 6 |x3 > 7 |0 > 8 |0 > 9 |0 > 10 |x4 > > and so on. I wish to detect the periodicity of occurrences. t is in > seconds and x are arbitrary, whose magnitude i am not interested in. I > just wish to get a best
2014 Sep 29
0
PXE booting from specific vNIC using libvirt
...ts a response (or the vNIC list ends). I would like to know if there is a way to specify that the dhcp request should be triggered on a specific interface and if it fails stop or try again on same interface (if rebootTimeout is set). Best Regards -- Pasquale Porreca DEK Technologies Via dei Castelli Romani, 22 00040 Pomezia (Roma) Mobile +39 3394823805 Skype paskporr
2016 May 31
1
[cfe-dev] GitHub anyone?
My company is using submodules for the better or worse. It's not a perfect solution but it can work when using a version of git recent enough and some tooling. The magic command to update everything to the current commit pointed by each submodule : git submodules update --init --recursive To get the latest version you can do: git submodules --init --recursive --remote This by default will get
2016 May 31
0
[cfe-dev] GitHub anyone?
On Tue, May 31, 2016 at 4:27 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 31 May 2016 at 21:24, Aaron Ballman <aaron at aaronballman.com> wrote: >> Are we sure that github's svn integration works with common tools on >> Windows, like TortoiseSVN? > > That's a good question. Can you try them out and report back? >From my very simple testing,