User contributions for David

From Federal Burro of Information
A user with 31,852 edits. Account created on 11 January 2009.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

1 August 2023

31 July 2023

20 July 2023

27 June 2023

12 June 2023

9 June 2023

  • 23:5823:58, 9 June 2023 diff hist +18 Duplicate Finder ScriptNo edit summary current
  • 23:5823:58, 9 June 2023 diff hist +1,211 N Duplicate Finder ScriptCreated page with " finder.py <pre> #!/usr/bin/env python3 import os import hashlib def get_file_checksum(filename): """ Returns the SHA-256 hash of the contents of a file """ sha256 = hashlib.sha256() with open(filename, 'rb') as f: while True: data = f.read(1024) if not data: print("x", end = '') break sha256.update(data) print("!", end = '') return sha256.hexdigest() def fi..."

5 June 2023

29 May 2023

17 May 2023

16 May 2023

9 May 2023

  • 21:0621:06, 9 May 2023 diff hist +21 ESP32 Wi-Fi Signal StrengthNo edit summary current
  • 21:0621:06, 9 May 2023 diff hist +542 N ESP32 Wi-Fi Signal StrengthCreated page with " refernce / source: https://randomnerdtutorials.com/esp32-cam-connect-external-antenna/ <pre> #include "WiFi.h" const char* ssid = "REPLACE_WITH_YOUR_SSID"; const char* password = "REPLACE_WITH_YOUR_PASSWORD"; void setup(){ Serial.begin(115200); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(""); Serial.println("WiFi connected."); delay(100); } void loop(){ Serial.print..."

8 May 2023

  • 04:4204:42, 8 May 2023 diff hist +306 N Gemmology torontoCreated page with " ; Canadian Gemmological Association : https://canadiangemmological.com/education/professional-gemmology-program-2/ ; George Brown Program: : https://www.georgebrown.ca/programs/gemmology-program-f105 ; George brown course : gem settings : https://coned.georgebrown.ca/courses-and-programs/gem-setting"

7 May 2023

29 April 2023

  • 15:4515:45, 29 April 2023 diff hist +1,531 N Gen Z TermsCreated page with "as per my eve alliance ( DWH ) 1. "Lit" - A word used to describe something that is exciting or amazing. 2. "Lowkey" - A word used to describe something that is not well-known or not talked about often. 3. "Highkey" - A word used to describe something that is very well-known or talked about often. 4. "I can't even" - A phrase used to express disbelief or shock. 5. "Yeet" - A word used to express excitement or enthusiasm. 6. "Stan" - A word used to describe someon..." current

28 April 2023

25 April 2023

19 April 2023

17 April 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)