Displaying 10 results from an estimated 10 matches for "flys".
Did you mean:
fly
2005 Aug 24
3
Lots of console; attach and grep?
We have recently started routing about 3 PRI's worth of traffic thru our
asterisk box.
The text on the console now flys by so damn fast, I can't really see
what the heck is going on. Even with verbosity 0 and debug 0 it is still
so fast.
Is there some way I can attach to the console in a way that will allow
me to grep or otherwise filter the text so I can focus on something in
particular?
Thanks,
-Matthew
2009 Apr 24
1
Xen.org Weekly Update
Highlights for April 18 - April 24, 2009:
* Xen.org Summer Internship Available - http://blog.xen.org/index.php/2009/04/21/xenorg-internship-available/
* VM Snapshots Code Released - http://blog.xen.org/index.php/2009/04/21/vm-snapshots-code-released/
* Xen 4.0 Feature Requests List - http://wiki.xensource.com/xenwiki/XenRoadMap
* Lots of Patches and Answers to
2009 Apr 24
1
Xen.org Weekly Update
Highlights for April 18 - April 24, 2009:
* Xen.org Summer Internship Available - http://blog.xen.org/index.php/2009/04/21/xenorg-internship-available/
* VM Snapshots Code Released - http://blog.xen.org/index.php/2009/04/21/vm-snapshots-code-released/
* Xen 4.0 Feature Requests List - http://wiki.xensource.com/xenwiki/XenRoadMap
* Lots of Patches and Answers to
2010 Nov 16
0
Black background in WoW with direct x.
...g it with Direct X.
This is where my problem comes in. When I launch the game I now can hear Sindragosa in the background, I can see the Username, Password, and Authenticator Headers and Windows, I can see the options buttons on the side, I can see everything except the background where Sindragosa flys around the mountains and lands. Also, if I log in to my account I can see the Addons button and I can see the names of all of my characters and the options to choose them and all other menus from this screen, but the background is black so I cannot see my characters standing in their home town.
No...
2005 Aug 08
0
getting rid of dropped droppables
I need to allow the user to move items from one to another div (it
seems like it should be simple). If I set :revert => true on the
droppable then the item flys back even when the drop is successful. If
I set it to false it almost works as I need, but the droppable sits on
screen even after my div is updated. I want it to not exist in the
originating div and to be present in the target div (without the
dragged item hanging around). Any clue what I''...
2015 Jan 11
2
[LLVMdev] Backend Tablegen Instruction Definition
All, in working through the RISCV LLVM backend, I’m running into some trouble in defining the instruction formats for the system instruction. The system instructions follow a pre-defined instruction template (type-I), but differ in that they have no input registers (only the target). The system instructions are defined as:
rdcycle Rt
I’ve defined a stand-alone instruction definition (as
2006 Mar 08
2
Displaying related tables in forms.. probably an easy question!
Hey All,
I have two tables.. One belongs to another. Why can''t I reference
table1.table2.attribute?
Specifically, using scaffolding:
property.rb -
has_one :PropertyType
property_type.rb -
has_many :Properties
property_controller -
def list
@property_pages, @properties = paginate :properties, :per_page => 10
end
list.html:
1. <% for property in @properties %>
2.
2008 Jun 14
15
Reusing story snippets
I find myself doing this:
Scenario "logged in user visiting the home page" do
Given "A logged in user" do
a_logged_in_user
end
When "..."
Then "..."
end
The a_logged_in_user method is a helper method in helper.rb which sets
up the state so that the user can browse the website.
Later in the story of course, I can just do ''Given
1999 Jun 14
4
Samba causing problems with NT tools
...this be difficult to add?
I don't want to include hundreds of lines of worthless logs and tcpdump-smb
output, but here's a level 3 log and tcpdump-smb output for when Hyena hits
a Samba server. When I run exporter.exe, Hyena sits for a few seconds when
it hits this machine, even though it flys by when hitting the NT servers.
The server has a DNS name of hairball and a NetBIOS name of aardvark (a
name I gave it to make it come up first alphabetically, so Hyena hits it
quickly for my tests).
Here's Samba's log:
[1999/06/14 17:08:19, 3] smbd/process.c:process_smb(565)
Transactio...
2006 Feb 14
22
Teaching Models to Render Themselves in the Controller
I am trying to teach my models how to render themselves, i.e.
<%= my_model_object.render() %>
Let me explain my reasoning and proposed method before this gets shot
down as anti-MVC.
Let''s say I am writing a contact-management application. I have a
class Contact. I will need to display this class all over the
application. My first choice is to use a partial.
Now I can