From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Hans Lonsdale Newsgroups: gmane.emacs.help Subject: Finding repetitions of 8-tuples Date: Sat, 31 Dec 2022 18:00:45 +0100 (CET) Message-ID: <1399831366.706043.1672506045023@ichabod.co-bxl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20506"; mail-complaints-to="usenet@ciao.gmane.io" To: Help Gnu Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jan 01 12:40:57 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pBwi1-000584-KX for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Jan 2023 12:40:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pBwhY-0007Yr-DD; Sun, 01 Jan 2023 06:40:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBwhU-0007XG-00 for help-gnu-emacs@gnu.org; Sun, 01 Jan 2023 06:40:24 -0500 Original-Received: from wilbur.contactoffice.com ([212.3.242.68]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBwhR-0004fV-L0 for help-gnu-emacs@gnu.org; Sun, 01 Jan 2023 06:40:23 -0500 Original-Received: from hologram (hologram.co-bxl [10.2.0.17]) by wilbur.contactoffice.com (Postfix) with ESMTP id DB66119B5 for ; Sun, 1 Jan 2023 12:40:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1672573214; s=20210208-e7xh; d=mailfence.com; i=hanslonsdale@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Subject:From:To; l=289; bh=RNPSCMsH85Yns7FtFuNxOjN2p999lJMrTfMSlshooTA=; b=07HeUsqVm9aY1mK2X9wg/42B0PhvfZZeTNYUQtl/DApVlf1TyiFAQ1O/54o4qO0y GsvTTToRO3SkgiW93MISyFPIVNA/c0GASR7zo451T4PQ+vkXMuc7rV+rGosGm0ro3zN O8+t4qezlNte0xq9+BCd8AHnxFYUsrOm5rX++50k81YGDrMRjFHeFL5GIgQjv57ZMnX Hu5y0krRCVgNcQZm4U/QNnxOfbR9nccZF372rI2+1KVei8YaHPV1rb33Wjf5gtBSRf+ fYdReJtoAse6lSmp3t64zMO9ZKy8VPcERNjfcAwgxij7PMUn6ME4tV85p+PznhQUs5h lkNX51eyOg== X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:377787701 Received-SPF: pass client-ip=212.3.242.68; envelope-from=hanslonsdale@mailfence.com; helo=wilbur.contactoffice.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142075 Archived-At: I have 16 collections of 8 numbers (11 12 11 44 11 12 11 23) (12 21 11 44 11 12 11 23) and so on I want to find whether there are repetitions of each 8-tuple. The order in which the numbers occur is not important. -- Sent with https://mailfence.com Secure and private email