Recent changes
From Federal Burro of Information
Jump to navigationJump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
20 December 2024
19 December 2024
N 18:01 | Quick histogram python diffhist +195 David talk contribs (Created page with "category:script <pre> #!/usr/bin/env python3 #-*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt myarr = np.loadtxt("numbers.txt") plt.hist(myarr) plt.show() </pre>") |
17 December 2024
14:25 | Machine Learning diffhist +145 David talk contribs |
|
05:11 | DIY Electronic Synth 2 changes history +269 [David (2×)] | |||
|
05:11 (cur | prev) +12 David talk contribs | ||||
|
00:40 (cur | prev) +257 David talk contribs (→ESP32 + MCP4725) |
16 December 2024
|
05:58 | Digikey 2 changes history +2 [David (2×)] | |||
|
05:58 (cur | prev) +2 David talk contribs | ||||
|
05:56 (cur | prev) 0 David talk contribs |
05:56 | How To Video diffhist 0 David talk contribs |
05:56 | Lime Pickle diffhist 0 David talk contribs |
05:56 | Pterosaur diffhist +2 David talk contribs |
11 December 2024
17:39 | Quadratic.net history diffhist +51 David talk contribs |
15:10 | Randomname.py" diffhist −1 David talk contribs |
9 December 2024
8 December 2024
|
06:01 | DIY Electronic Synth 5 changes history +510 [David (5×)] | |||
|
06:01 (cur | prev) +77 David talk contribs | ||||
|
05:04 (cur | prev) +16 David talk contribs | ||||
|
05:01 (cur | prev) +23 David talk contribs | ||||
|
04:57 (cur | prev) +211 David talk contribs (→ESP32 + MCP4675) | ||||
|
04:50 (cur | prev) +183 David talk contribs |
7 December 2024
|
04:01 | DIY Electronic Synth 2 changes history +535 [David (2×)] | |||
|
04:01 (cur | prev) +378 David talk contribs | ||||
|
02:58 (cur | prev) +157 David talk contribs |
|
03:21 | Eve Ship Names 2 changes history +103 [David (2×)] | |||
|
03:21 (cur | prev) +23 David talk contribs (→Alliance names / AT names) | ||||
|
03:20 (cur | prev) +80 David talk contribs |
6 December 2024
|
13:46 | Gcp Notes 3 changes history +1,207 [David (3×)] | |||
|
13:46 (cur | prev) 0 David talk contribs (→Netowrking) | ||||
|
13:46 (cur | prev) +1,031 David talk contribs (→Compute) | ||||
|
13:42 (cur | prev) +176 David talk contribs (→Compute) |
5 December 2024
|
N 03:10 | Mcp4725 2 changes history +1,306 [David (2×)] | |||
|
03:10 (cur | prev) +165 David talk contribs | ||||
N |
|
03:09 (cur | prev) +1,141 David talk contribs (Created page with " test script: <pre> #include <Wire.h> #include <Adafruit_MCP4725.h> Adafruit_MCP4725 dac; // Set this value to 9, 8, 7, 6 or 5 to adjust the resolution #define DAC_RESOLUTION (9) const int pinoAnalogo = A1; void setup(void) { Serial.begin(9600); // MCP4725A1 address is 0x62 (default) // MCP4725A1 address is 0x63 (ADDR pin tied to VCC) // MCP4725A1 address is 0x60 (ADDR pin tied to GND) dac.begin(0x60); //I have my ADDR pin connected to GND so address...") |
03:09 | DAC for ESP32 or any arduino diffhist +28 David talk contribs |