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).
- 01:05, 29 July 2020 Iwiseman talk contribs created page File:Http status codes.png
- 01:05, 29 July 2020 Iwiseman talk contribs uploaded File:Http status codes.png
- 06:07, 28 July 2020 Iwiseman talk contribs created page File:Http methods rest.png
- 06:07, 28 July 2020 Iwiseman talk contribs uploaded File:Http methods rest.png
- 05:32, 28 July 2020 Iwiseman talk contribs created page File:Richardson mat.png
- 05:32, 28 July 2020 Iwiseman talk contribs uploaded File:Richardson mat.png
- 03:18, 28 July 2020 Iwiseman talk contribs created page Dotnet api linux (Created page with "= Set up with VS Code = == Create Project == To create a webapi using .net core 3.1 simply type <syntaxhighlight lang="bash"> dotnet new webapi </syntaxhighlight> == Restore N...")
- 07:37, 22 July 2020 Iwiseman talk contribs created page File:Format chars struct.png
- 07:37, 22 July 2020 Iwiseman talk contribs uploaded File:Format chars struct.png
- 07:32, 22 July 2020 Iwiseman talk contribs created page Python Bytes Reading Example (Created page with "= C Program = This generates a binary file for reading via Python <syntaxhighlight lang="c"> /** * colorpoints.c * * A C99 program to write a colored vertex * structure...")
- 06:05, 22 July 2020 Iwiseman talk contribs created page File:Twos compliment.png
- 06:05, 22 July 2020 Iwiseman talk contribs uploaded File:Twos compliment.png
- 07:09, 21 July 2020 Iwiseman talk contribs created page File:Set protocol.png
- 07:09, 21 July 2020 Iwiseman talk contribs uploaded File:Set protocol.png
- 05:14, 21 July 2020 Iwiseman talk contribs uploaded a new version of File:Binary search.png
- 05:12, 21 July 2020 Iwiseman talk contribs created page File:Binary search.png
- 05:12, 21 July 2020 Iwiseman talk contribs uploaded File:Binary search.png
- 05:06, 21 July 2020 Iwiseman talk contribs created page File:O Performance.png
- 05:06, 21 July 2020 Iwiseman talk contribs uploaded File:O Performance.png
- 04:55, 21 July 2020 Iwiseman talk contribs created page Big o notation (Created page with "= O(1) = O(1) describes an algorithm that will always execute in the same time (or space) regardless of the size of the input data set. bool IsFirstElementNull(IList<string>...")
- 04:15, 21 July 2020 Iwiseman talk contribs created page File:Collections abc sequence.png
- 04:15, 21 July 2020 Iwiseman talk contribs uploaded File:Collections abc sequence.png
- 03:09, 21 July 2020 Iwiseman talk contribs created page File:CollectionProtocols.png (Python Collection Protocols)
- 03:09, 21 July 2020 Iwiseman talk contribs uploaded File:CollectionProtocols.png (Python Collection Protocols)
- 03:53, 15 July 2020 Iwiseman talk contribs created page Python (Created page with "= Python 2 and 3 differences = <syntaxhighlight lang="python"> print "fred" // OK Python 2 print("fred") // Not OK Python 2 </syntaxhighlight>")
- 23:17, 9 July 2020 Iwiseman talk contribs created page Typescript (Created page with "= Introduction = TypeScript is a typed language which produces javascript. e.g. <syntaxhighlight lang="typescript"> let myString = "fred"; let myBoolean = true; function...")
- 03:27, 30 June 2020 Iwiseman talk contribs created page Css (Created page with "= Introduction = == Selectors == === Simple Selector === The body is known as the simple selector and the background-color:#cccc99; is the property name and value <syntaxhighl...")
- 06:23, 29 June 2020 Iwiseman talk contribs created page React-styling (Created page with "== Inline Styling == Example of Inline styling <syntaxhighlight lang="javascript"> const styles = { color : 'white', background: 'blue', padding: '0.5rem 1rem', b...")
- 05:20, 29 June 2020 Iwiseman talk contribs created page React-router (Created page with "= Transitions = You need to provide a class prefix in this case trans. <syntaxhighlight lang="javascript"> import {TransitionGroup, CSSTransition} from 'react-transition-group...")
- 02:10, 22 June 2020 Iwiseman talk contribs created page Rust (Created page with "= Sample program = <syntaxhighlight lang="rust"> fn main() { println!("Hello, world!"); } </syntaxhighlight> = Cargo = == Sample file == <syntaxhighlight lang="toml">...")
- 00:06, 8 June 2020 Iwiseman talk contribs created page NodeJs (Created page with "= Setup = Running start up scripts in node "scripts": { "start": "run-p start:dev start:api" "startdev: "webpack-dev-server --config webpack.config.dev.js --port 3000"...")
- 22:48, 2 June 2020 Iwiseman talk contribs created page Sdlc (Created page with "= Requirements = == Document == = Design = == Document == * Security * Cross Reference to requirements * Test Tools == Architecture == = Build = == Document == = Test = =...")
- 01:37, 28 May 2020 Iwiseman talk contribs created page Redux-saga (Created page with "= About = * Manages side-effects * Depends on ES6 and Yield * Consumes and emits actions * Works without redux")
- 03:54, 23 May 2020 Iwiseman talk contribs created page Redux (Created page with "= Pure Functions * like static is c#/c++ only using inputs to produce outputs function multiply(a, b) { return a * b; }")
- 06:19, 21 May 2020 Iwiseman talk contribs created page Elk (Created page with "=Gotchas= Running logstash cd /usr/share/logstash sudo bin/logstash --path.settings /etc/logstash --config.reload.automatic Running filebeat sudo filebeat -e -c /etc/fileb...")
- 00:17, 21 May 2020 Iwiseman talk contribs created page Jest (Created page with "=Naming Test= __tests__/*.js *.spec.js *.test.js")
- 01:25, 19 May 2020 Iwiseman talk contribs created page Javascript (Created page with "=react= Normal function <syntaxhighlight lang="javascript"> function logRandom() { console.log(Math.random()); } function Button() { const [count, setCounter] = useS...")
- 01:31, 17 May 2020 Iwiseman talk contribs created page Spring (Created page with "Choose to use the spring IDE sts because the pluralsight used it. Download from <br /> https://spring.io/tools/ Softlink is to /usr/local/bin <br /> sudo ln -s /opt/sts-4....")
- 00:42, 17 May 2020 Iwiseman talk contribs created page Java (Created page with "==JPA== This is a rough overview of configuration JPA with hibernate. ===Pom.xml (Maven)=== MySQL<br> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connecto...")
- 02:02, 16 May 2020 Iwiseman talk contribs created page Glossary (Created page with "==A–M== Optional introductory text. {{glossary}} {{term |1=term A}} {{defn |1=Definition of term A}} {{term |1=term B}} {{defn |no=1 |1=First definition of term B.}} {{defn...")
- 21:55, 13 May 2020 Iwiseman talk contribs created page Docker (Created page with "== Common commands Show the current docker image running sudo docker ps Show the images available sudo docker images Stop a container id sudo docker stop <container id>...")
- 20:55, 12 May 2020 Iwiseman talk contribs created page Maven (Created page with "==Installation of ubuntu 20.04== Surprise nothing special apt-get update apt-get install maven")
- 02:18, 24 April 2020 Iwiseman talk contribs created page Cors (Created page with " Sample packages.json <syntaxhighlight lang="json"> { "name": "project1", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "start": "b...")
- 23:08, 12 November 2019 Iwiseman talk contribs moved page Az to Azure
- 22:33, 12 November 2019 Iwiseman talk contribs created page Az (Created page with "==set subscription== az account set --subscription "readable name" ==list hubs== az iot hub module-identity list --device-id <device> --hub-name <hub>")
- 03:07, 7 November 2019 Iwiseman talk contribs created page Restful (Created page with "=SQL vs Rest= SELECT * FROM users https://<db-name>.restdb.io /rest/users?q={} SELECT id, user_id, status FROM users /rest/users?q={}&h={"$f...")
- 04:47, 2 November 2019 Iwiseman talk contribs created page Npm (Created page with "= Useful commands = List the packages at depth npm list --depth 0")
- 02:44, 1 November 2019 Iwiseman talk contribs created page Git (Created page with "= Helpful commands Getting stuff from other branch git remote add live <other branch> git pull live maste Commit git commit -m "This is a great check in"")
- 20:23, 23 October 2019 Iwiseman talk contribs created page Azure Queries (Created page with "=Get Data from subfield <source> SecurityIoTRawEvent | where RawEventName == "ConnectionCreate" | project RemoteAddress=extractjson("$.RemoteAddress", EventDetails, typeof...")
- 01:02, 14 January 2019 Iwiseman talk contribs uploaded File:ActivityLifecyle.png (Activity Lifecyle)