Displaying 20 results from an estimated 4000 matches similar to: "large dataset - confused"
2012 Jul 23
1
help building dataset
I'm having trouble building a dataset. I'm working with Census data from
Brazil, and the particular set I'm trying to get into right now is a
microdata sample which has 4 data files that are saved at .txt files full of
numbers. The folder also has lot of excel sheets and other text files
describing the data, and (I'm assuming) to help organize everything.
Unfortunately there
2012 May 14
2
Package does not have a NAMESPACE and should be re-installed
I'm trying to load a package locally from a zip file. When I load the
package, I first get this, which looks okay:
package ?IBGEPesq? successfully unpacked and MD5 sums checked
HOWEVER, when I try to use the package to use the data with
library(IBGEPesq)
I get this message:
package ?IBGEPesq? does not have a NAMESPACE and should be re-installed
I've tried re-installing it, and
2003 Aug 13
4
running wordpad.exe (from win2000) in wine error
Hi All,
I installed wine in my redhat linux-8.0
machine using wine-20030709-1rh8winehq.i686.rpm
and copied wordpad.exe and mfc42u.dll from my win2000
machine to the ~home/.wine/c/windows and system
directories and try to run wordpad.exe in wine byr
#wine wordpad.exe
I am getting error message dialog as
The application or DLL can not be loaded on
windows95 or 3.1. It takes advantage
2006 Sep 11
2
More on the archive bit saga
Thanks to all that have helped so far.
I now have a test server running on Ubuntu 6.06 and Samba 3.0.22. I also
configured ACL and user_xattr on the filesystem running the shares. But
now I have very strange behavior that I hope someone has a clue about.
User smith can open two files (foo.txt and faa.txt) with Notepad,
Wordpad and Microsoft Word. The behavior for all three is different:
2008 Oct 24
4
Advice on ISDN and Asterisk in the UK
Hello all
What I'm looking for is some plain speaking advice on ISDN.
Currently using 4 analog lines connecting via a four port TDM400P FXO card. We need to physically move our installations, and on requesting the analog lines be moved - our telco (BT) is suggesting we replace our analog lines with ISDN2. We would have 3 x ISDN2 connections, giving us six voice channels. They've
2015 Nov 18
1
Re: [virt-tools-list] Paths with whitespace in guestfish
[I don't check this list for libguestfs questions, hence the late
reply. There's a libguestfs mailing list:
https://www.redhat.com/mailman/listinfo/libguestfs ]
On Mon, Oct 12, 2015 at 08:06:03PM -0500, Robert Nichols wrote:
> Is guestfish able to handle paths that include whitespace? I've
> tried just about everything I can think of:
>
> ><fs> ls
1999 May 17
2
DOS to UNIX Conversion
On 17 May 99, Axel Neumann <amn@cromemco.com> had questions about
DOS to UNIX Conversion:
> It seems that a lot of people hate Windoze in such a way that they only
> accept solutions that are not coming from M$.
Maybe that's because the M$ "solutions" are crap, and much better
alternatives already exist.
> If you want to view UNIX text files correctly on a W9x
2017 Mar 19
4
strange problem foxpro run exe on win 10
hi,
one of my customers still use old foxpro
we migrate from samba 3.6.3 to samba 4.1.17
and everything seems to be alright
foxpro is using command "run" to starts external program and when I star
for example Wordpad by "run wordpad" I get Access denied
but when I directly run worpad, then everything runs ok
And this behavior appears only on Win7 - Win10 and not on WinXp
I
2009 Nov 11
6
HeLp oN my database
Using my application i can able to save a new record into my db
but i cannot update a existing record into my db.
using update query i can able to update my records.
but using update_attributes it doesnot update my records.
even i cant find any errors in logs or something.
throughout my application i can able to save a new record but unable to
update my existing records.
actually i have changed
2003 Aug 15
3
Incorrect format of Text
Hi,
I am running Samba 2.2.8a on Solaris 8, and have shared out a directory
containing some simple text files.
The issue I am experiencing is the following:
If the files are FTP'd from the Unix box to a Windows machine and opened
using Notepad, the formatting is correct. If the same files are either
opened directly or copied (from the Samba share) from the Unix box to the
Windows machine,
2010 Mar 12
5
TIME - STR_TO_DATE
i have a time field in my table. it is of varchar data type.
i want compare the time between given times.
my stored time format is 09:25:01 am.
is there any way to compare my time field ?
i don t have any idea about mysql STR_TO_DATE function..
will it be usefull for my above problem..
please help me up to try it out...
--
Posted via http://www.ruby-forum.com/.
--
You received this message
2009 May 05
2
samba on mipsel board
Hi,
I have cross compiled samba to a mipsel board. I could access the shares
from another linux machine using smbmount, and from a mac OSX machine.
But, I can not modify files from an XP machine. I could successfully
mount the shares, but if I open, say a text file from the XP in notepad
and try to modify it, it generates an error "not enough storage is
available to process this
2009 Jul 28
4
no bullets in wordpad
Neither in the wordpad that comes with wine nor in the original one I get these bullets (similiar to enumeration).
Anyone any idea why?
2005 Sep 13
13
Authentication against AD?
I am having a hard time getting Samba to authentication correctly
against a Windows Active Directory setup.
Here is a snap of the smb.conf
[global]
passdb backend = ldapsam
security = domain
password server = server1.com server2.com
prefered master = No
local master = no
hide unreadable = yes
wins support = no
winbind use default
2010 Feb 15
5
help on how append html tag
Dear all,
@doc = Hpricot(open("#{RAILS_ROOT}" +
"/public/server_exe/#{list.file_path}"))
i need to add <img src = "/ScreenCapture/#{@file_name}"/> element to my
@doc hpricot instance..
Please help me... how can i add the above img src element to the @doc
hpricot instance..
Thank you
--
Posted via http://www.ruby-forum.com/.
--
You received this message
2009 Jun 22
4
modal validation not works
Hi everyone,
i have 20 fields in users table.
in my admin profile module the admin can modify his infomation.
but only 12 fields he can able to modify.
so in my controller
if params[ :profileinfo ][:first_name]
@profileinfo.update_attribute(:first_name,params[ :profileinfo
][:first_name])
end
the above simply saves what i enter into the field.why it doesnot
consider the modelvalidation.
2009 Feb 07
5
before_save :strip_whitespace => saves with spaces
i used this private function for removing leading and trailing white
spaces from the values.that below function would be called before_save.
when i print the value after it strips.it prints string without any
spaces.but in the table fields it saves with spaces .
waht would be the problem.pls help me
class CompanyInfo < ActiveRecord::Base
before_save :strip_whitespace
def strip_whitespace
2019 Jan 28
3
Samba and UFW
Hello,
Thanks for your responses. I have attached a file containing the responses
to ufw.log, syslog, ufw status numbered and ufw status verbose (Best use
Word/Wordpad to open it). The OS is Linux Mint 19.1.
Samba version 4.7.6 - Ubuntu. Samba runs on boot up. I connect using the
file explorer Go -> Network menu selections. Hope this information will be
of help.
Regards,
Marty
2006 Apr 11
7
WOW
I couldn't help but take notice at some of the responses that were coming in
from when I was posting questions due to my ignorance of Linux. Some people
were quick to help, some advanced users I am sure ignored me because im not
worth their time, and then some other users tried to help but was unable to
dumb their speech down to newb levels. However I am thankful that there is
people here to
2002 Dec 10
1
Apps under wine
Hi all,
I've got notepad.exe to work under wine (i think it's built in).
I'm trying to get wordpad.exe to work now. It's currently in
~/driveC/Program Files/Accessories.
Wine says it can't find wordpad.exe. Do i need to add an explicit
path for it in wine config, or should the windows registry supply
the path?
Is it any use copying the original windows registry to wine?