Displaying 4 results from an estimated 4 matches for "zcontroller".
Did you mean:
controller
2013 Oct 10
1
Question about DNS Ghost Records
...ame and shows 0
Records?
$ nslookup Z37
Server: 192.168.2.1
Address: 192.168.2.1#53
Name: Z37.calcdom.local
Address: 192.168.2.203
$ samba-tool dns query localhost calcdom.local @ ALL
Name=, Records=4, Children=0
SOA: serial=119, refresh=900, retry=600, expire=86400,
ns=zcontroller.calcdom.local., email=hostmaster.calcdom.local.
(flags=600000f0, serial=119, ttl=3600)
NS: zcontroller.calcdom.local. (flags=600000f0, serial=1, ttl=900)
A: 134.147.57.144 (flags=600000f0, serial=110, ttl=900)
A: 192.168.2.1 (flags=600000f0, serial=110, ttl=900)
Name=_msdcs, Reco...
2005 Dec 22
5
How to access request''s raw_header: HTTP hdr sent by browser
Is that something possible, i''ve been trying to get to the RAW headers
sent during a GET request on a page, and couldn''t find where. I''m using
webrick.
Here are the tries I did to get access to it:
class ZController < ApplicationController
def info
#render :inline => request.inspect
#render :inline => raw_header.inspect
#render :inline => request_line.inspect
#render :inline => req.inspect
#render :inline => meta.inspect
#render :inline => header.inspect
#rend...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after