Displaying 20 results from an estimated 24 matches for "stipping".
Did you mean:
stepping
2010 Jun 17
2
Question regarding print
Hi,
Does anybody know how to have output from print, without the leading [1]?
(Or must I use cat/write?)
>out="r15"
>print(out,quote=FALSE)
[1] r15
And I definitely do not want the leading [1] as I want to construct a table
from this.
Ciao, Adolf
------------------------------------------------
Adolf Stips (new email: adolf.stips at jrc.ec.europa.eu)
Global Environment
2010 Jun 16
1
Help asked for automated generation of ncdf variables
Hi,
I'm using the "ncdf" library for creating ncdf files.
But I need to create about 100 variables per file (e.g. single rivers),
So I do not like to create each variable separately.
Unfortunately I found no way to make this work, as I'm unable to create a
correct list of class "var.ncdf".
###code piece
river=list(mode='var.ncdf', length=nriv)
2006 Jun 23
2
Storing Array in Database
Hey all,
I''m storing an array of timestamps in a field in my database as an
array. When the items get saved, however, some minus signs are appended
to the text:
sample output:
---
- 1151971200
- 1152576000
- 1153180800
- 1153785600
- 1154390400
Is this normal behavior? When I retrive the value out of the database
and .to_a, the three minus signs (---) are counted as the first
2011 Dec 12
0
Confidence intervals of gls function?
Dear gls-experts,
while reading and testing some examples of the book
"introductionary time series analysis with R",
I encountered the following fact which puzzles me.
Confidence intervals for global temperature time series (P99)
computed from general least squares (GLS) to fit the time series.
I repeat the example from the book and get the same results:
temp.gls=gls(temp ~
2006 Jun 09
8
[how can i delete a file system..please help]
Hi,
I''m trying to delete a file system (<xml_26548975.xml>)
File.delete("xml_26548975.xml")
But I get this error:
"Permission denied - ./script/../config/../uploads/xml_26548975.xml".
Why?
--
Cheers,
ioana k&a
http://boulangerie.wordpress.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 18
3
Bootable Floppy w/ Networking & Shell?
I realize this is probably the wrong list but since some of the
principals this list deals with are similar in nature I figured it
could't hurt.
What I am looking to do:
Provide a solution to either boot from a floppy disk, establish a
network connection, give user the ability to run utilities such as fdisk
and dd. as well as provide the same solution as a PXE bootable image.
My
2014 Jun 03
3
opus_multistream_encode_float not working in libopus 1.1
I just recently found that opus_multistream_encode_float is returning
-1 (OPUS_BAD_ARG) with the libopus 1.1 build but works just fine with
the libopus 1.0.1 and libopus 1.1-beta builds. I tried using
opus_multistream_encoder_create and
opus_multistream_surround_encoder_create. Tried with coupled and
uncoupled quadraphonic and uncoupled stereo encodes. I'm dynamically
loading the libopus
2003 Aug 07
3
Call routing question
I have a quick call routing question that I'm sure is simple, but for the
life of me I can't figure out.
For example, someone dials 94162384000 asterisk trys our first call route
(our sip trunk) as per the extension rule below:
exten => _9NXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@10.10.100.40)
However, this call fails because 94162384000 is one of our phone lines and
our SIP gateway detects a
2014 Sep 29
3
Re: problems with usb stick after suspend and wake up
Hi Alan,
sorry for the journalctl output. I have now done the following:L
* boot into 3.17-rc7
* mount the usb stick (recovery completed)
* unmount, mount, unmount - just to be sure all is fine
* started usbmon capturing on bus 3
* mount the usb stick
* suspend to ram
* wake up
now the stick is "officially" mounted (/proc/mounts)
* umount
error messages pop up
* try to mount
more
2016 Apr 20
2
Samba anonymous dns forwarding
On 04/18/2016 07:09 PM, lingpanda101 at gmail.com wrote:
> On 4/18/2016 12:52 PM, Johannes Amorosa | Celluloid VFX wrote:
>>
>> On 04/15/2016 04:36 PM, lingpanda101 at gmail.com wrote:
>>> On 4/15/2016 10:08 AM, Johannes Amorosa | Celluloid VFX wrote:
>>>> Hello,
>>>> we're using sambas internal DNS server.
>>>>
>>>> Is
2014 Sep 28
2
Re: problems with usb stick after suspend and wake up
Hi Alan,
thanks for your answer.
> I do not recognize this problem based on your description. Please post
> the dmesg log.
Here cleaned output of journalctl, removed mainly networkmanager stuff.
This is about a wake up after sleep, where before the stick was ok.
More details necessary, let me know.
Thanks
Norbert
2014 Sep 28
0
Re: problems with usb stick after suspend and wake up
On Sun, 28 Sep 2014, Norbert Preining wrote:
> Hi Alan,
>
> thanks for your answer.
>
> > I do not recognize this problem based on your description. Please post
> > the dmesg log.
>
> Here cleaned output of journalctl, removed mainly networkmanager stuff.
I would have preferred to see the output from dmesg, as I requested.
But never mind, there probably
2016 Apr 21
0
Samba anonymous dns forwarding
On 4/20/2016 5:14 AM, Johannes Amorosa | Celluloid VFX wrote:
>
>
> On 04/18/2016 07:09 PM, lingpanda101 at gmail.com wrote:
>> On 4/18/2016 12:52 PM, Johannes Amorosa | Celluloid VFX wrote:
>>>
>>> On 04/15/2016 04:36 PM, lingpanda101 at gmail.com wrote:
>>>> On 4/15/2016 10:08 AM, Johannes Amorosa | Celluloid VFX wrote:
>>>>> Hello,
2006 Mar 22
1
Lightning Fast Javascript Auto complete
<%= javascript_tag("new
AutoCompleter.Local(''search_start_station'',''start_station_auto_complete'',
stations);") %>
I have <%= javascript_include_tag :defaults %> in the head of my
layout.
But I always get an Error: "AutoCompleter is not defined".
Im using Rails 1.0, so I should have the latest javascript files.
The tag
2006 Sep 04
1
Patch: import csv on migration
Hi,
I just found a patch about importing a csv file in a migration:
http://dev.rubyonrails.org/ticket/5293
This feature would be great, but the patch seems to sleep :(
Perhaps anyone could attend to this patch?
Thanks,
Beate
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2014 Jun 03
0
opus_multistream_encode_float not working in libopus 1.1
On 2014-06-02 11:51 PM, Alpha Thinktink wrote:
> Have there been changes to the meaning or handling of the parameters
> for either of the mentioned functions?
Hmm. There shouldn't have been between 1.1-beta and release. I guess you
can't tell us which argument is bad because the win32 binary is stipped.
Have you tried compiling it yourself?
-r
2005 Sep 02
2
Sipura 3000 setup
Can anybody show me a working Sipura 3000 setup please?
I need to setup one to my * box, ...
What are the variants you can setup? Advantage - disadvantage.
bye
Ronald Wiplinger
2014 Sep 29
0
Re: problems with usb stick after suspend and wake up
On Mon, 29 Sep 2014, Norbert Preining wrote:
> Hi Alan,
>
> sorry for the journalctl output. I have now done the following:L
>
> * boot into 3.17-rc7
> * mount the usb stick (recovery completed)
> * unmount, mount, unmount - just to be sure all is fine
> * started usbmon capturing on bus 3
> * mount the usb stick
> * suspend to ram
> * wake up
> now the
2005 Aug 12
2
Possibly bad FXS module in TDM400P?
I've got the latest zaptel and cvs asterisk software loaded on my phone
server running FC3. And yes, It's fully updated and udev is setup
correctly. I've got a TDM400P with one FXS and one FXO module
installed. When I load zaptel and wctdm and run ztcfg -vvv, I get this:
[root@asterisk ~]# ztcfg -vvv
ZT_CHANCONFIG failed on channel 1: No such device or address (6)
Zaptel
2010 Jun 25
3
Best practice for removing leading and trailing whitespaces
I want to remove the leading and training spaces for most of the
resources in my rails application
For a new POST request, rails does the xml parsing and passes the params
hash to the controller. Some of the parameters have leading and/or
trailing whitespaces which are causing problems (e.g. new resources
being created rather than using the old ones). I don''t want to put the
code in all