Displaying 20 results from an estimated 283 matches for "dolphin".
Did you mean:
dolphins
2009 Oct 13
2
Single Table Inheritance (STI) Broken: NameError
...rake db:migrate
== CreateBlahs: migrating
====================================================
-- create_table(:blahs)
-> 0.0989s
== CreateBlahs: migrated (0.0991s)
===========================================
blah.rb:
class Blah < ActiveRecord::Base
end
class Whale < Blah
end
class Dolphin < Blah
end
> ./script/console
>> Dolphin.new
NameError: uninitialized constant Dolphin
from
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:443:in
`load_missing_constant''
from
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_s...
2013 Jun 20
3
UBO support for nouveau broken
Hey guys,
I'm using the dolphin emulator from time and the stable version works
reasonable well with current nvidia cards and nouveau.The git version got
an overhaul however and now uses opengl3 and ubos (without ubo it uses a
glUniform fallback).
The ubo support works with the blobs.
There are probably a few bugs with ubo one mi...
2019 Apr 28
0
CentOS 7, KDE, Dolphin and MTP support
Hi,
It looks like KDE's file manager Dolphin doesn't support MTP under
CentOS 7. When I plug in an MTP device like my Nikon camera or an
Android phone, Digikam shows its content OK, but Dolphin seems to ignore
it.
For now, my custom CentOS 7 + KDE desktop meets about 99 % of my needs.
Now I've decided to tackle the remaining 1 %. Yes...
2003 Jul 18
1
what is "fuzzy matching"?
hello.
I am a student that work on R.
I need to some data frames such as
"dolphins","kiwishade","cabbages","beams",... .
I typed 'help.seaech("dolphins")' but the response was
"No help files found with alias or title matching
'dolphins' using fuzzy matching.".
what is "fuzzy matching" and how can I...
2013 Feb 21
1
Parsing fields with phrases.
I have the following code:
my $par =
$qp->parse_query($query,Search::Xapian::FLAG_SPELLING_CORRECTION);
print LOG "Query $query, par $par\n";
my $enq = $xDatabase->enquire( $par );
The output from the LOG file is:
Query title:"new dolphin", par Xapian::Query(0 * Snew dolphin)
No results are returned. If I change the search to title:dolphin it
finds a number of hits including one who's title is
Introducing the New Dolphin
<http://localhost/mail/cur/mail.fdcga.com/Inbox/1905.html>
What do I do to make this work the...
2018 May 23
1
CentOS 7 + KDE : Dolphin weirdness
Hi,
I'm running CentOS 7 + KDE on my workstation. Since the latest big batch
of updates, Dolphin behaves a bit weirdly. When I download a .zip
archive and then right click and "Extract here", the extracted files
don't show. I have to hit F5 to refresh the current directory view and
display the new files.
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de...
2011 Feb 19
2
bthprops.cpl Missing + Wrong Architecture Error...
Hello. I'm trying to use Dolphin Emulator (32bit, revision 7120) with Wine so I could use it's Direct3D capabilities (hence why I don't use the Linux port). I have two problems doing so:
1. I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error:
Code:
"Trying to load PE...
2017 Jul 06
4
[Bug 101708] New: 'shader translation failed: -4' with dolphin-emu ubershaders
https://bugs.freedesktop.org/show_bug.cgi?id=101708
Bug ID: 101708
Summary: 'shader translation failed: -4' with dolphin-emu
ubershaders
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau a...
2013 Jul 11
0
UBO support for nouveau broken
I myself am not that well-versed in c and opengl - especially opengl - I
can read and write basic c code but that's my limit.
The problem only appears when using an offset that's not zero.If you want
to debug the issue you could very well use the dolphin-emu and apitrace.
You can find one apitrace here
http://markus.members.selfnet.de/dolphin/dolphin-emu.trace
(~48M)
The only 2 reasons I ever thought of learning more c and opengl were
dolphin and nouveau (what a coincidence).
Hope that could help.
With kind regards,
Thomas Schneider
2013/7/11 Pat...
2009 Apr 01
0
try to join win2k3 r2 pdc
...ontainer
idmap alloc backend = ldap
idmap uid = 500-100000
idmap gid = 500-100000
template shell = /bin/tcsh
winbind separator = /
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
idmap config DOLPHIN:backend = ldap
idmap config DOLPHIN:readonly = no
idmap config DOLPHIN:default = yes
idmap config DOLPHIN:ldap_base_dn = ou=idmap,dc=domain,dc=net
idmap config DOLPHIN:ldap_user_dn = cn="Domain-Users",dc=dolphin,dc=net
idmap config DOLPHIN:ldap_url...
2005 Apr 23
6
Problems with domU networking
...ppears in domU and all seems to be fine, except no any
data doesn''t move in any direction. I can''t even ping between dom0 and domU.
So it creates an interface, but somehow it doesn''t work properly.
What might be wrong? No firewalls enabled atm.
Here are some information.
dolphin:~# ifconfig |grep HWa
eth0 Link encap:Ethernet HWaddr 00:50:DA:B0:D7:77
eth1 Link encap:Ethernet HWaddr 00:0D:88:B5:8E:F4
xen-br0 Link encap:Ethernet HWaddr 00:50:DA:B0:D7:77
dom0 interfaces works fine. Network is up and running. And eth0 is bind to
xen-br0.
dolphin:~# xm create ta...
2013 Jul 11
0
UBO support for nouveau broken
...at gmail.com>wrote:
> I myself am not that well-versed in c and opengl - especially opengl - I
> can read and write basic c code but that's my limit.
> The problem only appears when using an offset that's not zero.If you want
> to debug the issue you could very well use the dolphin-emu and apitrace.
> You can find one apitrace here http://markus.members.selfnet.de/dolphin/dolphin-emu.trace
> (~48M)
> The only 2 reasons I ever thought of learning more c and opengl were
> dolphin and nouveau (what a coincidence).
> Hope that could help.
> With kind regards,
&g...
2017 Oct 04
7
Minimal glibc version supported by LLVM build
Hi All,
The landed patch https://reviews.llvm.org/D38481 introduced the usage of CPU_COUNT defined in glibc sched.h header.
I failed to find this symbol in sched.h of glibc version 2.5-24, so compilation just fails.
/home/dolphin/merge-from-upstream-area/ws/pristine/lib/Support/Threading.cpp: In function 'unsigned int llvm::hardware_concurrency()':
/home/dolphin/merge-from-upstream-area/ws/pristine/lib/Support/Threading.cpp:80:26: error: 'CPU_COUNT' was not declared in this scope
return CPU_COUNT(&S...
2018 Jun 25
0
Dolphin fails to refresh files (cont'd)
Hi,
Some time ago I reported a problem with Dolphin on bugs.centos.org. When
extracting an archive, the new files don't appear, and I have to press
F5 to refresh the current directory display.
I just found out a specificity of this bug. This only seem to happen on
those installations where I run the 4.4.x kernel (kernel-lt package from
elrepo-k...
2008 Aug 19
3
variables in dtrace scripts
..._syscall:entry
/execname == usr_exec && guard++ == 0/
{
...
"
[this does not work]
This would make it possible to create "generic" dtrace scripts.
Otherwise, some shellscript with sed-magic would need to be used.
thanks Joachim
--
Joachim Worringen, Software Architect, Dolphin Interconnect Solutions
phone ++49/(0)228/324 08 17 - http://www.dolphinics.com
2016 Nov 15
2
dumb question on permissions out of the box
Can someone explain to me the logic that I, as a user, cannot, by default,
mount a DVD from the command line, but I can mount it via dolphin?
mark
2010 Mar 03
0
Boonex Dolphin PHP script is SCAM! Beware!
Boonex is a scam. I had to purchase their "Advanced" membership first to be able to contact anyone to ask questions or get help. Then after purchasing a license for $39 I posted on their forums and was dog piled by their staff and premium members who have been around so long they forgot how to be polite.
I never got the software working because most hosts have restrictions for the .EXE
2009 May 08
2
Probit cluster-robust standard errors
...d I do if I wanted to do the same thing with a probit model?
?robcov says the input model must come from the Design package, but the Design package appears not to do probit?
Thanks very much!
____________________________________________________________
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!
Check it out at http://www.inbox.com/marineaquarium
2005 Nov 20
2
Re: metadata
...Fragment would also (as I
understand) conflict with CMML's use, query might conflict.
Another possibility is a scheme solely for use within ogg streams,
so ogg:6789abcd (the semantics here aren't quite right) is a
relative reference to the stream with serial:6789abcd. Then
ogg:6789abcd/#dolphin refers to id=dolphin in that stream,
ogg:/#dolphin refers to id=dolphin in the physical stream.
Defining a scheme is probably a long and difficult task, and
with such limited use it doesn't make much sense (it would
hardly be uniform).
Query is the most attractive;
<http://www.example.com/s...
2005 Nov 20
2
Re: metadata
...Fragment would also (as I
understand) conflict with CMML's use, query might conflict.
Another possibility is a scheme solely for use within ogg streams,
so ogg:6789abcd (the semantics here aren't quite right) is a
relative reference to the stream with serial:6789abcd. Then
ogg:6789abcd/#dolphin refers to id=dolphin in that stream,
ogg:/#dolphin refers to id=dolphin in the physical stream.
Defining a scheme is probably a long and difficult task, and
with such limited use it doesn't make much sense (it would
hardly be uniform).
Query is the most attractive;
<http://www.example.com/s...