similar to: [LLVMdev] Couple newbie questions :|

Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] Couple newbie questions :|"

2009 Aug 02
0
[LLVMdev] Couple newbie questions :|
On Sat, Aug 1, 2009 at 11:43 PM, Tres Walsh<tres.walsh at gmail.com> wrote: > Hello there! > I'm an absolute newb at LLVM,and I was hoping someone could answer a few of > my questions. > I'm currently working on a game engine. As part of it's design, I need a > virtual machine for scripts. Is LLVM suited for this at all? Such as > registering external functions
2009 Aug 02
1
[LLVMdev] Couple newbie questions :|
Thanks for the response :D I have used Python and Lua before. I'd love to use the syntax of lua with the object oriented ness of python, and I thought LLVM would be a way to do that. Again your help is appreciated. On Sun, Aug 2, 2009 at 12:25 AM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Sat, Aug 1, 2009 at 11:43 PM, Tres Walsh<tres.walsh at gmail.com> wrote: >
2009 Aug 02
11
Orange Box on WINE (Mac OS X)
Hello, I'm not sure if anyone else has had this problem, or has tried this, but I am running WINE under Mac OS 10.5.7 on my MacBook and I'm trying to play the Half Life 2 Demo to see if it's worth purchasing Orange Box. I've installed STEAM and I have no problem running that with WINE, but when I try to play the demo everything stops working. I enter the demo from STEAM, and I
2010 Jul 03
2
Couple of questions about modules
Hello I have a couple of questions about using modules in Asterisk (1.4 or 1.6): 1. I'd like to experiment with extensions.lua: What happens if... - I leave extensions.conf enabled by not using "noload=pbx_config.so" in /etc/asterisk/modules.conf? Will the two dialplans get mixed together, with possibly unpredictable results? - I disable extension.conf by setting
2008 Jan 30
3
Fun Wine Project -- Configure Some Default Registry Entries
My first post. Fun Wine Project -- Configure Some Default Registry Entries I've begun working on this to import some native calls into wine. More specifically, OpenOffice.org. I'm trying to get Lotus Notes attachments to display proper icons, and open natively with OOo. I've come across a dilemma. I can't seem to "easily" open a Windows path, i.e.
2013 Aug 29
3
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes: > On 08/22/2013 10:20 AM, Ferenc Wagner wrote: > >> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build >> a customizable boot menu in the bootloader itself, instead of generating >> it beforehand by hooking into the kernel installation/removal process. >> Sure that would not work over
2009 Jul 24
2
Lists
Hi Everybody I have the following problem suppose that we a<-c("uno","dos","tres") I am working with a while cycle and the idea is in each iteration adding an item to a list In the first iteration the resultshould be: [[1]] [1] "uno" In the second [[1]] [1] "uno" [[2]] [1] "dos" And the final result [[1]] [1] "uno"
2013 Aug 30
2
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes: > On 08/29/2013 04:14 AM, Ferenc Wagner wrote: > >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >>> On 08/22/2013 10:20 AM, Ferenc Wagner wrote: >>> >>>> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build >>>> a customizable boot menu in
2008 Feb 20
5
Counterstrike 1.6 problems
When I try to run counterstrike, I get the following: fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. dir: C:\Program Files\Steam\bin\ *.mix dir: C:\Program Files\Steam\bin\ *.asi dir: C:\Program Files\Steam\bin\ *.flt warning: Unknown nb_ctl request: 4 warning: Unknown nb_ctl request: 30 err:dscapture:widDsCreate DirectSoundCapture flag not set This sound
2009 Nov 06
4
Guardar gr=?US-ASCII?Q?=E1?=ficos en formato para powerpoint
Hola, Por favor, necesito guardar en un mismo documento tres gráficos y que éste se pueda abrir en powerpoint para poder insertar las tres gráficas allí. Con jpeg() sólo se me guarda la última gráfica. ¿Alguien me puede ayudar?. Muchas gracias
2008 Feb 22
3
GSM 6.10 codec & ACM
*I have a Ham Radio program, named CQ100, it works fine using WINDOZE, but when I installed the same program on my linux system everything works except there is no-audio I'am using Ubuntu 7.10 linux... The author told me that windoze uses GSM 6.10 codec, plus ACM audio compression manager, these are built-in... So by anychance does anyone know of a program that one can get to use on a
2015 Aug 06
3
consulta graficas para GLM
Estimados amigos y expertos del R, Les escribo para hacerles una pregunta que parece un poco sencilla pero me ha costado mucho. Estoy tratando de graficar los datos correspondientes a tasas de consumo de algunos organismos cuando están expuestos o no expuestos a un químico sobre tres tipos de presa. Por definición, debía ajustar los datos a un glm con distribución gama. Las gráficas pueden ser
2020 Sep 13
2
Cambiar datos de un DF
Hola: Si codificas "col1" como un factor, lo puedes cambiar todo de una vez renombrando los niveles correspondientes: > df$col1<-as.factor(df$col1) > df$col1  [1] uno   dos   3     4     cinco 6     siete 8     9     diez Levels: 3 4 6 8 9 cinco diez dos siete uno > levels(df$col1)[1:5] <-
2013 Sep 13
3
Problema con el tamaño de las letras en R en gráficos multiples
Hola buenas, Actualmente me hayo haciendo unas gráficas que han de tener un tamaño de letra determinado. Para ello empleo los parametros ps de las funciones x11() y en par(). Mientras hago gráficas de uno y gráficas de dos plots todo va bien. Pego las gráficas en power point y veo que las gráficas son del tamaño recomendado (pego una caja de texto y compruebo que todo es correcto de manera
2012 Sep 12
4
Trying to use pipes in R
Hi, I'm trying to use pipes in R. By now, I could launch the linux command "wc" (to count words from a text), but I don't know how to capture the results, say in a vector of chars... Here is the R code I'm trying: :> f <- pipe("wc", open="w") :> writeLines(c("uno dos tres", "cuatro cinco", "seis"), f) :> close(f)
2016 Oct 28
2
Encontrar la primera columna no NA
Hola a todos, me ha gustado mucho la solución de Carlos, muy eficiente y muy ingeniosa al utilizar la funcion col() que o no la conocia o no me acordaba de ella. La parte mas "lenta" sigue siendo el apply que en el fondo no es mas que un ciclo for a traves de las filas, asi que inspirado por el metodo de Carlos pense que podria ser mas rapido si iteramos a traves de las columnas por lo
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib
2020 Aug 24
3
(sin asunto)
Creo que el problema se podría simplificar y aún obtener un resultado aceptable si simplemente haces un ajuste lineal en un entorno del punto. Como ya tienes los valores de los puntos de cada curva como dices Carlos, creo que con esa información podrías identificar un entorno adecuado en el cual ajustar linealmente. Cuéntanos como te va, Saludos !! Eric. On 24-08-20 12:52, Carlos Ortega
2012 Dec 13
3
Lua improvements
Here are a few patches I applied to get the Lua bindings to build correctly with different versions of Lua. I am not particularly happy with generating all the test scripts just for the shebang line. Since it has been a while since I had to edit autoconf/automake, this was the best I could come up with. Cheers, -Hilko
2008 Feb 03
1
Half-Life 1 Issues - Starting Friday
Anyone having issues with the old 1.6 Half-Life engine? OpenGL mode stopped working for me friday, but its still working in other windows applications. Counterstrike 1.6, Half-Life 1, etc won't work. My brother has same Linux distro and it didn't break for him, so I'm going out on a whim. I've reinstalled vid card drivers, wine, deleted drive_c, made a new user account in