Displaying 20 results from an estimated 31 matches for "haxe".
Did you mean:
have
2008 Oct 15
1
Flash/Vorbis: Even more improvements
Hello everyone,
the code is slowly getting a little bit messy, but at least I've managed
to tweak a lot of performance out of my Vorbis player for Flash. I did
several improvements to the Huffman decoder by eliminating function
calls and managed after a while to create an AS/haXe hybrid player. The
haXe compiler definately produces much more efficient bytecode (at least
in some situations) and the iMDCT function is 2.5-3 faster compiled with
haXe, compared to the code generated by the Adobe compiler. If someone
knows how to generate an SWC library from the haXe code, I...
2010 May 19
2
[LLVMdev] First proof of concept of a LLVM driven backend for the neko virtual machine
Hi,
Vadim Atlygin has been working on a LLVM backend for Neko, and we are
happy to announce that "Hello world" works now.
For LLVM readers, Neko is a tight virtual machine, which is primarily
targetted by haXe. haXe is a statically typed programming language
that has targets to JavaScript, Flash, as well as Neko. Both haXe and
Neko are developed by Nicolas Cannasse, with contributions from many
others. You can read more about haXe and Neko at www.haxe.org and
www.nekovm.org.
The current neko vm has a x8...
2006 Jul 20
6
replace_html + javascript
Hi all,
This is my first post to the list, so I hope it gets through and I
don''t do anything wrong :)
Here''s the issue I''m having...
I have an rjs that''s doing:
page.replace_html ''myid'', :partial => ''my_partial''
And in my my_partial I have:
<script type="text/javascript">
2006 Feb 04
0
home install frustration
Hello list,
I''m new to rails (and first time poster here).
I''m trying to get rails installed on my shell, haxeh.com, and I''m having
some issues.
First, some background:
- I have installed ruby to ~/local/bin/ruby
- I have installed rubygems to ~/local/bin/gem with all gem installs going
into ~/.gems
- I have also installed a bunch of gems, including rails, and they all end
up in ~/.gems/gems
Whe...
2011 Jun 27
1
[Bug 8273] New: -a doesn't do -HAX
https://bugzilla.samba.org/show_bug.cgi?id=8273
Summary: -a doesn't do -HAX
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Dave at Yost.com
QAContact: rsync-qa at
2004 Aug 06
14
brainfart #67453 - hyper-index
I don''t know if this has been suggested before but..
What about adding support for a bookmark or
hyperlinked index?
The idea is that a large compilation such as a long
speech or an album would be maintained as a single
file, but on playback, the player would show numerous
''tracks'' which are really just bookmarks relating to
starting position of the specific part or
2006 Jul 28
5
RoR & Lightbox
Has anybody else had a problem with using Lightbox in their RoR apps? I
include all the necessary files in application.rhtml and then attempt to use
the Lightbox functionality in pages and such. Nothing happens except that a
new page opens up with the link to the image I was attempting to show with
Lightbox. I''ve even gone so far as to strip out everything except the
necessary
2006 Aug 22
11
Multiple mongrels for one app
Hi mongrel-users,
This is my first post, so I''m not sure if it''s been asked before, but
I can''t find an answer anywhere.
If I have one rails application running, one processor I''m running it
on, and mongrel is multi-threaded, why should I have more than one
mongrel running?
Everyone seems to agree on 3-5 mongrels per rails app, but why?
I must be
2010 Apr 15
3
Trixbox
Hello,
someone used trixbox domU with xen?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Aug 13
2
Fwd: Re: need help with an rsync patch
On Tuesday 13 August 2013 12:23 PM, Joe wrote:
> Is there any way at all to say which is the original file and which is
> the hard link? I'll bet there isn't, although I' m not an internals guy
> at all. If so, this would be impossible to do. The inode is the
> "original", but all the file table entries to it are hard links (if
> they're not symlinks.)
>
2011 Feb 28
3
Xen Kernel Panic
Hello,
I compiled xen on ubuntu, but at the bot i got the kernel panic message.
I enabled the support to ext4 fs.
This is kernel panic error:
EXT3-fs: unable to read superblock
ETX4-fs (md0): unable to read superblock
FAT: unable to read boot vector
Kernel panic - not syncing: VFS: Unable to read superblock(9,8)
My grub.cfg generated by update-grup:
menuentry ''Ubuntu, with Linux
2008 Oct 03
8
Flash Vorbis player
Hi,
I wanted to let you know that I have just made available the sources
to the ogg + vorbis implementation in haXe, which I've been working on
for last couple of weeks. The code compiles to an swf file playable in
Flash Player 10.
A demo of a simple player implementation (latest Flash 10 required):
http://people.xiph.org/~arek/pg/hx/test.html
and the sources, in a bzr branch, currently at:
http://people...
2008 Oct 03
8
Flash Vorbis player
Hi,
I wanted to let you know that I have just made available the sources
to the ogg + vorbis implementation in haXe, which I've been working on
for last couple of weeks. The code compiles to an swf file playable in
Flash Player 10.
A demo of a simple player implementation (latest Flash 10 required):
http://people.xiph.org/~arek/pg/hx/test.html
and the sources, in a bzr branch, currently at:
http://people...
2008 Oct 07
2
My Flash 10 attempt
...in the
previous player, so it should be much easier now to operate the player
together with a user interface.
Second: replacing Array with Vector simplified the code to some extent,
but I am not able to measure any particular performance gain. I am not
sure, but it looks almost to me as if the haXe compiler is producing
much more efficient Flash bytecode compared to the Adobe AS compiler. I
haven't bothered verifying this, but I've profiled my code and there is
no "hotspot" where I'm doing something obviously wrong. Time divides
between the components in almost the s...
2008 Oct 03
0
Fwd: [Vorbis-dev] Flash Vorbis player
...Arek Korbik <arkadini at gmail.com>
> Date: October 2, 2008 9:58:35 PM MDT
> To: vorbis-dev at xiph.org
> Subject: [Vorbis-dev] Flash Vorbis player
>
> Hi,
>
> I wanted to let you know that I have just made available the sources
> to the ogg + vorbis implementation in haXe, which I've been working on
> for last couple of weeks. The code compiles to an swf file playable in
> Flash Player 10.
>
> A demo of a simple player implementation (latest Flash 10 required):
>
> http://people.xiph.org/~arek/pg/hx/test.html
>
> and the sources, in a bzr...
2009 Aug 26
2
wont run programs
i just installed the newest version of wine on to the latest version of ubuntu and it opens but so does this window that i cant close or it closes the intire program and there is no desktop and no way for me to do anything please help me
2006 Aug 24
0
apache2.2 mod_proxy, mongrel, and my poor rails code
Hi mongrel-users,
Just a heads up for apache2.2 mod_proxy + mongrel + rails users:
If you have a line like this in your source (because you''ve done a
poor job maintaining your code and reading the API docs):
render ''foo'', :layout => ''bar''
You might expect it to do what it says... but it actually sets
deprecated_status and ends up setting
2006 Mar 10
0
Effect.Scale
I know you can scale to arbitrary size with
new Effect.Scale("test", 100, {scaleMode: { originalHeight: 400,
originalWidth: 200 }});
but this leaves out the nice transition effect. I''d like to keep the
"scale" and just resize the window, is this possible?
Also, any plans on implementing more scaleFrom options? Like
scaleFromTopBottom, or better yet,
{scaleFrom:
2015 Sep 14
3
[Bug 11521] New: rsync does not use high-resolution timestamps to determine file differences
https://bugzilla.samba.org/show_bug.cgi?id=11521
Bug ID: 11521
Summary: rsync does not use high-resolution timestamps to
determine file differences
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2004 Jun 28
3
Help!!!
Hi!
I heard many things over ogg, but all what i can see is shit. O.K. The
oggdrop.exe play with me, have this tool a version number? I can't see
it. Every other tool don't run under my system (Win98; Athlon1,5GHz;
768MB RAM). For example every version of oggenc produce the error:
"OGGENC.EXE kann nicht ausgef?hrt werden"!
There are a german mailing list? An how can i register