Displaying 20 results from an estimated 2000 matches similar to: "changing kickoff time"
2009 Oct 17
2
New issue with a New Vista Client - couldn't find service
Running a samba server version 3.0.7 on a FreeBSD box
Life has been fine with XP and so forth
I added a new vista workstation to my small network
Vista found my shares and I am able to access them with no jerking around
with authentication types or such as I use appropriate pw and user name to
log into the vista box.
Problem is vista is spamming my server, taking up >50% cpu
2013 Oct 04
8
is there any way to convert .xlsx to .xls
Hello Guys, does anybody know if there''s anyway to upload a .xlsx file and
then convert it to .xls file for later processing?
i''d like to use spreadsheet to write a new xls file but it doesn''t support
xlsx and the file is only importable with that format sadly.
I saw roo but I don''t know if there''s a direct way to do it.
--
You received this
2008 Dec 10
1
Re: Importing / Parsing Large Excel Files ?
Hello,
On 16 Okt., 20:02, "AN@S" <anas.marr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
>
> I''m running into a project where a client has large Excel files
> (60.000+ records per file) and he needs an application to import them
> into a database to use this data for useful operations (reporting,
> calculations .. etc).
>
> I know
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem.
They give up on this read access only when need_resched() tells them, or
when they exit. As a result, somebody that wants a WRITE access to this sem,
might wait for a long time. Especially this is problematic in
cache_block_group(),
which can be called on critical paths like find_free_extent() and in commit
path via
2008 Sep 08
1
Roo gem installation fail
hi
I am tried to install roo gem 1.2.0 but it gives me following error. It
seems it require stdio.h which is not present. Can you please help me
how to install roo gem
checking for stdio.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration
2011 Feb 02
1
Roo gem performance problems
I am getting unacceptable performace problems by using the roo gem for
reading a file by using XLSX or XLS library from this gem.
Someone may suggest me an alternative about how to parse an .XLSX file?
<code>
parsed_file = Excel.new(filename,false, :ignore) if (file_format.upcase
== "XLS")
parsed_file = Excelx.new(filename,false, :ignore) if
(file_format.upcase ==
2000 Jan 07
3
Group logon Scripts
We're almost at the stage of rolling out our new RH6.1/Samba server -
one last item. We have some 60 users and 7 departments. Can I use/how
do I use a logon script to log groups onto the server. I currently have
1 logon script per user, but a small change in 1 share means updating
every script. Can I log them on by group ID but still map
their personal shares with the %U flag so I then
2013 Oct 17
1
Fwd: Read a Number column with leading zeros using Roo gem
Hi all,
I am trying to open and read a xlsx file, which I have attached. The
upc column in that file, is the one I''m talking about. If I open the
file in the Open Office Spreadsheet, it is correctly displaying with
leading zeros. But if I read it with Roo gem it truncates the leading
zeros. I understand this is the expected behavior since the column
type is Number. But how is Open Office
2005 Nov 19
3
Permissions problem I don't understand
I am try to use rsync from my windows box (under cygwin) to back up "My
Documents" on to a debian server (known on my home network as roo.home)
running rsyncd from inetd where it is run as root.
my rsyncd.conf file sets the gid and uid to user backup.backup thusly:-
syslog facility = daemon
uid = backup
gid = backup
hosts allow = 192.168.0.0/24
hosts deny = 0.0.0.0/0
timeout = 600
2001 Dec 15
1
Understanding backup-dir semantics
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Please cc in replies as I am not subscrubed to the list - However I have just
searched backwards over the list archive looking for an answer and I can't
find any posts relating to this.
I am currently backing up my family's windows machine over the network to my
linux box by mounting the windows disk as a file share an using cp to copy
2010 Jun 14
3
Prime Numbers Pkgs - Schoolmath is broken
Looking for a recommended package that handles prime number computations.
Tried the following unsuccessfully:
primeFactors() in the R.basic package failed to install.
primes() and primlist are broken in Schoolmath pkg on CRAN.
My analysis can be found here http://j.mp/9BNI9q
Not sure what the procedure is for getting things fixed, so I've cross-posted to r-dev as well.
--njg
2010 Jun 14
3
Prime Numbers Pkgs - Schoolmath is broken
Looking for a recommended package that handles prime number computations.
Tried the following unsuccessfully:
primeFactors() in the R.basic package failed to install.
primes() and primlist are broken in Schoolmath pkg on CRAN.
My analysis can be found here http://j.mp/9BNI9q
Not sure what the procedure is for getting things fixed, so I've cross-posted to r-dev as well.
--njg
2010 Dec 20
4
problem connecting DFS-share with winXP - successful with Vista & 7
Hi,
i have problems connecting to DFS-Share from Client WindowsXP. Same
configuration works fine for Windows Vista and 7. On Windows 7 the
LMCompatibility Level is 3.
the striking point I see in logfile is following
2010/12/20 10:30:17, 1] smbd/service.c:make_connection_snum(1119)
10.184.144.171 (10.184.144.171) signed connect to service applbin
initially as user useracc
2006 Aug 02
2
Behaviour that I don't understand
I am trying to set up rsync as a daemon under WindowsXP (professional) in
order to be able to backup this machine on to a linux server. I am
struggling with an issue I don't understand. I don't know whether it is an
Rsync issue or a Cygwin issue, so I am asking both mailing lists.
My WindowsXP machine has ip address 192.168.0.25 and name rabbit.home
My Linux machine has ip address
2013 Oct 10
12
What's the best way to approach reading and parse large XLSX files?
Hello, I''m developing an app that basically, receives a 10MB or less XLSX
files with +30000 rows or so, and another XLSX file with about 200rows, I
have to read one row of the smallest file, look it up on the largest file
and write data from both files to a new one.
I just did a test reading a few rows from the largest file using ROO
(Spreadsheet doesn''t support XSLX and
2006 Feb 22
15
Fixtures and Relationships
In my daily development, I migrate back and forth between versions, and
often do: rake load_fixtures...
... in order to populate my development database with fun data.
Now, with any HABTM relationship, there are failures, as there is no way to
say "which" fixtures to load first.
Within an actual functional or unit test case, you could simply load them in
the proper order, but
2013 Oct 21
3
What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?
Do they open a file and load it into memory?
I''m asking because it seems to take a long time opening a file but after it
opens looping into the variable is REALLY fast, could someone explain me or
tell me where can I find an explanaition on how this sort of things work?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Mar 28
2
Transfering not working - how to debug?
I cannot seem to get any transfers to work at all. The console show I
have #1 amd #2 set up for Blind and Attended Transfer, but when I hit
these buttons on my handset nothing happens (other than I hear the dtmf
tones on the other end of the line).
roo*CLI> show features
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 *8
2002 Nov 18
1
(no subject)
Good morning,
I am david pierrot ingeener for it company.
We nned to install a ssh client and ssh server (linux and win 2000)
we have have problem , could you tell me please if this thing is possible.
we want that users on ssh can only use sftp or scp but we do not want thath
they can be use roo command or something elese.
with sshd command it is possible to use telnet by port 22, do you think
2013 Jan 10
1
SSH from within OpenSSH
This is a request for a How-To
I need to SSH from my Windows 7 laptop to several Linux machines that are
inside a secondary VPN.
To explain: I have a network (Call it LAN A), containing a few Windows 2K
servers, that is protected by a VPN. That network connects to another one
(call it LAN B), that has a few Linux server, over a separate site-to-site
VPN.
>From outside (here) I have no access