search for: scrap

Displaying 20 results from an estimated 334 matches for "scrap".

Did you mean: crap
2015 Jan 10
2
Link-dest thinks file is newly created, but it isn't
...--dry-run --no-o --no-g --no-p --exclude-from=/cygdrive/c/Users/clint/.rsync/exclude --delete --delete-excluded --link-dest=../latest /cygdrive/c/Users/clint /cygdrive/c/Users/nancy rsync at nas::NetBackup/sith/2015-01-09T11_58_16 Rsync comes back and tells me this: <f+++++++++ nancy/Documents/SCRAPPING/Digital/Club Scrap/0313BookshelvesCSD/0313BookshelvesCSD.zip However, the file is clearly there. Here's a bit of history of the file (with inodes listed): 301113395 -rwx------ 329 rsync users 205949262 Jun 26 2013 2014-12-29T02_00_02/nancy/Documents/SCRAPPING/Digital/Club Scrap/0313Books...
2015 Jan 10
0
Link-dest thinks file is newly created, but it isn't
...from=/cygdrive/c/Users/clint/.rsync/exclude > --delete --delete-excluded --link-dest=../latest > /cygdrive/c/Users/clint /cygdrive/c/Users/nancy > rsync at nas::NetBackup/sith/2015-01-09T11_58_16 > > > Rsync comes back and tells me this: > > <f+++++++++ nancy/Documents/SCRAPPING/Digital/Club > Scrap/0313BookshelvesCSD/0313BookshelvesCSD.zip > > > However, the file is clearly there. Here's a bit of history of the > file (with inodes listed): > > > 301113395 -rwx------ 329 rsync users 205949262 Jun 26 2013 > 2014-12-29T02_00_02/nancy/...
2011 Mar 29
2
Scrap java scripts and styles from an html document
...nt of a web page. i tried using the xml package, hence the function xpathApply library(XML) txt = xpathApply(html,"//body//text()[not(ancestor::script)][not(ancestor::style)]", xmlValue) The output comes out as text lines, without any html tags. I want the html tags to remain intact and scrap only the javascript and styles from it. Any help would be highly appreciated. Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Scrap-java-scripts-and-styles-from-an-html-document-tp3413894p3413894.html Sent from the R help mailing list archive at Nabble.com.
2015 Jan 11
2
Link-dest thinks file is newly created, but it isn't
...Hash: SHA1 > > What does --itemize-changes say about that file? Try using the stat > command on the various copies of it to see what is different about them. > In my original message, I stated I used --itemize-changes, and I reported the following: > <f+++++++++ nancy/Documents/SCRAPPING/Digital/Club > Scrap/0313BookshelvesCSD/0313BookshelvesCSD.zip Are there other debug switches I should consider? I don't see why stat'ing the file will matter considering that rsync thinks this file is new. > When I run with a command like the following: > > > > /usr...
2011 Dec 15
4
Scrapping Content from a website
Hey all, I want to scrap some content from a website to rails application and wants to authenticate the url of the website which I want to scarp so please help me out.... Thank You!!! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou...
2013 Feb 08
0
R 3 scrapping expresiónes regulares
...erio de mi parte. En ese mismo lugar bajo el título "A Regular Expressions Package For R", dentro de material viejo, me viene a la cabeza las preguntas de hace poco a esta lista, sobre las expresiónes regulares, y dentro de esta hay un ejemplo que podría ser aplicable a la pregunta sobre scrapping, es solo algo más al aporte de nuestros compañeros a la lista. Javier Marcuzzi
2009 Mar 11
0
problem scrapping ATnT site (Matt White)
Try to use firebug to assist you finding these changes. I never used AT&T website, but you may need to login and find the download url using firebug as I did: http://zenmachine.wordpress.com/2007/11/11/scraping-with-firebug-and-wwwmechanize/ regards, gm On Tue, Mar 10, 2009 at 4:12 PM, <mechanize-users-request at rubyforge.org>wrote: > Send Mechanize-users mailing list submissions to > mechanize-users at rubyforge.org > > To subscribe or unsubscribe via the World Wide Web, v...
2012 Dec 12
3
R-2.15.2 changes in computation speed. Numerical precision?
...situation. I believe R-2.15.2 introduced a tighter requirement for precision, thus triggering longer-lasting calculations in many example scripts. Better algorithms can avoid some of that slowdown, as you see in this test case. Here is the test code you can run to see: http://pj.freefaculty.org/scraps/profile/prof-puzzle-1.R It downloads a data file from that same directory and then runs some multiple imputations with the Amelia package. Here's the output from my computer http://pj.freefaculty.org/scraps/profile/prof-puzzle-1.Rout That includes the profile of the calculations that depen...
2007 Sep 14
1
Unable to scrap gmail.com - EOFError: End of file reached
Hi all, I am so excited to use mechanize! It has opened a whole new world of projects for me :) I am trying to login into the Gmail.com server, as described in http://schf.uc.org/articles/2007/02/14/scraping-gmail-with-mechanize-and-hpricot but am running into a few issues... irb(main):010:0> page = agent.submit form EOFError: end of file reached from /usr/lib/ruby/1.8/net/protocol.rb:133:in `sysread'' from /usr/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill''...
2003 Nov 07
3
R input file scanning
...rs you don't want to read in. HTH, Andy > From: Mathieu Drapeau [mailto:mathieu.drapeau at bioneq.qc.ca] > > Hi, > I would like to know how can I solve my problem... > I want to load some data (surrounded by a tag) that are > stored in a file > that contains also some scrap (header and descriptions) that > I want to > skip. How can I do that? > > Thanks, > Mathieu > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo> /r-help >
2007 Nov 12
3
Weird error downloading a gzip''ed file
...to download my contact list from hotmail. I''ve used Firebug to check all urls, and tested it by hand while logged in via browser. Even in the script everything works well until the last ''agent.get_file'', which gets stuck with a weird error: ------ snip ------ $ ruby msn-scrap.rb #<URI::HTTP:0xfdbc850b8 URL: http://by124w.bay124.mail.live.com/mail/TodayLight.aspx?&n=1573603203&gs=true > "http://by124w.bay124.mail.live.com/mail/GetContacts.aspx" Err: unexpected end of file Trace: /usr/lib/ruby/1.8/mechanize.rb:372:in `read'' /usr/lib/ruby/1...
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
...m samba 3.5.6 to samba 4.2.2 , using the classicupgrade. Now I am able to access the shares from the windows boxes added to the CCDC domain, but when I try to mount a cifs share form a linux box, then I get the following error: mount.cifs -o username=mariopio,domain=CCDC //seadog.mul.ie.ibm.com/scrap/4mario /media/ Password: mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) form dmesg I can see the following error: CIFS VFS: cifs_mount failed w/return code = -13 the smb.conf of the file server is the following: root at seadog:/etc/samba# cat s...
2004 Dec 28
1
Hardware opinions?
...deal. I have included the initial specs below, I will be adding another 1 GB of RAM for a total of 2 GB. My first question is regarding the serial ATA drives... I will be using Fedora and considering FC1 seems to be the smartest of the builds when it comes to the digium hardware, will I have to scrap the SATA drives because FC1 doesn't support them or do I have bad information? If I need to scrap the SATA drives and let's say I didn't care about the Raid functionality, would you folks think that IDE drives would be fine or would the speed of SCSI really make much of a difference wh...
2012 Aug 11
1
device "mismatch", coordinates trouble with X11 and pdf devices
Greetings. I'm trying to understand a problem on a Dell Laptop. Details below, also uploaded the R working example that I pasted below. http://pj.freefaculty.org/scraps/testSymbols.R > sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-pc-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=C...
2015 Jan 11
0
Link-dest thinks file is newly created, but it isn't
...--itemize-changes say about that file? Try using the > stat command on the various copies of it to see what is different > about them. > > > In my original message, I stated I used --itemize-changes, and I > reported the following: > >> <f+++++++++ nancy/Documents/SCRAPPING/__Digital/Club >> Scrap/0313BookshelvesCSD/__0313BookshelvesCSD.zip > > Are there other debug switches I should consider? I don't see why > stat'ing the file will matter considering that rsync thinks this > file is new. > >> When I run with a command like...
2009 Jun 26
2
HW recommendations for small, cheap, reliable server
To support small biz, family. Have a bunch of old clunker boxes on the scrap heap that would probably do the job as a server. But I'm not confident they would be reliable enough. Capable of supporting maximum of a dozen 2-line ATAs. Don't want to spend more than a couple hundred dollars on a new server box. -- Drew Einhorn -------------- next part ------------...
2013 Feb 01
4
Scrapping con R
Buenas tardes a todos: No sé si alguno de vosotros sabe si con R es posible buscar una palabra en una web (por ejemplo, buscar "Alicante" en www.lasprovincias.es) y que, cada vez que lo encuentre, vaya almacenado las urls en un data.frame gracias de antemano! -- Beatriz Martínez [[alternative HTML version deleted]]
2014 Aug 06
3
portableParalleSeeds Package violation, CRAN exception?
...use, when 1 run in 10,000 on the cluster exhibits some weird behavior, we can easily re-initiate that interactively and see what's going on. I have a vignette "pps" that explains. I dropped a copy of that here in case you don't want to get the package: http://pj.freefaculty.org/scraps/pps.pdf While working on that, I gained a considerably deeper understanding of random generators and seeds. That is what this vignette is about http://pj.freefaculty.org/scraps/PRNG-basics.pdf We've been running simulations on our cluster with the portableParallelSeeds framework for 2 yea...
2015 Jul 14
2
Samba3 shares cannot be mounted on linux box uisng cifs command , error "CIFS VFS: cifs_mount failed w/return code = -13"
...#39; to an AD DC ? > > Now I am able to access the shares from the windows boxes added to the CCDC > domain, but when I try to mount a cifs share form a linux box, then I get > the following error: > > > mount.cifs -o > username=mariopio,domain=CCDC //seadog.mul.ie.ibm.com/scrap/4mario /media/ > Password: > mount error(13): Permission denied > Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) > > form dmesg I can see the following error: > > CIFS VFS: cifs_mount failed w/return code = -13 > Your user is not known. > the smb.conf of t...
2023 Oct 11
2
Replication of Samba 4.8 DC to 4.19 ?
...still at version 4.8.12. It is finally possible to upgrade the system. If I add a new version 4.19 DC to the domain, will it replicate correctly from version 4.8.12, or will I need to upgrade in phases, from major version to major version? The current DCs would then be removed from the domain and scrapped. Any tips, in particular those coming from direct experience with a similar situation, would be much appreciated.