Displaying 20 results from an estimated 200 matches similar to: "End Chinese Censorship at Yahoo!"
2018 Apr 27
1
Introducing HardCloud @ FCCM 2018
Hi,
HardCloud (www.hardcloud.org) is an extension to the OpenMP 4.X standard
that seeks to ease the task of offloading IP-cores to FPGA accelerators in
CPU-FPGA architectures. This is achieved by two new clauses [use] and
[module] shown in the example below:
#pragma omp target device(HARP | HARPSIM | Catapult) map(to: X) map(from: Y)
#pragma omp parallel for use(hrw) module(loopback) check
2018 Nov 30
4
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On Friday, 30 November 2018 20:35:07 GMT David Miller wrote:
> From: Jens Axboe <axboe at kernel.dk>
> Date: Fri, 30 Nov 2018 13:12:26 -0700
>
> > On 11/30/18 12:56 PM, Davidlohr Bueso wrote:
> >> On Fri, 30 Nov 2018, Kees Cook wrote:
> >>
> >>> On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen
> >>> <jarkko.sakkinen at
2009 Jan 14
2
Kaplan-Meier Plot
dear all,
I want to plot a kaplan Meier plot with the following functions, but I fail
to produce the plot I want:
library(survival)
tim <- (1:50)/6
ind <- runif(50)
ind[ind > 0.5] <- 1; ind[ind < 0.5] <- 0;
MS <- runif(50)
pred <- vector()
pred[MS < 0.3] <- 0; pred[MS >= 0.3] <- 1
df <- as.data.frame(cbind(MS, tim, pred, ind))
names(df) <-
2004 Aug 06
1
alsa support for ices
Who wants it? Do you? I know I do.
I have a patch here that applies to the cvs from a couple of nights
ago. I like how modular the inputs are... it made the development that
much easier.
I'm not a "professional" alsa developer, so people may find problems. I
was able to stream a test stream for a couple of minutes with no
(noticable) problems. I'm going to do more testing
2016 Feb 08
2
Lots of zero-byte hard link files in cur (and new/tmp), cannot see messages in folder
Hello,
I have an el-cheapo shared hosting account on Dreamhost, and have had it
for a very long time.
For the most part everything usually works fairly well, considering I do
keep a lot of folders, and mail, on some of my accounts.
They are running dovecot, but still don't have a response as to the
version, or doveconf -n output yet.
My problem is, one of my most used folders, which was
1998 Sep 30
0
RQN -- Sept 98
FreeBSD Real-Quick(TM) NewsLetter.
Things Happening in FreeBSD.
Volume #1 Issue #5
September 1998
Release Information:
The latest RELEASE is 2.2.7-RELEASE. FreeBSD 2.2.8 is
scheduled to be released November 30th. FreeBSD 3.0 is scheduled to be
released October 15th. Start BETA Testing!!!
FreeBSD in the News:
2018 Mar 08
5
Squid and HTTPS interception on CentOS 7 ?
Le 08/03/2018 ? 11:30, hw a ?crit :
> The government says you must use squidguard to filter something?
The law in France (Code P?nal, article 227-24) states that a public
network is not allowed to broadcast messages containing violence,
pornography or any content contrary to basic human dignity, which is
theoretically punishable with three years of prison or a 75.000 ? fee.
So any network
2004 Mar 24
1
Support for layers and alpha channel?
First of all congratulations on reaching alpha status.
I was wondering if you people are implementing multiple layer support
into the codec. I don't know if it should be in the container (ogg) or
codec (theora) but perhaps the syncing requires at least support in the
codec.
For example a commercial: a cup of hot chocolate with steam escaping.
Little action, low bandwidth. Then comes the
2018 Mar 08
0
Squid and HTTPS interception on CentOS 7 ?
Nicolas Kovacs wrote:
> Le 08/03/2018 ? 11:30, hw a ?crit :
>> The government says you must use squidguard to filter something?
>
> The law in France (Code P?nal, article 227-24) states that a public
> network is not allowed to broadcast messages containing violence,
> pornography or any content contrary to basic human dignity, which is
> theoretically punishable with
2018 Nov 30
2
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On 11/30/18 12:56 PM, Davidlohr Bueso wrote:
> On Fri, 30 Nov 2018, Kees Cook wrote:
>
>> On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen
>> <jarkko.sakkinen at linux.intel.com> wrote:
>>>
>>> In order to comply with the CoC, replace **** with a hug.
>
> I hope this is some kind of joke. How would anyone get offended by reading
> technical
2018 Mar 08
2
Squid and HTTPS interception on CentOS 7 ?
Le 08/03/2018 ? 17:15, hw a ?crit :
> But you aren?t broadcasting messages, or are you?
>
> If they mean something like "make data accessible", the only way to
> be compliant with such a law is by not providing public access. How
> do you distinguish between things that are contrary to basic human
> dignity and things that aren?t, and how do you keep track of all
>
2009 Nov 10
1
[PATCH] Add support for Liebert PowerSure PSA to liebert-hid.c
This patch adds support for the following ups to liebert-hid.c:
$ lsusb | grep Liebert
Bus 007 Device 005: ID 10af:0001 Liebert Corp. PowerSure PSA UPS
Using this patch, I'm able to obtain information about the ups via
upsc:
$ upsc upsname
battery.charge: 100
battery.runtime: 1012
battery.type: PbAc
battery.voltage: 1172
battery.voltage.nominal: 12
driver.name: usbhid-ups
2006 Jun 30
7
Inspiring Web 2.0 Rails Sites?
Anybody know of any Rails-using web sites that really capture the
essence of the nebulous Web 2.Oh from which ideas, instruction, and
inspiration can be drawn?
BTW, what exactly IS Web 2.0?
Joe
--
Posted via http://www.ruby-forum.com/.
2015 Nov 10
3
idmap & migration to rfc2307
On 10/11/15 17:47, Jeremy Allison wrote:
> On Tue, Nov 10, 2015 at 09:14:13AM +0100, buhorojo wrote:
>> We don't think that is fair. We may not represent the views of the
>> developers but we do feel that we are entitled to air our views
>> here. We have support off-list, mainly from those who feel
>> restricted in what they say here. Please do not use your power to
2018 Nov 30
8
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On Fri, 30 Nov 2018, Kees Cook wrote:
>On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen
><jarkko.sakkinen at linux.intel.com> wrote:
>>
>> In order to comply with the CoC, replace **** with a hug.
I hope this is some kind of joke. How would anyone get offended by reading
technical comments? This is all beyond me...
Thanks,
Davidlohr
2003 Sep 28
1
Re: [theora] xiph.org irc channels moving
I'd just like to throw my 2 cents in here.
I can understand the need to drop a xiph irc server. However, I do take
issue with moving to Freenode. The reason that we moved so long ago (as
I understand it) is that an overwhelming flood of politics made real
vorbis discussion uncomfortable. A few people took things personally and
acted out, and pretty soon everybody was on edge. Just looking
2003 Sep 28
1
Re: [theora] xiph.org irc channels moving
I'd just like to throw my 2 cents in here.
I can understand the need to drop a xiph irc server. However, I do take
issue with moving to Freenode. The reason that we moved so long ago (as
I understand it) is that an overwhelming flood of politics made real
vorbis discussion uncomfortable. A few people took things personally and
acted out, and pretty soon everybody was on edge. Just looking
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi,
Here is a rough draft of the application -- a FORTRAN front-end to
LLVM. In accordance with the summer of code specifications it is split
into two portions: the abstract which describes the project, and the
details description which describes me and how I plan to complete the
project.
It's a little long, (but about half the max length the application
directions specify). Would someone be
2007 Mar 22
2
[LLVMdev] Google SOC - Fortran Front-End Application
Hi All,
Thank you for all the excellent pieces of advice I got in response to
the draft application I sent out.
I have incorporated all (I think) of the suggestions into the
application and it's much improved. Here is the updated version.
Please don't force yourself to read through it again if you don't want
to. I'll submit this version with any suggestions I receive on the
23rd.
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
Getting the front end for Fortran finished is definitely something I
would be interested in working on. I will draft up a little proposal
and send it out to this list.
-Scott
On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote:
> Hi Scott,
>
> On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote:
>
> > Hi,
> >
> > I noticed that LLVM had signed up as a