similar to: university lessons in mathematical statistics

Displaying 20 results from an estimated 60 matches similar to: "university lessons in mathematical statistics"

2005 Feb 27
0
Barter studio time for asterisk lessons Brooklyn NY
I have a recording studio in Brooklyn NY and I am seeking help in some lessons and setting up. I have been learning linux and asterisk very well thanks to lurking in the group and info on the voip-info. I would like some one to come over and give me a tutorial, check my box out, make sure everything is secure and answer some really dumb questions that I have. In return I will make available
2013 Mar 06
0
Lessons from LibreOffice project
The message below came to me from the Getting Open Source Logic INto Government list. I'm passing it on to the devel list as the infoworld article may have some ideas of relevance to the R project, mainly concerning build and test issues and tracking changes in the code base. While the LibreOffice project is very different from R, there may nevertheless be some tips we can borrow in the
2005 Feb 18
2
Lessons Learned from LinuxWorld Expo
I have just published a article (http://masnetworks.biz/node/20) about exhibiting at LinuxWorld Expo and the lessons learned. I heard some talk about some interest in doing the San Fran show. Please feel free to contact me for any suggestions, help, CD's & DVD's etc. -- Matt Shields http://masnetworks.biz http://sexydates4u.com http://shieldslinux.com http://shieldsmedia.com
2007 Oct 16
5
RailsStory - lessons learned
After trying RailsStory for a few days, I have learned: 1. Rails testing support does not serve up static pages 2. RailsStory masks errors generated by the app under test 3. The masked errors are available in log/test 4. I should read log/test more often See http://pastie.caboo.se/107876 for an example for points 2 and 3 The welcome controller fails when the HTTP_USER_AGENT is missing.
2007 Dec 06
12
DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains
https://bugzilla.samba.org/show_bug.cgi?id=5124 Summary: Lessons to learn from other tools, better use of resources, speed gains Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo:
2005 Dec 18
1
Lessons learned
Hello, I would like to share few things I have learned over time in my attempt to integrate all my Linux clients to an existing corporate Windows 2000 Active Directory (AD). I am a Linux admin for a small division in a large company and do not posses any special rights as far as AD goes. I ONLY have privileges on my division part of the tree in AD. Goals: - Integrate all Linux client to
2006 Jul 26
1
lesson learned: script/runner does not abort on failed require
After a fresh installation of an application, some utility scripts run with script/runner quietly aborted right after their start. No error message whatsoever, just a new shell prompt. The reason was an uninstalled dependecy, but that was difficult to determine because the load failure was not reported: % ruby script/runner ''require "foobarbaz"'' % Why
2006 Mar 04
0
lesson learned: careful with :update in link_to_remote
A link_to_remote call was generating Ajax.Request instead of Ajax.Updater. I couldn''t for the life of me understand why. There was some extra indirection because I used there a helper of mine that receives an image and generates a link_to_remote with image_tag and some stuff for image rollover. After browsing the sources in the API website (hey, that "[ show source ]"
2009 Dec 21
0
[LLVMdev] Kaleidescope lesson #3
I tried to compile and run the code from the Kaleidescope tutorial: http://llvm.org/docs/tutorial/LangImpl3.html While the compilation worked fine, the run did not. I'm using the version of llvm from svn for 12/15/09. In gdb I get this stack trace, and never see the "ready>" prompt. Apparently it's dying inside constructors in the headers somewhere. #0 0x00000036b502e21d
2004 Oct 18
0
Lesson Learned
Hello all, I learned a very valuable lesson this weekend and thought I would share. I noticed that the xcdroastalpha15-rhel3.i386.rpm's non root mode didn't work very well, so I decided to set out an build my own rpm for it. Well I still can figure out how to add icons to the Main Draw but did finally build a good working RPM. However after doing some reading on the Xcdroast web
2011 Aug 01
1
--timeout=... lesson learned...
I thought other might benefit from this lesson learned and thought it maybe should be added to the man-pages. I thought my network connection was glitchy and hence set rsync up for --timeout=120 but I found out that I was actually causing the glitch with this script: #! /bin/sh - while true; do rsync -avz --progress --timeout=120 --delete /media/rsync_gb01/movies/ myserver:movies; sleep 120; done
2006 May 05
2
double integral
Dear r-users, Is there any command in R allowing to evaluate a double integral? for instance let say I want to evaluate the following integral: integrate[lo=(0,1),up=(2,3)] f(x,y)=x^2+y^2 where lo is the vector of lower bounds and up that of upper bounds. I thaught the function "adapt" would work but it did not. Many thanks, Dominique K.
2011 Apr 12
2
Seperator
Hi all I hope to get some help on the separator. I am sure that I hava a wrong understanding what the separator is. I thaught the separator is the delimiter within the imap folder structure. For example: Imap folder structure: folder Flights, subfolder Lufthansa If the delimiter is ?.? the ls ?a command should result: .Flights .Flights.Lufthansa If delimiter is
2019 Feb 22
1
lookup_name_smbconf for <user> failed
On Fri, 22 Feb 2019 at 17:46, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 22 Feb 2019 17:41:50 +0100 > Hans Schou via samba <samba at lists.samba.org> wrote: > > > On Fri, 22 Feb 2019 at 17:27, Rowland Penny via samba > > <samba at lists.samba.org> wrote: > > > > > > > > [global] > > > > log
2003 Dec 06
3
some success with linux 2.6 and wcfxo
Hi , I picked up a x100p the other day and thaught I'd havea go at getting the driver going for linux 2.6, things have gone pretty, two basic problems. 1. makefiles, with 2.6 you can't get away with using the old makefile to build the kernel modules, they will build but you'll get an error along the lines of "no module found in object". This is due to not using the new
2019 Feb 22
2
lookup_name_smbconf for <user> failed
On Fri, 22 Feb 2019 at 17:27, Rowland Penny via samba <samba at lists.samba.org> wrote: > > [global] > > log level = 3 > > unix charset = UTF8 > > dos charset = ISO-8859-1 > > workgroup = ACME.DOM > > Sorry, but you cannot use a workgroup with a dot in it. > I tried to remove ".DOM" but then I can not start
2009 Jan 07
2
Obtaining the chroot-cage directory of the mailstore
Hello, I'd like to find a function in the sourcecode which enables me to get the chroot-path of the mailstore, so I can concatenate it with the result of mail_storage_get_mailbox_path to get the full path of a mailbox within the filesystem. Does such a function exist? Who can help me? Thanks in advance. Stefan -- SIEGNETZ.IT GmbH { w3o-services } Schneppenkauten 1a D-57076 Siegen
2004 Jan 15
1
Samba Tuning
-----BEGIN PGP SIGNED MESSAGE----- ******************************************************************** The contents of this email are intended exclusively for the addressee. If you are not the addressee you must not read use or disclose the email contents ; you should notify us immediately [ by clicking "Reply" ] and delete this email. Nationwide monitors e-mails to ensure its systems
2004 Jan 15
0
Réf. : Samba Tuning
I've the same problem on solaris 8 with samba 2.2.8a i've try many options like theses: socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_SNDBUF=16384 SO_RCVBUF=16384 read raw = yes write raw = yes oplocks = no getwd cache = yes Add this on your global section and try to see if you get improvement Envoy? par : samba-bounces+xavier.droniou=rte-france.com@lists.samba.org Pour :
2006 Jan 14
2
Using AutoComplete(script.aculo.us) with DB-Query
Hi, I''m using AutoComplete from script.aculo.us and want to combine this with a call to a database. Is there any work done so far or do I have to implement all on my own. The only thing I have seen is using results from a file on the server. But that is not very handy. Some words to my background. I''m programming for a project at my university. Our aim is to combine the