473,657 Members | 2,530 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The Art of Counting TIME

The Art of Counting TIME

[ Mathematics / Physics / Engineering ]
--------------------------------------------------------------------------------

As the research done on the paper titled: "The Number '1'", which
yielded the following results:
WHAT passes through this PERFECT MIRROR, PI , that reflects off , PI to
give
"a mirror image of " PI known as: "The Number '1'?

The answer is: 'TIME'.

The Number '1' IS TIME.

The Number '1' occurs in every number and its progression [ series,
sequence, cycle ] is what is known as "Science".
--------------------------------------------------------------------------------

Since "Science" is defined as "The progression of The Number 1", for
the following (and for sake of simplicity), let us define the value
that:
--------------------------------------------------------------------------------

TIME = "1".

--------------------------------------------------------------------------------

Let us then add TIME to "itself".

When this operation is carried out, we arrive at the following
sequence:

TIME + "1" = 1

1 + "1" = 2

2 + "1" = 3

3 + "1" = 5

5 + "1" = 7

7 + "1" = 11

11 + "1" = 13
..

etc.

--------------------------------------------------------------------------------

The series known as "PRIME Numbers" emerges as a result of : "Counting
TIME" or adding the PRIME Number "1" to itself or adding TIME to itself
which is also:

To count the number of 'coincidences' OR same - time - occurrences of
The Number '1'.

This series goes to infinity and acts as a PRIMER or "KEY" to unlocking
the trancendental number known as: PI.

Jan 21 '07 #1
3 2071
ne**********@ya hoo.com writes:
The Art of Counting TIME

[ Mathematics / Physics / Engineering ]
[snip]

Please don't post this stuff to comp.lang.c. This newsgroup discusses
the C programming language. Your article, regardless of its validity,
is off-topic and unwelcome.

(I tried replying by e-mail, but "ne**********@y ahoo.com" is not a
valid address.)

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jan 21 '07 #2
Keith Thompson wrote:
>
Please don't post this stuff to comp.lang.c. This newsgroup discusses
the C programming language. Your article, regardless of its validity,
is off-topic and unwelcome.

(I tried replying by e-mail, but "ne**********@y ahoo.com" is not a
valid address.)
Another plea to ignore OT spam, yet another case of a message NIN
filtered out!

--
Ian Collins.
Jan 21 '07 #3
Ian Collins <ia******@hotma il.comwrites:
Keith Thompson wrote:
Please don't post this stuff to comp.lang.c. This newsgroup discusses
the C programming language. Your article, regardless of its validity,
is off-topic and unwelcome.

(I tried replying by e-mail, but "ne**********@y ahoo.com" is not a
valid address.)
Another plea to ignore OT spam, yet another case of a message NIN
filtered out!
Since I haven't seen it in any other newsgroups, I thought there was a
decent chance the OP might see my followup (and a smaller chance he'll
pay attention).

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Jan 21 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2174
by: Elbert Lev | last post by:
Please correct me if I'm wrong. Python (as I understand) uses reference counting to determine when to delete the object. As soon as the object goes out of the scope it is deleted. Python does not use garbage collection (as Java does). So if the script runs a loop: for i in range(100): f = Obj(i)
3
1957
by: Megan | last post by:
hi everybody- i'm having a counting problem i hope you guys and gals could give me some help with. i have a query that retrieves a bevy of information from several different tables. first let me give you a little background. this database is kind of like a human resources database. it collects info about people, where they work, and if they have any work-related issues where they work.
7
4800
by: sathyashrayan | last post by:
Group, Following function will check weather a bit is set in the given variouble x. int bit_count(long x) { int n = 0; /* ** The loop will execute once for each bit of x set,
4
4193
by: aaronfude | last post by:
Hi, Please consider the following class (it's not really my class, but it's a good example for my question): class Vector { int myN; double *myX; Vector(int n) : myN(n), myX(new double) { } double &operator()(int i) { return myX; }
10
1512
by: cj | last post by:
I'm writing a TCP/IP server app that will have many simultaneous connections. The main thread listens for new connections and starts a thread to handle each requested connection. These are short lived threads that get a request and return a reply and end. Can the main thread tell me how many connection threads are currently running at any given time? I'd like to have a label on the main form to show how many connections the server is...
4
1916
by: Dado | last post by:
I have a next situation with the textbox field: A - B = C 1. How to fill the A fill with the data from my previous recordset ? Can I do it with the expression builder ? 2. I want that every field I can edit or count, depends on what fileds I input the value ?
14
2076
by: Dan | last post by:
Is this discouraged?: for line in open(filename): <do something with line> That is, should I do this instead?: fileptr = open(filename) for line in fileptr: <do something with line>
0
1419
by: fhmm | last post by:
hellow everybody i need your help i have problem in counting the waiting time for a person for example if we need to count the waiting time for a person from which he has come to the time 15:30 the programe should prompt for hour and minute to calculate the waiting time . thank you in advance,
5
3539
by: sololoquist | last post by:
#define COUNT_UP #include <stdio.h> #define N 10 int main() { int i; #ifdef COUNT_UP for (i = 0; i < N; i++)
0
8421
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8844
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8742
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8518
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7354
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1971
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.