Displaying 20 results from an estimated 172 matches for "needles".
Did you mean:
needless
2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
Im trying to deploy with capistrano from win32 to Linux but no success.
I''ve been installed: cwRsync to ssh
I ran
rake remote:exec ACTION=setup --trace
and get:
Anyone knows how to get capistrano log ssh comunication?
Any idea?
Thanks
rake aborted!
End of file reached
c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/version-negot
iator.rb:51:in `readline''
2006 Mar 27
2
Capistrano deployment issues under Ubuntu Dapper
I''ve recently upgraded my box from Ubuntu Breezy to Dapper, and for
the life of me can''t figure out why I''m getting this exception thrown.
I''ve switched from Switchtower to Capistrano, and when I run rake
deploy I get this output:
** [update_code] exception while rolling back: NameError,
uninitialized constant Net::SSH::Transport::OSSL
2006 May 07
3
Needle + Rails - IoC
Hi,
I''m looking for past efforts to integrate Rails and Needle. I am
thinking of doing it myself but would be interested in seeing what
others have done before.
If there are examples of other IoC frameworks being used with Ruby I''d
be interested in hearing about them too. I find IoC to be a helpful
concept in general and, having glanced at a few existing Rails app.s, I
2005 Dec 22
4
Switchtower problem - `sysread'': bignum too big to convert into `long'' (RangeError)
I''m trying to set up switchtower, following the info in the Manual,
but am getting this error when I run "rake remote_exec ACTION=setup":
servers: ["cantona.dnswatchdog.com"]
/usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.3/lib/net/ssh/transport/packet-stream.rb:203:in
`sysread'': bignum too big to convert into `long'' (RangeError)
from
2007 Jan 19
7
Prototype.js: Is there an "in_array"-like function?
Hi
i was wondering if there is a quick way to search for a item within an
array. Here is my approach for this functionality. It''s an prototype
for an Array method called "has":
Array.prototype.has = function(needle) {
for (var i=0;i<this.length;i++) {
if(this[i] == needle){ return true; }
}
return false;
}
var someArray = [''jim'',
2005 Feb 16
1
memmem broken?
We have a bad bug in udev if compiled with klibc. I seems that the needle
string can't have a strlen of 1. This test case illustrates it:
#include <stdio.h>
#include <string.h>
int main(int argc, char *argv[], char *envp[])
{
char *hay = "a/b";
char *needle = "/";
if (memmem(hay, strlen(hay), needle, strlen(needle)) == NULL)
printf("This uses the
2006 May 17
3
Capistrano: Skipping require of dynamic string
Hi all,
I am starting out to play with capistrano. I installed the capistrano
gem, and I got some messages. I am not sure if these are errors,
warnings or just status messages.I hope someone here can help me
understand these messages, so that I don''t suspect Capistrano
installation if I run into issues further down. :-)
binil$ gem install -r capistrano
Attempting remote installation
2009 Apr 18
2
[LLVMdev] [patch] vmkit compiled using gcc
I have tested compiling vmkit using gcc3.4 and gcc4.4
Some vmkit files required that I added some explicit typecasts and
#includes in order to compile.
I have attached my changes against the vmkit svn trunk rev 69439
Using this patch both versions of gcc managed to compiled vmkit on my
machine.
Cheers
Xerxes
-------------- next part --------------
An embedded and charset-unspecified text was
2009 Apr 18
0
[LLVMdev] [patch] vmkit compiled using gcc
Applied thanks!
http://lists.cs.uiuc.edu/pipermail/vmkit-commits/2009-April/000815.html
Btw, what are the error messages for these?
> - char * res = strstr(haystack, needle);
> + char * res = (char *)strstr(haystack, needle);
> - char* ptr = strrchr(name, '/');
> + char* ptr = (char*)strrchr(name, '/');
Nicolas
Xerxes Rånby wrote:
> I have tested compiling
2010 Sep 01
0
[LLVMdev] "Cannot fine DIE"
...le. The only way to test it is to try and
> debug it
> with gdb, but all that will tell you is that *something* failed - it
> won't
> tell you where or what. It's not so much like looking for a needle
> in a
> haystack - more like looking for a particular needle in a needlestack.
You can also try running "dwarfdump --verify" on your dsymutil file
(not on the dSYM bundle, but on the file inside the bundle). It
sometimes gives a bit more information. Also simply using "dwarfdump -
a" can be helpful to see wrong references (e.g., if the type inf...
2009 Jul 16
1
axis label config mgp
I have long axis labels (8units) on the x axis and 2 unit number labels on
the y axis. I need to move the x axis title without moving the y axis
title. I have used mgp=c(title, label and line), but mgp moves both the x
and y titles. The following puts the y axis title way way out to the left.
Anyone know how to move just the x axis.
X11()
conif<-c("Control", "Switched
2010 Sep 01
2
[LLVMdev] "Cannot fine DIE"
...my module
is correct or even sensible. The only way to test it is to try and debug it
with gdb, but all that will tell you is that *something* failed - it won't
tell you where or what. It's not so much like looking for a needle in a
haystack - more like looking for a particular needle in a needlestack.
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/08f76ed0/attachment.html>
2010 Sep 01
2
[LLVMdev] "Cannot fine DIE"
...it is to try and
> > debug it
> > with gdb, but all that will tell you is that *something* failed - it
> > won't
> > tell you where or what. It's not so much like looking for a needle
> > in a
> > haystack - more like looking for a particular needle in a needlestack.
>
> You can also try running "dwarfdump --verify" on your dsymutil file
> (not on the dSYM bundle, but on the file inside the bundle). It
> sometimes gives a bit more information. Also simply using "dwarfdump -
> a" can be helpful to see wrong references (e....
2018 Jan 23
0
Now playing (PHP example)
This php script is also good for displaying a now playing title on your station's website.
It is not an auto refreshing script so the page would have to be refreshed manually by the visitor when the song changes.
Script follows:
<?php
function getMp3StreamTitle($streamingUrl, $interval, $offset = 0, $headers = true)
{
$needle = 'StreamTitle=';
$ua = 'Mozilla/5.0
2016 May 12
1
Samba clients to windows AD server - DDNS problem
Hi,
Our team has spent several days trying to resolve this and digging through hundreds of documentation pages. There is an overwhelming amount of documentation for building AD servers with samba which makes finding relevant documentation for our situation a case of finding a needle in a haystack (when the needle is made of hay). So I'm hoping the users on this list can help with our problem.
2019 Oct 11
7
New matrix function
Hi All,
I was looking for a function to find a small matrix inside a larger matrix
in R similar to the one described in the following link:
https://www.mathworks.com/matlabcentral/answers/194708-index-a-small-matrix-in-a-larger-matrix
I couldn't find anything.
The above function can be seen as a "generalisation" of the "which"
function as well as the function described
2020 Jun 02
0
[PATCH nbdkit 2/5] vddk: Move reexec code to a new file.
Pure refactoring. Just decouples the complicated reexec code from the
rest.
---
plugins/vddk/Makefile.am | 2 +
plugins/vddk/vddk.h | 42 +++++++++
plugins/vddk/reexec.c | 196 +++++++++++++++++++++++++++++++++++++++
plugins/vddk/vddk.c | 151 ++----------------------------
4 files changed, 246 insertions(+), 145 deletions(-)
diff --git a/plugins/vddk/Makefile.am
2018 Jan 23
2
Now playing (PHP example)
Wow, thank you so much! I completely forgot about the status-json.xsl file... :D
2018-01-23 15:38 GMT+01:00, unosonic <un at aporee.org>:
> Danijela Popović:
>> Hi all,
>> Basically there's my question in the subject. I need a simple example
>> of now playing artist, song, and listeners. Can somebody write it down
>> for me?
>
> no time, sorry
>
2014 Nov 21
2
Building IceS 0.4
I've been through this once before, and passing the proverbial camel
through the eye of the proverbial needle seemed easier.
$ ./configure
...
configure:20721: checking for pkg-config
configure:20739: found /usr/bin/pkg-config
configure:20752: result: /usr/bin/pkg-config
configure:20768: /usr/bin/pkg-config couldn't find libshout. Try
adjusting PKG_CONFIG_PATH.
configure:20774: checking
2019 Oct 11
3
New matrix function
On Fri, 11 Oct 2019 10:45 Duncan Murdoch, <murdoch.duncan at gmail.com> wrote:
> On 11/10/2019 6:44 a.m., Morgan Morgan wrote:
> > Hi All,
> >
> > I was looking for a function to find a small matrix inside a larger
> matrix
> > in R similar to the one described in the following link:
> >
> >
>