Displaying 20 results from an estimated 20 matches for "barbarism".
Did you mean:
barbarian
2013 May 06
3
[LLVMdev] Do we abuse the "nsw" flag
Hi, There:
Clang fails to compile 254.gap @ CPU2000int suite. The symptom is
that executable fail to run
with reference input.
The root cause is that the compiler mistakenly optimizes expr "x * y
/ y" into x where the x*y is blindly
flagged with nsw without any analysis.
The preproceeded code is excerpted bellow:
cat -n integer.i
---------------------------------
2361
2003 May 05
1
Translating end-of-line sequence
Hi,
Is it possible to have the Samba mount client ('mount -t smbfs'
on Linux) do the translation between the Windows and Linux formats
for the end-of-line sequence? We'd like to mount a Windows share
(containing both Windows and Linux source code) on Linux and compile
on it, but the some Linux tools (make, for instance) don't know how
to handle the Windows like end-of-line
2006 Aug 09
5
Action Mailer ...mail done but not received.. (or sent ?)
I am using Action Mailer as stated in RoR book... the mail seems to be
correctly setup..
and I get the following log..
Sent mail:
Date: Wed, 9 Aug 2006 19:54:04 +0200
From: support@alemat.com
To: myself@mac.com
Subject: Your password is ...
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8
_____________
Your username is barbare. Your new password is tDRvfzNvDF. Please login
and change
2007 Dec 08
3
Multiple Worker Methods on Different Schedules
Quick question: If I want to schedule different worker methods defined in
the same worker to trigger at different times, is this possible? Would the
following scheduler yaml work?
:schedules:
:foo_worker:
:worker_method: method1
:trigger_args: 0 */10 * * * * *
:job_key: some_key_1
:foo_worker:
:worker_method: method2
:trigger_args: 0 */15 * * * * *
:job_key:
2010 Mar 11
3
first attempt of pvscai backend driver port to pvops
Attached is my first attempt at getting the backend pvscsi driver
(scsiback) working under the latest pvops kernel. I have tested it with
the scsi frontend driver in gplpv, and have restored about 20GB of data
from a HP LTO3 tape drive successfully, so it appears to be working
fine.
There are quite a few changes compared to the version in 2.6.18. The
main change is that I get the vaddr for each
2001 Nov 26
2
thoughts
To whom it may concern:
I am a computer engineering student at Marquette University. I have a lot
of ideas for Operating systems and applications, but due to my limited
knowledge, they are lying dorment in my head. If there is someone that I
can bounce some ideas off so that they can actually accomplish it, this
would be great.
This may sound weird, someone with good ideas but limited
2013 May 06
0
[LLVMdev] Do we abuse the "nsw" flag
This has come up before, and we just added -fwrapv to work around the problem:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110131/115969.html
Are you compiling without -fwrapv?
Cameron
On May 6, 2013, at 4:55 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
> Hi, There:
>
> Clang fails to compile 254.gap @ CPU2000int suite. The symptom is that executable
2013 Aug 07
8
introducing puppetboard 0.0.1
Hello everyone,
It’s a lovely grey and rainy day here in the Dutch summer, as good a day as
any to release a new little project.
Its name is Puppetboard and has as aim to replace Puppet Dashboard’s
reporting functionality. It does not nor will it include ENC features. It
does all this without storing any data itself but querying PuppetDB instead.
The whole thing is built in Python and
2015 Jul 29
0
[LLVMdev] ARM unwinding bug
On 29 July 2015 at 22:23, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> That would be Ben. :)
We'll get there, eventually... :)
> Meh. It's more of a "if you build it, they will come" thing. We haven't
> finished building it yet, but when we do, they *will* come! :D
Thought so. Ben will have to learn a lot about unwinding, then... :D
> Genuine
2003 Feb 06
0
[Bug 485] New: scp doesn't preserve symbolic links
http://bugzilla.mindrot.org/show_bug.cgi?id=485
Summary: scp doesn't preserve symbolic links
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jsk29
2007 Dec 17
11
BackgrounDRb release 1.0 available now
Hi Folks,
I am glad to announce 1.0 release of BackgrounDRb.
This would be a major release since 0.2 release of BackgrounDRb.
Here is a brief summary of changes:
- BackgrounDRb is DRb no longer. It makes use of EventDriven network
programming library packet ( http://packet.googlecode.com ).
- Since we moved to packet, many nasty thread issues, result hash
corruption issues are totally
2006 Jun 12
4
DO NOT REPLY [Bug 3829] New: rsync loses access ACLs on transferred files
https://bugzilla.samba.org/show_bug.cgi?id=3829
Summary: rsync loses access ACLs on transferred files
Product: rsync
Version: 2.6.9
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.com
2013 Jun 07
2
Samba 4.0.6 Ubuntu Package Available
Hello everyone-
Just a quick little blurb to anyone interested: I've spend some time packaging Samba4 for Ubuntu 12.04 and I believe it is finally "ready".
A couple of notes about the package:
- it is compiled from the 4.0.6 tarball available from Samba
- it has packages for amd64 and i386* class machines
- it requires various other non-stable class packages
- it uses the
2002 Aug 22
3
journal aborting and remounting /boot as ro
Hi,
Apologies in advance for any breaches of netiquette, I couldn't find any guidelines
about submission to this forum but I'd be grateful for your help on something.
My /boot filesystem is being remounted shortly after start-up as read-only.
I get the following messages...
journal_bmap_Ra7a5f568: journal block not found at offset 12 on ide0(3,1)
Aborting journal on device ide0(3,1)
2015 Jul 29
2
[LLVMdev] ARM unwinding bug
> From: Renato Golin <renato.golin at linaro.org>
>
> On 29 July 2015 at 20:14, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> > Well, yes, an unwinding expert *was* who I was really hoping to hear from. But
> > if I understand correctly, you're saying that rather than seeing the values Ben
> > reported, the sample code crashes on you on both
2005 Nov 19
14
FULLTEXT search in MySQL on rails
I tried adding a FULLTEXT search index to a table of mine in MySQL,
only to discover that the InnoDB table format doesn''t seem to support
this feature. Switching to the MyISAM table type seemed to work, but
I seem to have some recollection that ActiveRecord transactions aren''t
fully atomic on MyISAM tables. Is this true or am I just remembering
wrong? If so, does anyone have
2018 Oct 01
0
tada ... the Z of Jericho 多 & i ... the Ro' Chosein 大
sen <http://amhi.cf/lists/lt.php?id=YUgFAwBRVE9RU1UdU1wDX1cNVg>
se, not <http://amhi.cf/lists/lt.php?id=YUgFAwBRVU9RU1UdU1wDX1cNVg>
a gam <http://amhi.cf/lists/lt.php?id=YUgFAwBRVk9RU1UdU1wDX1cNVg>
e. v_7.0_GA
<http://amhi.cf/lists/lt.php?id=YUgFAwBRV09RU1UdU1wDX1cNVg>
<http://amhi.cf/lists/lt.php?id=YUgFAwBRUE9RU1UdU1wDX1cNVg>
it's proof
2018 Oct 22
0
With the right kind of eyes you can almost see the high-water mark—that place where the wave finally broke and rolled back.
...'s what the pay-dirt of finding this map and the will to
trudge through the dark days of flickering twilight really is ... it's a
future that will look back on you and your parents and your children as the
defining line of what "civilization" actually means, the difference between
barbarism and morality. Isaac Newton, on the gravity of this vision almost
assuredly, "if I have seen further it is only by standing on the shoulders
of giants."
<http://vesedo.cf/lists/lt.php?id=YUgFAgZXU09RXVEdU1wDX1cNVg>
"TUTUM" is my new Latin word to describe this sort of ser...
2018 Oct 07
0
Come Hell or High Treason
<http://callingketti.cf/lists/lt.php?id=YUgNCAdSGAFUXR1QWlQKVF0F>
<http://callingketti.cf/lists/lt.php?id=YUgMAAZRGAFUXR1QWlQKVF0F>
Normally I start this message off with the whole "this is what Exodus is
all about <http://callingketti.cf/lists/lt.php?id=YUgMAg9SGAFUXR1QWlQKVF0F>
" and "the election is not to die bold
2001 Sep 14
5
Our Sympathies
The following is a message to be sent to the President
of the United States of America. Although we may not be able to do a
great deal from where we are, but for the people of America just
knowing we care and feel their sadness will help. Please put your name
on the following list and send it to all you know and who care. If you
are the 100th name and every 100th there on could you please also