similar to: [LLVMdev] project based in trusted computing

Displaying 20 results from an estimated 600 matches similar to: "[LLVMdev] project based in trusted computing"

2009 Oct 23
0
[LLVMdev] project based in trusted computing
amit suthar wrote: > Sir, > I am a M.tech student of Computer Science and Engineering > Department ,Indian Institute of technology, Kharagpur(India). > I have to do a project in trusted computing field. I went through LLVM > Project site. and I want to work in some project of LLVM. > Can u suggest me some project which is somehow related to trusted > computing and i
2011 Sep 10
2
Error : subscript out of bounds
m<-matrix(byrow=FALSE) t<-as.list(na.exclude(x)) j<-0 o<-0 for(i in 1:998) { d<- 5*(i-1)+3 if(t[[d]][[1]]>80) { j<-j+1 e[j]<-d l<-length(t[[d]]) u<-t[[d]] price_rand<-t[[d-1]] n<-0 for(k in 1:l) { if((u[k]>49)&&(u[k]<51)) { n<-n+1 m[n,j]<-price_rand[k] } } } } I am getting error in assigning the values to a matrix. *Error in m[n, j]
2012 May 07
1
Value of Hurst exponent (R/S) method > 1
Hello, I'm using fArma package to estimate the value of Hurst exponent using R/S method. However, for a certain set of data I get H ~ 1.8. How do I interpret this? Following are the output that I get for this set: > mean(data[,2]) [1] 400.5433 > sd(data[,2]) [1] 1139.786 > > rsFit(data[,2], levels = 64) Title: Hurst Exponent from R/S Method Call: rsFit(x = data[, 2], levels
2011 Jun 21
2
Documentation
I am new in R. Can anyone tell : 1. how we can write our own functions in R ? 2. how we can save those functions and recall to use them? 3. what extensions are used for saving a file? -- Siddharth Arun, 4th Year Undergraduate student Industrial Engineering and Management, IIT Kharagpur [[alternative HTML version deleted]]
2001 Mar 17
1
request for help in project
Respected sir, I am doing project of mp3 player using 'C' in linux but i dont know about mp3 compression and how to decode it to play.So I request you to tell us about mp3 compression and how to decode it. Thanking you sir, Ujjaval Suthar _____________________________________________________ Chat with your
2016 Jan 28
2
Intel MPX support (instrumentation pass similar to gcc's Pointer Checker)
Hello, As far as I know, there is no MPX pass in LLVM (though the x86-64 backend already declares MPX registers and instructions). I wonder if anyone is currently working on the LLVM pass for MPX instrumentation, similar to Pointer Checker in gcc. If yes, could anyone elaborate on the status and accessability to other researchers? And if any help is needed? Prof. Santosh Nagarakatte, the author
2011 Jun 13
1
documentation in R
How we can call auto.arima in R. Is there any cran package we need to install for this function? -- Siddharth Arun, 4th Year Undergraduate student Industrial Engineering and Management, IIT Kharagpur [[alternative HTML version deleted]]
2011 Jun 06
2
Problem in R documentation
I am not able to run Dickey-Fuller test. adf.test() function is not working. It is showing 'Error: could not find function "adf.test" Can any tell how to call "time series" library? -- Siddharth Arun, 4th Year Undergraduate student Industrial Engineering and Management, IIT Kharagpur [[alternative HTML version deleted]]
2011 Jun 15
1
Query regarding auto arima
I am using AUTO ARIMA for forecasting. But it is not detecting 'seasonality term' of its own for any data. Is there any other method by which we can detect seasonality and its frequency for any data? Is there any method through which seasonality and its frequency can be automatically detected from ACF plot? -- Siddharth Arun, 4th Year Undergraduate student Industrial Engineering and
2011 Dec 03
1
Shading the plot
Hi all, I have been trying to shade the specific part of the plot Part to be shaded 1. Any color whenever a2>a3 2. Any other color( Not same as 1) whenever a2<a3 Suggest me some code for this task PLOT CODE for reference ######################################################################################################
2012 May 29
1
Help needed in wavelet transforming
Hello I am currently working on forecasting hourly electricity prices where I am required to do wavelet transformation. First I need to calculate decomposition coefficients of the wavelet transform, then I need to select wavelet function using multiresolution technique. I would be really grateful if I can find any help in this matter. Thanking You with regards, -- Name : Tarun Trivedi Senior
2012 May 29
1
Help needed in wavelet transformation
Hello I am currently working on forecasting hourly electricity prices where I am required to do wavelet transformation. First I need to calculate decomposition coefficients of the wavelet transform, then I need to select wavelet function using multiresolution technique. I would be really grateful if I can find any help in this matter. Thanking You with regards, -- Name : Tarun Trivedi Senior
2012 Apr 25
1
Help on time series & Hurst exponent
Hello, I'm an absolute beginner with R. I'm hoping to do some time-series analysis on my data. The data looks like #time value 18 153 20 426 70 7 83 130 84 7 and so on where time could be in seconds or hours or days (not all at the same time). How could I import such a file to R and do some simple stuff (say plot the values)? As per the tutorials on time series, I could use the ts()
2014 Apr 09
2
I can't make outbound calls (status is 'CHANUNAVAIL')
Hello: I have this situation: I can make calls internally, I can make inbound calls but I can't make outbound calls. Thanks in advance. These are my devices: * asterisk 11.8.1 = 192.168.1.22 * sipphone grandstream gxp2160 = 192.168.1.5 * gateway audiocodes mp-114 2fxs-2fxo = 192.168.1.4 port 1 (FXS) connected to an analog phone port 3 (FXO) connected to the PSTN These are my
2005 Nov 09
8
Element-by-element multiplication operator?
Is there an element-by-element multiplication in R, like the .* operator in Matlab? eg: A (2x3) B (2x3) C=A.*B C (2x3) C = [[a11*b11 a12*b12 a13*b13]; [a21*b21 a22*b22 a23*b23]] I can't find one... Thanks -Mike Gates
2005 Oct 02
1
(no subject)
> Yes, I''m still working on it. The focus of that work was copy-on-write > sharing of memory for the purposes of building a (virtual) network of > honeypot systems. We have a paper in SOSP this year, talking about that > work and the copy-on-write memory implementation. See > http://www.cs.ucsd.edu/~mvrable/papers/2005-sosp-potemkin.pdf > for some information.
2006 Nov 22
1
Probit analysis
Respected Sir/Madam, I have a question regarding calculation of LD50 (Lethal Dose) and IC50 (50% inhibitory concentration) of an antimicrobial experiment. I have used a compound isolated from a plant and observed its effect on the fungus *Fusarium oxysporum* by the food poisoning method. Solutions of the compound at concentrations of 0, 50, 100, 150, 200 and 250µg/ ml were added to
2008 Jun 19
7
No Mixers, Gentoo, Creative X-Fi, Wine 1.0
Wine List, Just looking for ideas, here's my system configuration: Gentoo Linux 2.4.24 ALSA built as modules Creative Labs X-Fi 1.18 Driver with a few modifications per http://gentoo-wiki.com/HARDWARE_Creative_Labs_X-Fi Game I'm trying to get sound working on is WoW 2.4 winecfg shows no OSS or ALSA mixers, and none show up in the game either. Now I know, the first thing you're
2003 Aug 07
1
questions about "connection refused"
Dear all: I installed the rsync 2.5.4 in my two machine (192.168.1.30 and 192.168.1.120, both are AIX OS) to backup data each other. The software`s installation is ok, and I can copy local files. But when I try to backup data between two machines, there reports some errors: >./bin/rsync -avz 192.168.1.30::web ./backup-3000/ rsync: failed to connect to 192.168.1.30: Connection refused
2017 Mar 09
2
Trying to get SMS from GXV3240 to trigger dialplan code.
I am trying to send SMS from my grandstream GXV3240 Asterisk receives the message in a NOTIFY block. How can I get asterisk to run dialplan code when receiving these Notify SMS Message Blocks. I can then route them to my SMS provider. Any ideas are appreciated. Below is debug of a message sent from the phone when received no dialplan code is triggered. I am wounding if I need to