similar to: swfdec-0.4.0 released

Displaying 20 results from an estimated 700 matches similar to: "swfdec-0.4.0 released"

2007 Jan 14
0
swfdec-0.4.1 released
It looks like I've reached my goal to make more frequent releases, at least this one time. So I proudly present: swfdec-0.4.1 "Dragostea din tei" http://swfdec.freedesktop.org/download/swfdec/0.4/swfdec-0.4.1.tar.gz MD5: e62fa0a386b0f1077d8eb0b878ebf118 swfdec-mozilla-0.4.1 "Nothing to see here"
2007 Jan 14
0
2 commits - configure.ac libswfdec/Makefile.am NEWS
NEWS | 16 ++++++++++++++++ configure.ac | 2 +- libswfdec/Makefile.am | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) New commits: diff-tree bdc3cfcd0acdffd27dcdfabe396d4d47162d197f (from ca781f3f13c2989f9735642a820942618f08c73e) Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 14 19:48:41 2007 +0100 update for 0.4.1 diff --git a/NEWS
2011 Jun 14
1
Virt Tools Blog Planet (RSS feed aggregator)
The virt-tools.org website, launched last year, provides tutorials, videos, documentation, online help and roadmaps relevant to libvirt, libguestfs, gtk-vnc, spice, other related libraries, and tools or applications like virt-manager & virt-install. The site goal is to inform & assist end users, system administrators & application developers who wish to learn about the capabilities of
2002 Jul 11
1
job fails to print via samba 2.2.6-pre1 - lpd ASCII and postscript test works fine...
Red Hat 7.3 samba 2.2.6-pre1 using bsd style printing printers: HP LaserJet 8100 HP LaserJet 8150 HP Color LaserJet 4500 HP Color LaserJet 4550 Problem: I set up printers in linux via printconf as JetDirect queues. I have ~90 printers, all but 12 of which are HP LJ 4000/4050. I can send a test page [both ASCII and
2006 Jan 09
4
Lack of support of Stored Procedures is a Show Stopper
In my opinion most mature/complex client/server or n-tier applications using SQL Server, Oracle, or MySQL, use stored procedures. Without support (except by use of the execute method) for Stored Procedures, Ruby on Rails or MonoRail is a Show Stopper. We are unable to effectively use Ruby On Rails as all access to the db is using Stored Procedures. This does not mean that we are unable to use
2007 Oct 29
0
partials with yield
I''m just wondering if you can use yield/closures in action view templates, it''s kind of hard to explain so I''ll use an example: <%= render(:partial => "table_builder", :locals => {:headings => ["name", "id"], :collection => @users}) do |user| %> #the partial build a table with the headings etc and then yields here for
2002 Jul 02
0
error in plot residuals in a glm with iterations.
Hi, I make this model: > moths.m6 <- glm(nind~metros+especie+habitat+metros:habitat+habitat:especie,family=poisson) > anova(moths.m6,test="F") Analysis of Deviance Table Model: poisson, link: log Response: nind Terms added sequentially (first to last) Df Deviance Resid. Df Resid. Dev F Pr(>F) NULL 81 488.32
2007 May 01
0
[Fwd: Re: [R-downunder] Beware unclass(factor)] (PR#9641)
It really is unclear what is claimed to be a bug here. But see https://stat.ethz.ch/pipermail/r-devel/2007-May/045592.html for why the bug is not in R: your old and new data do not match. Your fit is to a category. [The problem with the web interface to R-bugs was reported last week: it is being worked on.] On Mon, 30 Apr 2007, r.darnell at uq.edu.au wrote: > This is a multi-part
2009 Oct 27
1
Using a variable in the formula
I am sure this question has come up, but searching hasn't given me any results. So I need to enter this line: mx1 <- randomForest(X1 ~ elevation + slope + vegtype, data = moths.train) But the problem is that X1 is currently hard coded. I would instead like to be able to put in the value of X1 through a list. For example: list <- list("X1", "X2", "X3")
2010 Aug 17
6
Overly aggressive constant unloading of Rails 3.0
In Rails 3.0 (both RC and edge), any constant that''s defined while loading a file in development mode will get unloaded on each request, regardless of whether it comes from an autoload path in the application or from external code such as a gem. Example file (tested on a fresh edge app): # kittens.rb require ''nibbler/json'' # "nibbler" is a gem specified
2007 Mar 22
1
Integrating Swfdec and GStreamer
Hi, I've recently been looking at integrating Swfdec and GStreamer. There are some issues I'd like advice on. In order of importance for me: 1) Using GStreamer codecs Swfdec currently has a simple API for decoding data that looks like GstBuffer *decode_next_buffer (Decoder *dec, GstBuffer *input); [1] Which is used to decode video (VP6 and Sorensen Squeeze/H263 to RGBA) and audio
2002 Jul 12
1
job fails to print via samba 2.2.6-pre1 - lpd ASCII a nd postscript test works fine...
Ah, it appears that I have confused myself... I indeed have ALL of the queues defined as JetDirect with the model specific driver selected in printconf. With this combination I am telling linux to modify the job [via the filter] and then pass it as a RAW [jetdirect] where I SHOULD just have the queue define as JetDirect with a RAW as the driver and let the job go as transmitted by the client
2006 Dec 29
0
swfdec-mozilla: Changes to 'refs/tags/0.4.0'
Tag '0.4.0' created by Benjamin Otte <otte@gnome.org> at 2006-12-29 15:11 -0800 releae 0.4.0 ("They killed Kenny") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFlTBBvMv5VCdLq8QRAggSAKDKgzzzjB25rR3zOmJz/otme0jdygCfV+Ga HtsJvzK4/875H51RNhu9LJw= =DEAd -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte: initial checkin
2003 Dec 04
2
Double quote scp?
I've noticed that I need to double quote file names in scp: > scp gaelicWizard:"Desktop/Picture 1.pdf" . > scp: Desktop/Picture: No such file or directory > scp: 1.pdf: No such file or directory Why is this necessary? Wouldn't it be much better to have scp communicate with its server-side counterpart with null-terminated strings, not to have the server interpret the
2002 Sep 13
2
Multiple random effects inlme?
Moi! I was helping to teach a course on mixed models this week, and we came across a problem with coding more than one random effect in lme when they aren't nested. As an example, suppose we have an experiment where we sample moths from several populations, and place the moths on different trees, and measure a trait (in this case survival of offspring, but that's less important). We
2002 Jul 26
0
help with time series
Hi all, I have an experiment that this: Moths's behavior, where 0 is not behavior and 1 is behavior I look the moths every 10 minutes for 960 minutes/day for 7 days. Exist an interval of the 480 minutes between the days with no observations My dataset is something like this: ------------------------------------ | day | minutes | moth | behavior | ------------------------------------ | 1 |
2003 Sep 06
1
GrandStream Phones... White,Black or Green?
Just in case you guys haven't been paying attention Grandstream sliped in some diffrent colors on the IP phones and looks like they released the ATA-286 (Cisco is gonna have kittens I suspect) bkw
2007 Jun 20
1
I want to maintain: libvirt and virt-manager
Yeah, I`m using libvirt and virt-manager for moths and i want to help debian to have it. How i can submit the packages? How i can join at XEN-PACKAGE-TEAM? Regards, Grabber.
2010 Apr 08
1
RandomForest how to identify two classes when only one is present
I'm trying to do: randomForest(f, data = moths.train) But I get this error: Error in randomForest.default(m, y, ...) : Need at least two classes to do classification. When I look at the data for this, I realize there are no positive cases of this item: [1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [38] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2006 Aug 20
14
http parser
Just thought I''d let you know that your http parser worked great for creating an http protocol handler for Eventmachine. It wouldn''t take that much effort to use Eventmachine for Mongrel, might be worth a shot just to see how it does. A few things would need to be restructered, like HttpRequest where you read the rest of the body, and calling the handler. But it