Displaying 20 results from an estimated 171 matches for "scriptability".
2007 Jul 13
0
4 commits - configure.ac libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.h libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h NEWS
NEWS | 16 ++
configure.ac | 2
libswfdec/swfdec_as_internal.h | 3
libswfdec/swfdec_as_object.h | 3
libswfdec/swfdec_scriptable.c | 304 -----------------------------------------
libswfdec/swfdec_scriptable.h | 78 ----------
6 files changed, 20 insertions(+), 386 deletions(-)
New commits:
diff-tree
2009 Jan 08
4
Scriptable way to edit yum .repo files?
Hello,
Is there a standard programmatic way to manipulate yum configuration
files, particularly the .repo files?
I want to add things like "priority=..." per repo, or
"check_obsoletes=1" to the priorities plugin config.
I can cook specific search/append using perl or sed but was wondering
whether there is a more elegant way.
I found Perl's Conf::INI module but it
2012 Feb 10
1
Scriptable Integration
My data:
> dput(mydata)
structure(list(V1 = c(1328565067, 1328565067.05, 1328565067.1,
1328565067.15, 1328565067.2, 1328565067.25), V2 = c(0.0963890795246276,
0.227296347215609, 0.240972698811569, 0.221208948983498, 0.230898231782485,
0.203282153087549), V3 = c(0.0245045248243853, 0.0835679411703579,
0.0612613120609633, 0.058568910563872, 0.0511868450318788, 0.0557714205674231
)), .Names =
2006 Apr 28
6
[OT] Ruby ftp client for windows
I know this is off topic, But, my boss has tasked me with finding a better
ftp client than the one in Windows XP. Is there a Ruby client that can
recover dropped connections, ( a resume feature)? Would be nice if it could
handle secure/ encrypted transmissions as well?
Failing that, can anyone recommend a good scriptable ftp client for the
Windows plaftorm?
--
Best Regards,
-Larry
"Work,
2007 Mar 07
0
11 commits - libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h
libswfdec/swfdec_event.c | 90 +++++++++++++++++++++++++++++++++---
libswfdec/swfdec_event.h | 3 +
libswfdec/swfdec_js_movie.c | 6 +-
libswfdec/swfdec_movie.c | 24 +++++++--
libswfdec/swfdec_script.c | 2
libswfdec/swfdec_scriptable.c | 68 +++++++++++++++++++++++++++
libswfdec/swfdec_scriptable.h | 6 ++
libswfdec/swfdec_sprite.c | 102
2009 Apr 16
3
Presenting R Results in Webpages
I apologize in advance that this question is not specific to R, but I thought some R users may be using this in their work process flow.
I would like to be able to have a tool (prefer "scriptable") that will take two images and some pre-written text and put it on an simple webpage.
That is, it would look something like the following:
|---------------------------------------------|
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
libswfdec/Makefile.am | 4
libswfdec/js/jsapi.c | 6 -
libswfdec/js/jsapi.h | 6 -
libswfdec/js/jsfun.h | 2
libswfdec/js/jsinterp.c | 2
libswfdec/js/jsobj.c | 8 -
libswfdec/js/jsobj.h | 6 -
libswfdec/js/jspubtd.h | 4
libswfdec/js/jsscope.c | 2
2018 May 02
2
Re: Create qcow2 v3 volumes via libvirt
On 01/05/2018 22:49, Gionatan Danti wrote:
> Ok, I think I'll continue to use RAW images + filesystem snapshots +
> external snapshot when required.
> It is unfortunate that we have no GUI to manage external snapshots. I
> even remember that external snapshot remove was not supported - I had to
> use the --metadata flag and a plain "rm" to remove them (or using
2004 Aug 06
5
Freedomaudio player
Hi folks
Got Icecast2 running on Redhat8 with IceS2 as a source, streaming some OGG
files. All works nicely (not _especially_ reliable :) but it seems to lock
up the Freedomaudio java player between tracks.
Everytime a new file begins, the player stops and says 'Loading'.
I'm wondering if it's somehthing to do with metadata -
is there a way of disabling metadata from IceS2? (i.e.
2005 Nov 20
2
Request suggestion for Enterprise Fax Server for CentOS 4.2
List:
Please suggest fax server software for Corporate use with
CentOS...requirements...centralized, multiple modems, if required,
scriptable for pre/post fax actions with perl/shell scripts, if possible
compatible for faxing from open office and maybe M$ Windoz. Most
necessary open source, free, being actively maintained & active mailing
list.
Best regards.
Sanjay.
2010 Nov 11
2
Asterisk Playback sound dropping on linphone
Hi,
I dial on A* from a linphonec to a Playback() extension, then suddenly
the sound stops after a while, without any notice.
I enabled debug both in linphone and A*, and the RTP packets are sent
from A* and received from linphone. It doesn't matter whether I choose
alaw, ulaw, gsm as codec (besides changing cpu load of course).
How can I debug it? I'm using A* 1.6.2 and both linphone
2020 Jul 07
3
hex editor for huge files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
hexpeek: a hex editor for huge files
Occasionally I need to work with huge binary files. Over the years I've
tried many different tools and never found one that was exactly what I
wanted. In my experience most hex editors either (1) do not work well
with 4GB+ files or (2) require the user to learn a curses interface and
are not scriptable.
So
2007 Jan 16
1
calling java API from ruby
ok, i want to be able to send some data from my rails app to a CRM. The
library that defines the API for talking to the CRM is written in java.
I got JRuby working, which is pretty cool, but to my understanding i
would have to convert my ruby on rails app to a jruby on rails app
which, as far as i''ve understood, is different deal altogether and
would be set up more like a java server
2010 Mar 07
4
Introducing ConVirt 2.0
----- "Pasi K?rkk?inen" <pasik at iki.fi> wrote:
> On Sat, Mar 06, 2010 at 09:04:20AM -0500, Kanwar Ranbir Sandhu wrote:
> > Why would one use ConVirt instead of the management tools included in
> > RHEL and/or CentOS? What's the difference?
>
> RHEL/CentOS doesn't provide web-based management.. or even easy
> multi-host / cluster management of
2008 Nov 18
0
[LLVMdev] Dynamic configuration for llvmc2
Hello, Patrick
> How does this sound?
You need to be really careful and separate different aims. Currently
you will definitely sacrifice speed for scriptability. As for
cross-compilers - all $ENV & hooks stuff was introduced to
transparently switch from one compiler tree into another. Maybe this
approach needs to be generalized / rethought.
In general, I'd not go this way due to reasons I already mentioned.
Maybe it will be better to formulate the...
2018 May 04
0
Re: Create qcow2 v3 volumes via libvirt
On Wed, May 02, 2018 at 02:45:05PM +0200, Gionatan Danti wrote:
> On 01/05/2018 22:49, Gionatan Danti wrote:
> > Ok, I think I'll continue to use RAW images + filesystem snapshots +
> > external snapshot when required.
> > It is unfortunate that we have no GUI to manage external snapshots. I
> > even remember that external snapshot remove was not supported - I had to
2015 Aug 25
2
C7 and /etc/sysconfig/network
Does Centos 7 use /etc/sysconfig/network or is this replaced by some
systemctl set of commands.
For example I know to set my host name with:
hostnamectl set-hostname nevia.htt-consult.com
But I don't know if this is the same as
cat <<EOF>/etc/sysconfig/network || exit 1
NETWORKING=yes
HOSTNAME=nevia.htt-consult.com
EOF
2016 Jun 23
1
Health checks - automating?
Hi,
After a recent hardware failure I got to thinking - I should really be
monitoring my servers better.
But, what do I actually monitor? Is there a best-practice or even a common
deployments guide to what I can check in terms of samba, ideally scriptable?
Currently I do run automated checks against freeradius (which authenticates
against samba) - but there must be so much more I could check
2014 Sep 23
1
[PATCH] apodization for struct CompressionLevels
On 22.9.2014 23:22, lvqcl wrote:
> Martijn van Beurden wrote:
>
>>> Wouldn't "tukey(1/2)" be better?
>>>
>>> Erik
>> 5e-1 is directly parsed by strtod, while 1/2 isn't AFAIK.
> Another idea is to write flac_strtod() (and probably local_strtod() too)
> function that is able to parse both "0.5" and "0,5" strings
2010 Jun 11
2
mixer input for icecast
hello,
i'm looking for a mixer application as source for icecast. the app
should be scriptable, e.g. it should take 2 or 3 input channels (files)
at various volume levels and downmix it to one source stream for icecast.
pretty much the same as a normal mixer does, but i want to control it by
a kind of predefined timeline. any idea anybody?
thanks, uno