search for: mysoft

Displaying 4 results from an estimated 4 matches for "mysoft".

Did you mean: msoft
2016 Jan 15
3
[PGO] Thoughts on adding a key-value store to profile data formats
...foo.profdata $ llvm-profdata show -metadata foo.profdata customkey: "value1" Total functions: 4 Maximum function count: 866988873 Maximum internal block count: 267914296 Developers could add as much custom context as they find valuable: $ llvm-profdata merge -metadata="mysoft.version,${SOFTWARE_VERSION} (${BUILD_NUMBER})" -metadata="mysoft.exe_md5,`md5 -q foo.exe` foo.profraw -o foo.profdata $ llvm-profdata show -metadata foo.profdata mysoft.version: "0.1.0" mysoft.exe_md5: "337b5c5bc29cbdca090a1921a58465d6" Total functions: 4 Max...
2016 Jan 15
2
[PGO] Thoughts on adding a key-value store to profile data formats
...block count: 267914296 > > > > Developers could add as much custom context as they find valuable: > > I think all meta data should be custom defined -- the profile reader > should not need to understand them. > > > > > > $ llvm-profdata merge -metadata="mysoft.version,${SOFTWARE_VERSION} > > (${BUILD_NUMBER})" -metadata="mysoft.exe_md5,`md5 -q foo.exe` > foo.profraw -o > > foo.profdata > > $ llvm-profdata show -metadata foo.profdata > > mysoft.version: "0.1.0" > > mysoft.exe_md5: "337b5c5bc2...
2002 Oct 07
3
RE: new packages: geepack and KMsurv
...ption: Data sets and functions for Klein and Moeschberger (1997), "Survival Analysis, Techniques for Censored and Truncated Data", Springer. Depends: survival License: GPL version 2.0 or later The windows version of these packages are available at http://franz.stat.wisc.edu/~jyan/mysoft/ I am grateful to Professor Douglas Bates and Professor Jason Fine for encouragement, discussions and comments. Please kindly let me know if there are any questions, comments, and bugs of course. Jun Yan Department of Statistics Office: CSSC 4252 university of Wisconsin-Madison Tel:...
2003 Jul 30
0
Help on Customizing Openssh
Hi folks i deeply need some help on openssh and i don't know where to found it. i'm coding a software re-using openssh code. my software should allow the user to connect to several hosts simultaneously (ex: ./mysoft user1 at hostname1@port1 user2 at hostname2@port2) and it should behave exactly the same way than openssh except 2 differences. *firstly i'd like to modify the source code in order to make the ssh session run in a other Xterm (or console or whatever) than the one that i used to start the progr...