Displaying 4 results from an estimated 4 matches for "895494".
Did you mean:
195494
2011 Mar 29
2
How to regress data into coefficients for a gamma function
...not figure out how to perform the regression in R. Any
help/guidance would be appreciated.
Walter
t f ln(f)
1 1 952893 13
2 2 951077 13
3 3 945991 13
4 4 942358 13
5 5 939452 13
6 6 895494 13
7 7 891861 13
8 8 882416 13
9 9 873697 13
10 10 867885 13
11 11 797771 13
12 12 791595 13
13 13 779243 13
14 14 773068 13
15 15 765802 13
16 16 635383 13
17 17 628481 13
18 18...
2013 Nov 11
0
drm/nouveau contiguous bo check produces lots of output
...> ~Maarten
>
>
I'm just using vanilla 3.12 kernel. Been using the nouveau driver
for a long time, no problems until this printout due to the
contiguous check. Not using any of the "nvidia" related modules etc.
CONFIG_AGP is set.
lsmod | grep nouveau
nouveau 895494 2
ttm 67720 1 nouveau
drm_kms_helper 38367 1 nouveau
drm 258311 4 nouveau,ttm,drm_kms_helper
i2c_algo_bit 5122 1 nouveau
mxm_wmi 1769 1 nouveau
wmi 9036 2 nouveau,mxm_wmi
no other hardware other than...
2011 Nov 02
1
getting devise to return json data when signing out
Hi all,
In curl (the command line program), I can successfully log a user in
using devise:
def create
respond_to do |format|
format.json {
if user_signed_in?
return render :json => {:success => true, :errors =>
["Already logged in."]}
end
resource = warden.authenticate!(:scope =>
resource_name, :recall =>
2013 Nov 11
2
drm/nouveau contiguous bo check produces lots of output
op 11-11-13 16:31, Jerry Cooperstein schreef:
> Hi:
>
> commit bd9c5a2016307164c419c5e24a46921c10e620a0
>
> (drm/nouveau: require contiguous bo for framebuffer)
> produces about 2000 lines of
>
> nouveau E[ DRM] framebuffer requires contiguous bo
>
> on system boot and more on shutdown, but I don't see other
> negative effects. I tried deploying a trivial