search for: c40

Displaying 13 results from an estimated 13 matches for "c40".

Did you mean: 440
2010 Sep 17
0
Merging data frames on a variety of columns
...ompanies.? It's over 30,000 rows and looks something like... df1 <- identifier1???? identifier2 name other_name year H34 C56 ACME ACME_LTD 2001 H34 NA ACME ACME_LTD 2002 X20 C40 FOO_CO FOO_CO 2004 NA NA BAR_SA BAR_SAB 2004 NA NA BAR_SA BAR_SAB 2005 As you can see, many observations are missing values. I have a second data frame with information about these same companies, i...
2008 Aug 19
1
Re: autocad 2008 and wine
...is successfully running > > > > > > Can u post the final step by step procedure > > > so that others also can follow u. > > > > > > Thanks and Best Regards :) > > > > > > > > > http://bugs.winehq.org/show_bug.cgi?id=12570#c40 [Wink] > > > > > > > Can u plz tell me which wine version and which > windows to use in winecfg like win 98/XP etc etc. > > BTW which linux u are using > mine is KUbuntu Hardy and wine is 1.1.2 > updated from Ubuntu repositories > > Will it be OK for...
2019 Jul 02
2
RFC: Complex in LLVM
> Why? I'd prefer we avoid introducing even more special cases. Is there > any reason why we should not define "complex <scalar type>", or to be > more restrictive, "complex <floating-point type>"? I really don't like > the idea of excluding 128-bit complex types, and I think that we can > have a generic facility. Hal, we had 128-bit
2015 Feb 24
0
FTS Solr = No search results for Body Search - (serious issue, please help)
...tarted SocketConnector at 0.0.0.0:8983 9001 [searcherExecutor-6-thread-1] INFO org.apache.solr.core.SolrCore ? [collection1] Registered new searcher Searcher at 7dfcb28[collection1] main{StandardDirectoryReader(segments_4g:789:nrt _6z(4.10.2):C16672 _44(4.10.2):C6996 _56(4.10.2):C3672 _64(4.10.2):C4000 _8y(4.10.2):C3143 _7v(4.10.2):C673 _7b(4.10.2):C830 _85(4.10.2):C3754 _7k(4.10.2):C3975 _8f(4.10.2):C1516 _7n(4.10.2):C67 _9a(4.10.2):C677 _8o(4.10.2):C38 _8v(4.10.2):C40 _9l(4.10.2):C2705 _8x(4.10.2):C43 _90(4.10.2):C16 _9b(4.10.2):C22 _9d(4.10.2):C44 _9f(4.10.2):C84 _9h(4.10.2):C83 _9i(4.10.2):...
2006 Jun 21
0
Login Generator gotcha..
One for the archive: Validation on a new password submission [/signup] was less than 30 characters [validates_length_of helper] but the resulting hash in the database was more than 30 [c40] ? the result was that in a relation JOIN that users the User model, the password *hash validates_length_of the hash [and not the original textual password] which silently fails and doesnt save the record.. There''s a couple of solutions - anyone want to have a shot at it? -- Posted v...
2006 Aug 24
8
installing ferret
I am trying to test drive ferret on a ubuntu dapper installation. I have a ferret-test.rb file like: ----begin--------- require ''ferret'' include Ferret index = Index::Index.new(:path => ''/opt/search-index'') ----end----------- When i issue: ruby ferret-test.rb, I get: ferret-test.rb:1:in `require'': no such file to load -- ferret (LoadError)
2010 Dec 03
5
Linux DomU vs Bare Metal performance issues
...allocated the remaining 3 CPU''s and 3400MB ram. I have Apache httpd installed on Server A and B1. Both instances are running the same configuration based on mpm-worker and supporting keep-alives. I have a third box, also Dual-Xeon/HT from which I''m running the ab benchmark; ab -c40 -n100000 -k http://<ip>/index.html The index.html file simply contains the hostname of the server, so should be cached once read. iperf reports a healthy 95Mbit in each direction between the Client and DomU. Server A can support around 10,200 requests/second. The DomU only reaches a maximum...
1999 Apr 08
6
PopUp messages
Dear all, as you already know, it is possible to send short winpopup messages to Win boxes using the command smbclient -M host. If a Win user wants to reply, it should be possible to use the Windows' WinPopUp GUI to reply, but the message gets lost somewhere. For example: smbclient -M winbox Added interface ip=192.1.1.125 bcast=192.1.1.255 nmask=255.255.255.0 Connected. Type your message,
2008 Jun 07
34
autocad 2008 and wine rc 4
installation starts but after autocad 2008 doesn't install.. :( :( :( [/code]
2000 Aug 16
1
samba errormessages
..... [C00] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C10] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C20] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C30] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C40] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C50] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C60] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C70] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........ ........ [C80] 00...
2014 Dec 10
2
[PATCH v1 0/2] Implement guestfs_add_libvirt_dom.
This is only lightly tested at the moment. For context see: https://bugzilla.redhat.com/show_bug.cgi?id=1138203#c40 https://bugzilla.redhat.com/show_bug.cgi?id=1075143 https://bugzilla.redhat.com/show_bug.cgi?id=1075164 Note this is not a complete fix. At least one more libguestfs patch is required (to implement virDomainPtr in the python bindings). Plus a virt-manager patch. Rich.
2014 Dec 10
3
[PATCH v2 0/3] Implement guestfs_add_libvirt_dom.
This completes the implementation on the libguestfs side, allowing python-libvirt dom pointers to be passed to guestfs_add_libvirt_dom. For context see: https://bugzilla.redhat.com/show_bug.cgi?id=1138203#c40 https://bugzilla.redhat.com/show_bug.cgi?id=1075143 https://bugzilla.redhat.com/show_bug.cgi?id=1075164 Rich.
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887 Bug ID: 90887 Summary: PhiMovesPass in register allocator broken Product: Mesa Version: git Hardware: All OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at