Displaying 20 results from an estimated 4000 matches similar to: "trying to play Regnum Online"
2014 Jan 17
2
[LLVMdev] Invalid RegNum error
I'm writing a compiler using LLVM, and suddenly today I started to get this
error, when emitting to a .s file.
Assertion failed: (I != M+Size && I->FromReg == RegNum && "Invalid
RegNum"), function getLLVMRegNum, file MCRegisterInfo.cpp, line 78.
I'm emitting using x86_64-apple-darwin. Any thoughts about what could be
causing this? LLVM validation does not
2011 Oct 18
9
cant play after updating to ubunto 11.10
I recently updated my Ubunto from 11.04 to 11.10 and I can no longer play windows games via wine.
However I can still launch and use Steam, but I cant play any of the games there, Steam shows the "preparing to launch..." message but the game never launches.
Also with World of Warcraft the game launcher opens up, I can see the news and all, but when I push the play button the launcher
2009 May 27
3
R in Ubunto
Hello , I do not know anything abount Ubunto, but I found a Portable Ubunto for Windows and since so many people
prefer Linux to Windows I decided to give it a try.
It runs very nicely, so I tried to load R, following Instructions in CRAN I added the line
deb http://probability.ca/cran/bin/linux/ubuntu hardy/ to /etc/apt/sources.list and then from a console
I did
sudo apt-get update
sudo apt-get
2008 May 23
3
IDE
People,
I'm a ubunto user and I used to write my scipts in "Java Gui for R", but it
is a very slow tool to run my scripts...
Do you know some efficient IDE for R?
Thankssss!!!
Alexandra Almeida
--
Alexandra R M de Almeida
[[alternative HTML version deleted]]
2015 Jul 09
9
[LLVMdev] [RFC] New StackMap format proposal (StackMap v2)
Hi @ll,
over the past year we gained more experience with the patchpoint/stackmap/statepoint intrinsics and it exposed limitations in the stackmap format.
The following proposal includes feedback and request from several interested parties and I would like to hear your feedback.
Missing correlation between functions and stackmap records:
Originally the client had to keep track of the ID to know
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl...
am a engg. student...i was trying to use R in statistical calculations
now the problem is..i imported a huge tsv file onto R...it has a column
which gives cost...and it has "$" with each numerical value in this
column...it is something like this..$.05,$.1,$.075...and so on..
R is reading it as "character vector"...
i tried using all the arguments but
2015 Jul 09
5
[LLVMdev] [RFC] New StackMap format proposal (StackMap v2)
> On Jul 9, 2015, at 3:33 PM, Swaroop Sridhar <Swaroop.Sridhar at microsoft.com> wrote:
>
> Regarding Call-site size specification:
>
> CoreCLR (https://github.com/dotnet/coreclr <https://github.com/dotnet/coreclr>) requires the size of the Call-instruction to be reported in the GCInfo encoding.
>
> The runtime performs querries for StackMap records using
2016 Aug 22
4
How to describe the RegisterInfo?
Hello Everyone,
I am trying to make a new LLVM backend target for Intel GPU.
I would start from targeting OpenCL language first.
But I am not quite familiar with LLVM backend infrastructure.
I have some problem on describing the RegisterInfo.
Intel GPU launches lots of hardware threads to do GPGPU workload.
Each hardware thread has 128 registers(r0-r127), with each one of size 32
byte.
Each
2012 Sep 21
2
efficient overlapping average curve on original curves
Dear useRs,
my question could be very basic for which i apologize in advance.
Each column of a matrix with dimensions 365 rows and 37 columns was drawn against another matrix of dimensions 365 rows and 1 column. with that i was able to draw 37 curves on the same axis.
now i want to draw an average curve of these 37 curves on the same axis in such a way that all the curves (average and 37
2009 May 24
2
Assigning variable names from one object to another object
Hello
I have 2 datasets say Data1 and Data2 both are of different dimesions.
Data1:
120 rows and 6 columns (Varname, Vartype, Labels, Description, ....)
The column Varname has 120 rows which has variable names such id, age,
gender,.....so on
Data2:
12528 rows and 120 columns
The column names in this case are V1, V2, ......... V120 (which are default
names in R when we say head=F in read.csv)
2018 Jan 10
2
Information installation package sjPlot
Hi all,
I am new. I am installing the library sjPlot on Ubunto 16.10 and I guess it is installing some dependencies. But it is taking more than 1.5 hours, is it possible?
It has right now halted (hope momentarily) in installing the package 'rstan', particularly the file lang__grammars__statement_grammar_inst.o
Other packages installed include: dygraphs, colourpicker, raster.
Is it good
2008 Jun 16
3
?? Issues with playing WoW on Ubuntu 8.40 ??
Well I have installed Ubuntu 8.40, Wine 9.59, and World of Warcraft, and it took me some time to get it working, but I finally did. Now, however, I'm having several problems with the way it runs.
Namely:
-the mouse is very slow and skippy at moving when in WoW
-lots of objects in the game fail to render (the ground usually doesn't render either)
-my FPS in the middle of nowhere, with
2015 Feb 27
2
[LLVMdev] LLVM register number for MIPS DAGToDAG
Is it possible to get a register number to which the value is allocated to
in MIPS in DAGToDAG class?
More Specifically:
SDValue Reg3 = Node->getOperand(3);
if (RegisterSDNode *R = dyn_cast<RegisterSDNode>(Reg3))
{
op3 = cast<RegisterSDNode>(Reg3)->getReg();
2006 Oct 19
2
WEBRick process not responding after few hours (rails 1.1.6 on linux)
the rail application I have developed (really simple one 2 -> db tables
with no more than 100 records) works perfectly in development /
production mode on my windows desktop (win200 pro + mysql + ruby 1.8.2
+ rails 1.1.6). when deploying the application on linux (ruby 1.8.4 ,
rails 1.1.6 the same mysql as on windows) everything *seems* to work
fine. well atleast for the first few hours. the
2010 May 12
25
Install ubunto domU
Dear *,
I''m more used to work with RedHat like OSes. Still, I did not denied the
request from a user who wants a domU based on ubunto. I usually use
virt-install to do the job, with a script similar to this one:
#!/bin/sh
BASE=SL-4.7-i386-pv \
virt-install --nographics \
--nonsparse \
--paravirt \
--noreboot \
2007 Aug 02
1
Foreign Key Use
Hi can any1 guide me ,How can i use foreign Key concept in rails, I m
using Migrations to create tables, Also i want to know diffrent fields
we can use while creating tables. I mean like String,Date time,
timestamp,,,,Plz tell me various fields so that i can Make proper use of
them as per requirement.
Thank u in advance
--
Posted via http://www.ruby-forum.com/.
2008 Nov 04
1
how to integrate dspam with dovecot-antispam ?
Hello,
i dont get dovecot-antispam working, i think ?
any1 can help me, how to configure dovecot-antispam that it work
together with dspam ?
i have postfix / dovecot setup as virtual user / domains..........
marko
thanks for any hints or help.
--
--
*Marko Weber* | Administration
*SALON DIGITAL* Media GmbH
Rothenbaumchaussee 19a
20148 Hamburg
T. (040) 429 48 68 - 23
F. (040) 429 48
2004 Feb 04
1
Borwser Problem with VMWare on linux host
Hi
I use VMWare on linux host (windows 2000 as guest operating system)
and i have some problems to visit the google-site .
can any1 help me
thanks
Nouqrat
2011 Mar 03
1
which oauth gem to use?
Does any1 have any recommendations for an oauth gem. I am trying to
create a twitter proxy. I''m not sure which oauth gem to use. Thanks in
advance!
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2001 Nov 14
1
dreamweaver
any1 got dreamweaver 3 or 4 working with wine every time i try running it
loads up asks for serial i enter it then it segfaults .
if it cant be done do you know of a html editor for linux up to the
standards of dreamweaver all the ones i have come across so far aint
brilliant infact some i would call cack might as well just open emacs and
code myself but like dreamweaver cos i can get pro