Displaying 12 results from an estimated 12 matches similar to: "Extracting a a chunk of text from a pdf file"
2005 Oct 06
1
.Net Framework Wrapper
I am going to attempt to develop a wrapper for the R.dll library in the .Net
framework.
I successfully interfaced with some very simple functions from the library,
but nothing close to do some data analysis.
I dumped all the "publicly" available functions and attributes from the
windows dll and found there are 2671 functions and attributes.
I created an API document that
2008 Nov 07
5
Agent-based social simulation and R
Do anyone know anything about the use of R for agent-based social
simulation? It should be possible, and would be convenient for the
simple reason that there are several nice packages containing useful
stuff for SNA (Social Network Analysis). Information about packages,
web sites, experienced persons in the field, etc. would be very welcome.
Tom
2015 Nov 12
3
Problema con la lectura de datos
Otra opción es importar directamente los datos que necesites usando
XLConnect (sin llevarlos a CSV).
Ese paquete permite hacer cosas muy potentes desde el propio fichero de
Excel.
https://cran.r-project.org/web/packages/XLConnect/index.html
Recomiendo, encarecidamente, la lectura de sus dos vignettes.
Un Saludo,
--
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Saúde Pública
Consellería de
2007 Oct 24
1
FastCGI on IIS
Has anyone tried using Rails (or PHP or whatever) on IIS lately? There
is a FastCGI extention for IIS 5.1 and 6.0 [1], backported from IIS7 if
I understand correctly. I''m curious if anyone thinks this would work in
production and give Rails a decent inroad for IIS-based shops. It seems
to perform [2] but I would like some verification from the community at
large before I mention the
2008 Aug 14
2
Proxy logging destuser
Hi All
My first post to the list, so "hello world"!
Having searched the list archives and the wiki for an answer to this, I
don't think it is possible. However, let me ask nonetheless...
Is it possible for a Dovecot proxy's login process (IMAP and POP3) to
include the "destuser", i.e. the uid used to authenticate to the backend
IMAP/POP3 server, in its logging?
2011 Nov 27
2
Transforming a string into a command
I would like to make a string executable, e.g,
s<- "ln(a+b)"
a<-1
b<-2
???? execute string s to obtain ln(a+b) ????
How can I make it?
Ciao fron Rome
Vittorio
2011 Mar 07
1
Associating the day of week to a daily xts object
I have the following xts objetct "temp"
> str(temp)
An ?xts? object from 2010-12-26 to 2011-03-05 containing:
Data: num [1:70, 1] 2.95 0.852 -0.139 1.347 2.485 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr "t_n"
Indexed by objects of class: [POSIXct,POSIXt] TZ: GMT
xts Attributes:
NULL
> temp
t_n
2010-12-26
2010 Nov 01
1
Re: Virtual Breadboard
For everyone who may also be having this problem. I'm not sure if this will work, but I have gone on the website, and before installing Virtual Breadboard, you need some dependencies, which can be found
here (http://www.virtualbreadboard.net/VBB/Download/tabid/150/Default.aspx)
2009 Apr 09
1
Looking for good IAX ATA
I've been told by someone at Digium that they discontinued the IAXy ATA. I
was buying the X100P IAX ATA for some time until even they discontinued
that.
I am looking for a new ATA that does IAX2 and supports the following codecs:
GSM, Speex, G711
Can anyone point me in the right direction? I'd prefer to stick with IAX
protocol because it is easier to use working with NAT and SIP/NAT is
2013 Jul 08
2
[LLVMdev] Problem Using libLLVM-3.3.so
We're using the LLVM 3.3 AArch64 disassembler in the following way. We have built LLVM 3.3 on Linux as a shared library; and have a main program that dynamically loads shared objects (.so libraries). The program is a simulator (though that shouldn't be relevant to this question), and the shared objects it loads are electronic components that participate in the simulation. If the electronic
2008 Nov 12
4
Courier->dovecot migration script
HI All,
We have the latest Dovecot 1.1.6 running and I need to migrate some
POP3 users over from Courier to Dovecot and would need to convert the
courierpop3dsizelist to maintain the UIDs.
I just need to confirm that the script
(http://www.dovecot.org/tools/courier-dovecot-migrate.pl) only works
for Dovecot v1.0 and not for v1.1?
As the dovecout-uidlist file that is created (by the script) is not
2008 May 29
6
RE-export nfs mounted share
Hi
Is there any way to re-export an nfs mounted directory? I am having three
servers runnning on centos4.5 and i am trying to implement nfs share in an
below manner [bcoz there is no alternative way for me to setup nfs share]
HOST A--->>>EXPORTS /prod/data ------->>>HOST B
HOST B ---->>MOUNTED ------>>> /prod/data-----UNDER---/PROD1 [working fine]
HOST B