search for: tetris

Displaying 18 results from an estimated 18 matches for "tetris".

Did you mean: petris
2013 Oct 12
2
[LLVMdev] Building for a specific target, corei7
Hi Andrew, I think I diluted my question. My question was not related to MCJIT. I ran the following 4 scenarios: (1)gcc -mcpu=corei7 tetris.c -o tetris (2)gcc -mcpu=athlon64 tetris.c -o tetris (3)clang -march=corei7 tetris.c -o tetris (4)clang -march=athlon64 tetris.c -o tetris In (1) and (2), I see difference in order of instructions in the output binaries, which I expected because every CPU has different micro-architecture, and the...
2013 Oct 14
0
[LLVMdev] Building for a specific target, corei7
...agrawal at cs.stonybrook.edu] Sent: Friday, October 11, 2013 8:48 PM To: Kaylor, Andrew; llvmdev at cs.uiuc.edu Subject: RE: Building for a specific target, corei7 Hi Andrew, I think I diluted my question. My question was not related to MCJIT. I ran the following 4 scenarios: (1)gcc -mcpu=corei7 tetris.c -o tetris (2)gcc -mcpu=athlon64 tetris.c -o tetris (3)clang -march=corei7 tetris.c -o tetris (4)clang -march=athlon64 tetris.c -o tetris In (1) and (2), I see difference in order of instructions in the output binaries, which I expected because every CPU has different micro-architecture, and the...
2013 Oct 11
0
[LLVMdev] Building for a specific target, corei7
Hi Varun, Have you tried your experiment with icc by any chance? The MCJIT component does not assume that you will be executing the generated code on the host system because it can be used to generate code for external targets. However, you can specify the CPU by calling setCPU() on the EngineBuilder object before creating your execution engine. (You can use sys::getHostCPUName() to figure out
2013 Oct 11
2
[LLVMdev] Building for a specific target, corei7
Hi, I am using the LLVM JIT infrastructure (MCJIT). I wanted to see if there are any performance gains as the compiler can detect the target CPU at runtime. But, I didn't see any improvement (I compile with -no-mmx and -no-sse). I then tried an experiment, where I compiled the program with clang-3.3, with and without specifying the target cpu as "corei7". I was shocked to see that
2004 Nov 30
0
Re: Xen debug help
...you do the resume, it should capture the domains death throws. Hopefully this will give us what we need, but you may need to make the -syms file available for your kernel too. Best, Ian --- # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/11/30 23:24:33+00:00 iap10@tetris.cl.cam.ac.uk # Route unprivileged domain''s console to the main console (e.g. serial) # # xen/Rules.mk # 2004/11/30 23:24:31+00:00 iap10@tetris.cl.cam.ac.uk +2 -2 # Route unprivileged domain''s console to the main console (e.g. serial) # # linux-2.6.9-xen-sparse/drivers/xen...
2006 May 19
0
The challenge is on!
http://www.dustindiaz.com/yui-tetris/ Don't bother trying to make Tetris, go one up and do Asteroids or Space Invaders or something :) -- Andrew _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/list...
2008 Sep 08
6
Wine on Macports
...most of my stuff. Now my fiance got a mac and I am using mac ports to get a game working for her. Here is my error, I am most worried about Code: err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support ! but here is the whole thing Code: stephanie-gablers-macbook:Tetris Worlds stephaniegabler$ wine TWConfig.exe fixme:advapi:SetEntriesInAclA 1 0x33f7ec 0x0 0x33f824 fixme:advapi:SetSecurityInfo stub fixme:advapi:SetEntriesInAclA 1 0x33f7d8 0x0 0x33f820 fixme:advapi:SetSecurityInfo stub fixme:advapi:SetEntriesInAclA 1 0x33f7f8 0x0 0x33f840 fixme:advapi:SetSecurityInf...
2006 Jan 27
2
about battery.date.*
2006/1/27, Peter Selinger <selinger@mathstat.dal.ca>: > > ... > battery.mfr.date, which is probably the more accurate interpretation. > > I think the naming should be changed to propose both: - battery.date.mfr: Battery manufacturing date - battery.date.change: Battery change date Any comments? Arnaud -------------- next part -------------- An HTML attachment was scrubbed...
2005 Jan 13
2
multivariate diagnostics
Hi, there. I have two questions about the diagnostics in multivarite statistics. 1. Is there any diagnostics tool to check if a multivariate sample is from multivariate normal distribution? If there is one, is there any function doing it in R? 2. Is there any function of testing if two multivariate distribution are same, i.e. the multivariate extension of Kolomogrov-Smirnov test? Thanks for
2010 Aug 08
6
Wine folder wrong
...at login screen. Movie intro plays great I have the new ati catalyst 10.7 installed and working fine. Dual boot of windows 7 also if I need to grab .dll files or what not from there to easly. Not sure if that error above is what can be causing issues. Tried oblivion also and it errors out. and a tetris game too.
2020 Jan 17
0
Wine release 5.0-rc6
...; / 'SAVE' 41459 32bit 7zFM.exe closes unexpectedly with error "The system cannot allocate the required amount of memory" 43271 Tomb Raider (2013) - unable to use interact key with CSMT 43272 Crash after click Start button in virtual desktop mode when using Steam 44408 Tetris for Windows has wrong colors for the game pieces and the score box 44594 MindManager Pro v7.0 shows XML processing error on startup (needs support for 'exhaustive-errors', 'external-general-entities' and 'external-parameter-entities' features in MSXML SAX reader) 44664...
2012 May 10
3
Digium IP Phones
Hello, Im looking to buy a digium phone D70 unit just for testing on lab; to really understand the phone and features. I cant find any website with opinions; any here? Are they really valuable to the price? (D70 quite expensive) Does the SDK for building apps is usable? Can you build powerfull apps? Examples? Many thanks -------------- next part -------------- An HTML attachment was
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text editor? -- Posted via http://www.ruby-forum.com/.
2014 Jun 16
4
iptables question
I'm running fail2ban to attempt to block malicious brute-force password dictionary attacks against ssh. They seem to be rolling through a block of ip addresses as the source to defeat this kind of screening, so I've set some ip addresses to be blocked in iptables. Here is the output of iptables -L (edited): Chain INPUT (policy ACCEPT) target prot opt source destination
2020 Apr 20
0
Wine release 4.0.4
...42046 VSDC Video Editor. Crashes in ole32 when opening. 43368 HashMyFiles: Drag & Drop from native File Managers (Dolphin, Nautilus, ...) does not work 43817 Multiple .NET applications (Chime, DxO Photolab 2 trial) crash, need RegisterApplicationRecoveryCallback to return S_OK 44408 Tetris for Windows has wrong colors for the game pieces and the score box 45031 HotS - taking screenshot causes client crash, needs d3dx11_42.dll.D3DX11SaveTextureToFileW 45732 Far Cry 5 Cannot Steer Land Vehicles 46279 Multiple applications need msvcr120.dll.?_Yield at _Context@details at Concur...
2013 Jan 26
0
Processed: switching email address
...ann.de>' > submitter 581836 ! Bug #581836 [bugs.debian.org] document limit in server-control documentation Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 684178 ! Bug #684178 [gpe-tetris] gpe-tetris: creates world writable directory /var/games/gpe Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 691125 ! Bug #691125 [ejabberd] ejabberd: package installation creates /root/.erl...
2007 Jun 19
38
ZFS Scalability/performance
Hello, I''m quite interested in ZFS, like everybody else I suppose, and am about to install FBSD with ZFS. On that note, i have a different first question to start with. I personally am a Linux fanboy, and would love to see/use ZFS on linux. I assume that I can use those ZFS disks later with any os that can work/recognizes ZFS correct? e.g. I can install/setup ZFS in FBSD, and later use
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ight), in inches. mar A numerical vector of the form c(bottom, left, top, right) which gives the number of lines of margin to be specified on the four sides of the plot. The default is c(5, 4, 4, 2) + 0.1. So David's remark to look at provided documentation seems to be correct. R is not Tetris but comes with quite good documentation and you shall use it. It would help you a lot. par(mar=c(2,1,1,1)+.1) Regards Petr > matter how I make the window small or big it stays the same. Default value > has advantage that however it uses plot area that is always smaller than > device...