Additional Notes
1) Notes about my school project, batch_1997. (the Contact movie, involving Jodie Foster, was popular)
2) French in my registered_academic_transcript, 1997-99
3) About my B.Tech Thesis
4) documenting my gap-year participation.
5) A eulogy, involving the use of => "practising atheist", in vocabulary .
6) regarding family, and television.
7) about Gravitational Lensing
8) List of secular and helpful websites
9) Regarding policy
10) Some research notes, involving;
11) Notes on progress by the Government
12) Julia Gillard's birthday cards, and Steven Pinker's interview
13) Self care summary summary and counselling
14) Towel Day (2023 CE), and the elections in 2024 CE
15) Involving the 5th of May, and birthday cards of Julia Gillard
16)
17)
18)
19)
20)
========================================================
VIDEO
The Nun's Story (1959) Official Trailer - Audrey Hepburn, Peter Finch Movie HD
========================================================
Hello, world !!
myself, first wrote the source code, for similar results, in the summer of 1995,
at school using BASIC.
https://en.wikipedia.org/wiki/2000
https://en.wikipedia.org/wiki/Year_2000_problem
In this video, C R Dawkins, reports that he had a happy childhood.
https://www.youtube.com/watch?v=RKjiSu4zD5Y
Richard Dawkins on scientific truth, outgrowing God and life beyond Earth
And myself, is a convinced atheist as well, and am not eager to report that I had been through an unhappy childhood.
So, I 've selected a few years, that seemed relatively normal, and added them to this code.
https://skepticalinquirer.org/exclusive/encounter-at-phact-with-john-de-lancie/
https://en.wikipedia.org/wiki/True_Q
myself, found this episode, very heartwarming.
https://en.wikipedia.org/wiki/Four_color_theorem#Simplification_and_verification
Wish you a Happy New Year.
import math def pythagorean_triplet(): variables = [1995, 1997, 2001, 2002, 2006, 2021, 2022, 2023] for a in variables: aa = a * a n = ((aa) >> 1) + 4; for b in range(1, n): bb = b * b cc = aa + bb c = math.sqrt(cc) if c % 1 == 0: print("%d\u00b2 + %d\u00b2 = %d\u00b2 [%d + %d = %d]" % (a,b,int(c),aa,bb,cc)) pythagorean_triplet()
result =>
1995² + 200² = 2005² [3980025 + 40000 = 4020025]
1995² + 476² = 2051² [3980025 + 226576 = 4206601]
1995² + 684² = 2109² [3980025 + 467856 = 4447881]
1995² + 1012² = 2237² [3980025 + 1024144 = 5004169]
1995² + 1064² = 2261² [3980025 + 1132096 = 5112121]
1995² + 1296² = 2379² [3980025 + 1679616 = 5659641]
1995² + 1672² = 2603² [3980025 + 2795584 = 6775609]
1995² + 1900² = 2755² [3980025 + 3610000 = 7590025]
1995² + 2340² = 3075² [3980025 + 5475600 = 9455625]
1995² + 2660² = 3325² [3980025 + 7075600 = 11055625]
1995² + 3528² = 4053² [3980025 + 12446784 = 16426809]
1995² + 3952² = 4427² [3980025 + 15618304 = 19598329]
1995² + 4292² = 4733² [3980025 + 18421264 = 22401289]
1995² + 4788² = 5187² [3980025 + 22924944 = 26904969]
1995² + 5332² = 5693² [3980025 + 28430224 = 32410249]
1995² + 6160² = 6475² [3980025 + 37945600 = 41925625]
1995² + 6840² = 7125² [3980025 + 46785600 = 50765625]
1995² + 8000² = 8245² [3980025 + 64000000 = 67980025]
1995² + 8732² = 8957² [3980025 + 76247824 = 80227849]
1995² + 11284² = 11459² [3980025 + 127328656 = 131308681]
1995² + 11552² = 11723² [3980025 + 133448704 = 137428729]
1995² + 13464² = 13611² [3980025 + 181279296 = 185259321]
1995² + 14896² = 15029² [3980025 + 221890816 = 225870841]
1995² + 18900² = 19005² [3980025 + 357210000 = 361190025]
1995² + 20900² = 20995² [3980025 + 436810000 = 440790025]
1995² + 26496² = 26571² [3980025 + 702038016 = 706018041]
1995² + 31556² = 31619² [3980025 + 995781136 = 999761161]
1995² + 34884² = 34941² [3980025 + 1216893456 = 1220873481]
1995² + 40588² = 40637² [3980025 + 1647385744 = 1651365769]
1995² + 44200² = 44245² [3980025 + 1953640000 = 1957620025]
1995² + 56840² = 56875² [3980025 + 3230785600 = 3234765625]
1995² + 79588² = 79613² [3980025 + 6334249744 = 6338229769]
1995² + 94752² = 94773² [3980025 + 8977941504 = 8981921529]
1995² + 104728² = 104747² [3980025 + 10967953984 = 10971934009]
1995² + 132660² = 132675² [3980025 + 17598675600 = 17602655625]
1995² + 221108² = 221117² [3980025 + 48888747664 = 48892727689]
1995² + 284284² = 284291² [3980025 + 80817392656 = 80821372681]
1995² + 398000² = 398005² [3980025 + 158404000000 = 158407980025]
1995² + 663336² = 663339² [3980025 + 440014648896 = 440018628921]
1995² + 1990012² = 1990013² [3980025 + 3960147760144 = 3960151740169]
1997² + 1994004² = 1994005² [3988009 + 3976051952016 = 3976055940025]
2001² + 468² = 2055² [4004001 + 219024 = 4223025]
2001² + 1960² = 2801² [4004001 + 3841600 = 7845601]
2001² + 2668² = 3335² [4004001 + 7118224 = 11122225]
2001² + 3520² = 4049² [4004001 + 12390400 = 16394401]
2001² + 7540² = 7801² [4004001 + 56851600 = 60855601]
2001² + 9568² = 9775² [4004001 + 91546624 = 95550625]
2001² + 22968² = 23055² [4004001 + 527529024 = 531533025]
2001² + 28980² = 29049² [4004001 + 839840400 = 843844401]
2001² + 69020² = 69049² [4004001 + 4763760400 = 4767764401]
2001² + 87032² = 87055² [4004001 + 7574569024 = 7578573025]
2001² + 222440² = 222449² [4004001 + 49479553600 = 49483557601]
2001² + 667332² = 667335² [4004001 + 445331998224 = 445336002225]
2001² + 2002000² = 2002001² [4004001 + 4008004000000 = 4008008004001]
2002² + 336² = 2030² [4008004 + 112896 = 4120900]
2002² + 936² = 2210² [4008004 + 876096 = 4884100]
2002² + 1320² = 2398² [4008004 + 1742400 = 5750404]
2002² + 5760² = 6098² [4008004 + 33177600 = 37185604]
2002² + 6864² = 7150² [4008004 + 47114496 = 51122500]
2002² + 8160² = 8402² [4008004 + 66585600 = 70593604]
2002² + 10920² = 11102² [4008004 + 119246400 = 123254404]
2002² + 12936² = 13090² [4008004 + 167340096 = 171348100]
2002² + 20400² = 20498² [4008004 + 416160000 = 420168004]
2002² + 77064² = 77090² [4008004 + 5938860096 = 5942868100]
2002² + 91080² = 91102² [4008004 + 8295566400 = 8299574404]
2002² + 143136² = 143150² [4008004 + 20487914496 = 20491922500]
2002² + 1002000² = 1002002² [4008004 + 1004004000000 = 1004008008004]
2006² + 3192² = 3770² [4024036 + 10188864 = 14212900]
2006² + 16992² = 17110² [4024036 + 288728064 = 292752100]
2006² + 59160² = 59194² [4024036 + 3499905600 = 3503929636]
2006² + 1006008² = 1006010² [4024036 + 1012052096064 = 1012056120100]
2021² + 180² = 2029² [4084441 + 32400 = 4116841]
2021² + 43428² = 43475² [4084441 + 1885991184 = 1890075625]
2021² + 47472² = 47515² [4084441 + 2253590784 = 2257675225]
2021² + 2042220² = 2042221² [4084441 + 4170662528400 = 4170666612841]
2022² + 2696² = 3370² [4088484 + 7268416 = 11356900]
2022² + 113560² = 113578² [4088484 + 12895873600 = 12899962084]
2022² + 340704² = 340710² [4088484 + 116079215616 = 116083304100]
2022² + 1022120² = 1022122² [4088484 + 1044729294400 = 1044733382884]
2023² + 2040² = 2873² [4092529 + 4161600 = 8254129]
2023² + 6936² = 7225² [4092529 + 48108096 = 52200625]
2023² + 17136² = 17255² [4092529 + 293642496 = 297735025]
2023² + 41736² = 41785² [4092529 + 1741893696 = 1745986225]
2023² + 120360² = 120377² [4092529 + 14486529600 = 14490622129]
2023² + 292320² = 292327² [4092529 + 85450982400 = 85455074929]
2023² + 2046264² = 2046265² [4092529 + 4187196357696 = 4187200450225]
========================================================