Displaying 20 results from an estimated 32 matches for "ahoy".
Did you mean:
aho
2010 Nov 13
0
[LLVMdev] Ahoy JIT Users
Will this poking include converting the JIT to use the MC framework?
I've added an MC based asm parser, disassembler, and code emitter recently to the MBlaze backend and it would be nice to get JIT support automatically :)
-- Wesley Peck
On Nov 12, 2010, at 7:42 PM, Daniel Dunbar wrote:
> Hi,
>
> I am starting to poke at the LLVM JIT, which seems to be in need of some TLC.
>
2010 Nov 13
1
[LLVMdev] Ahoy JIT Users
On Fri, Nov 12, 2010 at 6:01 PM, Wesley Peck <peckw at wesleypeck.com> wrote:
> Will this poking include converting the JIT to use the MC framework?
That is the motivation for me poking at things, yes.
> I've added an MC based asm parser, disassembler, and code emitter recently to the MBlaze backend and it would be nice to get JIT support automatically :)
I agree, that would be
2010 Nov 14
0
[LLVMdev] Ahoy JIT Users
On Fri, 12 Nov 2010 17:42:57, Daniel Dunbar <daniel at zuster.org> wrote:
> If you are a "sophisticated" JIT user and are using either internal
> APIs (either by integrating with LLVM, or by other C++ tricks), or are
> using obscure or poorly documented public APIs (e.g., why is
> runJITOnFunction exposed?) please make me aware of it!
Hi, Daniel! We
2010 Nov 21
0
[LLVMdev] Ahoy JIT Users
[Resend: I don't know why Reply-to-all button comes after Repy one]
On Sat, Nov 13, 2010 at 1:42 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> Hi,
>
> I am starting to poke at the LLVM JIT, which seems to be in need of some TLC.
>
> If you are a "sophisticated" JIT user and are using either internal
> APIs (either by integrating with LLVM, or by other C++
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
...Access: Execute
9:25:26 PM Rpwd.exe:6328 OPEN C:\WINDOWS\SYSTEM32\MSVCRT.DLL SUCCESS Options:
Open Access: Execute
I've tried this under Rtools 2.9 and then 2.8. I also updated my Cygwin config
(which was pretty current).
No dice.
My little package contains an R function as such:
`ahoy` <-
function () { cat ("Shiver me timbers!\n")}
And a DESCRIPTION file like this:
Package: scupper
Type: Package
Title: Ship ahoy
Version: 1.0
Date: 2009-05-30
Author: Allan Stokes
Maintainer: <astokes at esica.com>
Description: Responds to ahoy() greeting.
License: internal...
2014 Apr 14
3
Opus on MIPS performance
...e-fixed-point option set, as this chip only has soft-float.
My short test file (less than one second) encodes in 0.02 seconds on my Mac but takes 20+ seconds on this device.
Anything obvious that I?ve missed or haven?t set up properly?
Thanks in advance,
Dean
Here it is in action:
root at ahoy6:/tmp# time opusenc /ahoy/sounds/whistle.wav whistle.opus
Skipping chunk of type "LIST", length 46
Encoding using libopus 1.1-fixed (audio)
-----------------------------------------------------
Input: 44.1kHz 2 channels
Output: 2 channels (2 coupled)
20ms packets, 96kbit/se...
2006 Apr 28
1
acts_as_taggable help
Ahoy, having a bit of difficulty w/ the acts as taggable GEM.
I was able to create a tagcloud, but now i want to filter items by tags.
in my controller i have
def show_tagged_with
<-- snip snip -->
@items = Item.find_tagged_with( :any => params[:tag_name])
@categories = Ca...
2010 Nov 13
8
[LLVMdev] Ahoy JIT Users
Hi,
I am starting to poke at the LLVM JIT, which seems to be in need of some TLC.
If you are a "sophisticated" JIT user and are using either internal
APIs (either by integrating with LLVM, or by other C++ tricks), or are
using obscure or poorly documented public APIs (e.g., why is
runJITOnFunction exposed?) please make me aware of it!
I reserve the right to break anything which
2010 May 10
1
Samba4. Unable to join to client machines.
Hi!
First poster ahoy, be gentle with me. I've been fiddling around with
Samba4, using the (pretty nifty) howto at wiki.samba.org. I've followed
it through and provisioned the active directory, I've run all the tests
and everything seems good. Kerberos responds as it should, dynamic DNS
seems to be do...
2006 Apr 15
7
New to rails - scaffold command , how to get related items?
Ahoy,
I was able to follow the tutorials and build a simple to-do list program
with Items and Categories and have the related tables link up w/ the
default "scaffold :Items" command plus custom defenitions.
Then I erased all of that and tried rebuilding the program using the
ruby script/ge...
2009 Jun 19
1
Error "the condition has length > 1 and only the first element will be used"
Ahoy. I'm trying to run a function for each country in a multinational
dataset. Keeping it simple, an example is
for(j in 11:14) {
if(data$country_str == "j") {
mu <- mean(data$ecdfs1)
} else {
mu <- 0
}
}
The number of countries is greater and the functions are more complex, b...
2009 Jun 01
0
install.packages hangs RGui with frozen rpwd process at (PR#13739)
....DLL SUCCESS Options:
>> Open Access: Execute
>>
>> I've tried this under Rtools 2.9 and then 2.8. I also updated my
>> Cygwin config
>> (which was pretty current).
>> No dice.
>> My little package contains an R function as such:
>> `ahoy` <-
>> function () { cat ("Shiver me timbers!\n")}
>>
>> And a DESCRIPTION file like this:
>> Package: scupper
>> Type: Package
>> Title: Ship ahoy
>> Version: 1.0
>> Date: 2009-05-30
>> Author: Allan Stokes
>> Maintainer: <...
2006 Apr 16
7
table sorting
Ahoy,
I checked the API and did some forum searches but didn''t find anything
good on table sorting.
Is there a "railish" way to do this? My current method really is lacking
(i''m on like rails day 2)
<th><%= link_to ''Name'', :action => ...
2018 Jan 02
0
httr::content without message
Ahoy!
That's a message generated by the readr::read_table() function (or it's friends). You can suppress it a number of ways, but this should work as httr::content() will pass through arguments, like col_types = cols(), to the file reader.
junk <- httr::content(r1, col_types = cols())
See...
2006 Apr 17
6
acts_as_taggable confused
Ahoy,
So i''ve installed the acts_as_taggable module and everything is fine,
but i''m a bit confused about this bit of code described in the API
"photo = Photo.new
# splits and adds to the tags collection
photo.tag "wine beer alcohol"
# don''t need to sp...
2006 Apr 21
5
installing hieraki help
Ahoy,
I tried to install hieraki and it was a big mess.
1) upload_progress module needed to be installed
2) no test/development server configured in the config file so i had to
add those
3) no log directory, had to add that
4) had to install 2 gems (ok fine)
5) once the server started, go to homepage...
2006 Apr 16
11
Best way to sort categories w/ pager
Ahoy,
I made this pager,
" def list
@item_pages = Paginator.new self, Item.count, 10, @params[''page'']
@items = Item.find :all, :conditions => "category_id =
#{params[:condition]}",
:limit => @item_pages.items_per_page,...
2018 Jan 02
1
httr::content without message
...:read_csv(r1$content, col_types = cols())
Perfect. Using httr rather than putting the url in any of the read.csv or read_csv type code allows me greater control if the request fails.
Thanks again,
-Roy
> On Jan 2, 2018, at 9:44 AM, Ben Tupper <btupper at bigelow.org> wrote:
>
> Ahoy!
>
> That's a message generated by the readr::read_table() function (or it's friends). You can suppress it a number of ways, but this should work as httr::content() will pass through arguments, like col_types = cols(), to the file reader.
>
> junk <- httr::content(r1, col_...
2004 Aug 10
0
Sound problems ..linux red hat
...n windows environment ...i guess all things being
same when i switch from linux to windows on same machine, i should be able
to hear the dialing out and ringing sounds ...
could i get some leads please.
thanks
niko
_________________________________________________________________
Cricket maniacs ahoy! CDs, books, and more goodies!
http://www.msn.co.in/Shopping/CricketShop/ Available at the cricket shop!
2004 Sep 22
0
file transfer freeze with SW [smbiod] process..
ahoy all.
working 2 machines, both with fedora core 2 Linux 2.6.8-1.521 and the
following samba config:
samba-common-3.0.7-2.FC2
system-config-samba-1.2.9-2
samba-client-3.0.7-2.FC2
samba-3.0.7-2.FC2
can mount and unmount samba shares fine. however, once any file
transfer or seek or whatever (i.e....