search for: mation

Displaying 16 results from an estimated 16 matches for "mation".

Did you mean: nation
2018 Mar 29
0
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
...list for your query, not here. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Mar 29, 2018 at 6:56 AM, Lucas Ferreira Mation <lucasmation at gmail.com> wrote: > I created this package, > > https://github.com/lucasmation/microdadosBrasil > > which we are preparing for Cran submission. The package facilitates > downloading and reading most of the microdatasets (household surveys, > Census, etc)....
2018 Mar 29
2
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
I created this package, https://github.com/lucasmation/microdadosBrasil which we are preparing for Cran submission. The package facilitates downloading and reading most of the microdatasets (household surveys, Census, etc). For each dataset it: (a) downloads the data from the data providers (b) "unzip" the necessary files (c) imports the d...
2023 Feb 26
1
ssh host keys on cloned virtual machines
...at works reliably, without investing too much while still being not 100% sure you caught everything. (Fun fact on the side, while doing admin stuff at $dayjob, I even didn?t automate VM creation as clicking through d-i those times I was installing some took less time in summary than creating auto? mation for it would?ve. I used xlax (like clusterssh, but for any X11 window) for starting installation, then d-i network-console + cssh for the remainder; a private APT repository with config pak? kages, to install dependencies and configure some things, rounded it off.) bye, //mirabilos -- Infrastrukt...
2006 Jun 04
1
Problem with instance variables
...ndon.com/05-2006/how-to-build-a-secured-web-application-with-ruby-on-rails/ and decided to add an email field. The problem is that the email is not being saved on the database and I end up with two email variables: @email and email. validates_presence_of :user_name, :password, :password_confirmation, :email #:email was added by myself validates_uniqueness_of :user_name # email getter def email @email end #email setter def email=(eml) emailRE= /[\w._%-]+@[\w.-]+.[a-zA-Z]{2,4}/ if eml =~ emailRE @email = eml else # display error message end end Chec...
2004 May 27
0
Please confirm (conf#08b6d7549e1ed966ddf75eba2c21840a)
<< IMPORTANT INFORMATION! >> This is an automated message. The message you sent (attached below) requires confirmation before it can be delivered. To confirm that you sent the message below, just hit the "R"eply button and send this message back (you don't need to edit anything). Once this is done, n...
2014 Jan 19
0
USB boot problems on Gigabyte GA-M55Plus-S3G
...lls them exactly how best to do that?" But I don't even need to ask that question now. Google is my friend, and it took me all of five second to arrive here: http://www.syslinux.org/wiki/index.php/SYSLINUX I don't even have to either read or understand any of the abundant infor- mation located here in order to see that it is very comprehensive and detailed... which, of course, is excellent. So anyway, I would guess that all of your suggested bits of advice for, as you put it, "best practices" when using Syslinux should go someplace in there, no? Regards, rfg P.S....
2011 Apr 06
7
[LLVMdev] GSoC 2011: Superoptimization for LLVM IR
...rary LLVM bitcode as a training set to discover new peephole optimizations that can be later integrated into LLVM instruction simplify phase or as a separate peephole optimization pass. Motivation Code optimization is the task of using a faster sequence of instructions which compute the same information, compared to a previous code sequence. The old sequence may then be substituted by the new one, creating a faster program with the same behavior. The problem of finding a code sequence that does some computation in optimal time is undecidable and, in practice, optimizations are discovered by humans...
2000 Aug 15
1
Oplock problem in 2.0.7 locks up Samba completely
...nder- stand two blocked users that compete for a lock, but not all. Is there a fix for this problem? How can I further help to analyse the problem? Mit herzlichem Gruss Andreas Mueller PS: I tried to subscribe to the list, but did never get a confir- mation from listproc@samba.org. And the search engine seems to have been discontinued. So please reply to me as well as to the list, if you like. -- Dr. Andreas Mueller Beratung und Entwicklung Bubental 53, 8852 Altendorf afm@othello.ch Tel: 055/4621483 Fax: 0554621485 Natel: 0...
2002 Apr 08
1
Problem(?) in strptime()
...n, sec, tz = "") { x <- paste(year, month, day, hour, min, sec) as.POSIXct(strptime(x, "%Y %m %d %H %M %S"), tz = tz) } > strptime function (x, format) .Internal(strptime(x, format)) ISOdatetime() uses strptime(), and strptime() does not use the timezone information. Indeed, from ?strptime, TZ as part of a format specification is available for output only. As far as I can tell, strptime() interprets everything in the local timezone, and when provided a time such as 2002-4-7 2:30 that "doesn't exist" in the local timezone, makes a reasonable a...
2007 Oct 04
2
bnlearn package compilation failure on MacOSX
Hi all. I've recently uploaded a package (bnlearn) to CRAN. It builds fine on both Linux (32 and 64 bit) and Windows, but fails on MacOSX ix86 because of C90 vs C99 issues: http://www.r-project.org/nosvn/R.check/r-patched-macosx-ix86/bnlearn-00install.html Since I've no MacOSX machine at hand, I would like to ask you: why is C99 not the default for gcc on MacOSX ix86? Is it safe to
2023 Feb 24
3
ssh host keys on cloned virtual machines
Hi list members, does any one of you have a best practice on renewing ssh host keys on cloned machines? I have a customer who never thought about that, while cloning all VMs from one template. Now all machines have the exact same host key. My approach would be to store a machines MAC address(es). Then when starting the sshd.service, check if this MAC has changed. If so, remove all host keys, let
2016 Mar 09
3
32 bit programs and libraries on a 64 bit architecture
greetings. today i attempted to update update for the nss-util. i selected the x86_64, clicked apply, error message popped up showing a conflict because the i686 was also installed. opened yumex to see what i686 was installed and found a bunch of i686. because system is a dual core 64 bit, i decided to remove all i686 packages, programs first, then lib files. during reboot, thought hit that
2023 Feb 28
1
ssh host keys on cloned virtual machines
...IP address, which I'm afraid occurs far too often with careless DHCP setups. > (Fun fact on the side, while doing admin stuff at $dayjob, I even > didn?t automate VM creation as clicking through d-i those times I > was installing some took less time in summary than creating auto? > mation for it would?ve. I used xlax (like clusterssh, but for any > X11 window) for starting installation, then d-i network-console + > cssh for the remainder; a private APT repository with config pak? > kages, to install dependencies and configure some things, rounded > it off.) You probably...
2014 Jan 19
3
USB boot problems on Gigabyte GA-M55Plus-S3G
Am 18.01.2014 04:30, schrieb Ronald F. Guilmette: > The results were the same in both cases. In both cases, LessLinux > Search & Rescue booted up and began a timed 10 second countdown, which > I allowed it to finish in each case. After that, it started to do > something... I'm not even sure what, exactly... and eventually froze > up while displaying a progress bar,
2002 Sep 19
4
users/passwds
Could somebody please explain just how one is supposed to set up samba users, groups and passwords so connections can be established to Win2k clients to connect to FBSD samba server for file sharing and to use cups for printing. I am afraid that the manuals and config files and various examples I have found on the Internet are quite confusing. How is the Windows username/passord related to
2004 Jan 26
6
Kernel modules listing
Hi all, please, is there some utility/command/... to list all installed kernel modules ? Peter Rosa