search for: brutish

Displaying 10 results from an estimated 10 matches for "brutish".

Did you mean: british
2006 Jan 16
5
Soft Deletes
How would I go about setting up my rails applications to soft delete items from the database rather than actually deleting it. I would imagine that I need to over ride the methods from ActiveRecord. Where would I do this would it be in the model? enviroment.rb? I would imagine that if i wanted it throughout my entire application it would need to be in the enviroment.rb. Also to
2016 Sep 09
2
defaults for FP contraction [e.g. fused multiply-add]: suggestion and patch to be slightly more aggressive and to make Clang`s optimization settings closer to having the same meaning as when they are given to GCC [at least for "-O3"]
...e keep Clang`s default for FP contraction at "on" [which really means "according to the pragma"] but change the default value of the _pragma_ [currently off] to on at -O3, then Clang will be more competitive with GCC at high optimization settings without resorting to the more-brutish "fast by default" at plain -O3 [as opposed to "-Ofast", "-O3 -ffast-math", etc.]. Since I don`t know what Objective-C [and Objective-C++] have to say about FP operations, I have made my patch very selective based on language. Also, I noticed that the CUDA front-end...
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
...mbpasswd file are omitted as header. # # Externals: Michal Jaegermann's 'addtosmbpass' awk/nawk script, # included in the Samba distribution. Look in the # Samba binaries directory. Eg. /usr/local/samba/bin # # Disclaimer: I am not an expert Perl programmer. So this is perhaps # a brutish way to achieve our goal. Please feel free # to modify this script. I'd appreciate an email of any # revisions you make. # # I take no responsibility for any "adverse" behavior of # this script. USE AT YOUR OWN RISK !! # # # Modify these definitions to match your site's inst...
2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
...h ogg123/oggenc and large files as both source and destination. (Large files being those several GB in size, for which 64-bits are needed.) This has exposed some weaknesses that I've tried to hack around. I'll explain in messages to follow, each problem that I'm addressing along with brutish hacks and/or patches that I've concocted to solve the observed problem. The platform I've used is FreeBSD which is generally clean for large files; others who are familiar with other platforms will need to fit my hacks into a more general case. My source code is a couple months old by now...
2008 May 12
1
Using forms in Facebook(er)
Hi, I just ran across an interesting occurrence and maybe this is well know but I thought I''d ask about it. I have a form in my canvaspage . I had set the method to "GET" and I kept getting an IncorrectSignature exception in the facebooker plugin. When I change the method type to "POST" lo and behold things work. No exception. I don''t understand
2004 Jan 06
1
Problem reading large tables
...Laboratory of Dr. Michael P. Cummings Center for Bioinformatics and Computational Biology University of Maryland Agri/LFSc Surge Building #296 College Park, MD 20742-3360 dmyers at umiacs.umd.edu 301.405.1262 work http://serine.umiacs.umd.edu/personnel/myers_daniel/ - "Think of your breed; for brutish ignorance / Your mettle was not made; you were made men / To follow after knowledge and excellence." As if I also was hearing for the first time: like the blast of a trumpet, like the voice of God. For a moment I forget who I am and where I am. --Primo Levi, Survival in Auschwitz
2007 Jul 05
0
universally
...growls some of his lines. Bill claims we're screwing blessed Christmas. Wagoner's languid delivery of the song is terrifying: he genuinely sounds as though he were fighting the urge to gibber by phrasing his words with exaggerated care. Sutch fled to the United States, but found it a nasty, brutish place and returned to England after getting shot during a mugging. They both abused our Bill of Rights. Their website is www. i've enjoyed everything you've posted. " Had to be a good actor to play so many weird parts so well. " Underneath this, Castor has orchestrated a forceful...
2007 Jul 05
0
universally
...growls some of his lines. Bill claims we're screwing blessed Christmas. Wagoner's languid delivery of the song is terrifying: he genuinely sounds as though he were fighting the urge to gibber by phrasing his words with exaggerated care. Sutch fled to the United States, but found it a nasty, brutish place and returned to England after getting shot during a mugging. They both abused our Bill of Rights. Their website is www. i've enjoyed everything you've posted. " Had to be a good actor to play so many weird parts so well. " Underneath this, Castor has orchestrated a forceful...
2008 Sep 03
0
checkpassword migration script in Python
...39;inboxes' in Outlook (one local, unused, and one IMAP), so I figured the easier I could make it, the better. I figured there must be some way to do what I was looking for, but I couldn't find it, so I hacked up a little something to do the job. As the saying goes, it's nasty, brutish, and short, but in my tests it's done everything I needed it to. The problem: Our old mail system is hosted by another company, outsourced before I was hired, so I don't have access to the old user/ passwd database, nor to their e-mail store; thus, I cannot do a clean, simple migr...
2005 Mar 02
9
date validation
I''m hoping someone can help me (a Rails newbie) with this. Basically, I need to verify that a date created with "date_select" is valid *before* it''s sent off to the database for acceptance (as a valid date) or rejection (as an invalid date). Given how easy the majority of validation are in Rails, I''ve got to believe there''s a fairly simple way