Displaying 2 results from an estimated 2 matches for "portat".
Did you mean:
portal
2009 Feb 20
6
write.table
...ut if, after this, I
try to use the function write.table I get the following error message:
Error in write.table(x, file, nrow(x), p, rnames, sep, eol, na, dec, as.integer(quote), :
'list' type not implemented in 'EncodeElement'
Here is what I've done:
as.vector(c(unique(portate$Anno)))->anno
as.vector(loadListPO4)->loadPO4
as.vector(loadListPTG)->loadPTG
as.vector(loadListNT)->loadNT
as.vector(loadListNH4)->loadNH4
as.vector(loadListNO3)->loadNO3
as.vector(loadListBOD5)->loadBOD5
as.vector(loadListSiO2)->loadSiO2
cbind(anno,loadPTG,loadPO4,loadNT,...
2016 Jun 30
0
[GSoC 2016] SAFECode's Memory Policy Hardening - Midterm Report - Zhengyang Liu
...report, this report is covering the information about how we are processing. For those who are interested in these weekly reports, please check [1].
In general, the progress of this project is in working order. Before the midterm, I have done the following works:
1. Finish the SAFECode llvm 3.7 portation. Currently it could work on freebsd 9.3 well and all my recent work are done on this environment.
2. Test this implementation on various test benches and softwares. Fix many bugs and improve the robustness of SAFECode's bbac implementation.
3. Implemented two llvm passes to deal with corne...