search for: osu

Displaying 20 results from an estimated 128 matches for "osu".

Did you mean: os
2011 Aug 22
0
osu! and steam don't work after the last update of wine
Hello, I have a new problem with WINE, after the newest update of wine (1.3.26) steam and osu! are not working anymore. I've alerady tried reinstalling wine and removing wineprefix and none of these worked. The biggest problem is that wine doesn't give me any information about errors, it just goes to the debugger ot once. steam: http://www.copypastecode.com/76835/ osu!: http://www...
2010 Jul 27
2
lattice: option to sort x when type = l
...'t seem the "right" way (of course, a personal opinion). Hence a feature request to add a sort option when type = "l". Before giving a reproducible example, is there anything even simpler that I have missed? Example: Everything included: > source ('http://www.stat.osu.edu/~pkapat/miscl/Code4xyplot_sort_type_l.R') OR, step by step: > library (lattice) > > # toy data > D <- read.csv ('http://www.stat.osu.edu/~pkapat/miscl/Data4xyplot_sort_type_l.csv') > > # default behavior: obviously wrong > xyp1 <- xyplot (y ~ x/1000 | C,...
2011 Apr 09
1
Problems with games on very slow computer
...and I've installed dotnet20, corefonts and fontfix. I tried to launch these games and that's what i got: Touhou 9: Code: wine /mnt/pen/Phantasmagoria\ of\ Flower\ View/th09e.exe err:ole:CoUninitialize Mismatched CoUninitialize fixme:win:WINNLSEnableIME hUnknown1 (nil) bUnknown2 1: stub! osu! Code: wine /mnt/pen/osu\!/osu\!.exe fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> fixme:sync:CreateMemoryResourceNotification (0) stub fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L&qu...
2010 May 11
3
Pairwise combination
...Ohio State University - Finance 248 Fisher Hall 2100 Neil Ave. Columbus, Ohio 43210 Telephone: 614-292-2830 http://www.fisher.osu.edu/~chen_1002/
2011 Mar 23
6
storage and iphlpapi errors when creating wineprefix
Hello, right after installation of WINE I've used Code: WINEARCH=win32 winecfg command, and that's what i got: Code: fixme:storage:create_storagefile Storage share mode not implemented. fixme:iphlpapi:NotifyAddrChange (Handle 0x8ede90c, overlapped 0x8ede8f0): stub Anybody have idea what's the problem? These errors are probably reason why i can't install dotnet20 (from both
2017 Aug 27
2
glx error with nouveau
...el in 2.6.35 or so. The 2.6.32-based system you have is a franken-kernel maintained by RedHat. You should go to them for support. I'd recommend trying a distro based on a kernel that was released more recently than Dec 2009. On Thu, Aug 24, 2017 at 1:29 PM, Su, Yunde <su.526 at buckeyemail.osu.edu> wrote: > Hello all, > > > My laptop has Nouveau installed as the graphic driver. The version is > 2.6.32-573.12.1.el6.x86_64. And when I tried to run a software(CONVERGE > STUDIO), I find such errors: > > Xlib: extension "GLX" missing on display ":0.0...
2015 Jan 14
2
R CMD check: "..." used in a situation where it does not exist
...in advance. Best regards, Michal Burda junior researcher IT4Innovations NSC Institute for Research and Applications of Fuzzy Modeling | University of Ostrava | IT4Innovations National Supercomputing Center 30. dubna 22 | 701 03 Ostrava | Czech Republic e-mail: michal.burda at osu.cz | web IRAFM: irafm.osu.cz | web IT4I: it4i.cz | phone: +420 597 09 1450
2009 Aug 17
3
printing a dataframe summary to disk
...mary of a dataframe to disk, so that it looks essentially the same as what you'd see on screen; but I can't seem to do it. Can someone tell me how? Thanks! ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2010 Jul 07
3
How do I test against a simple null that two regressions coefficients are equal?
...Ohio State University - Finance 248 Fisher Hall 2100 Neil Ave. Columbus, Ohio 43210 Telephone: 614-292-2830 http://www.fisher.osu.edu/~chen_1002/
2017 Aug 27
1
glx error with nouveau
...On Sat, Aug 26, 2017 at 10:38 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > Depends on the hardware. You may be interested in looking at > https://people.freedesktop.org/~imirkin/glxinfo/ for specifics. > > On Sat, Aug 26, 2017 at 9:42 PM, Su, Yunde <su.526 at buckeyemail.osu.edu> wrote: >> Hi IIia, >> >> >> Thank you very much for your help. >> >> Does the distro released more recently than Dec 2009 support OPENGL 3.3 ? >> >> >> Best, >> >> Yunde >> >> ________________________________ >...
2007 Jul 23
1
(no subject)
...s and excute the next statement. Otherwise, I have a big big trouble. Do you have some idea about this problem of ingore errors. Wish to get your help assp. thanks. -- Wei Guo Department of Statistics The Ohio State University Columbus, Ohio 43210 Tel: 001-614-292-4713(o) e-mail: guowei at stat.osu.edu
2009 Oct 04
1
convenience question
...ystem in order that messages be processed: so my question is, is there any way to do that within the function? Or maybe, to simulate the Return keystroke? Thanks! ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2010 Jul 09
1
Mover Stayer Models
Does anyone know how to program mover stayer models in R? They are a type of Markov chain model where there is a group of people who stays in the same place, a group who always moves, and a group who does both. Thanks. Leanne Sanders sanders.486@osu.edu [[alternative HTML version deleted]]
2006 Jan 15
1
Linux and proxy problem (PR#8488)
Dear R staff I'm a osu Ph.D. I have a problem with Linux. I usually start R on Windows OS by dos shell: c:\Program Files\R\R-2.2.1\bin\Rgui.exe --internet2 With no script --internet2 i can't connect to bioconductor to download bioconductor packages. A real problem is that I can't do this with Linux: R --...
2011 Mar 05
1
[LLVMdev] llvm-config example need update
...". It will also show wrong component name in examples g++ `llvm-config --cxxflags` -o HowToUseJIT.o -c HowToUseJIT.cpp g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o `llvm-config --libs engine bitreader scalaropts` -- Qingpeng Niu Department of Computer Science and Engineering at OSU -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110305/afc87256/attachment.html>
2015 Jan 14
0
R CMD check: "..." used in a situation where it does not exist
...ant would seem to be this one by Michael Lawrence: https://github.com/wch/r-source/commit/d3a42dabccb23462aa1e0a1edad00450f0a6131c (but I might've missed others - many of the commit messages are not terribly explanatory) Hadley On Wed, Jan 14, 2015 at 1:42 AM, Michal Burda <michal.burda at osu.cz> wrote: > Dear R developers, > > when running R CMD check, the R Under development (unstable) > (2015-01-13 r67453) gives me the following NOTE: > > > cbind.fsets: possible error in list(...): ... used in a situation > where it does not exist > > > The file th...
2007 Oct 24
3
how to loop over a group of variables?
Hi All, I have a data frame with a group of variables named b1, b2, b3, ..., b18. These variables take the value 1, 2 or NA. For each observation, I want to do some computation by looping over the values for the group of variables: b1 to b18. In STATA I would do: forval i=1/18 { --- use b`i' for computation ---- } How can this be done in R? Deepankar
2011 Mar 06
3
[Bug 35049] New: Cannot use higher resolutions of monitor
...t: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: sancaktar.1 at osu.edu QAContact: xorg-team at lists.x.org I did a fresh Debian install to sid, upgraded to experimental to get xorg 1.9.99.903 (1.10.0 RC 3) then followed the instructions on the nouveau wiki (http://nouveau.freedesktop.org/wiki/DebianInstall) to build a new kernel and drivers. This was s...
2006 Aug 25
2
horizontal direct product
...and y are two by two but this won't generalize with larger matrices. Any ideas about whether this can be done with existing R functions in a general way short of writing my own function? Thanks Luke Luke Keele Department of Political Science Ohio State University keele.4@polisci.osu.edu [[alternative HTML version deleted]]
2010 May 11
5
Regressions with fixed-effect in R
Hi there, Maybe people who know both R and econometrics will be able to answer my questions. I want to run panel regressions in R with fixed-effect. I know two ways to do it. First, I can include factor(grouping_variable) in my regression equation. Second, I plan to subtract group mean from my variables and run OLS panel regression with function lm(). I plan to do it with the second way because