Displaying 20 results from an estimated 2000 matches similar to: "Add noise programmatically after encode"
2003 Sep 25
3
Codec Information
Hi,
I'm currently working on a project to create some order in the video
codec chaos and for the completeness of the information I've got a
couple of questions about the Theora codec. I realize I'm a bit early to
add the Theora information while it's still in Alpha stage but I figured
the base won't be changing anymore (atleast not a lot anyway).
- What FourCC code(s) is
2004 Feb 26
1
Default tags set
Hi,
Is there a fixed set of vorbis tags to be stored in ogg files (artist,
title, etc.) or are all tags names left open?
I wasn't able to find this in the provided documentation on the xiph.org
ogg vorbis site.
If there are fixed tags could you provide me with a link to a site which
gives all the tag names and a description?
Cheers,
Age Bosma
--- >8 ----
List archives:
2006 Apr 03
3
How do I programmatically send a 404 error
I want to programmatically under certain conditions return a 404 (page
not found) error to the browser. How can I do this from my controller?
I''m assuming I need to set a header on the reponse obect. However I
can''t figure out what the header name is.
thanks, scott.
--
Posted via http://www.ruby-forum.com/.
2019 Jan 21
2
How to set command line option programmatically?
Hello,
i want to use the Scalarizer pass.
(http://llvm.org/doxygen/Scalarizer_8cpp_source.html). This pass exposes
the "scalarize-load-store"(default false) option on the command line.
For my use-case i want to always enable this option. How can i enable
this option programmatically?
Thank you
2013 Jan 30
2
Programmatically give file name to a matrix
I have a situation when I need to save matrix with file names that are
programmatically created.
for (i in levels(mergeTrn$Continent)) {
matrix here....
# I want to save this matrix with a file name that carries "i" from for
loop. The following does not work.
paste("plotroc_GBM_Trn_", i, sep="") <- matrix
}
Thanks,
Kumar
--
Section of Integrative
2008 Dec 16
1
Programmatically minimising main R window (on windows)
Hi all,
Is it possible to programmatically minimise the main window of the
windows R gui? I'm designing a small gui with gwidgets & RGtk2 for an
non-statistician to use, and it would be nice if I could easily hide
all the R stuff that they don't need.
Thanks,
Hadley
--
http://had.co.nz/
2007 Oct 08
1
How to get database adapter type programmatically in rails?
Hi,all
I am developing a Rails application supporting both Mysql and Oracle.
I have to use Native SQL statements some place. While we know the SQL
grammar is quite different for Mysql and Oracle, so I have to get
database adapter type programmatically in my codes to process
different native SQL statements. I haven''t found any document for this
situation. After some research, I have found
2010 Jun 02
5
Programmatically counting RSpec tests?
If I have an object `obj` that is a SpecTask, and subsequently invoke
it, is there a way to programmatically determine the number of tests
that were successful, failed, and pending as a result of running that
SpecTask?
--
John Feminella
Principal Consultant, Distilled Brilliance
2018 Jan 06
0
How to programmatically save a web-page using R (mimicking Command+S)
The 'webshot' package (on CRAN) can do this.
Henrik
On Jan 6, 2018 05:27, "Christofer Bogaso" <bogaso.christofer at gmail.com>
wrote:
> Hi,
>
> I would appreciate if someone can give me a pointer on how to save a
> webpage programmatically using R.
>
> For example, let say I have this webpage open in my browser:
>
>
2010 Oct 01
0
how to programmatically undefine and redefine a Domain?
Hello,
I'm facing some strange behavior, and I hope you can provide a
clarification.
Consider the following code:
virDomainPtr dom = virDomainLookupByName(virt, domain_name);
if (dom) {
printf("domain already defined...\n");
if (virDomainUndefine(dom))
printf("...unable to undefine!!!\n");
else {
2013 Aug 19
0
[LLVMdev] Generating GetElementPtr inlined in a function argument list programmatically
On Aug 19, 2013, at 14:26 , chentommy <baiypwup at hotmail.com> wrote:
> Hello LLVMDev List,
>
>
> It's my first time sending a message to the List - I have been working on a tool for my research project using LLVM. Thanks for your awesome work!
>
> I have come across some bytecode like the following with an GetElementPtr instruction in brackets:
>
>
2013 Feb 04
2
Modifying a function programmatically
Dear list
# I have a function
ff <- function(a,b=2,c=4){a+b+c}
# which I programmatically want to modify to a more specialized function in which a is replaced by 1
ff1 <- function(b=2,c=4){1+b+c}
# I do as follows:
vals <- list(a=1)
(expr1 <- as.expression(body(ff)))
expression({
a + b + c
})
(expr2 <- do.call("substitute", list(expr1[[1]], vals)))
{
1 +
2016 Jan 29
3
Asterisk 13.6.0: Is there a way to create PJSIP users and dialplans programmatically using API
Hi,
I am using Asterisk 13.6.0 and was wondering if I can programmatically add
users (to pjsip.conf) and dialplan (to extensions.conf) to the Asterisk
server using API of some sort.
Please do let me know.
Thanks,
Sonny.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 13
0
Cucumber + Selenium: Programmatically Starting a Test Server
Hi All,
I am trying to learn BDD using the Cucumber framework, and am
integrating Selenium for client side tests. I''ve been playing with
refactoring my cucumber installation a bit, and have pulled the code
to start the selenium server out into a profile-configuration file,
similar to env.rb:
# start selenium
server
@@browser = Selenium::SeleniumDriver.new("localhost", 4444,
2009 Jun 12
1
Programmatically copying a graphic to the clipboard
Hi all,
Is there a cross-platform way to do this? On the mac, I cando this by
saving an eps file, and then using pbcopy. Is it possible on other
platforms?
Hadley
--
http://had.co.nz/
2007 Nov 25
1
Set the grid.layout programmatically?
Hello all:
Does anyone know if the grid layout function can be
set dynamically? For example if I have a column that
will be changing as new data is added monthly I would
like grid to detect the new data and create another
row or column for the new plot on the same window
instead of adding the new layout manually. The code
below shows a grid.layout of hardcoded two rows and
two columns.Thanks
2009 Mar 27
2
Need help on how to programmatically call an extension & test call state
I would be grateful if someone could tell me where to find the docs to get
started on the following problem:
A program needs to be written to place a SIP call to a certain extension on
another Asterisk system, and see whether the call state ratchets up to
"ringing", then drop, and take action on the results.
Can anyone refer me to the appropriate starting point to read up on this?
2014 Mar 29
0
Re: Programmatically force shutdown a guest: possible?
On 03/29/2014 06:21 AM, Pasquale Dir wrote:
> I am looking at the shutdown method, but if the guest system is a desktop
> system, like for example ubuntu, it just has the effect to show a box
> prompting the user for a shutdown/reboot/ and such.
>
> I could enter the guest and change this default behaviour and it actually
> works..but I'd like for a way to send a shutdown
2009 May 18
0
[LLVMdev] Invoking LLVM Andersens Programmatically
Hello,
How do apply the LLVM Andersens alias analysis direclty to a Module object. I'm trying to avoid using the PassManager.
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090518/aec81e30/attachment.html>
2009 May 18
0
[LLVMdev] Invoking LLVM Andersens Programmatically
Hello,
How do apply the LLVM Andersens alias analysis direclty to a Module object. I'm trying to avoid using the PassManager.
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090518/1a9d9a89/attachment.html>