Displaying 3 results from an estimated 3 matches for "absout".
Did you mean:
about
2003 Dec 06
3
some success with linux 2.6 and wcfxo
...ztcfg and
everthing seems to be up and running, don't know how stable it is really but I
can make inbound and outbound calls, all the signalling and alarams stuff seems
to be picked up.
I'd like to thank everyone on #asterisk for all the support they gave to a
fellow linux enthusiast... absoutely none.
--
Tristan 'Still Running 2.6, so there :P' Colgate
<minty@deadweb.net> | ICQ #154577755
-----------
"I don't mean to sound bitter, cold, or cruel, but
I am, so that's how it comes out"
- Bill Hicks
2008 Mar 18
7
download.file()
Hi,
I wanted to download a file and did the following:
---------------------------------------------------------
> fileLink <- 'ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE1000/GSE1000_RAW.tar'
> download.file(fileLink,'/geoDat')
trying URL 'ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE1000/GSE1000_RAW.tar'
ftp data connection made,
2010 Apr 26
2
/lib/rack/request.rb in my gem - is this reserved?
Hi!
I write a gem at the moment. The Gem need to register during the
process in the rack middleware.
So I make an folder "rack" inside my "lib" folder. I called the file
"request.rb" because it keeps track of requests.
So we speaking about the file /lib/rack/request.rb
But even if I place an empty file on this, I get the following: