similar to: [LLVMdev] help: the best ways of contribution for a beginner ?

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] help: the best ways of contribution for a beginner ?"

2013 Dec 09
1
[LLVMdev] llvm3.3 and clang3.3 rpm package
Hi everyone, I have rhel 6.x 64-bit machine and I want to install llvm-3.3. clang-3.3. Can anyone share the download link for the rhel-6 compatible (rpm package)? Regards, Gopal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131209/20717fab/attachment.html>
2013 Oct 09
2
[LLVMdev] Backend vs JIT : GPU
Hi guys, I am understanding OpenCL compilation flow on GPU in order to develop OpenCL runtime for a new hardware. I understood that OpenCL compiler is part of a vendor's runtime library which is the heart of OpenCL. Since OpenCL kernel is compiled at runtime, hence at high level its compilation takes place in two steps: i. source code is first converted to intermediate code. ii.
2011 Feb 18
1
Rails plugins new official maintainers
Hey guys, This is the final list of the new maintainers of each plugin. We need two more things to do: First please the owners of the repos add the rest of the maintainers. Second I will add a note on each rails/plugin mentioning this repos updates. So from now on, if someone else is interested in helping/contributing please send a message to the appropriate repo owner. verification
2006 Mar 31
4
Ruby on Rails - South African Community
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.3.3/298 - Release Date: 2006/03/30
2011 Aug 24
2
Asterisk Integration with Android device
Hi, I created a extension in Asterisk, the extension has been configured in Android softphone 3cx. When I tried to call from Andorid phone to some other IP extension which is registered in Asterisk, I am not able to hear the voice, when I check the asterisk log or wireshark there is only one way RTP traffic, from Android I am connecting to Asterisk via 2G GSM network. Any idea would be
2003 Mar 04
3
number of groups of NT account causes authentication problems
I am facing a strange problem related to authentication of NT users accessing the SAMBA server. Here are the details: Server: Solaris 9, SUN Ultra 60, SAMBA 2.2.7a with PAM and WINBIND Client: Windows XP, NT4.0, 2000 Symptoms: Created a share \\server\test (UNIX: /export/SMB/test) with access to group 'TestGoup' where 'TestUser' is a member. 'TestUser' is a member of
2006 May 11
6
Dynamic data passing thru Rails to Flash
Hi, I am using Flash Dashboard and 3 sets of listbox. When i change my first list box say name i need to dynamically change the second list box and from the second list box when i choose an name i need to change the content according to this in the third list box. How can i pass this datas from database in rails. thanx g.balaji -- Posted via http://www.ruby-forum.com/.
2006 Jul 04
2
WAP/WML/Mobile Internet Access with RoR
Is there any good information on doing WAP/WML/Mobile Internet Access with Ruby on Rails. I''ve tried surfing the web, but couldn''t come up with anything substancial. I would appreciate any input in this regard. Thanks in advance Gopal -- Posted via http://www.ruby-forum.com/.
2012 Oct 24
5
Multiple resource definition error
Hi, So, I am writing a module to install and configure ucarp. There is only one module in puppet forge and that is not that good. In ucarp, same configuration files have to be served on two servers and to configure the host I am defining a custom resource ucarp::host::config. So, for using, I''ll have to create this resource two times on two different servers. So, this resource
2004 Dec 27
3
authenticate Samba users with RSA SecureID or Safeword
Hi, =20 I=92m looking for inspiration on how to get Samba (setup as a Domain controller)=20 To authenticate its users by AAA products like Safeword from = securecomputing (HYPERLINK "http://www.safeword.com/"www.safeword.com) or RSA SecureID =96 HYPERLINK "http://www.rsa.com/"www.rsa.com=20 =20 Would appreciate responses from you kind folks =20 Rgds Gopal --=20 No
2008 Jan 25
1
Need sample configuration files for sipura/linksys ata
Hi all, i need sample xml configuration files for linksys pap2, linksys pap-2t, sipura 2100, sipura 2102, 1001, 3000 and 3102. All of these are linksys/sipura products. So if anyone has these sample files then plz share. -- Best Regards Rizwan Hisham Software Engineer Axvoice Inc. www.axvoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Nov 17
2
Newbie question
I'm trying to find a good open source software to do sales forecasting using Holt Winters and Box Jenkins time series algorithm. Somebody pointed me that R is the best open source available for statistical computing. Are there functions to do Holt Winters and Box Jenkins time series prediction in R? If there is none, can some one point me a good GNU/freeware to do the sales forecasting using
2009 Jul 01
2
Difficulty in calculating MLE through NLM
Hi R-friends, Attached is the SAS XPORT file that I have imported into R using following code library(foreign) mydata<-read.xport("C:\\ctf.xpt") print(mydata) I am trying to maximize logL in order to find Maximum Likelihood Estimate (MLE) of 5 parameters (alpha1, beta1, alpha2, beta2, p) using NLM function in R as follows. # Defining Log likelihood - In the function it is noted as
2012 Sep 26
6
SIP Retransmitting REGISTER message
Hi, I was trying to register a VoIP trunk in Asterisk , where its keep on sending Register message to the server, where I am not getting any response from server. But whereas if i register in Xlite softphone the account is getting registered. I suspect it could be network related issue, but since in softphone it is getting registered from the same network. Any ideas to isolate things would be
2007 Nov 10
1
Asterisk direct dialing
Hi, I am using Asterisk 1.2.24, I have written my dialplan to land with an IVR with the same time if the customer knows the parties extensions they can dial directly, but what happens is sometimes its working and sometime its not working. My extensions.conf as follows, [incoming] exten => 052477302,1,Wait(2) exten => 052477302,2,NoOp(${CALLERIDNUM}) exten =>
2013 Jun 23
1
R Programmer / Data Scientist (CARD.com, CA, USA)
CARD.com is a well funded financial start-up based out of Santa Monica, CA. We are looking to grow our data science team with a Data Scientist who has superlative R programming skills and experience in scaling R-based analytics to large data stores. Details at: bit.ly/17TuBFm Thank you! -- *Ajay Gopal, PhD* *Director, Data Science & Analytics* [[alternative HTML version deleted]]
2014 Jun 19
0
Use keepalive to monitor health of qemu-kvm process
Hi everyone, I've had instances where qemu-kvm process dies and become a zombie. At that state, libvirtd reports the instance to be running and I can't restart the VM because libvirtd fails to kill the qemu-kvm process. Finding the root cause of that is a topic for another day. I also see this line in logs: Jun 15 13:36:57 d12566 libvirtd: 10424: warning : virKeepAliveTimerInternal:156 :
2014 Mar 05
3
Enterprise VoIP Trunk
Am looking for a service provider who can provide enterprise SIP trunk with 100 channels concurrent sessions. I see some like Inphonex, Broadvoice... and etc.... Is there any suggestions for the service providers. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 15
2
Flash & Rails Data passing
Hi, I am new to Rails and we are creating a web 2.0 app where we are integrating Rails and Flash. I dont know how to pass the values from flash to Rails to save in database. We have integrated the above specified with PHP and Rails. How to get the data from database and pass on the Flash thru Rails. Wht i exactly need is, We have 3 list box where when i select the first list box i need to
2006 Sep 04
4
Mongrel Tuneup Guide: Questions
Hi! I''ve been following the new mongrel tuneup guide (a huge thanks for that btw) and here are my results. I''ve basically only gotten to the point where I''m tuning up 1 mongrel because I suspect I have a performance problem with my rails app. http://mongrel.rubyforge.org/docs/how_many_mongrels.html The first number is the 10s nconns and the second is the max req/s as