Displaying 20 results from an estimated 500 matches similar to: "Headline - Linux misses Windows of opportunity"
2005 Sep 30
0
Headline - Linux misses Windows of opportunity --incompetent local resource
Thanks, Bryan. Good analysis.
Brian Brunner
brian.t.brunner at gai-tronics.com
(610)796-5838
>>> thebs413 at yahoo.com 09/29/05 07:41PM >>>
[ I've temporarily subscribed my Yahoo address to post this
single comment, and then I'm going to unsubscribe it so I
can't post again. ]
File this one on "Linux loses due to incompetent local
support resources." No
2005 Mar 17
1
SMB protocol security flaw
Hi,
It's (possible|probable) that the above was included in the list postings
in February last; at that time I hadn't even begun with Samba (use it in
production now :). If so,please point me at the archives, if not, could
someone please comment?
>From the last SANS NewsBites (apologies for the line break in the URL for
those using 76-character text MMUAs):
WORMS, ACTIVE EXPLOITS,
2007 Jan 26
1
Microsoft makes hard call for input
hi all,
you might be interested in this article.
cheers,
joe
A Sydney software engineer has been embroiled in a controversy in which Microsoft stands accused of trying to use him as a paid proxy to finesse entries on the Wikipedia site. Doug Mahugh, Microsoft "technical evangelist", emailed the engineer, Rick Jelliffe, on Monday, hoping to use Mr Jelliffe's
2006 Jan 30
3
Howto change @article.article.headline to @article.headline ?
I have to actions:
def index
@articles = Article.find(:all,
:conditions => "un_published != ''1''",
:order => "created_on desc")
end
and
def group
id = params[:id]
@articles = ArticleGroup.find(:all,
:include => [:group, :article],
:conditions => ["articles.un_published !=
2014 Mar 20
2
[Bug 2215] New: Key fingerprint headline slightly broken with ED25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2215
Bug ID: 2215
Summary: Key fingerprint headline slightly broken with ED25519
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2011 Jun 15
1
doveadm who: Please Headline to STDout, not to STDERR
hi,
I've created a small script to get a sum from the users and sessions
(table username and table "#"), but it is annoying that the headline
"username # proto (pids) (ips)" goes to STDERR, but the normal output
to STDOUT.
It would be nice, if both goes to the same STD :-)
cu denny
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2011 Jul 11
1
Finding Confidence Intervals
This is a very basic question, so please bear with me.
I've been learning about AB Testing, which is largely used in internet
marketing to examine the effectiveness of certain aspects of ads, websites,
etc. Here's a couple links to people who want to know more about AB Testing:
2013 Oct 31
0
[LLVMdev] loop vectorizer misses opportunity, exploit
----- Original Message -----
>
> On 31 October 2013 08:01, Frank Winter < fwinter at jlab.org > wrote:
>
>
>
>
>
>
> With current trunk I tried the following on the above example:
>
> clang++ -emit-llvm -S loop_minimal.cc -std=c++11
> opt -O3 -vectorize-slp -S loop_minimal.ll
> opt -O3 -loop-vectorize -S loop_minimal.ll
> opt -O3
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot <dovecot at dovecot.org> a ?crit :
>
> On Sun, Oct 20, 2019 at 10:43 AM Rajesh Bansal via dovecot
> <dovecot at dovecot.org> wrote:
>>
>> Hi Team,
>>
>>
>>
>> I need to develop Visual VoiceMail solution. In this solution I need a IMAP4 server, from which I can get a hit for each
2006 Jul 26
4
can you pass data when you render :action
how can i do:
render :action => "headline", :id => @user.id
Thanks,
Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2013 Oct 31
2
[LLVMdev] loop vectorizer misses opportunity, exploit
On 31 October 2013 08:01, Frank Winter <fwinter at jlab.org> wrote:
> With current trunk I tried the following on the above example:
>
> clang++ -emit-llvm -S loop_minimal.cc -std=c++11
> opt -O3 -vectorize-slp -S loop_minimal.ll
> opt -O3 -loop-vectorize -S loop_minimal.ll
> opt -O3 -bb-vectorize -S loop_minimal.ll
>
> All optimization passes miss the opportunity.
2009 Mar 06
2
Paragraph tags around <div> blocks
For those of you who are expert you may chuckle over this.
Perhaps if it's in the record, however, it may help someone else.
I was getting cases of
<div id="content">
standing on a line by itself, getting converted to this:
<p><div id="content"></p>
Yes, the line above and below are blank.
Yes the div tag is starting at the first column
It
2006 Mar 27
1
Tests not tiding up after themselves?
Hello,
My tests are messing with one another because it seems that they
aren''t cleaning the database after execution. I have the tables
headlines and articles. And the articles table has a foreign key to
the headlines table. My schema structure is created by this script
----
drop table if exists changes;
drop table if exists articles;
drop table if exists headlines;
create table
2006 Jul 25
11
Prevent users from entering urls
How could I make it so that links on my page could link to a controllers
action, but if the user manually entered the url, it would redirect them
back to the main page? Is this possible?
Thank you,
-Ben Lisbakken
--
Posted via http://www.ruby-forum.com/.
2013 Oct 31
0
[LLVMdev] loop vectorizer misses opportunity, exploit
A quite small but yet complete example function which all vectorization
passes fail to optimize:
#include <cstdint>
#include <iostream>
void bar(std::uint64_t start, std::uint64_t end, float * __restrict__
c, float * __restrict__ a, float * __restrict__ b)
{
for ( std::uint64_t i = start ; i < end ; i += 4 ) {
{
const std::uint64_t ir0 = (i+0)%4 + 8*((i+0)/4);
2006 Jun 27
6
Custom action on Active Record Validation Failure?
Instead of having it highlight the bad fields when you enter in a record
that fails validation, is there a way to make it do an action? I''m
looking for something like this:
validates_uniqueness_of :user_id,:url => {:controller => "headline",
:action => "index"}
so that on failing the uniqueness check, it would go to the headline
controller.
--
2008 Sep 23
3
Finding distinct months using find_by_sql
Hello,
I''m wondering if someone might be able to offer me a solution to the
following problem that has so far stumped me.
I''m trying to get the distinct months (and years) from a date field to
display as a list in a view. For example, there might be a number of
records stored with dates in the table ''headlines'':
name date
record1 21-09-2008
record2
2013 Oct 31
0
[LLVMdev] loop vectorizer misses opportunity, exploit
Hi Nadav,
that's the whole point of it. I can't in general make the index
calculation simpler. The example given is the simplest non-trivial index
function that is needed. It might well be that it's that simple that the
index calculation in this case can be thrown aways altogether and - as
you say - be replaced by the simple loop you mentioned. However, this
cannot be done in the
2013 Oct 31
0
[LLVMdev] loop vectorizer misses opportunity, exploit
On 31/10/13 13:34, Hal Finkel wrote:
> ----- Original Message -----
>> Hi Nadav,
>>
>> that's the whole point of it. I can't in general make the index
>> calculation simpler. The example given is the simplest non-trivial
>> index function that is needed. It might well be that it's that
>> simple that the index calculation in this case can be
2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which
area he wants to search. After clicking the submit-button the
results get rendered but the previous selected area is no longer
selected.
<%= form.select (:suchfeld,
[ [''Beschreibungen'',''description''],
[''Headlines'',''headline'']] )
%>
I was able to