All public logs

From Federal Burro of Information
Jump to navigationJump to search

Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:23, 23 September 2023 David talk contribs created page Esp idf projects (Created page with "I was having trouble "doing" arduino on an ESP32 C3 Dev board. So I went to the vendor and asked: how do? https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html the code is here: https://github.com/espressif/esp-idf including examples and support for all their chips. I learned some stuff. == For every example project == . $HOME/esp/esp-idf/export.sh alias get_idf='. $HOME/esp/esp-idf/export.sh'")
  • 00:08, 20 September 2023 David talk contribs created page GRPC Test App - Bookstore (Created page with "<pre> #!/bin/bash curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null apt-get install -y docker tree mlocate vim lsof net-tools sudo apt install apt-transport-https ca-...")
  • 15:50, 14 September 2023 David talk contribs created page Concourse Notes (Created 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...")
  • 02:34, 6 September 2023 David talk contribs created page Esp32/ESP32-C3 (revision v0.3) flash output example (Created page with "<pre> Sketch uses 237016 bytes (7%) of program storage space. Maximum is 3145728 bytes. Global variables use 13636 bytes (4%) of dynamic memory, leaving 314044 bytes for local variables. Maximum is 327680 bytes. esptool.py v4.5.1 Serial port COM10 Connecting.... Chip is ESP32-C3 (revision v0.3) Features: WiFi, BLE Crystal is 40MHz MAC: 58:cf:79:e3:1d:d8 Uploading stub... Running stub... Stub running... Configuring flash size... Erasing flash (this may take a while)... Ch...")
  • 21:53, 4 September 2023 David talk contribs created page File:Esp32-c3-devkitm-1-v1-pinout.png
  • 21:53, 4 September 2023 David talk contribs uploaded File:Esp32-c3-devkitm-1-v1-pinout.png
  • 03:19, 9 August 2023 David talk contribs created page Health Science Startups Toronto (Created page with " {| class="wikitable" ! Startup !! Description !! Founded !! Funding |- | BenchSci || Uses AI to empower scientists to run more successful experiments to accelerate drug discovery || 2012 || Over $45 million |- | ACTO || An omnichannel education platform for life sciences companies || 2014 || Over $11 million |- | Nanology Labs || A pharmaceutical company that harnesses advanced nanotechnology to detect and treat cancers at the early stages || 2016 || Over $3 million |-...")
  • 22:07, 8 August 2023 David talk contribs created page 3d printing (Created page with "== intro == I wanna do this. Imma prolly go with a those inverted resin uv printers. 4k or better. manufacturers? * elegoo? * anycube? == ideas == * soap moulds * mould for pouring metal. - negative moulds. * brackets for dollar store solar panels. == calibration == amerilabs town test https://ameralabs.com/blog/town-calibration-part/")
  • 16:59, 1 August 2023 David talk contribs created page Category:Corporate Culture (Created page with "On living in an organism that masquerades as a person.")
  • 16:46, 1 August 2023 David talk contribs created page On Spin (Created page with "Do execs realize that when folk _know_ they are getting a "spun" answer it erodes respect? Conversely clear answers earn respect. One might wonder why do they do it if it leads to a bad outcome? Because the direct answer would lead to a worse outcome? Example: Staff: Can we get a copy of the report that came out of the staff survey from last month? Spin: "That report went to senior leadership", "It had very little data in it". "It's not important to you." Clear: No....")
  • 17:23, 31 July 2023 David talk contribs created page Reporting, Paperwork, and Busy-work (Created page with " Often Learship / Management wants staff to "report" data. Surveys, timesheets, self assessments. For staff that can feel lke busy work, or boring paperwork. So had this idea of an agrement between staff and management: If you want me to do some data entry / reporting / survey then I want something in return. If I give you the data so that you can make a report, then the agreement would be that you _share_ that report back to the staff that entered it. It seems only...")
  • 01:56, 27 June 2023 David talk contribs created page Logi Skirm Loki (Created page with "<pre> [Loki, magena1's Loki] Co-Processor II Damage Control II Power Diagnostic System II Power Diagnostic System II Power Diagnostic System II 100MN Y-S8 Compact Afterburner Dread Guristas Large Shield Booster Multispectrum Shield Hardener II Multispectrum Shield Hardener II Republic Fleet Large Cap Battery Pithum C-Type Medium Remote Shield Booster Pithum C-Type Medium Remote Shield Booster Pithum C-Type Medium Remote Shield Booster Pithum C-Type Medium Remote Shield...")
  • 23:58, 9 June 2023 David talk contribs created page Duplicate Finder Script (Created 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...")
  • 03:43, 29 May 2023 David talk contribs created page Tomcat 4.0.3 Notes (Created page with "installs: rpm -i ant-1.4.1-4.noarch.rpm rpm -i regexp-1.2-1.noarch.rpm rpm -i servletapi4-4.0.3-1.noarch.rpm rpm -i tomcat4-4.0.3-1.noarch.rpm rpm -i tomcat4-webapps-4.0.3-1.noarch.rpm got http://download.sourceforge.net/junit/junit3.7.zip unzipped , dropped: "junit.jar" in /usr/share/java/ cd /usr/include/ ln -s /usr/local/apapche/include apache cp /usr/local/apache/libexec/mod_jk.so /usr/local/apache/libexec/mod_jk.so.3.x edit /usr/local/apache/conf/httpd....")
  • 21:06, 9 May 2023 David talk contribs created page ESP32 Wi-Fi Signal Strength (Created 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...")
  • 04:42, 8 May 2023 David talk contribs created page Gemmology toronto (Created 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")
  • 23:47, 7 May 2023 David talk contribs created page File:Wrl-18036-pinout.jpg
  • 23:47, 7 May 2023 David talk contribs uploaded File:Wrl-18036-pinout.jpg
  • 15:45, 29 April 2023 David talk contribs created page Gen Z Terms (Created 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...")
  • 03:28, 11 April 2023 David talk contribs created page Weatherstation/Weather Station April 2023 (Created page with "<pre> #include <Wire.h> #include <SPI.h> #include <Adafruit_Sensor.h> #include "Adafruit_BME680.h" #include <WiFi.h> #include <ESPmDNS.h> #include "wifi_secrets.h" #define HOSTNAME "weatherstation3" #define SEALEVELPRESSURE_HPA (1013.25) #define I2C_SDA 0 #define I2C_SCL 1 char ssid[] = SECRET_SSID; char password[] = SECRET_PASS; String hostname = HOSTNAME; String mylocalip ; String mymacaddr ; WiFiServer server(80); // Variable to store the HTTP request String...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)