search for: kapow

Displaying 4 results from an estimated 4 matches for "kapow".

Did you mean: kapok
2010 Sep 01
5
[semi-OT] Using fortune() in an email signature
...t-fortune.R (where print-fortune.R is just library(fortunes) fortune() ) This produces this: > library(fortunes) > fortune() Michael Watson: Hopefully this one isn't in the manual or I am about to get shot :-S Peter Dalgaard: *Kapow*... -- Michael Watson and Peter Dalgaard (question on axis()) R-help (February 2006) > I would like to remove the first two lines and the last line, so I changed the command to this: /usr/bin/R --no-save --no-restore < /home/sl70/print-fortune.R |tail \ -n +23 | head -n -2 2&gt...
2008 Mar 24
1
app_sms and smsq in germany
Hi, i've been trying to get fixed line sms working for some time now. Can anybody tell me, if he is actualy using this with asterisk in germany? I have followed the instructions found on voip-info. I was successful a couple of years ago with asterisk 1.0.7 and an normal telekom isdn line. Now i want fixed line sms over an Dokom PRI with Asterisk 1.2.9. Here in Germany the Materna
2003 Feb 19
5
codecs
Hello, can i use different audio codecs when i calling between sip devices ( snom phones ) and different when i making call from isdn to sip or from sip to isdn ? best regards Marian -- SUNTEQ s. r. o. Bojnicka cesta 35 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/ ------------------------------------------------------------ A
2006 Feb 23
4
Changing the x-axis labels in plot()
Hi Hopefully this one isn't in the manual or I am about to get shot :-S One of my colleagues wants a slightly strange graph. We basically have a data matrix, and she wants to plot, for each row, the values in the row as points on the graph. The following code draws the graph just fine: plot(row(d)[,3:9],d[,3:9]) So as there are 12 rows in my matrix, there are 12 columns of points, which