Displaying 20 results from an estimated 700 matches similar to: "print problems revisted"
2000 Feb 21
0
MAC Connectivity
Hi
Any one of you please help us on the following:
We have doubt regarding mac connectivity with
linux server. Can you please tell us what are all the
setups are required at MAC client end and Linux
server end to get connectivity between Linux server and
MAC client.
Expecting your reply.
Thank you
Parthasarathy S.
At 09:24 AM 2/15/00 -0500, you wrote:
>You can send file to be printed to
2009 May 18
0
how to monkeypatch Hash's = method, revisted
So google for a solution to this problem and found myself here:
http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/eaa34998a74831b4/58b80fe0d4eadb1a?lnk=gst&q=+how+to+monkeypatch+Hash%27s+%5B%5D%3D+method+#58b80fe0d4eadb1a
But while reading, and admittedly not quite getting the solution, I
had a bright moment to balance out the stupid moment, realising that []
= already has
2003 Jan 21
0
pam_smbpasswd fails, HP-UX 11i (revisted)
A co-worker of mine (Cliff Green <green@UMDNJ.EDU>) managed to get this
thing to build. What he changed to get it to do so is the following:
configure:
Change all of the references to "<module>.so" to "<module>.$SHLIBEXT."
This, to me, seems to be common sense. Anyone know why this wasn't done?
(Particularly, PAM_MOD="bin/pam_smbpass.so")
2006 May 22
1
FXS Caller ID revisted
Hi All, posted last week but didn't get any responses. I'm trying to figure
out why some of our analog phones aren't showing CID when hooked up to
asterisk. To recap, I have an Aastra Powertouch 350, which shows caller ID
fine when connected to the PSTN, but when hooked up to asterisk, CID does
not show. I've hooked up another phone to the same * port that the Aastra
phone is on,
2007 Mar 05
3
postgres barfage revisted
First of all, I''d like to do what I''ve seen several others here do:
thank Ezra and any other contributors for producing a really great
plugin. Even though I''m having some minor problems, this is all so
approachable and easy to work with and dig into... I hate to think of
the hoops you''d need to jump through (both as creator of such a system
and as a user) to
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all,
I have a csv file containing words with *UNPRINTABLE ASCII* characters
(described in the following table).
Are there any viable method in eliminating these characters?
I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be
removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not
certain with the *UNPRINTABLE ASCII* characters.
Your
2012 Mar 25
0
[LLVMdev] [PATCH] add reverse colors to raw_ostream
I'm working on a patch for clang where diagnostics print out unprintable characters vi style. I'm looking for someone familiar with llvm's raw_ostream to review the portion that enables reversed colors.
Thanks,
Seth
Begin forwarded message:
> From: Eli Friedman <eli.friedman at gmail.com>
> Subject: Re: [cfe-commits] r148389 - in /cfe/trunk:
2006 Mar 05
1
20 seconds til voice transmission starts
Hello everybody,
I'm experiencing a strange problem with my Asterisk. I hope you can help:
Asterisk is running at my company behind NAT. Ports 5060 and 10000-20000
are being forwarded to it. I have put the router's external IP-address
into externip in sip.conf. At home I'm using an AVM FritzBox Fon WLAN
7050 which is registered with the Asterisk at my company.
When I try to call
2013 May 08
0
My nut-snmp has forgotten how to speak IETF RFC1628!
[I had a look through the mail archives before sending this, but I
didn't find anyone else having this issue.]
Has anyone seen this before? I'm almost 100% certain I tested this
nut correctly detected OB LB in the past, but when I happened to look
at it today, I see it refusing to work -- apparently because the NUT
client knows how to ask for RFC1628 OIDs, but not what to do with the
2008 Apr 17
3
exam txt file
hi all, i have centos 5 w/o gui. i can only have access via ssh.
i have a text file that contains special (unprintable) characters, what
editor i can use to exam what those character are???
i use vi, but i don't know what is ^@
may be an editor that can show ASCII as dec or hex.
thanks
2014 Oct 31
0
[PATCH 1/3] fish: rl.{c, h} - escaping functions for readline
From: Maros Zatko <mzatko@redhat.com>
---
fish/rl.c | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fish/rl.h | 32 +++++++++++++
2 files changed, 190 insertions(+)
create mode 100644 fish/rl.c
create mode 100644 fish/rl.h
diff --git a/fish/rl.c b/fish/rl.c
new file mode 100644
index 0000000..bb8fd62
--- /dev/null
+++ b/fish/rl.c
@@ -0,0 +1,158 @@
+/* guestfish -
2011 Aug 13
0
help text display with wrapped text
Hi,
I''ve been experimenting with wxruby for a bit, but am still a relative newcomer.
I find myself wanting to do something that I think should be pretty staight-
forward, but I can''t quite figure out how do it from the documentation. I wish
to create a simple help screen, i.e., a simple window that pops up in response
to a menu selection or a hot-key and displays static text.
2020 Apr 08
0
[RFC PATCH 15/26] x86/alternatives: Non-emulated text poking
On Tue, Apr 07, 2020 at 10:03:12PM -0700, Ankur Arora wrote:
> +static void __maybe_unused sync_one(void)
> +{
> + /*
> + * We might be executing in NMI context, and so cannot use
> + * IRET as a synchronizing instruction.
> + *
> + * We could use native_write_cr2() but that is not guaranteed
> + * to work on Xen-PV -- it is emulated by Xen and might not
> + *
2005 Jul 24
0
change in routes broke variable ?
I have this in my application helper:
module ApplicationHelper
total = Model.count "id > 0"
end
I am using the variable in my application.rhtml view:
Total: <%=h total %>
It worked fantastic until I hooked up the routes per staight forward
instruction I have used time and time again...
map.connect '''', :controller => "totals", :action=>
2019 Sep 06
2
[PATCH 1/1] log: do not print carriage return
From: Christian Hesse <mail at eworm.de>
Logging to stderr results in line endings being terminated with carriage
return (\r) and new line (\n). While this is fine for terminals it may
have undesired effects when running from crond and logging to syslog
or similar.
I run ssh from cron on an recent linux host. Viewing logs with
journalctl I see:
Sep 06 16:50:01 linux CROND[152575]: [96B
2002 Apr 15
2
Newbie problem with ox package
HI,
I need urgently garch and egarch models. After looking through the R mail
archives I found http://www.egss.ulg.ac.be/garch/default.htm which is an Ox
package. After downloading and installing it in R (Version 1.4.1 through the
windows dialog "Packages") I received the following warning:
install.packages("D:/benjamin/bartels/R/packages/garch22/garch_v22.zip",
2009 Jan 22
1
[LLVMdev] Minor AsmPrinter bug fix
The Microsoft CRT's implementation of isprint() has an internal assert
that the unsigned value passed in is in [0,256) but unprintable chars
passed in are sign extended to values that falsely trigger this assert.
--- c:\usr\src\llvm-svn\lib\CodeGen\AsmPrinter\AsmPrinter.cpp Tue Jan
20 10:30:42 2009
+++ c:\usr\src\llvm-integrate\lib\CodeGen\AsmPrinter\AsmPrinter.cpp
Thu Jan 22 15:19:47 2009
2005 Jul 12
1
write.foreign, SPSS on Mac OS X
Hi all,
I have jut installed the foreign package (v 0.8-8) on my OS X
machine, and have a bit of a problem writing out a data frame in SPSS
format. Specifically, the code file (the .sps format file) seems to
write 3 unprintable hex values instead of double quotes. For example, in
the following output ...
VALUE LABELS
/
immDel
1 ###1###
2 ###2###
3 ###3###
... emacs tells me that
2011 Dec 05
2
bit error robustness
Hello everyone,
I'm evaluating the Celt in terms of robustness against bit errors.
So what I have done is encoding a wav file using the \tools\celtenc.exe
and then manipulated the wav file according a desired bit error rate or
burst error length.
But the Celt decoder stops decoding with the first bit I manipulated even
if this bit is not in the header.
So is there a way to do the test
2013 Jul 18
0
problemas con la paleta de colores de mapas (spplot)
Si su problema es que los colores de la paleta de colores se le repiten,
puede crear usted la paleta de colores con un vector de colores
spplot(mapa2,c("valores2"),col.regions=colorRampPalette(c("purple","violet",
"red","orange","gold"))(18))
Sofia Bartels Gómez
Departamento de Estadística
Sede Interuniversitaria
Universidad de