search for: antics

Displaying 17 results from an estimated 17 matches for "antics".

Did you mean: jantics
2009 May 01
5
Layout antics
I have a strange problem with my layout file. I think it may be due to nested partials, but removing the deepest nested partial call does not clear the problem. I have an application wide layout (application.html.erb) that works as expected - loads images, javascript, css etc for my application. So http://localhost:3000/patients --> fine http://localhost:3000/patients/new --> fine
2009 Mar 13
0
[LLVMdev] Shrink Wrapping - RFC and initial implementation
Hi Evan, Thanks very much for the review, I am implementing your suggestions today and will have the next patch together this weekend. A few questions/comments: On Thu, Mar 12, 2009 at 10:05 AM, Evan Cheng <echeng at apple.com> wrote: > > 1. Some of the functions that you introduced, e.g. stringifyCSRegSet > probably ought to be "static" and ifdef'ed out when NDEBUG
2013 Nov 13
1
trashed
...about. So, your in a blacklist as well? wouldnt have anything to do with your actions pretty much everywhere would it now, nooooooooooooooooooooooooooooo, of course not. Taking into account all of the above, I think its fair to say, its more than one person that doesn't like your foul mouthed antics, which was explained to you many times by fedora moderators, trying to get you to change, all you had to do, and they would remove moderation, but you refused, so you deserve it, no one else to blame but yourself YOU ARE NOT THE VICTIM >>> blocked using >>> bl.alt-backspace.org...
2009 Mar 12
4
[LLVMdev] Shrink Wrapping - RFC and initial implementation
Hi John, It looks pretty good. Thanks for working on this. Some comments: 1. Some of the functions that you introduced, e.g. stringifyCSRegSet probably ought to be "static" and ifdef'ed out when NDEBUG is defined. 2. + // DEBUG + if (! MBB->empty() && ! CSRUsed[MBB].intersects(restore)) { + MachineInstr* MI = BeforeI; + DOUT <<
2009 Mar 18
1
[LLVMdev] Shrink Wrapping - RFC and initial implementation
On Mar 13, 2009, at 10:43 AM, John Mosby wrote: > > I started to reduce the traversals, then decided to work on edge > splitting because I believe it may be needed to finish shrink > wrapping. Hmm. I don't think edge splitting would be required for correctness, right? There is always a common predecessor / successor. For the first pass, we should not be shooting to
2009 Mar 18
1
[LLVMdev] Shrink Wrapping - RFC and initial implementation
Hi John. > I am putting this information > into my temp. wiki page in hopes of getting it into the dev wiki when > that is available. The dev wiki is up at its temporary name http://google2.osuosl.org/wiki/. Feel free to dump your stuff on there. On Fri, Mar 13, 2009 at 7:43 PM, John Mosby <ojomojo at gmail.com> wrote: > Hi Evan, > Thanks very much for the review, I am
2005 Oct 03
0
Newbie with NUT and his new APC Back-UPS XS BX1500
...its FAQ, documentations, etc. wasn't new user friendly to me. Maybe I am not reading the right places? I was hoping I did not have to configure much like Windows XP Pro. SP2's autodetection and configuration which worked before I did Linux part. :( Thank you in advance. :) -- "The antics begin!" --SimAnt Game /\___/\ / /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site) | |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net \ _ / E-mail: philpi@earthlink.net or ant@zimage.com ( )
2009 Apr 22
1
gpxelinux and cramfs
...39;ve put on a USB stick, and it boots fine from there. However, I have something strange happening when I try to serve it all across the network with gpxelinux. The kernel seems to load and boot just fine. The fsimage gets served up, and mounted. The newly booted system then goes through its usual antics for a few seconds, and then I see this on the console: Activating swap...done. Checking root file system...cramfs: bad compressed blocksize 281427494 fsck 1.40-WIP (14-Nov-2006) fsck.cramfs: error while loading shared libraries: /usr/lib/libz.so.1: cannot read file data: Error 21 fsck died with e...
2004 Mar 27
0
Moron v0.6.0b released
...gt;HSV conversion routines might be of aside interest. Due to its ability to visualize the predictions made per image region, Moron is a guaranteed hit in both parties and classrooms, if only given a juicy enough set of test images. Even layman (male) audience has been seen to be captivated by the antics of Moron, efficiently rivalling traditional aquariums and fireplaces. Moron is released under GPL. Version 0.6.0b for R can be dl'ed from http://sourceforge.net/project/showfiles.php?group_id=7434&package_id=68958 The package relies on R libraries 'randomForest' and 'pixmap...
2004 Mar 27
0
Moron v0.6.0b released
...gt;HSV conversion routines might be of aside interest. Due to its ability to visualize the predictions made per image region, Moron is a guaranteed hit in both parties and classrooms, if only given a juicy enough set of test images. Even layman (male) audience has been seen to be captivated by the antics of Moron, efficiently rivalling traditional aquariums and fireplaces. Moron is released under GPL. Version 0.6.0b for R can be dl'ed from http://sourceforge.net/project/showfiles.php?group_id=7434&package_id=68958 The package relies on R libraries 'randomForest' and 'pixmap...
2011 Jul 29
0
Issue with file permissions when mounting a windows share in linux
Good morning I'm migrating the folders under a Windows 2003 Standard share to a Linux Samba server. I have mounted the Windows share configuring it in /etc/fstab this way: //fitxers/personal /import/personal-antic smbfs username=domuser,password=userpassword 0 0 The mount is performed perfectly and the backup script works fine on most files, but there is a considerable percent of files
2006 Sep 25
0
Ruxcon 2006
...ober at the University of Technology, Sydney. Doors will open at 8:30am and the first presentation commences at 9:30am. Our presentation list is complete. RUXCON 2006 Presentations [1]: 1. Java Class Deobfuscation - Chris Mitchell 2. Mechanics of the Objective-C Trifecta - Reversing, Runtime Antics, & Exploit Development - Neil Archibald 3. Exploiting OpenBSD - Ben Hawkes 4. Anti-Forensic Rootkits - Darren Bilby 5. Access over Ethernet: Insecurites in AoE - Morgan Marquis-Boire 6. Attacks Against RFID - Josh Perrymon 7. Unusual Bugs - Ilja van Sprundel 8. A Quantitive Time Seri...
2016 Sep 21
2
Propagation of debug information for variable into basic blocks.
> On Sep 21, 2016, at 2:23 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > > > > // For all predecessors of this MBB, find the set of VarLocs that > // can be joined. > for (auto p : MBB.predecessors()) { > auto OL = OutLocs.find(p); > // Join is null in case of empty OutLocs from any of the pred. > if (OL == OutLocs.end()) >
2007 May 31
0
Daily News
...Concert". I was an impressionable 13-yr-old just gettin'' in to rock music in the summer of 1974 when they showed parts of the California Jam in sucessive weeks on TV. I was a Deep Purple freak (still am) and sat glued to the set, enthralled with Ritchie Blackmore''s stage antics (trashing a television camera while it was filming him and ''blowing up'' his amps). Well, "Deep Purple - Live In California ''74" was released on DVD yesterday, and it''s just as enthralling (warts and all) as it was 26+ yeard ago. It may not have been...
2008 May 01
9
ZFS and Linux
Hi All ; What is the status of ZFS on linux and what are the kernel''s supported? Regards Mertol <http://www.sun.com/> http://www.sun.com/emrkt/sigs/6g_top.gif Mertol Ozyoney Storage Practice - Sales Manager Sun Microsystems, TR Istanbul TR Phone +902123352200 Mobile +905339310752 Fax +902123352222 Email <mailto:Ayca.Yalcin at Sun.COM> mertol.ozyoney at
2007 Jun 05
16
CentOS Based Linux Firewall Document
I know that some of you from the list have asked me in the past for a copy of my CentOS based Linux Firewall document. There are also those that have no clue what I am talking about. This is for the former group... There is a new version of my document out. It's changed quite a bit since the last person asked me for it. Some of the changes are: * Updated the scripts in the Useful Shell
2005 Feb 09
85
Introduce yourself and your project -- Round 2
On December 14th, 2004 David Heinemeier Hansson sent this to the mailing list: I''m seeing a lot of new names on the list. Could we perhaps do a round of introductions? That would also be a great first post, if you haven''t had a chance to contribute yet. The basics should include your name, your organization, your country and city, and the project you''re