Displaying 20 results from an estimated 55 matches for "pute".
Did you mean:
pte
2011 Mar 01
1
theora encoder reordering, order of puting data from DCT 8x8 blocks to huffman compressor, and puting result of huffman compressor to buffer bitstream memory
Good day!
I'm creating HDL IP CORE (for using in FPGA) for theora encoder (now only
I-frames).
I don't undestand one moment. Now i develop such stages:
1. From RBG(byer) to YCbCr converter
2. DCT processing (8x8 pixels blocks)
3. Quantizator of DCT coeff.
4. Zig-Zag of quantized DCT coeff.
and now i have uresolved last stage of compression - how i must send 8x8
blocks to huffman
2005 May 11
3
display two pie-charts
Hey,
i'd like to compose a clock-like looking plot composed out of two
circles, each showing the length of a period (to compare them). first,
to do so, it looked the easiest by using pie(), just puting multiple
pie-charts over each other. the problem is that once the second pie is
drawn, it replaces the first one. does anybody know how to add a second,
smaller pie over an existing one,
2009 Nov 13
3
run script on logout
Does anyone have an idea how to run a script when the user logs out.
I tried puting the command in the .bash_logout file, but it doesnt work.
Thanx
Janez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091113/04308ac2/attachment-0003.html>
2005 Oct 16
6
FreeMIS Open Source Project - packaging advice needed
Hi. FreeMIS is about ready for a first release as a Ruby-on-Rails based
application.
I''m beginning to realise that there''s a lot of stuff to be installed before
you can get even a WEBrick served version up and running:
MySql, Ruby, ruby-mysql bindings, rubygems, rails, and a couple more gems -
raspell (which needs aspell) and tzinfo.
I''m trying to figure out the
2007 Feb 24
2
RESTful PUT and button_to
I''m working on a RESTful app, and I''ve hit a snag. Here''s a
simplified example of the problem. (Excuse me if this example code
isn''t strictly correct; I''m typing from memory.)
Suppose I have a table which models a simple counter. It has a single
column, "count":
class CreateCounters < ActiveRecord::Migration
def self.up
2006 Feb 20
4
redirect_to_remote ?
Is there a method of the type redirect_to_remote which I could use in
place of redirect_to ?
Or is there a good way of puting in place such a thing?
ideally this would act the same as link_to_remote does compaired with
link_to
--
Posted via http://www.ruby-forum.com/.
2005 Oct 15
1
Hints and Call Waiting
Hi!
We have a big problem in our call center: when an agent does an outgoing
call it can receive calls from the queues. The same happens if one agent
transfer a call for another agent... and the ringing tone while in a
call is puting the agents like crazy...
We have the hints working with lines like this in extensions.conf:
exten => 101,hint,SIP/101
If we set incominglimit to 1 the agent
2005 Oct 31
1
Load balance with Multiple Links
Hi
i have read the all the docs
and try to deploy the load balance and QoS
using my 4 links (DSL links)
My setup looks like below
LAN ----Local IP-----Connected to Linux Box Eth1
Eth5-- connected to one DSL1
Eth4-- connected to one DSL2
Eth3-- connected to one DSL3
Eth2-- connected to one DSL4
iam marking them in prerouting randomly
and puting them in table
and snating at POSROUTING
2006 Dec 01
2
favicon
im trying to figure out how to serve a favicon.ico for my app, does anyone have a line for Mongrel::Configurator? all i can see is that everyone seems to use the 404 handler...how boring..
uri "/favico", :handler => Mongrel::DirHandler.new(File.dirname(__FILE__)+"/favicon.ico") is sort of close, but it says The image ?http://m/favicon.ico? cannot be displayed, because it
2012 Feb 24
1
rsync + tar archive performance
Hi,
I have issue with taring speed on the directory created over rsync.
I'm putting directory on a system using rsync (rsync -rv) then tarred it
then puting the same directory on the server again using cp (cp -r) and
tarred it.
There is a result of my test http://pastebin.com/JsrVZps0 - looks like
tar working two times slower on directory copied by rsync.
- m4cp and m4sync contain same
2011 Apr 08
1
Estimates at each iteration
Dear Sir\ Madam
I am trying to maximise a complicated loglikelihood function via EM algorithm
which consists of two step "E-step and M-step"and in this case I need to
maximize the expected of like lihood function " which I get from E- step" and
take those estimates of parameter to update the E-step and repate these till
convargence has been met. So I need to know if I
2014 May 11
2
questions about process_limit
Hello all!
# dovecot --version
2.1.17
Sometimes I have this in the logfile:
May 11 16:55:52 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:35:03 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:36:27 master: Warning: service(imap-login): process_limit (100)
2001 Jun 28
4
Java wrapper?
Hi,
a few months ago it has already been discussed, but without final
solution it seems...
Is there anybody who is working on a Java JNI wrapper for libvorbis
etc.?
Greetings
k.j.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only
2011 Nov 10
5
Named components in a list
I'm studying lists and I came to an example where
> L
$name
[1] "Fred"
$wife
[1] "Mary"
$no.children
[1] 4
$child.ages
[1] 4 7 9
then following the instructions to extend the list with a new component, I
executed:
> L[5] <-list(NewName="something")
and the new list I got was:
> L
$name
[1] "Fred"
$wife
[1] "Mary"
2009 Sep 03
0
[LLVMdev] [PATCH] MaximumSpanningTree goes generic.
Hi,
I succeeded in converting the MaximumSpanningTree module to a generic
one that is able to hold any kind of data.
There was talk about puting this into llvm/ADT, is this implementation
ready for that?
Any complaints if I put this in?
Thanks, Andi
--
==========================================================================
This email is signed, for more information see
2009 Sep 03
0
[LLVMdev] [PATCH] MaximumSpanningTree goes generic.
Hi,
I succeeded in converting the MaximumSpanningTree module to a generic
one that is able to hold any kind of data.
There was talk about puting this into llvm/ADT, is this implementation
ready for that?
Any complaints if I put this in?
Thanks, Andi
--
==========================================================================
This email is signed, for more information see
2018 Mar 31
0
Migrate from Tinc-VPN v1.0 to TINC-VPN v1.1
...n/listinfo/tinc
Lars, very thanks for the information.
I will put the next line in the sources.list file:
deb http://deb.debian.org/debian experimental main
I will execute the next commands:
apt-get update
apt-get -t experimental install tinc
To avoid problems, I will comment the line that I puted in the sources.list and I will execute the next command again:
apt-get update
Correct?
I have installed Raspbian 7 (Wheezy). I will have problems doing this proccess un Raspbian?
Regards,
Ramses
2004 Aug 06
0
radio broadcasting using FLUID
...uid.config
as soon as compiled it would launch the server in a listenning mode , the
fluid.config script contains a file called /home/fluid/samples
, this file contains all the *.MP3 files that would be available for
listenning to the other groups in the network.
Then thru via another client computer you would select a location from the
player that u have and key in IP:port in my case 172.25.17.17:4712
and right away you would be able to listen to all the MP3's contained within
the /home/fluid/samples file one after the other.
I was very pleased to get to this stage, but right now I a...
2010 Nov 07
0
zfs under medium load causes SMB to delay writes
This is not the appropriate group/list for this message.
Crossposting to zfs-discuss (where it perhaps primarily
belongs) and to cifs-discuss, which also relates.
> Hi,
>
> I have an I/O load issue and after days of searching
> wanted to know if anyone has pointers on how to
> approach this.
>
> My 1-year stable zfs system (raidz3 8 2TB drives, all
> OK) just started to
2009 Sep 10
1
g723 to wav conversion
...*in.g723 and *out.g723
After searching a lot I failed to combine/use/hear or convert them into wav
this to file.
How can I convert those to files into wav*? *
--
_____________________________________________
?n caz c? ave?i nevoie s? scrie?i cu diacritice
rom?ne?ti ?i nu le ave?i instalate, pute?i folosi
www.diacritic.eu/ro.html
______________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090910/2d486095/attachment.htm