Displaying 8 results from an estimated 8 matches for "txts".
Did you mean:
txt
2023 Jul 18
1
change language at console
On Wed, 1 Apr 2015, Prof Brian Ripley wrote: > I would start by trying LANGUAGE=en , e.g. More specifically, you can use en_US or en_GB. Rich [...]
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
...)
library(dplyr)
convertpdf2txt <- function(dirpath){
files <- list.files(dirpath, full.names = T)
x <- sapply(files, function(x){
x <- pdftools::pdf_text(x) %>%
paste0(collapse = " ") %>%
stringr::str_squish()
return(x)
})
}
# apply function
txts <- convertpdf2txt(here::here("data", "pdf/"))
# add names to txt files
names(txts) <- paste0(here::here("data","pdftext"), 1:length(txts), sep = "")
[[alternative HTML version deleted]]
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
...paste0(collapse = " ") %>%
stringr::str_squish()
})
new_names <- tools::file_path_sans_ext(files)
new_names <- paste(new_names, "txt", sep = ".")
setNames(x, new_names)
}
# apply function
# note that my test files are in "~/Temp"
txts <- convertpdf2txt(here::here("~", "Temp"))
names(txts)
Thank you very much, but the following error appeared:
Error: unexpected '}' in "}"
Cec?lia Carmo
Universidade de Aveiro
[[alternative HTML version deleted]]
2010 Apr 20
1
May need ruby developer
...o concerned about what is under the hood. As an example, it
could just be a skin on top of an SMS messaging service out there
where I supply the front page, SMS content and the cost, the SMS
service provides me access to user management, the users can setup
when and to which phone they receive the TXTs, and payments are made
via Paypal.
I have a feeling there needs to be more to it on the site side, thus
the reason for posting on this board. If you have other suggestions,
let me now.
I know a bit about Rails, so may be able to take over any necessary
maintenance.
--
You received this message...
2003 Feb 20
0
RE: pam_unix.so likeauth? (Was: Help with Winbind)
...t; The only difference from what I had been using was
> the addition of the
> likeauth and nullok options on the pam_unix.so
> library.
Could you help my ignorance? What does likeauth do
for you? I'm only using use_first_pass, and I don't
want nullok.
In /usr/share/doc/pam-0.75/txts/pam.txt:
"The likeauth argument makes the module return the
same value when called as a credential setting module
and an authentication module. This will help libpam
take a sane path through the auth component of your
configuration file."
That wasn't very helpful.
I Googled this op...
2012 Jun 15
0
MCMCfactanal inquiries
...ve used below.
# installing packages
install.packages("MCMCpack")
install.packages("foreign")
install.packages("reshape")
install.packages("car")
## calling libraries
library(MCMCpack)
library(foreign)
### this loads TeachingDemos pkg and allows me to save txts
library(TeachingDemos)
txtStart("imfproject7.txt",commands = TRUE, results = TRUE, append = FALSE)
## calling libraries
library(MCMCpack)
library(foreign)
## opening a data set on the desktop
setwd("C:/Users/haillie/Desktop")
imfdata<- read.csv("imfdata.csv")
##c...
2008 Oct 24
1
Emerging dilema? DID forwarding meets SMS
We have a number of DID's that do the standard VoIP tricks: ringing
multiple locations, findme-followme etc. What is happening more and
more is that customers call those DID numbers, and draw the reasonable
conclusion that they are calling mobile numbers because they literally
can HEAR that the called party is on a mobile. Consequently many of
those customers draw the conclusion that they
2008 Mar 26
0
swat is now broken
...50:58 host67 swat[26626]: [2008/03/24 09:50:58, 0]
auth/pampass.c:smb_pam_passcheck(809)
Mar 24 09:50:58 host67 swat[26626]: smb_pam_passcheck: PAM: smb_pam_auth
failed - Rejecting User root !
[root at host67 ~]# rpm -ql pam | grep stack
/lib64/security/pam_stack.so
/usr/share/doc/pam-0.77/txts/README.pam_stack
/usr/share/man/man8/pam_stack.8.gz
[root at host67 ~]# up2date --whatprovides /lib/security/pam_stack.so
pam-0.77-66.23.i386
[root at host67 ~]# rpm -q pam
pam-0.77-66.23
[root at host67 ~]# uname -a
Linux host67.1.internal.pdinc.us 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 26
14:14...