From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Taylan Ulrich Bayirli/Kammer Newsgroups: gmane.lisp.guile.user Subject: Re: sph.io libraries Date: Tue, 08 Jul 2014 17:50:21 +0300 Message-ID: <87pphfkiqa.fsf@taylan.uni.cx> References: <53BBF799.9070401@campus.tu-berlin.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404831085 16158 80.91.229.3 (8 Jul 2014 14:51:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2014 14:51:25 +0000 (UTC) Cc: guile-user@gnu.org To: Max Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 08 16:51:19 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X4Wjf-0001GW-GP for guile-user@m.gmane.org; Tue, 08 Jul 2014 16:51:11 +0200 Original-Received: from localhost ([::1]:55989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Wje-0003wg-Ud for guile-user@m.gmane.org; Tue, 08 Jul 2014 10:51:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4WjI-0003sd-Bb for guile-user@gnu.org; Tue, 08 Jul 2014 10:50:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4WjD-00025u-Gm for guile-user@gnu.org; Tue, 08 Jul 2014 10:50:48 -0400 Original-Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:56379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4WjD-00025g-2S for guile-user@gnu.org; Tue, 08 Jul 2014 10:50:43 -0400 Original-Received: by mail-wg0-f44.google.com with SMTP id k14so5988958wgh.3 for ; Tue, 08 Jul 2014 07:50:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=R8xtBm5tctFXbr2vPWHO7oowr6tFwco4hg9/SzP1znk=; b=ESwG1cdi6YtLj+6x2ijbU3x9wLcVJ1YprxH7oiaHFp2pQHrb9tQn43pwjXSkAmsjg+ dRXTmAN0ARBrX1hoPyuvCWK5em1wnWnujbqvAUO9qsKqdSzQtIX7tADnWG8Lo6QV8j5M vFQ4tkLJc4/Bk9nPvPsT6sfA5NBhIYlNVVDvlell9G5VPX5dtdtPnykWtC1sDbUSH+JZ jVI+UB7VTY8mb0h34w3W/P15nrvusxMmJ/bQeyGTrhCxY5XnfFxvjKtbAVZJ/l3UY2YN /vGhGThYmaKanLG2QR/sEhP2/E/emBa1Vzi6VC/FxLfbOzXlC4WDN1sSjA+Htvsk39Q5 w7eg== X-Received: by 10.194.222.197 with SMTP id qo5mr42111429wjc.78.1404831041334; Tue, 08 Jul 2014 07:50:41 -0700 (PDT) Original-Received: from taylan.uni.cx ([85.100.204.237]) by mx.google.com with ESMTPSA id cz8sm96876990wjc.11.2014.07.08.07.50.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Jul 2014 07:50:40 -0700 (PDT) In-Reply-To: <53BBF799.9070401@campus.tu-berlin.de> (Max's message of "Tue, 08 Jul 2014 15:52:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22c X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11328 Archived-At: Max writes: > Have anyone worked with libraries from http://sph.io/ I remember trying to visit that page a while ago and finding it to be down, currently I still can't open it, at the moment it returns the plain text "offline" for a GET on /. Does it work for others? Taylan