Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:52, 11 February 2025 Iwiseman talk contribs created page File:Tree fmap.png
- 23:52, 11 February 2025 Iwiseman talk contribs uploaded File:Tree fmap.png
- 21:07, 10 February 2025 Iwiseman talk contribs created page Haskell (Created page with "=Introduction= This is my first dip into Haskell, just felt like trying it =Hello World= Here we start with main and strange format but no curly brackets which is good. <syntaxthighlight lang="hs"> main :: IO() main = putStrLn "Hello World" </syntaxthighlight>")
- 04:24, 10 February 2025 Iwiseman talk contribs created page File:Monads.png
- 04:24, 10 February 2025 Iwiseman talk contribs uploaded File:Monads.png
- 01:45, 10 February 2025 Iwiseman talk contribs created page Monads (Created page with "=Introduction= Heard about this with a friend and never really revisited it. With my attention at home on Rust, thought I might write something down =The Maybe Monad= Well possibly the Option monad for me. To make one of these you need <syntaxhighlight lang="hs"> return :: a => Maybe a >>= : Maybe a </syntaxhighlight> =What's the Point= *Same idea works for other effects *Supports pure programming with effects *Use of effects explicit in types *Functions that work for...")
- 22:47, 5 February 2025 Iwiseman talk contribs created page STM32 Driver Creation (Created page with "=STM32 Driver Creation= ==Introduction== This is the start of creating a driver. This is the introd slide where they explained the next few steps.<br> 800px<br> ==Creating a Device Specific Driver File== This is creating a header file which will contain the necessary headers for the peripherals and used in the Application. They suggested this should contain.<br> 600px<br> ===Memory Addresses=== Created...")
- 22:44, 5 February 2025 Iwiseman talk contribs moved page STM32 Page to STM32 Architecture
- 22:40, 5 February 2025 Iwiseman talk contribs created page STM32 C++ Page (Created page with "=Introduction= This page is to capture information relating to C++ and STM32 =Blinky on Steriods= This was a journey to build a blinky for STM32 using this new knowledge of how to build a HAL. Luckily there is always out there. Many thanks for [https://github.com/AFontaine79 AFontaine79]. Lots of experience with this but near to none on arm so the example https://github.com/AFontaine79/stm-blinky put me on by way. <br> Really this is to provide the framework for making...")
- 22:25, 5 February 2025 Iwiseman talk contribs created page STM32 Rust Page (Created page with "=Introduction= This is meant to be a general page for rust when using STM32 ==Install Rust For Embedded== First we install rust. This adds something to ~/.bashrc so rebooting is the quickest way <syntaxhighlight lang="bash"> sudo apt install curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh </syntaxhighlight> For stm32 we need the toolchain <syntaxhighlight lang="bash"> rustup target add thumbv7em-none-eabihf cargo install cargo-binutils cargo install c...")
- 22:13, 5 February 2025 Iwiseman talk contribs created page File:Display ubuntu.png
- 22:13, 5 February 2025 Iwiseman talk contribs uploaded File:Display ubuntu.png
- 22:10, 5 February 2025 Iwiseman talk contribs created page STM32 Software Page (Created page with "=Introduction= This is the page for all things STM32. Currently working with a Nucleo F302R8 =Setting Up= This was a trial and a half and here in case some others struggle and find this help.<br> ==STM32CubeIDE (Eclipse)== My goal was to use eclipse because this is what is used in the videos. So with ubuntu 23.04 install went to install this with eclipse. But the eclipse version requires python 2.7 which is no longer available. ==VS Code== Luckily STM32 had brought out a...")
- 22:32, 22 January 2025 Iwiseman talk contribs created page Zig (Created page with "=Introduction= I have dipped my toe into zig. I have done the https://codeberg.org/ziglings/exercises/ ziglings. I found this approach to learn a language quite hard. You do the exercises, but without doing a project straight after I feel I walk away with just an awareness which anyone reading this will say what did you expect<br> What did shock me was the fact I cannot use await/async as it does not work for version 0.14.0-dev.2639+15fe99957<br> I did not like *the...")
- 04:22, 21 January 2025 Iwiseman talk contribs created page File:Variance cal.png
- 04:22, 21 January 2025 Iwiseman talk contribs uploaded File:Variance cal.png
- 04:18, 21 January 2025 Iwiseman talk contribs created page File:Pop var.png
- 04:18, 21 January 2025 Iwiseman talk contribs uploaded File:Pop var.png
- 04:07, 21 January 2025 Iwiseman talk contribs created page R Squared (Created page with "=Introduction= This is all about R² and R. =What is the difference= Well I guess R² = R squared. R² is the variance between a dependent variable and an independent variable in terms of percentage. Therefore 0.4 R² = 40% and R = 0.2. I guess I agree that using R² does provide an easier way to understand what you mean however there is no sign on R². =Formula for R²= This is given by<br> 400px<br>")
- 04:07, 21 January 2025 Iwiseman talk contribs created page File:Rsquared.png
- 04:07, 21 January 2025 Iwiseman talk contribs uploaded File:Rsquared.png
- 02:48, 21 January 2025 Iwiseman talk contribs created page File:Nt 6.png
- 02:48, 21 January 2025 Iwiseman talk contribs uploaded File:Nt 6.png
- 02:43, 21 January 2025 Iwiseman talk contribs created page File:Nt 5.png
- 02:43, 21 January 2025 Iwiseman talk contribs uploaded File:Nt 5.png
- 02:38, 21 January 2025 Iwiseman talk contribs created page File:Nt 4.png
- 02:38, 21 January 2025 Iwiseman talk contribs uploaded File:Nt 4.png
- 02:27, 21 January 2025 Iwiseman talk contribs created page File:Nt 3.png
- 02:27, 21 January 2025 Iwiseman talk contribs uploaded File:Nt 3.png
- 02:26, 21 January 2025 Iwiseman talk contribs created page File:Nt 2.png
- 02:26, 21 January 2025 Iwiseman talk contribs uploaded File:Nt 2.png
- 02:23, 21 January 2025 Iwiseman talk contribs created page File:Nt 1.png
- 02:23, 21 January 2025 Iwiseman talk contribs uploaded File:Nt 1.png
- 01:21, 21 January 2025 Iwiseman talk contribs created page File:Vector gaussin.png
- 01:21, 21 January 2025 Iwiseman talk contribs uploaded File:Vector gaussin.png
- 01:16, 21 January 2025 Iwiseman talk contribs created page File:Vector ops.png
- 01:16, 21 January 2025 Iwiseman talk contribs uploaded File:Vector ops.png
- 01:11, 21 January 2025 Iwiseman talk contribs created page Matrices and Vectors (Created page with "=Introduction= Next as the title says =Example= Here we go<br> 200px =Terms= *m x n a matrix of m row, n colums *Capital let for name of Matrix *Small letter for entry")
- 01:10, 21 January 2025 Iwiseman talk contribs created page File:Matrix example.png
- 01:10, 21 January 2025 Iwiseman talk contribs uploaded File:Matrix example.png
- 22:42, 20 January 2025 Iwiseman talk contribs created page Linear Equations (Created page with "=Introduction= This is the page on Linear Equation =Getting Started= Already fine with this but did pick up a new technique. In the video we had the following to solve. <syntaxhighlight lang="txt"> x + 4y -4z = 0 x + 4y + 2z = 12 2x -3y -z = 3 </syntaxhighlight> He said for the middle row by times the top row by -1 and add it to the middle to transform. I struggled to understand as my approach is to move the values around to get to one e.g for the top one I would ma...")
- 21:58, 20 January 2025 Iwiseman talk contribs moved page Muitipass Setup to Create Kernel Driver
- 22:23, 19 January 2025 Iwiseman talk contribs created page Muitipass Setup (Created page with "=Introduction= This seems like a way to create a VM for kernel development so thought I might take some notes =Setup= Install snap install multipass Create box multipass shell Edit /etc/ssh/sshd_config and change KbdInteractiveAuthentication yes Reload daemon sudo systemctl daemon-reload restart daemon sudo systemctl restart ssh.service")
- 05:29, 18 January 2025 Iwiseman talk contribs created page File:Integration.png
- 05:29, 18 January 2025 Iwiseman talk contribs uploaded File:Integration.png
- 05:21, 18 January 2025 Iwiseman talk contribs created page File:Dydx example.png
- 05:21, 18 January 2025 Iwiseman talk contribs uploaded File:Dydx example.png
- 05:16, 18 January 2025 Iwiseman talk contribs created page File:Dydx.png
- 05:16, 18 January 2025 Iwiseman talk contribs uploaded File:Dydx.png
- 04:59, 18 January 2025 Iwiseman talk contribs created page File:Standard deviation.png