Displaying 18 results from an estimated 18 matches for "berl".
Did you mean:
berg
2009 Nov 18
4
rails newbie : routing error
After much ado about the naming of model adn controllers...
model : Expense
controller : Expenses
route : map.resources :expenses
Here I am using mysql database and created a unique index, since
db:migrated created an id object and made it as primary key. Now in
the
def create
@expense = Expense.new(params[:expense])
if @expense.save
flash[:viola] = ''New expense saved.. be
2005 Jan 30
0
Testing Poisson GLMs with independent data: what's the Right Thing To Do?
...are silent on
these points, and? I can find nothing on the Web or the obvious list
archives (nothing I recognise, anyway). If any read?er of this group can
offer advice, suggestions, or references, I'd s?ure appreciate it.
Best regards
Steve Cumming
Boreal Ecosystems Research Ltd.
http://www.berl.ab.ca
2006 May 21
1
Warcraft 3 & Starcraft run _without_ a CD crack!
I got Starcraft and Warcraft 3 working without a CD Crack using wine.
The trick is a link in the ~/.wine/dosdevices directory to your mounted
CD-Rom directory with the name: "d:"
for example if you starcraft CD is mounted in /media/STARCRAFT then
enter the following commands:
cd ~/.wine/dosdevices
ln -s /media/STARCRAFT d:
Don't connect the the Battle.net. Starcraft will crash
2006 Jun 12
2
Problem: Warcraft 3 and OpenGL
Hi, I've got a problem considering wine, and no one seem to be able to
help me at my distro-forum, so I'm trying this.
This is my problem:
I having some difficulties running Warcraft 3. I have several games
running flawless in wine (Diablo 2, Starcraft, Fallout and others), but
running warcraft 3 is too slow. I have seen in other threads on this
forum that one needs opengl to run it
2016 May 02
0
[Announce] Samba 4.2.12 Available for Download
=============================================================
"If evolution really works, how come
mothers only have two hands?"
Milton Berle
=============================================================
Release Announcements
---------------------
This is the last bugfix release of Samba 4.2. Please note that there
will be security releases only beyond this point!
This release fixes some regressions introduced by the last security
f...
2016 May 02
0
[Announce] Samba 4.2.12 Available for Download
=============================================================
"If evolution really works, how come
mothers only have two hands?"
Milton Berle
=============================================================
Release Announcements
---------------------
This is the last bugfix release of Samba 4.2. Please note that there
will be security releases only beyond this point!
This release fixes some regressions introduced by the last security
f...
2009 Jul 11
6
Install Xen on VirtualBox?
Hey,
Anyone tried before, is it successful?
Also, Is it possible to use the CPU VT inside Xen if it is running
inside VirtualBox?
I want to setup such env. for testing purpose.
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Dec 14
6
Analyzing Publications from Pubmed via XML
I would like to track in which journals articles about a particular disease
are being published. Creating a pubmed search is trivial. The search
provides data but obviously not as an R dataframe. I can get the search to
export the data as an xml feed and the xml package seems to be able to read
it.
xmlTreeParse("
2010 Jun 25
0
Wine release 1.2-rc5
...be set.
wordpad: Remove untranslated resources from the Chinese translation.
wordpad: Use correct resource ID for tab stops dialog.
Eric Pouech (2):
mmsystem.drv: Always map parameters for all callback kinds.
mmsystem.drv: Always create a thunk for MMIO objects.
Florian K?berle (1):
comctl32/tests: Test calculating the rect of a child item while handling TVN_ITEMEXPANDED.
Francois Gouget (27):
crypt32/tests: Add a trailing '\n' to ok() calls.
d3d10/tests: Add a trailing '\n' to ok() calls.
msvcrt/tests: Add a trailing '\n'...
2009 Apr 24
0
Wine release 1.1.20
...PrivateProfileString tests for empty section scenario.
Dmitry Timoshkov (2):
oleaut32: Add some additional tests for QueryPathOfRegTypeLib, make them pass under Wine.
winedbg: Fix a typo in the comment.
Dylan Smith (1):
richedit: Null terminate streamed out rich text.
Florian K?berle (2):
comctl32/tests: Test expanding of a invisible sub tree.
comctl32: Fix expanding of invisible sub trees.
Francois Gouget (9):
wineesd.drv: Add a trailing '\n' to a WARN() trace.
dinput: Add a trailing '\n' to ERR() messages.
Assorted spelling fixe...
2008 Nov 21
0
Wine release 1.1.9
...symbol picking mechanism so that it can handle several algorithms.
winedbg: Slightly change the option setting syntax (allows also to get the current state back).
winedbg: Added scoped symbol picker, and options to handle it.
dbghelp: Properly add CPU info to minidump.
Florian K?berle (2):
user32/tests: Capture tests should not require no active window.
user32/tests: Test size and minmax of WS_THICKFRAME child.
Francois Gouget (31):
gdiplus: Add a trailing '\n' to a Wine trace.
shell32/tests: Remove spaces before '\n' in ok() calls....
2011 Aug 05
0
Wine release 1.3.26
...mments.
cmd: mkdir: Handle multiple arguments.
cmd: mkdir: Set errorlevel on invalid argument.
cmd: mkdir: Set errorlevel and output error message if final directory already exists.
Eric Pouech (1):
winhlp32: Better protect macros against not finding a help file.
Florian K?berle (2):
comctl32/tests: Test that headers do not free their image list.
comctl32/header: Don't free the imagelist in HEADER_NCDestroy.
Francois Gouget (23):
d3dx9_36: Fix compilation on systems that don't support nameless unions.
winegstreamer: Make GSTTf_QueryInterfa...
2006 Jul 15
9
Wine, good, evil, and black and white 2
hello all, my first post so bear with me
i have been lossing hair over getting black and white 2 to run on wine
i finally got it down to this
h4x0r@Mainframe:~/.wine/drive_c/Program Files/Lionhead Studios/Black &
White 2$ wine white.exe fixme:system:SystemParametersInfoW
Unimplemented action: 112 (SPI_GETMOUSESPEED)
fixme:powermgnt:GetSystemPowerStatus (): stub, harmless.
wine: Call from
2008 Sep 19
0
Wine release 1.1.5
....
dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded.
Erik Inge Bols? (2):
winealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
wineesd.drv: Allow all errors to interrupt recording.
Florian K?berle (1):
winedbg: Fixed an infinite loop.
Francois Gouget (7):
ddraw/tests: Fix compilation on systems that don't support nameless unions.
jscript: Fix compilation with older bison.
crypt32/tests: Win98 is missing Crypt{Encode,Decode}ObjectEx().
ws2_32/tests: Fix a r...
2009 Jan 30
0
Wine release 1.1.14
...press scrollbar if missing WS_[VH]SCROLL style.
richedit: Updated internal style flags on EM_SHOWSCROLLBAR.
Erich Hoover (2):
regedit: Fix import mangling REG_EXPAND_SZ values.
oleaut32: Fix OLEPicture rendering vector metafiles without setting up the source rectangle.
Florian K?berle (11):
user32/tests: Fixed error message.
user32/tests: Extended test about thick child windows.
user32: Refactor of WINPOS_GetMinMaxInfo.
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
user32: Removed code without effect.
user32/tests: Use Adj...
2010 Jul 30
0
Wine release 1.3.0
...chedit: Remove checks for converting internal CHARFORMAT structs.
richedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
richedit: Avoid redundant calls to ME_CalcRunExtent.
Eric Pouech (1):
wineoss.drv: Be consistent for aux devices about what we actually support.
Florian K?berle (3):
comctl32: Call TREEVIEW_SendExpanded after expanding.
comctl32: Simplify the code.
wined3d: Let GetRasterStatus return D3DERR_INVALIDCALL.
Francois Gouget (1):
wine.inf: Let winebrowser handle the ftp URLs.
Fr?d?ric Delanoy (2):
shdocvw: Add French translation....
2002 Apr 01
0
something confusing about stepAIC
Folks, I'm using stepAIC(MASS) to do some automated, exploratory, model
selection for binomial and Poisson glm models in R 1.3. Because I wanted to
experiment with the small-sample correction AICc, I dug around in the code
for the functions
glm.fit
stepAIC
dropterm.glm
addterm.glm
extractAIC.glm
and came across something I just don't understand.
stepAIC() passes dropterm.glm() a
2005 Apr 22
1
lme4: apparently different results between 0.8-2 and 0.95-6
I've been using lme4 to fit Poisson GLMMs with crossed random effects. The
data are counts(y) sampled at 55 sites over 4 (n=12) or 5 (n=43) years. Most
models use three fixed effects: x1 is a two level factor; x2 and x3 are
continuous. We are including random intercepts for YEAR and SITE. On
subject-matter considerations, we are also including a random coefficient
for x3 within YEAR.