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).
- 05:51, 15 September 2022 Iwiseman talk contribs created page File:Power symbol2.png
- 05:51, 15 September 2022 Iwiseman talk contribs uploaded File:Power symbol2.png
- 05:47, 15 September 2022 Iwiseman talk contribs created page File:Polarity symbol.png
- 05:47, 15 September 2022 Iwiseman talk contribs uploaded File:Polarity symbol.png
- 05:40, 15 September 2022 Iwiseman talk contribs created page File:Screenshot from 2022-09-15 17-39-45.png
- 05:40, 15 September 2022 Iwiseman talk contribs uploaded File:Screenshot from 2022-09-15 17-39-45.png
- 07:35, 7 September 2022 Iwiseman talk contribs moved page AWS Angular Apps to AWS Angular and React Apps (Renaming)
- 03:29, 3 September 2022 Iwiseman talk contribs created page File:PICO PIO Instruction.png
- 03:29, 3 September 2022 Iwiseman talk contribs uploaded File:PICO PIO Instruction.png
- 01:11, 21 August 2022 Iwiseman talk contribs created page File:Pico pinout.jpeg
- 01:11, 21 August 2022 Iwiseman talk contribs uploaded File:Pico pinout.jpeg
- 02:53, 5 August 2022 Iwiseman talk contribs created page File:Flexbox css.png
- 02:53, 5 August 2022 Iwiseman talk contribs uploaded File:Flexbox css.png
- 21:46, 31 July 2022 Iwiseman talk contribs created page File:TS Setup Project Structure.png
- 21:46, 31 July 2022 Iwiseman talk contribs uploaded File:TS Setup Project Structure.png
- 02:19, 31 July 2022 Iwiseman talk contribs created page Websockets (Created page with "=Simple JS example= ==Client== <syntaxhighlight lang="js"> <html> <body> <script> const ws = new WebSocket("ws://localhost:3100") ws.addEventListener("open", () => { console.log("We are connected") ws.send("hello everyone") }) ws.addEventListener("message", (e) => { console.log("We have data", e) }) </script> </body> </html> </syntaxhighl...")
- 00:26, 10 July 2022 Iwiseman talk contribs created page File:Js REST.png
- 00:26, 10 July 2022 Iwiseman talk contribs uploaded File:Js REST.png
- 06:23, 9 July 2022 Iwiseman talk contribs created page Apple Setup (Created page with "=Keyboard Mapping= To get the keyboard home + end keys<br> Create a file in ~/Library/KeyBindings/DefaultKeyBinding.dict<br> <syntaxhighlight> { "\UF729" = moveToBeginningOfParagraph:; // home "\UF72B" = moveToEndOfParagraph:; // end "$\UF729" = moveToBeginningOfParagraphAndModifySelection:; // shift-home "$\UF72B" = moveToEndOfParagraphAndModifySelection:; // shift-end "^\UF729" = moveToBeginningOfDocument:; // ctrl-home "^\UF72B" = moveToEndOfDocument:; /...")
- 04:57, 9 July 2022 Iwiseman talk contribs created page File:Delete main xcode.png
- 04:57, 9 July 2022 Iwiseman talk contribs uploaded File:Delete main xcode.png
- 04:55, 9 July 2022 Iwiseman talk contribs created page File:Remove Main Xcode01.png
- 04:55, 9 July 2022 Iwiseman talk contribs uploaded File:Remove Main Xcode01.png
- 00:38, 9 July 2022 Iwiseman talk contribs created page File:VIPER01.png
- 00:38, 9 July 2022 Iwiseman talk contribs uploaded File:VIPER01.png
- 01:33, 26 June 2022 Iwiseman talk contribs created page File:XCodeContraintView.png
- 01:33, 26 June 2022 Iwiseman talk contribs uploaded File:XCodeContraintView.png
- 00:41, 26 June 2022 Iwiseman talk contribs created page File:XCodeAutoLayoutTransparent.png
- 00:41, 26 June 2022 Iwiseman talk contribs uploaded File:XCodeAutoLayoutTransparent.png
- 00:21, 26 June 2022 Iwiseman talk contribs created page Xcode (Created page with "=Introduction= This page is for Xcode. We started on Xcode 13 =Layouts= This is a bit like Android Studio and very much like Java where you build views in views and constraint where it makes sense. In this example we build three views, place them in a vertical stack view and constraint that. For Dice we put them in a horizontal stack view. For the button text we add a constraint to the width. Not sure where margin comes in currently.<br> [File:XCodeAutoLayout.png | 600px]")
- 00:20, 26 June 2022 Iwiseman talk contribs created page File:XCodeAutoLayout.png
- 00:20, 26 June 2022 Iwiseman talk contribs uploaded File:XCodeAutoLayout.png
- 06:22, 23 June 2022 Iwiseman talk contribs created page Swift (Created page with "=Introduction= Here is my first dip into Apple and swift https://koenig-media.raywenderlich.com/uploads/2019/11/RW-Swift-5.1-Cheatsheet-1.0.1.pdf Swift Cheat Sheet")
- 01:02, 11 June 2022 Iwiseman talk contribs created page File:AWSUser2.png
- 01:02, 11 June 2022 Iwiseman talk contribs uploaded File:AWSUser2.png
- 00:59, 11 June 2022 Iwiseman talk contribs created page File:AWSUser.png
- 00:59, 11 June 2022 Iwiseman talk contribs uploaded File:AWSUser.png
- 00:48, 11 June 2022 Iwiseman talk contribs created page File:Authenticator App.png
- 00:48, 11 June 2022 Iwiseman talk contribs uploaded File:Authenticator App.png
- 03:36, 9 June 2022 Iwiseman talk contribs created page File:S3 Bucket Angular2.png
- 03:36, 9 June 2022 Iwiseman talk contribs uploaded File:S3 Bucket Angular2.png
- 03:33, 9 June 2022 Iwiseman talk contribs created page AWS Angular Apps (Created page with "=Introduction= This page is about using AWS and Angular and how to provision the apps in AWS =S3= This is a easy approach for simple all in one app. I.E. no database or other communication. Steps to do this are *Create a bucket *Grant Permissions *Upload Bucket ==Create Bucket== Nothing special except the naming of the bucket as it determines the URL of the app. So a bucket named bill-angular-prod-app will have a URL of http://bill-angular-prod-app.s3-website-ap-southeas...")
- 03:32, 9 June 2022 Iwiseman talk contribs created page File:S3 Bucket Angular.png
- 03:32, 9 June 2022 Iwiseman talk contribs uploaded File:S3 Bucket Angular.png
- 22:44, 1 June 2022 Iwiseman talk contribs created page File:Ionic Example.png
- 22:44, 1 June 2022 Iwiseman talk contribs uploaded File:Ionic Example.png
- 22:43, 1 June 2022 Iwiseman talk contribs created page File:Screenshot from 2022-06-02 10-41-52.png
- 22:43, 1 June 2022 Iwiseman talk contribs uploaded File:Screenshot from 2022-06-02 10-41-52.png
- 22:34, 1 June 2022 Iwiseman talk contribs created page Ionic (Created page with "=Introduction= A pleasant surprise to find something which combines Angular with cross-platform. It also now supports React too though I have not tried it yet. Read the reviews it seems that performance, as ever, is the downside though no experience yet. =Ionic Site= There is one thing people agree on and that is the documentation is great. [https://ionicframework.com/docs/ docs]")
- 10:59, 18 April 2022 Iwiseman talk contribs created page File:Alsamixer.png