Displaying 20 results from an estimated 31 matches for "hax".
Did you mean:
eax
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 x...
2006 Jul 20
6
replace_html + javascript
..."text/javascript"> alert(''foo''); </script>
And this breaks my replace_html, and I get a javascript error in
firebug that looks like it''s not escaping it right.
Does anyone else experience this? Anyone have any suggestions on how
to fix it?
TIA
--hax
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
Wh...
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: rsy...
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
...f 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 missing something, sorry if it''s obvious.
TIA
--hax
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://peopl...
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://peopl...
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...
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 bz...
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
...could see this becoming a common
mistake as more users do the switch to this configuration.
I hope it''s okay for me to post something I consider ''informational''
here, but it had me stumped for hours, and I figure others should
know about it.
Hope thats helpful,
--hax
2006 Mar 10
0
Effect.Scale
...)
If I do go ahead and write it (or something else that might fit in
scriptaculous) are there people who "check and integrate" so to
speak. I don''t think I know the internals of scriptaculous good
enough to make good integration, so are there people who take
"patches/hax" and turn them into good stuff? Pretty new so I''m just
wondering ...
Andreas
2015 Sep 14
3
[Bug 11521] New: rsync does not use high-resolution timestamps to determine file differences
...DIR=$(mktemp -d -p $(pwd))
mkdir $DIR/d1
mkdir $DIR/d2
echo dummy > $DIR/d1/dummy
echo dummy > $DIR/d2/dummy
echo one > $DIR/d1/afile
sleep 0.1
echo two > $DIR/d2/afile
/usr/bin/stat $DIR/d1/afile | grep Mod
/usr/bin/stat $DIR/d2/afile | grep Mod
~/packages/rsync/rsync --delete -a -HAX -vii $DIR/d2/ $DIR/d1
diff -r $DIR/d1 $DIR/d2
/usr/bin/stat $DIR/d1/afile | grep Mod
/usr/bin/stat $DIR/d2/afile | grep Mod
If the diff shows a difference, then the rsync didn't copy afile's contents
over. However, note the stat info from the last two lines - the updated modify
timesta...
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