similar to: [LLVMdev] translating Objective C to C

Displaying 20 results from an estimated 400 matches similar to: "[LLVMdev] translating Objective C to C"

2012 Apr 16
1
[LLVMdev] R&D Engineer at Monoidics, high-tech SME specialising in automatic program analysis
After hearing reports about the EU LLVM conference, I thought that this could be of interest to members of the list (and might lead to an extra item on the LLVM Industry Users page). --Cristiano --------------- Monoidics Ltd (www.monoidics.com), a high-tech SME specialising in automatic formal verification and producer of the INFER static analyzer is looking for: R&D Engineer
2006 Jan 16
4
Question about self and private
Hi! There''s something I don''t understand yet about static/private methods. I hope someone can explain... E.g.: class SayHello def hello(who) puts "Hello, " + who + "!" end def self.say(words) puts words end end hello = SayHello.new hello.hello "World" : Hello World! hello.say "hi" : Error SayHello.say
2006 Jun 27
0
Calling SOAP based Web Services over SSL
Ok, here we go. 1) I am trying to talk to a soap web service @ the url https://rsvcstage.e2ma.net/emmaTestCalls 2) I can talk to the web service in plain ruby if I: 2.1) disable site ruby (by renaming the site_ruby directory to something else) 2.2) use the WDSLDriverFactory instead of an actionwebservice The working ruby code looks like this:
2008 Jun 06
0
[LLVMdev] translating Objective C to C
Hello, Cristiano > Has anyone tried to do the same? (I can provide the specific source, > but I don't think it matters). Please provide a llvm-gcc output (main.bc) and fill a PR in LLVM bugzilla. This looks like either llvm-gcc or cbe bug. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2006 Feb 20
4
how to set a simple application in Apache?
I am not familar with the RoR site stucture on Apache. I did this but.it doen''t work. I only want to output a word on a page with RoR. I did this 1. >cd public_html (enter web root) 2. >rails sayhello 3. >cd sayhello 4. >cd app 5. >cd controller (enter controller folder) 6. edit application.rb def hello end 7. cd views (enter views folder ) 8. add a
2011 Mar 24
2
Using C code in R
Hi, I am new to R and I want to know how to use C code which contains two functions one called inside another.I know that how to use C code in R if it has only one function but dont know how to do it in above case. I want to use the same in R .My C code is as follows. //#include <R.h> void sayHello(); void g(); void sayhello() { Rprintf("Hello world %d\n",global); } void
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All, I have implemented a JNI library on window that call the C++ dll APIs. Now I want my JAVA program is run on the UNIX system. I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build). The functions in the so lib can work normally with my C main test function. BUT when I call it from Java. The function can linked BUT it is crashed at
2015 Jun 08
2
Fwd: tinc questions
about tomato firmware... can I install it on a VMware virtual machine? tinc web ui is already included with the last tomato version? king regards, Cristiano. 2015-06-08 16:52 GMT-03:00 Lance Fredrickson <lancethepants at gmail.com>: > On 6/8/2015 11:55 AM, Cristiano Albiero Berni wrote: > > 2- Is there a kind of web interface to manager the server? >> > Tinc itself
2008 Dec 15
0
wine: could not load and Bad EXE format for
Hi All, I have tried to write dll from window and try to implement a WineLib wrapper. BUT after compile successful, I have run the function, it show me error as below: wine: could not load L"Z:\\root\\huutri\\maintest.exe.so": Bad EXE format for Can anybody can how to solve this problem? Thank in advance The below is some code: Code: 1. windows HelloImpl.dll __declspec(dllexport)
2015 Jun 08
0
tinc questions
This is the way I understand it. All nodes become aware of all other nodes. As long as one node can connect to another, you'll get a client to client connection. If 2 clients are both behind blocking firewalls, neither will be able to directly connect to the other without one of them having a port open. In that situation their traffic will need to route through another node. On Mon, Jun
2012 Dec 22
1
[LLVMdev] Publication at HotSwUp 2012
Hi all, I would like the following publication to appear on the LLVM website. It would be great if somebody could add the paper to http://llvm.org/pubs/. Here are the specs: Safe and Automated State Transfer for Secure and Reliable Live Update Cristiano Giuffrida and Andrew S. Tanenbaum Proc. of the Fourth International Workshop on Hot Topics in Software Upgrades (HotSWUp '12), June 2012.
2008 Jun 13
1
Output of silhouette (cluster package)
Dear R users, I am mailing you about the graphical output of silhouette (cluster package) From the example of silhouette in help(silhouette): > ar <- agnes(ruspini) > si3 <- silhouette(cutree(ar, k = 5), # k = 4 gave the same as pam() above + daisy(ruspini)) > plot(si3, nmax = 80, cex.names = 0.5) from which one may conclude that group 1 is composed by
2011 Apr 29
1
Analysis and graphics by groups
Hello, This is my first post in this e-mail list and I hope it's enough to justify calling for help. In case it's not, sorry. I'm trying to do analysis and graphics using a factor as a criteria to split data and do the analysis/graphics for each subset of data. Right now what I'm trying to do is to fit and plot the following logistic model, according to a third variable named
2006 Oct 07
1
GUI for R
On 7 October 2006 at 15:44, Janno Tuulik wrote: | Hei Cristiano, | | Take a look at RKWard (http://rkward.sourceforge.net) I would not (yet ?) recommend RKWard as it is in very stages and has fairly incomplete coverage of R. | (http://rosuda.org/JGR/). Unfortunately, I have never tried to install those | on sarge. The excellent JGR is a very good choice. As Janno said, it may be tricky on
2004 Apr 09
2
link redundancy...
Does anyone know how to make a link redundancy? I have two ADSL lines, and i want the linux machine to be able to switch between the two lines everytime the first ADSL line goes down. Thanks a lot. Cristiano
2011 May 04
1
Error Rscript: No such file or directory
Hello, I'm trying to build a simple cpp file using the R CMD SHLIB command and I always receive the same error message: cygwin warning: MS-DOS style path detected: C:/PROGRA~1/R/R-212~1.1/etc/i386/Makeconf Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-212~1.1/etc/i386/Makeconf CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult
2004 Oct 25
3
limit number of TCP connections.
Hi all. I have a simple question. Is that a way to limit the number os TCP or UDP connection of a single HOST in my network? For exemple: I have a host with IP 192.168.1.202 and he is using edonkey, Kazaa, and Bittorrent at the same time, and he also is infected by a virus that opens more than 500 TCP ports at the same time. So, i want to limit that host to be able to open no more then 30 TCP
2015 Jun 08
4
Fwd: tinc questions
Hi, I have some questions about tinc. " *Automatic full mesh routing*Regardless of how you set up the tinc daemons to connect to each other, VPN traffic is always (if possible) sent directly to the destination, without going through intermediate hops. " 1- To have client to client direct connection and don't have traffic through the server should I have port forward at the NAT? Or
2004 Apr 07
2
cant get FAIL-OVER to work...
Hi all. Im having a problem that is driving me crazy. I cant get link fail-over to work in my RedHat9 Linux. I have two ADSL lines exactly the same speed, and im doing NAT with the linux box. Whenever the first line (eth2 in my case) goes down, i run a bash script that i made to change the default route to the backup line (eth0). eth1 is my internal network. I want to be able to make the linux box
2011 Feb 02
1
Why my package is not being generate?
Hi all, I have commited a new release of my package and waited for more than one day. After that "install.packages("tests",repos="http://r-forge.r-projet.org")" still returns "package 'tests' is not available". I have done the local build & check and the package seems ok. Also have mofified the Title in the DESCRIPTION file. What can be wrong?