Displaying 20 results from an estimated 100 matches similar to: "Printer publishing"
2009 Jul 20
2
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
Hi Sanjiv,
The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic
that reinterprets the "section" field of a global in a strange way:
// If GV has a sectin name or section address create that section
now.
if (GV->hasSection()) {
std::string SectName = GV->getSection();
// If address for a variable is specified, get the address and
create
2006 Feb 26
14
Question abour Draggables & Droppables
Hi,
What I need to know is how to change revert:true to revert:false from a draggable after I drop it on a droppable so it doesn''t return to its original place.
Something like:
[CODE]
<!-- Draggable image -->
<img alt="Product" id="item" src="icon.png">
<script type="text/javascript"> new
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl.
What do I not have installed?
I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib
only warnings I got was abour FontForge missing.
make depend
make
THanks,
jerry
-----------
make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32'
make[2]: Entering directory
2009 Jul 20
0
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
Substituting the uses of a global with an absolute address would make
all accesses to that global through pointer, which is very inefficient
on PIC16. So we don't change the code generation for that global;
instead we only pass the address information to the linker (home made
linker) through some assembly directives.
What are you trying to do? Are you trying to change the logic of this
part or
2008 Feb 18
2
R graphics question: "binary" bar chart
Hello!
I would like to visualize the hospitalization within one year of several
patients using a bar chart. For each patient the stay in a hospital
should be illustrated with a dark colour a if there is a stay at home
between 2 hopital stays, it should be illustrated with a bright colour.
e.g.
P1 |//////| |///| |////////|
P2 |//////////|
P3 |//|
2006 May 11
1
rendering in after_filter
Hi!
Is it possible to render the action within the after_filter method, or
is the rendering performed before?
I have something like this:
class FooController
after_filter :send
def a
@content=...
end
def b
@content=..
end
protected
def send
send_data(@content,...)
end
end
However, when calling the action a or b, the @content doesn''t get sent,
but instead
2012 Jan 16
1
dbWriteTable(con, access_log, overwrite = F).....
I am new to R.
My goal is to make a crosstable from a Apache access.log, which I want
to load into PostgreSQL database at first to
learn more abour R and DBI and datatypes. When the I have got the
access.log in the database I will try to make the
crosstable!
Trying to load the Apache access.log into PostgreSQL I get an error.
dbWriteTable(con, access_log, overwrite = F);
returns
Error in
2011 Apr 01
1
qcc.overdispersion-test
Hi all,
I have made an overdispersion test for a data set and get the following result
Overdispersion test Obs.Var/Theor.Var Statistic p-value
poisson data 16.24267 47444.85 0
after deleting the outliers from the data set I get the following result
Overdispersion test Obs.Var/Theor.Var Statistic p-value
poisson data 16.27106 0 1
The
2007 Dec 28
2
Arity?
Hello,
First off, nice improvements hemant! Thanks for all the hard work. I
just whipped up a new worker for a scheduled job that sends digest
emails. Very smooth.
However, moving some of my old backgroundrb into new backgroundrb
isn''t going quite as smoothly. I have a import worker that takes a
number of parameters and then is started dynamically. Here''s the a
2005 Oct 03
2
Voice Quality bad on one side of Frame Relay
Hi ,
Does anyone encounter this problem ? We have installed Asterisk at Site
A and have 128k Frame Relay over to Site B.
We are using Zyxel 2 port FXS at Site B and Linksys PAP2-NA at Site A.
We are using Ulaw at Site A and G729 at Site B.
When the calls are originated from Site A to Site B, party at Site A can
hear Site B voice clearly and no breaking up voice. But Site B user
hears Site A
2002 Jan 15
3
ssh-agent too easy to hack
1/
Most correctly configured unix servers are fairly secure. Workstations on
the other hand are extremely easy to compromise. Even if the eeprom (on a
sparc) is password protected the fact that a hacker can get physical access
to the machine means that it's very likely to be compromised, but thats just
life. (I'm sure at least some readers on this list will at some time in
there life have
2006 Feb 02
19
[Bug 1149] Does not build on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1149
Summary: Does not build on QNX
Product: Portable OpenSSH
Version: 4.3p1
Platform: ix86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: kraai at ftbfs.org
2017 Aug 21
1
Fwd: Re: Trust Relationship between this work station and primary domain failed
On Mon, 21 Aug 2017 22:15:58 +0700
zhia chandra <bentunx at gmail.com> wrote:
> hi rowland
>
>
> *OK, you were asked 'Was this pc a member of any NT4 Domain in the
> past?'You replied with:'nope ..'*
>
> well all the pc who had trust relationship problem is new PC with
> windows 7 or earlier .. they never connected to PDC in clear OS
>
> i
2007 Jul 05
9
Limit i/o capacitiy?
Hi all
Is there any way to limit the network i/o capacity of virtual machine
somehow? Say, I want a domU with id 1 to consume at much 0.5 MB/s of
host''s bandwidth. Is it possible?
Artem Pervin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
hi i think my example is very simple and straightforward so i''m not sure if
it meets your needs (change revert:true to revert:false from a draggable
after I drop it on a droppable so it doesn''t return to its original place.)
i did this
# 2 divs created here
<script language="javascript">
new Draggable(''drag'', {revert: false});
2006 Jun 05
1
question abour partial page templates?
Can I call helper functions from the Partial Page Templates?
Because I want to call a function from the ApplicationHelper in a
partial page template, but it says that the function is not defined
--
Posted via http://www.ruby-forum.com/.
2006 Jan 04
1
Newbie question abour Rake
I''m learning about rake, and have what is probably a silly question.
When I run rake from my rails app''s top directory, what rakefile is it
really running?
I have rails 1.0, and in my top-level directory there is a small file
called "Rakefile", which basically just includes a few other files:
require ''rake''
require
2006 May 15
5
zfs root eta?
Hi, I was just wondering if ZFS root is likely to be an install
option any time soon, either in SXCR or the June Solaris update?
The mechanism at Tabriz''s blog seem to work well, but it''d be nice
to get it out of the box.
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2003 Apr 15
1
winbindd wbinfo -u - can't populate
I tried to get winbind to populate my passwd file. No luck! Any
suggestions much appreciated.
I get:
wbinfo -t
Secret is good
wbinfo -u
0xc000006d (was 0xc0000022 before using administrator account)
wbinfo -g
0xc000006d (was 0xc0000022 before using administrator account)
rpcclient SERVER -U % -c querydispinfo
cmd = querydispinfo
index: 0x1 RID: 0x7d0 acb: 0x10 Account: andyj Name: Andrew
2004 Aug 06
2
Introduction...
> 3. I'm interested in the methodology for creating a fixed point
> implementation and guaging how "good" it is relative to the floating
> point golden standard
My methodology at this stage is to get it working on the floating point
DSP first and to gain recent experience in both Speex and the TI DSP
range while I do so. Then I'll enter into serious discussions about