Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102071
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Bernardo Sulzbach <mafagafogigante@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration |
| Date | Sun, 24 Jan 2016 04:33:08 -0200 |
| Lines | 3 |
| Message-ID | <mailman.196.1453617235.15297.python-list@python.org> (permalink) |
| References | <f7ec5b27-8155-4e07-b556-157434209680@googlegroups.com> <56a46f46$0$11097$c3e8da3@news.astraweb.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de N0nQnZ+FOFIsvqb295GoagK8K3myUCXn/7QDMUUIC+1w== |
| Return-Path | <mafagafogigante@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.073 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.00; 'bits': 0.07; 'subject: \n ': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'input': 0.18; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.215.46': 0.30; 'received:google.com': 0.35; 'too': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'your': 0.60; 'you.': 0.64; '"how': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pY5ZLgTNzISYdH1QX8XDxLmZ+AIKEIMMeVfg5wYJ7E0=; b=eX3EEBEQk+AGtOESYat1YMfvtC2SejDpXdp+qgQrlNuxXcdiD/A3RVWyvF034YpgFt Hs9iqMiuB7IAspvThpXsrpcj5hwpczMfB1/X0HHin96jEIBp6ZbVK5PAhuCGBNqQKCyT qn6otuw3tACwbYl2pVepOM9fQet5mrNRMDFUojCgYVM6UACHUUbgQTAukqxNPFKYZ9dt lzXa+enuRCLOc3KsV5uInRkpZOeLg3CeihI5TIEVfTjIUEE/KeywCWKVCXnSGfpaNqu3 bE3NpenmvG7v2q71S5QgtEXUKjNtAXvQ2mav/FeoOqbTza1Sg2kZ8QkSgBMdUkSbjr+j e0Ag== |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=pY5ZLgTNzISYdH1QX8XDxLmZ+AIKEIMMeVfg5wYJ7E0=; b=LM65BeAwGEmrq/4l3058Z+sfdRbgHOaWknZ8qclh4VJjb3wbS60ERGpWJ19WjkpHnI P0jtNWi0ClT3IvCetpMJjZantxwb+qWN/00DqqC+OZekl7vPz8iKpHt876adeHAJDun6 59jcs/AuVKD5nPaVRx27n0f9F4dLJYBSf2sUDpQCulsksy++0IPSUZS1Yyez/ltSqaca GdYwkZaYAn/Uht9W7jUxWrdN2nb0cZgOGhwWkQ2Ftrcu6Ryplc5hsYoLOCqoz6r6juIC UnKlHt/aPCzVxZcdHBOL8LiYNw5SSSn+gven3rDp2cOv9bfZYGRqIbi/sK3sUye2CSs8 QTTw== |
| X-Gm-Message-State | AG10YOTl1sylsqL6ltGTKIJTOkA2ill45F8bf6Arub0AQX4/YNdrbmqXYeq/o+cMZHotsnU0SDko/6uSY/zg4g== |
| X-Received | by 10.25.18.66 with SMTP id h63mr4352592lfi.11.1453617227691; Sat, 23 Jan 2016 22:33:47 -0800 (PST) |
| In-Reply-To | <56a46f46$0$11097$c3e8da3@news.astraweb.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:102071 |
Show key headers only | View raw
Showing any bits of input would help us help you. Your question also seems too vague. Almost a "how to optimize".
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Calculating longitudinal acceleration, lateral acceleration and normal acceleration Robert James Liguori <gliesian66@gmail.com> - 2016-01-23 16:27 -0800
Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-01-24 17:29 +1100
Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration Bernardo Sulzbach <mafagafogigante@gmail.com> - 2016-01-24 04:33 -0200
Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-01-24 17:56 +1100
Attribute path not in PurePosixPath ? Vincent Vande Vyvre <vincent.vande.vyvre@telenet.be> - 2016-01-24 08:58 +0100
Re: Attribute path not in PurePosixPath ? Vincent Vande Vyvre <vincent.vande.vyvre@telenet.be> - 2016-01-24 10:00 +0100
Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration Grant Edwards <invalid@invalid.invalid> - 2016-01-24 16:46 +0000
Re: Calculating longitudinal acceleration, lateral acceleration and normal acceleration Pete Dowdell <contact@stridebird.com> - 2016-01-24 13:46 +0700
csiph-web