Displaying 20 results from an estimated 1400 matches similar to: "pretty eerie feeling: Google "down", Twitter "down", R sites up"
2005 Aug 07
3
z-machine + asterisk = fun!
I was tinkering with Asterisk and the Festival text-to-speech engine, and
wrote some short Asterisk::AGI scripts to read back live weather reports.
After that, I thought I needed something more interactive to work with...
Then I had a flashback to 1996, first year university, standing in the C
& O club at the University of Waterloo, where someone had just pulled out
their US Robotics Palm
2006 Apr 27
1
Filename too long
This is the rsync version I am using.
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
IPv6, 64-bit system inums, 64-bit internal inums
I have a file with a looooong name which I rsync from PC1 to PC2. (redhat-9)
I am getting the
2007 Nov 02
3
tumblr-0.0.1
NAME
tumblr
SYNOPSIS
tumblr (setup|write|read|authenticate|check-vimeo|check-audio)
[options]+
DESCRIPTION
tumblr.rb is a command line utility and library which interfaces
to the
excellent tumblr blogging platform @ http://www.tumblr.com
tumblr.rb implements the complete restful api in both library and
command line utility, doccumented in full @ http://www.tumblr.com/api
2009 Mar 15
1
Add vorbis_dsp_init() ?
Hi,
This mozilla bug report is a crash triggered by a Vorbis file with
corrupt headers:
https://bugzilla.mozilla.org/show_bug.cgi?id=481601
The patch to fix the crash adds a new vorbis_dsp_init() function to
libvorbis, and calls
that from fs_vorbis_init() in libfishsound:
https://bug481601.bugzilla.mozilla.org/attachment.cgi?id=366150
The public function it adds is:
void
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
Hi,
I''d like to create my first ROR application on Heroku but I can''t deal
with one step in this tutorial:
http://devcenter.heroku.com/articles/quickstart
I''ve spent all my day for this and I have no idea what is wrong...
I cannot deal with last one in 3th part -> Create your Heroku
application
What I did:
I''ve installed eveything what I need
1.
switch to
2016 May 03
6
Unicast or Multicast?
Hi, there!
I have a doubt about if this server supports unicast, multicast or both. I
was looking for information in the web but I couldn't found anything.
Anyone can help me?
Thanks
--
Fran Delgado (ThinWay)
Tumblr: http://thinway.tumblr.com
Twitter: http://twitter.com/thinway
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Nov 12
2
ice cast with ladiocast
Hello -
I'm a blind individual using ladiocast to broadcast.
Here's the problem.
it only supports .ogg streaming and AAC streaming.
My question is, is there a free service where I can broadcast in .AAC streaming?
One thing to note when giving a service, i'm blind using a screen reader and can't get past the capsha spam blocker things.
Thanks for any idea you guys might
2008 Mar 01
3
Possible bug when creating a Ferret::Search::Sort object?
I may have run across a bug in Ferret: if throws a segmentation fault
when I try to create a Sort object using the default fields (SCORE and
DOC_ID), but setting reverse to true.
Here''s the minimal example:
#!/usr/bin/env ruby
require ''rubygems''
require ''ferret''
Ferret::Search::Sort.new
Ferret::Search::Sort.new(
[
2008 Jun 04
2
Is Ferret''s SVN repository down?
Is Ferret''s SVN repository down? I''m trying to get the source from
svn://davebalmain.com/ferret, but I keep getting "Connection Refused"
errors. Did the URL change, or is Ferret''s repository really down?
--
Bira
http://compexplicita.wordpress.com
http://compexplicita.tumblr.com
2008 Jan 17
5
unusual challenges speccing external software
This is something I''ve come up against twice. First, I have an
interactive editor which calls vi, emacs, or TextMate (etc.) via Unix,
and then loads the file handed to the editor back into IRB after it''s
edited and saved. I guess that makes it a special case of a more
general question, which is how do you spec external processes, with a
slightly more complicated version of the
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time:
http://www.vimeo.com/742590
This disturbs me immensely. If anyone can explain it, that would be cool.
I think it''s an illusion brought about by how RSpec wraps the code it
executes, and by the sheer weirdness of continuations.
--
Giles Bowkett
Blog: http://gilesbowkett.blogspot.com
Portfolio:
2016 May 04
3
Unicast or Multicast?
On 04/05/2016 03:48 πμ, buddylove wrote:
> you have 'a' doubt?
> precise your question or do you want to make a quiz here?
>
> this is f.... icecast and it's a damn good piece of software.
> runs like a honey down the nipple, up to 8 streams simultaneously
> including shoutcast.
> read the docs!
>
>
>
> On 04.05.2016 00:15, Fran Delgado wrote:
>>
2007 Dec 29
5
./script/story command
Below I''ve pasted a ./script/story command I''ve been using for about a
week. It has three modes of operation:
1. ./script/story with no arguments will run all *.story files in the story path
2. ./script/story with a path or glob will run the specified stories
3. If input is passed in via STDIN, it runs that text as a story. This
opens up story running via a simple interface
2007 Aug 02
2
STI functionality, but then with multiple tables
Hello,
I''m creating my own Tumblr [tumblr.com] like rails app.
It''s like a blog, but in this case a blog post could be of a certain
type, i.e. a regular post, a video, a link, a photo, a song(info).
Well now, it''s clear that they share a lot of similar functionality:
title, created_at/updated_at, commentable, probably has an author_id,
etc..
But besides that they are
2008 Jan 04
7
best way to modify spec (the command-line tool)?
Hi all, where I work we''ve cooked up a kind of ghetto profiler for our
specs. It basically just does this:
time = Time.now
# run the spec
puts "woah! dude. long spec." if time > 1.second
I''m simplifying here. I think the threshold is actually 0.1 seconds,
and we use more precise language, and highlight the spec in red via
terminal colors, etc.
But the way it works
2007 Jul 25
5
set_default_values rocket science - continuing after_initialize/after_find misfeature
Just starting a new thread so that it''s easy to follow.
I just submitted a patch at trac to add a new class method called
"set_default_values" ( not a great name I think ), which lets you do
all kinds of crazy stuff with setting default values.
This ticket is at http://dev.rubyonrails.org/ticket/9093 and example
pastie is at http://pastie.caboo.se/81925
It also lets you make
2004 Apr 28
0
Re: Best QUa1ity and Best PR!CES of -- XX3NICAL__ CI@_LiS__ ULTR@M__ F!0RIC3T__ __ V1AGR0__ TR_AM_AD0L Onl1ne
Is this a dagger which I see before me, The handle toward my hand? Come, let me clutch thee! I have thee not, and yet I see thee still. Art thou not, fatal vision, sensible To feeling as to sight? or art thou but A dagger of the mind, a false creation Proceeding from the heat-oppressed brain? I see thee yet, in form as palpable As this which now I draw.
http://thesemeds.com/
My people too
2011 Sep 23
1
Correlation of variables with repeated measures.
Hello
I have a dataframe that looks like this:
Date Min Subj VAR1 VAR2 VAR3
1 8/30/2011 5min 1 34.41042 126.08490 55.3548387
2 8/30/2011 10min 1 34.53030 133.81343 61.6000000
3 8/30/2011 15min 1 34.66297 118.38193 11.8000000
4 8/30/2011 20min 1 34.82770 110.77767 6.6000000
5 8/30/2011 5min 2 36.36994 116.24861 41.2258065
6 8/30/2011 10min 2
2008 Jan 26
6
UI Integration with RSpec?
Hi all,
Is there any integration with testing tools such as RSpec or
Test::Unit planned? I see that the cruise task is run correctly, but
the tests show up underneath the build log. Ideally I''d like them to
show up the same way that they do in ''java'' CruiseControl, in their
own section of tests.
Will.
2008 Jan 11
2
guide to good mocking?
Hi all - does anyone know of a good blog post or wiki or something
with a good guide to mocking? I''ve got some degree of responsibility
for people who are creating mocks. I''m supposed to actually be telling
them the best way to do it.
In some cases we have code with like a bazillion mock(:x) statements
and it''s kind of out of control. I have an idea how the specs should