Displaying 20 results from an estimated 700 matches similar to: "quenstion about asterisk"
2008 Dec 29
2
[LLVMdev] Enhancing the Trident compiler
Hi,
Would anyone happen to know if there are any efforts underway
at enhancing the Trident compiler?
Some of the things that I would like to add to the Trident compiler
are :
a. Support for compiling multiple C functions in an input file
b. Support for parameter passing
c. Support for functions returning results
d. Support for a C++ front end, and C++ objects
e. Updating the trident
2004 Jul 27
3
explain me exactly about ldap
Hi
i wanna know exactly the principal functions of ldap, if is posible send
me a example because im not very clear about this protocol with samba.
thanks in advance
Cristhian
Dominican Republic
--
"No basta saber, se debe tambi?n aplicar. No es suficiente querer,
se debe tambi?n hacer"(Goethe, Johann Wolfgang von).
Saludos
Cristhian Nunez
AGB-CDI Dominicana
Abraham Lincoln
2009 Feb 02
3
Question about key file formats used by OpenSSH
Hello OpenSSH developers, first post.
I'm implementing SSH agent functionality in a program of mine, with
the ability to add/remove keys files as saved by OpenSSH. So I'm
trying to figure out which formats OpenSSH uses natively for the
different types of keys. The only specification related to SSH key
file formats I've found is RFC4716 (SSH Public Key File Format).
Analysis of
2008 Dec 29
3
[LLVMdev] Error when attempting to build llvm-gcc-1.5 on Mac OS X 10.5.6
Hi Anton,
Where can I get gccas ? I am running Mac OS X 10.5.6 and I get the
following error:
xgcc: installation problem, cannot exec `gccas': No such file or
directory
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** Waiting for unfinished jobs....
xgcc: installation problem, cannot exec `gccas': No such file or
directory
make[2]: *** [libgcc/./_negdi2.o] Error 1
make[1]:
2010 Jan 06
3
February 2010***New R Courses*** by XLSolutions Corp at 9 USA Cities: San Francisco, New York, Washington DC, Houston, Boston, Las Vegas, Seattle, etc
Happy New Year !
XLSolutions February 2010 R courses schedule is now available online at
9
USA cities for with 13 new courses: *** Suggest a future course
date/city
(1) R-PLUS: A Point-and-Click Approach to R
(2) S-PLUS / R : Programming Essentials.
(3) R/S+ Fundamentals and Programming Techniques
(4) R/S-PLUS Functions by Example.
(5) S/R-PLUS Programming 3: Advanced Techniques and
2007 Oct 07
7
Ruby on Rails on WAMP
I am using WAMP(windows, Apache, mySQL and PHP) for my web development.
So I have already MySQL and Apache working. Could any one tell me how to
install Ruby on Rails on this environment? Can I just put ror in the
root directory, www?
A newbie needs your help. :-)
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2008 Dec 29
0
[LLVMdev] Enhancing the Trident compiler
Hi,
I'm not sure, but I think you should do point 'e' first - unless you
want to implement 'a' to 'd' first for 1.5 and then again for 2.4.
Best regards,
Nico
On Dec 29, 2008, at 1:44 PM, Elvis Dowson wrote:
> Hi,
> Would anyone happen to know if there are any efforts underway
> at enhancing the Trident compiler?
>
> Some of the things that I
2019 Sep 24
2
VI Xornada de Usuarios de R en Galicia [10/10/2019]
Hola.
Por si fuera de vuestro inter?s, os informo de que ya est? disponible el Programa de la Jornada de usuarios de R en Galicia.
Pod?is consultarlo aqu? -> https://www.r-users.gal/Programa%202019
Tendr? lugar, el jueves 10 de octubre, en la Facultad de Matem?ticas de la Universidad de Santiago de Compostela.
Un saludo,
Miguel Rodr?guez.
________________________________
2008 Dec 28
3
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi,
I'm new to LLVM and I want to setup the Trident Compiler
system on Mac OS X. I downloaded the llvm-gcc-4.2-2.4.source.tar.gz
package, created a build directory and ran the following command to
configure
$ ../src/configure --program-prefix=llvm- --disable-bootstrap --enable-
checking --enable-languages=c,c++
$ make -j 2
Configure works fine, but I get the following error
2016 May 06
3
Error al ejecutar /usr/local/samba/bin/smbclient -L localhost -U%
Hola,
Tod at s,
Estoy tratando de instalar un DC con samba 4 y luego de crear el dominio
cuando ejecuto este comando para probar si esta funcionando me da error.
He compilado y todo esta bien, pero por alguna relazon no veo el proceso de
samba corriendo.
Lo estoy haciendo en una instalacion limpia, siguiendo este manual pero en
este paso me da error.
2004 Oct 05
1
OT: Can I use a SIPURA with Packet8?
I have packet8 and I have spent many hours on the phone with them.
If someone has found away around there DTA configuration I would like to
know so I can bring it in house to my * box. But as far as your
question is concerned. No. Not that I know of. They wouldn't give me
any information about the configs.
.o-------------------------------------------------------o.
Brian Fertig
Network
2013 Apr 27
11
Help
Hello,
I have a question and need your help urgently. I am new to R but want to learn it.
I have several files in a folder which I have imported to R using :
temp = list.files(pattern="*.txt")
>myfiles = lapply(temp, read.delim)
The resulting files are on the workspace stored as List[110]. So they are 110 files in the list. Each file has several different columns and rows.
My
2024 May 02
1
Group Membership Retrieval not using kerberos authentication
Hello,
I have an Active Directory domain to which a Linux machine with Ubuntu 20.04 LTS is joined using Winbind. The version of Winbind is 4.15.13.
On this machine, users authenticate via SSH using PAM (pam_winbind), and I need to know their group membership.
NSS is configured for this purpose.
When users authenticate via username and password, there's no issue retrieving the list of groups
2024 May 02
1
Group Membership Retrieval not using kerberos authentication
Op 02-05-2024 om 10:39 schreef Oscar Alonso | MailTecK via samba:
> Hello,
>
> I have an Active Directory domain to which a Linux machine with Ubuntu 20.04 LTS is joined using Winbind. The version of Winbind is 4.15.13.
> On this machine, users authenticate via SSH using PAM (pam_winbind), and I need to know their group membership.
> NSS is configured for this purpose.
> When
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis
> $ ../src/configure --program-prefix=llvm- --disable-bootstrap
> --enable-checking --enable-languages=c,c++
You haven't configured llvm-gcc properly. Please do read readme.llvm file.
However, afair, Trident was LLVM 1.5-based, and it will require
massive rewrite to use LLVM 2.x
(bytecode format was also changed)
--
With best regards, Anton Korobeynikov
Faculty of
2008 Apr 09
2
apache log directives
Does anyone know of a way to specify a CustomLog file name in apache
based on the vhost? for example, I have 10 vhosts and instead of giving
each one a CustomLog directive and specifying a different log file I'd
like to do something in global that does the same thing, ala
vhost elvis
customlog elvis.log
vhost king
customlog king.log
becomes
customlog $VHOST.log
I know that this is a bad
2008 Dec 29
1
[LLVMdev] Enhancing the Trident compiler
Hi Nico,
Yes, that's true! :-) I just listed it in order of
short-comings of the existing compiler.
I've been reading up on existing tools, and it would appear that a
couple of commercial tools exist, most notably Xilinx AutoESL, which
supports C, C++, SystemC and M-code. Others support better C
functionality, e.g. c-to-verilog, which does not have the current
2008 Dec 28
2
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Thanks Anton,
Yes, I just realized this. I am going
through the steps now.
So, you're saying that Trident will not work with llvm-2.4?
If I have to use llvm-1.5, which is the corresponding C front end? I
couldn't locate the C front end package on the Trident Compiler
website.
Best regards,
Elvis Dowson
On Dec 29, 2008, at 2:43 AM, Anton
2006 Jun 13
1
2 Courses Near You - (1) Introduction to R/S+ programming: Microarrays Analysis and Bioconductor, (2) R/Splus Fundamentals and Programming Techniques
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to announce:
(1) Introduction to R/S+ programming: Microarrays Analysis and Bioconductor
*** San Francisco / July 17-18, 2006 ***
*** Chicago / July 24-25, 2006 ***
*** Baltimore / July 27-28, 2006 ***
*** Raleigh / July 17-18, 2006 ***
***
2019 Sep 24
2
VI Xornada de Usuarios de R en Galicia [10/10/2019]
Hola Carlos.
Muchas gracias.
Ya sabes que aqu? solemos hacer una "xuntanza" anual, por temas organizativos, b?sicamente.
La idea es juntarnos para ver qu? se est? haciendo y por d?nde vamos tirando cada uno (y socializar un rato)... lo que son unas Jornadas, vamos!
:-)
Espero poder hacer lo mismo en las XI Jornadas de Usuarios de R en Madrid http://r-es.org/XIjuR/ .. a ver si me