search for: skeletal

Displaying 20 results from an estimated 45 matches for "skeletal".

2016 Feb 26
1
Publication: Flowtables: Program Skeletal Inversion for Defeat of Interprocedural Analysis with Unique Metamorphism
http://dl.acm.org/citation.cfm?id=2843863 Luke Jones, Ryan Whelan, Jeremy Blackthorne, and Graham Baker. 2015. Flowtables: Program Skeletal Inversion for Defeat of Interprocedural Analysis with Unique Metamorphism. In Proceedings of the 5th Program Protection and Reverse Engineering Workshop (PPREW-5). ACM, New York, NY, USA, , Article 6 , 11 pages. DOI=http://dx.doi.org/10.1145/2843859.2843863 -------------- next part -------------- A...
2008 Feb 15
0
Skeletal relations
On 16/02/2008, Ralph Giles <giles@xiph.org> wrote: > The general idea is to use the (http-style) Message Headers > in the Skeleton track to describe each logical bitstream, but no one > has ever written anything down. This is a proposal to get the ball > rolling. awesome, thanks :-) > Lang: <locale> generally I think we should go with existing HTTP and email
2008 Feb 19
0
Skeletal relations
Something which you might also want to consider, unless it is deemed to be outside the scope of skeleton, is a way to embed data that can be referred to by other logical streams, as a means to avoid duplication. A logical stream is self contained as far as the data it handles goes, but several multiplexed streams might need the same, or similar, data. For instance, something I wanted to do was
2008 Feb 20
0
Skeletal relations
> 1) Font data, as in the actual font itself, doesn't really belong in an ogg > stream. People wanting to have more control on the appearance of an overlay might want to control the font. Since font naming is largely non standard (eg, the foundry etc system (you know, *-*-*-* system) is X only I think, and I think Windows just has filenames), one can't specify a font to use in a
2008 Feb 21
0
Skeletal relations
> If you have an application-specific need for exact font data, then I think > the mechanism for retrieving this data should lie in your application, and > not in the media format that you're using for media data. I would have said > the same thing to Adobe if they'd asked me ;-) We may or may not be talking about the same specific thing. My point was not that there should be
2008 Feb 17
0
Skeletal relations
Ralph, Conrad, Now that we have ROE as a means to describe a multi-track ogg file - i.e. a means to author Skeleton - I assume this is supposed to describe how we map ROE information into Skeleton through the use of fisbone message header fields, right? In this case I wonder if you have gone over all the current ROE spec and made sure that all this information is either in ROE or easily
2008 Feb 21
1
Skeletal relations
On Thu, Feb 21, 2008 at 9:00 PM, ogg.k.ogg.k@googlemail.com < ogg.k.ogg.k@googlemail.com> wrote: > > If you have an application-specific need for exact font data, then I > think > > the mechanism for retrieving this data should lie in your application, > and > > not in the media format that you're using for media data. I would have > said > > the same
2008 Feb 15
2
Skeletal relations
On 15-Feb-08, at 10:11 PM, Conrad Parker wrote: >> Lang: <locale> > > generally I think we should go with existing HTTP and email headers > where possible, eg. Content-Language 'k >> Description: <string> > > I kinda feel that this kind of human-readable metadata better belongs > in CMML; the skeleton tells you where to go (for each locale), the
2006 Jan 20
1
Problem loading package with version, S4 classes and NAMESPACE
...es and has a NAMESPACE, and when installed without package versions, runs OK, passes R CMD check, and so on. A user reported that he installed it --with-package-versions, and that from then on it would fail at first use of a class defined in the package. I've reconstructed the problem in a skeletal package: http://reclus.nhh.no/R/etc/S4nswv_0.1-1.tar.gz which when installed without versions works: $ R CMD INSTALL S4nswv $ R ... > library(S4nswv) > sessionInfo() R version 2.2.1, 2005-12-20, i686-pc-linux-gnu attached base packages: [1] "methods" "stats" &qu...
2008 Feb 19
3
Skeletal relations
Hi, A couple of points: 1) Font data, as in the actual font itself, doesn't really belong in an ogg stream. Given that it truly is "global" data in the sense that your fonts are shared by more than just a single ogg file, then the font should be separate from the stream and just referenced using an appropriate font naming scheme. If you meant font references in the first place,
2008 Feb 20
3
Skeletal relations
Hi again :) On Wed, Feb 20, 2008 at 9:01 PM, ogg.k.ogg.k@googlemail.com < ogg.k.ogg.k@googlemail.com> wrote: > > 1) Font data, as in the actual font itself, doesn't really belong in an > ogg > > stream. > > People wanting to have more control on the appearance of an overlay > might want to control the font. Since font naming is largely non standard > (eg,
2006 Apr 04
1
Does anyone have a primitive rake "deploy to test" script?
Would anyone be willing to share a skeletal rake script to deploy an app. to a remote test server, set up the DB, etc. Something to just get started would be great. Old Ant person here, so fairly comfortable with the concept. Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2008 Feb 15
2
acts_as_xapian?
Anybody using Xapian with Ruby on Rails? If so, I'd like: a) Any advice on the state of the Ruby bindings. b) Even a skeletal version of acts_as_xapian - I'd be happy to help flesh it out, and test it. Francis
2005 Jun 21
1
Help request: Windows and Linux authorisation in windows domain.
I have problem (as you noticed ;] ). I have to make unified authorisation system for large, unsecure network connected to a two Polish skelete networks. As you see I need to do it right to avoid big problems. The goal is to have windows and linux computers authorized by one Linux mashine. I can do it by installing samba as a windows domain controller. It would work for windows. Linuxes can
2012 Mar 21
0
multivariate ordinal probit regression vglm()
Hello, all. I'm investigating the rate at which skeletal joint surfaces pass through a series of ordered stages (changes in morphology). Current statistical methods in this type of research use various logit or probit regression techniques (e.g., proportional odds logit/probit, forward/backward continuation ratio, or restricted/unrestricted cumulative p...
2008 Feb 15
6
Skeletal relations
We have new drafts of CMML 4.0 as a text codec and ROE as an xml stream abstract, subsuming the authoring support in CMML 3.1 and earlier. Another thing we talked about at LCA is a how to specify relationships between the various streams in Ogg so that a server, muxer or player can make intelligent decisions about the contained tracks. The general idea is to use the (http-style) Message
2006 Apr 24
1
Handling large dataset & dataframe [Broadcast]
Here's a skeletal example. Embellish as needed: p <- 5 n <- 300 set.seed(1) dat <- cbind(rnorm(n), matrix(runif(n * p), n, p)) write.table(dat, file="c:/temp/big.txt", row=FALSE, col=FALSE) xtx <- matrix(0, p + 1, p + 1) xty <- numeric(p + 1) f <- file("c:/temp/big.txt", op...
2020 Nov 17
1
[DebugInfo] Enabling constructor homing by default
Hi debug-info folks, I've recently been experimenting with the -debug-info-kind=constructor model for debug-info creation, which is leading to some significant reductions in .debug_info on our large C++ benchmarks, which is great! I see in PR46537 that there's a plan to eventually enable this by default -- is this something we can target for LLVM12, or are there outstanding issues? While
2019 Jun 11
1
Samba + sssd
...domain member you need to have winbind running, so you might as well use it Not following this comment, either. What is a UNIX domain member? What kind of domain? Again, we have linux machines bound to an AD domain and are able to login to these machines with AD accounts with nothing but a skeletal version of Samba installed and no winbind at all. Using an LDAP server has much better integration with the linux ecosystem, but then we get stuck with account creation and maintenance, password changes, etc.. I've also used Samba with LDAP authentication in an NT Domain configuration, an...
2016 Jun 29
0
Rsync hung when applying batch file
Hello. On rsync, version 3.0.9 got this trouble, rsync hung when applying batch file: Sync all files from batch to asr_billing install: - skelet/cfg/ install: - skelet/etc/ install: deleting usr/lib/python2.6/site-packages/IPython/external/Itpl.pyc - deleting install: 100% 9.83MB/s - 0 install: 100% 51.39kB/s - usr/lib/python2.6/site-packages/dbfpy/utils.pyc install: 100% 86.10kB/s -