User contributions for David

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

23 April 2024

17 April 2024

16 April 2024

12 April 2024

2 April 2024

25 March 2024

23 March 2024

21 March 2024

18 March 2024

16 March 2024

15 March 2024

28 February 2024

15 February 2024

14 February 2024

13 February 2024

9 February 2024

  • 15:3015:30, 9 February 2024 diff hist +186 N On software developmentCreated page with " start with the end in mind. make a list of the things you want it to do. if you come across things you want to do , but not now, put it into a todo list at the bottom of your README." current

8 February 2024

1 February 2024

31 January 2024

27 January 2024

26 January 2024

22 January 2024

21 January 2024

20 January 2024

19 January 2024

18 January 2024

31 December 2023

25 December 2023

21 December 2023

1 December 2023

30 November 2023

8 November 2023

7 November 2023

20 October 2023

13 October 2023

9 October 2023

8 October 2023

7 October 2023

6 October 2023

  • 03:0603:06, 6 October 2023 diff hist −1 Freecodecamp GPT from scratchNo edit summary current
  • 02:4202:42, 6 October 2023 diff hist +368 N Freecodecamp GPT from scratchCreated page with " reference: https://www.youtube.com/watch?v=UU1WVnMk4E8&t=307s <pre> cd cd work mkdir fcc-gpt-course cd fcc-gpt-course python -m venv cuda cuda/bin/activate pip install matplotlib numpy pylzma ipykernel jupyter pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 python -c "import torch; print(torch.rand(2,3).cuda())" </pre>"

3 October 2023

2 October 2023

28 September 2023

26 September 2023

23 September 2023

20 September 2023

18 September 2023

14 September 2023

  • 15:5015:50, 14 September 2023 diff hist +825 N Concourse NotesCreated page with "== cool resources == <pre> - name: registry-image type: registry-image source: repository: concourse/registry-image-resource tag: "1.6.0" username: teamsre password: ((dockerhub.token)) - name: helm type: registry-image source: repository: typositoire/concourse-helm3-resource tag: v1.24.2 username: teamsre password: ((dockerhub.token)) - name: bitbucket-build-status type: registry-image sour..."

12 September 2023

6 September 2023

5 September 2023

4 September 2023

23 August 2023

17 August 2023

9 August 2023

8 August 2023

6 August 2023

4 August 2023

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

14 April 2023

11 April 2023

5 April 2023

4 April 2023

3 April 2023

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