From owner-freebsd-questions@freebsd.org Wed Feb 1 13:50:43 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7032CC2FA2 for ; Wed, 1 Feb 2017 13:50:43 +0000 (UTC) (envelope-from g8kbvdave@googlemail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82C339D9 for ; Wed, 1 Feb 2017 13:50:43 +0000 (UTC) (envelope-from g8kbvdave@googlemail.com) Received: by mail-wm0-x236.google.com with SMTP id b65so40213822wmf.0 for ; Wed, 01 Feb 2017 05:50:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=XOLyHlK3hM9sepRdik2N8fTeRlfE7QlgfokJO4QB3jI=; b=EKLvWgi0CBZ+4AUBQDF2lq5VAYVsJQWme5xB8FiXxwbZBwv1abQpUKxbdwXHNwbcg6 uqt0t5yks6CZqcX4xutKl02CWAC7VxG1qxbco1rn36frnhKt0J1kuzdb//0Cm5t+Kybr M/05/nqgoIJjWUj09fbq/4YW0XOJu64HlloYFgKYNWantkjyKvHJaB+KsxhvQwvGYnla uAP4KiRf4kUYz8xKtQtfcR5NS5i+ahvM4QqeCnlcZMl0buK8YqZKbes5HFRZz1/JEcl5 8asoDx0ktQQaFPA+pDOmSWn8C+R0mmo+R+DL84IUleEgEtKJJ41Tm6kbvWRNNxsBQupb Xv0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=XOLyHlK3hM9sepRdik2N8fTeRlfE7QlgfokJO4QB3jI=; b=SF2vYYls420kypFdRrAJsYhmJIPu/F8mv+FdWM+Jtjpm5eR0THiapQtKXb6oAH46s1 SzKpvbYOPnQDzjxRRNZXLu6zwxx8KRTeThiQ8dSYuDO8K9QiezS1C/c2xSp/PvzR570k yKrg+dd6BYDrH28Xp7bT5qitRzE23pqTb9omP7c84YpgDZJKZZkQtyekYKhB99f8DwiO NxZ47phFA2wgBgM+Ryv5ltu76vbkgOeODJiV0W/Qz2/nBS8WbdeIgrUgz51P68sHDO0r K1gVk2DV5Yl60R8DQFRpzCLlxlc5aH8P0UhjeVjtd9WizOIOpoIQqtA6HdWqEdjnwF25 Zt6w== X-Gm-Message-State: AIkVDXJI5pX+n2w/CkSx8gzphy5NHe28rO+jiNL+FAQt5Um2Ez3mFtZzN+WM2VQkroKyPA== X-Received: by 10.28.183.5 with SMTP id h5mr22756732wmf.39.1485957040664; Wed, 01 Feb 2017 05:50:40 -0800 (PST) Received: from [192.168.2.56] ([217.41.35.220]) by smtp.gmail.com with ESMTPSA id e14sm29687486wmd.14.2017.02.01.05.50.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Feb 2017 05:50:40 -0800 (PST) Subject: Re: Programmer's Prayer To: freebsd-questions@freebsd.org References: From: Dave B Message-ID: <40f81edc-fea0-566e-1b24-ffa50d2818a2@googlemail.com> Date: Wed, 1 Feb 2017 13:50:34 +0000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 13:50:44 -0000 On 01/02/17 12:00, freebsd-questions-request@freebsd.org wrote: > Subject: > Programmer's Prayer > From: > Gerard Seibert > Date: > 31/01/17 12:52 > > > PROGRAMMER’S PRAYER > Our program, who art in memory, > called by thy name; > thy operating system run; > thy function be done at runtime > as it was in development. > > Give us this day our daily output. > and forgive us our code duplication, > as we forgive those who > duplicate code against us. > > And lead us not in frustration, > but deliver us from GOTOs. > > For thine is the algorithm, > the computation and the solution, > looping forever and ever. > > RETURN Nice. Can I repeat that with attribution? If so, who to attribute it to? Dave B.