All public logs
From wikiluntti
Combined display of all available logs of wikiluntti. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:03, 14 April 2025 Mol talk contribs created page Vispy Python Graphics (Created page with "== Introduction == VIspy; Python; high-performance interactive 2D/3D data visualization library. VisPy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets. === Installation === <syntaxhighlight lang="bash"> </syntaxhighlight> <syntaxhighlight lang="bash"> </syntaxhighlight> <syntaxhighlight lang="bash"> </syntaxhighlight> == Simple programs == === 1 === === 2 === === 3 =...")
- 16:58, 12 April 2025 Mol talk contribs created page File:Cnc plastic.jpg
- 16:58, 12 April 2025 Mol talk contribs uploaded File:Cnc plastic.jpg
- 20:28, 11 April 2025 Mol talk contribs created page Realtime Dashboard with Python (Created page with "== Introduction == What is needed * Read the CSV file in a robust manner * Make some maths a * Plot and update the graphs * Show the map and GNSS coordinates == Read the CSV == == Real time plotting == == GIS and maps ==")
- 17:30, 9 April 2025 Mol talk contribs created page File:Cnc testi.svg
- 17:30, 9 April 2025 Mol talk contribs uploaded File:Cnc testi.svg
- 08:43, 8 April 2025 Mol talk contribs created page Teemaja Teelab T-lab (Created page with "== Introduction == Some stuff needed there == Kitchen == * Vollauszug/Teilauszug SCHUBLADENSCHIENEN Schubladenauszug Teleskopschienen (8 paar 59,43€) == Outside paint == *Uula keittomaali *sininen. . .")
- 18:36, 7 April 2025 Mol talk contribs created page Template:Quote (Created page with "<div style="background-color: #ddf5eb; border-style: dotted;"> {{{1}}} </div>")
- 18:35, 7 April 2025 Mol talk contribs created page Template:Welcome (Created page with "Hello! Welcome to the wiki.")
- 15:47, 4 April 2025 Mol talk contribs created page File:Grafana setHeaders.png
- 15:47, 4 April 2025 Mol talk contribs uploaded File:Grafana setHeaders.png
- 10:25, 4 April 2025 Mol talk contribs created page File:Grafana latlong.png
- 10:25, 4 April 2025 Mol talk contribs uploaded File:Grafana latlong.png
- 22:21, 3 April 2025 Mol talk contribs created page Joustavaa matematiikkaa (Created page with "== Introduction == == Johdanto == <youtube>rsKNrnlfXt4</youtube> Myytti: ”Pienille lapsille on tärkeämpää kehittää kielellisiä taitoja kuin harjoitella matemaattisia taitoja.” Kirjaa ylös, miksi myytti ei pidä paikkaansa. * == == == ==")
- 16:13, 3 April 2025 Mol talk contribs created page File:Grafana autoupdate refresh.png
- 16:13, 3 April 2025 Mol talk contribs uploaded File:Grafana autoupdate refresh.png
- 16:08, 3 April 2025 Mol talk contribs created page File:Garafana localhost putty.png
- 16:08, 3 April 2025 Mol talk contribs uploaded File:Garafana localhost putty.png
- 16:06, 3 April 2025 Mol talk contribs uploaded a new version of File:Grafana divideTimeBy1000.png
- 16:03, 3 April 2025 Mol talk contribs created page File:Grafana divideTimeBy1000.png
- 16:03, 3 April 2025 Mol talk contribs uploaded File:Grafana divideTimeBy1000.png
- 16:59, 1 April 2025 Mol talk contribs created page File:Grafana xyplot.png
- 16:59, 1 April 2025 Mol talk contribs uploaded File:Grafana xyplot.png
- 16:55, 1 April 2025 Mol talk contribs created page File:Grafana convertFieldTypes.png
- 16:55, 1 April 2025 Mol talk contribs uploaded File:Grafana convertFieldTypes.png
- 16:43, 1 April 2025 Mol talk contribs created page File:Grafana organizeFields.png
- 16:43, 1 April 2025 Mol talk contribs uploaded File:Grafana organizeFields.png
- 16:12, 1 April 2025 Mol talk contribs created page File:Grafana toTableFromwww.png
- 16:12, 1 April 2025 Mol talk contribs uploaded File:Grafana toTableFromwww.png
- 16:05, 1 April 2025 Mol talk contribs created page File:Grafana csv.png
- 16:05, 1 April 2025 Mol talk contribs uploaded File:Grafana csv.png
- 16:01, 1 April 2025 Mol talk contribs created page File:Grafana createDashboard.png
- 16:01, 1 April 2025 Mol talk contribs uploaded File:Grafana createDashboard.png
- 15:56, 1 April 2025 Mol talk contribs created page File:Grafana addInfinity.png
- 15:56, 1 April 2025 Mol talk contribs uploaded File:Grafana addInfinity.png
- 15:21, 1 April 2025 Mol talk contribs created page File:Grafana AddDataSource.png
- 15:21, 1 April 2025 Mol talk contribs uploaded File:Grafana AddDataSource.png
- 15:19, 1 April 2025 Mol talk contribs created page File:Grafana datasources.png
- 15:19, 1 April 2025 Mol talk contribs uploaded File:Grafana datasources.png
- 09:41, 1 April 2025 Mol talk contribs created page File:Glukoosi.svg
- 09:41, 1 April 2025 Mol talk contribs uploaded File:Glukoosi.svg
- 08:22, 1 April 2025 Mol talk contribs created page Grafana dashboard (Created page with "== Introduction == Grafana is a open source analytics application. It can produce charts, graphs, and alerts for the web when connected to supported data sources. * https://github.com/grafana/grafana * https://grafana.com/get/ * https://grafana.com/docs/grafana/latest/setup-grafana/installation/ == Examples == === CSV Data === === GIS === == Logs from Serial port == Use PuTTY and save (stream) logs to a file.")
- 18:29, 23 March 2025 Mol talk contribs created page ESP32 cansat next (Created page with "== Introduction == Some interesting coding stuff == snprintf == printf, print Each ASCII character takes 1 byte. You can store exactly 128 ASCII characters in the above char array. <syntaxhighlight lang="C"> char report[128]; memset(report, 0, sizeof(report)); snprintf(report, sizeof(report), "%4.2f, %4.2f, %4.2f, %4.2f, %4.2f, %4.2f", ax, ay, az, gx, gy, gz); Serial.println(report); </syntaxhighlight>")
- 17:35, 12 March 2025 Mol talk contribs created page File:Parachute spherical.svg
- 17:35, 12 March 2025 Mol talk contribs uploaded File:Parachute spherical.svg
- 17:34, 12 March 2025 Mol talk contribs created page Make a Parachute (Created page with "== Introduction == == Theory == == Spherical ==")
- 15:58, 11 March 2025 Mol talk contribs created page Esp32 gnss (Created page with "== Introduction == Global Navinagation Network System * GPS (USA), * GLONASS (Russia) * BDS (Beidou) (China) * Galileo (Europe)")
- 18:02, 10 March 2025 Mol talk contribs created page H2S sensor (Created page with "== Introduction == == ESP32 Cansat NeXT==")
- 17:38, 10 March 2025 Mol talk contribs created page File:Sateenkaari.svg
- 17:38, 10 March 2025 Mol talk contribs uploaded File:Sateenkaari.svg