Displaying 5 results from an estimated 5 matches for "moegi".
Did you mean:
logi
2005 Jun 29
2
Ogg Pages Play Time?
Are all audio pages in a Ogg/Vorbis stream the same size? do they have the
same playback duration?
I am developing a P2P streaming application where each client has to dowload
the Ogg/Vorbis pages from other clients (peers) but I need to know how much
time I have to download the next Ogg/Vorbis page before the playback reaches
it.
Something like
numCurrPages = Total of Ogg Pages already
2006 Jan 23
5
Bibtex database design
I am working a Bibtex database for my school using Rails and I need some idea
on how to manage the bibtex types.
I crated an Author and Publications model and put has_and_belongs_to_many
relationship between them.
The user model basically is like this:
class User < ActiveRecord::Base
has_and_belongs_to_many :publications
end
The Publication model has all the Bibtex fields
2006 Jan 24
1
Renaming controllers
I created a test controller (script/generate controller test) to start a
project. During my testing I got to a very advanced state and want to use it
in my project.
How can I rename the test controller to for example user without having to do
it manually?
Horacio
2005 Dec 13
0
non-threaded Ogg/Vorbis/Theora player implementation (java)
I develop j2me applications for mobile phones and for fun I tried to port
Cortados java player to j2me. Took the source code changed a couple of lines
to make it a MIDLET and sudenly, without even thinking it would work, I ended
with a pure j2me theora player for my mobile phone.
Of course is for very small clips (128x96 @ 10.000 fps ) and no audio.
So now I want to implement a full j2me
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries
(20< photos). But as images increase and the user needs to scroll down the
page it starts getting anoying to see all pictures...
I thought pagination but then I saw this AJAX goodness
http://www.apple.com/getamac/ads/
As you can see the videos scroll right/left when the arrows are pressed in a
circular manner