Displaying 20 results from an estimated 20 matches for "barbaric".
2013 May 06
3
[LLVMdev] Do we abuse the "nsw" flag
...The preproceeded code is excerpted bellow:
cat -n integer.i
---------------------------------
2361 TypHandle ProdInt ( hdL, hdR )
2362 TypHandle hdL, hdR;
2363 {
....
2373 if ( (int)hdL & (int)hdR & 1 ) {
2374
2375
2376 i = ((int)hdL - 1) * ((int)hdR >> 1); /* !!! No barbaric
NSW, please !!! */
2377 if ( ((int)hdR >> 1) == 0 || i / ((int)hdR >> 1) ==
((int)hdL-1) ) {
---------------------------------
I catch the case where the multiplication overflow: the 1st and 2nd
operand hold the
value 0x4000 and 0x20000, respectively.
Dose gap sourc...
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
...ave
some other thoughts on this and I don't wish to make this one of those huge
emails people dread reading.
The reason I think this is so important is because space is offensively
cheap and more and more people are tring to dual and multi boot (including
myself). The process now is still barbaric. Being able to accomplish this
would open up new doors to Os, I think. You could take the best of
different Os's and make them into one. Also, the advancements in virtual
machines that are necessary would be wonderful.
If anyone is interested, I would love to here professionals' thou...
2013 May 06
0
[LLVMdev] Do we abuse the "nsw" flag
...at -n integer.i
> ---------------------------------
> 2361 TypHandle ProdInt ( hdL, hdR )
> 2362 TypHandle hdL, hdR;
> 2363 {
> ....
> 2373 if ( (int)hdL & (int)hdR & 1 ) {
> 2374
> 2375
> 2376 i = ((int)hdL - 1) * ((int)hdR >> 1); /* !!! No barbaric NSW, please !!! */
> 2377 if ( ((int)hdR >> 1) == 0 || i / ((int)hdR >> 1) == ((int)hdL-1) ) {
> ---------------------------------
>
> I catch the case where the multiplication overflow: the 1st and 2nd operand hold the
> value 0x4000 and 0x20000, respectively....
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
...d rcp? It must be very small.)
It is currently extremely easy to get scp locked in an loop. I use scp to move
input and output files from my simulations all day long, and symbolic links are
present everywhere. I have to play a lot of games with tar to get things to
work now. That's totally barbaric. :)
Please, please, please fix this. Include a backwards compatibility switch if
you like. scp rocks, but this one little bug drives me nutty. :)
Thanks guys,
John
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
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 大
...p with, the
world that raised me; we should know with all our minds that the future
will look back on this generation as a turning point away from pure
idiocy--from an unimaginable lack of "humanity" ... that they will look
back on the time before this disclosure was made clear as totally barbaric
and backwards, the kind of thing ... well there's nothing comparable in all
our history, and hopefully there never again will be anything to compare
this darkness to. Act, take action today; this message is very clear.
<http://amhi.cf/lists/lt.php?id=YUgFAwFWXU9RU1UdU1wDX1cNVg>
ring....
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.
<http://vesedo.cf/lists/lt.php?id=YUgFAw9SVE9RXVEdU1wDX1cNVg>
ME CUB I CYCLE. /I C OW/. OFFICE WORKER ... /Master of Orion/? "/Mooo!/"
/to you too, Ymir
<http://vesedo.cf/lists/lt.php?id=YUgMBQZVGAFbVR1QWlQKVF0F>
/. Sometimes it's hard to really understand what it means to hear that your
story begins with a cubicle
2018 Oct 07
0
Come Hell or High Treason
...itably change from "telling us what to do" to ... you know, "helping to
implement laws that do what we tell them we want" as you'd imagine a true
government of the people actually would work) ... I think the
"representative" part of democracy is archaic and sort of barbaric in the
technologically enabled world, and I think that's going to be really
obvious eventually... it should be pretty clear from the idea of the
"Electoral College" which is that your vote actually means absolutely
nothing, and you are insulated from actually choosing who the Presiden...
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