Main Page: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
==Glossary==
==Glossary==
You can find information on Glossary on the following page [[glossary]]
You can find information on Glossary on the following page [[glossary]]
==Languages==
===C#===
===C++===
===Kotlin===
You can find information on kotlin on the following page [[kotlin]]
=== Java ===
You can find information on Java on the following page [[java]]
=== JavaScript ===
You can find information on JavaScript on the following page [[javascript]]
=== Python ===
You can find information on Python on the following page [[python]]
=== Rust ===
You can find information on Rust on the following page [[rust]]
=== TypeScript ===
You can find information on TypeScript on the following page [[typescript]]


== Big O Notation ==
== Big O Notation ==
Line 17: Line 40:
You can find information on CSS on the following page [[css]]
You can find information on CSS on the following page [[css]]


== Python ==
You can find information on Python on the following page [[python]]
== Rust ==
You can find information on Rust on the following page [[rust]]


==NodeJs==
==NodeJs==
Line 48: Line 66:
== Spring Setup ==
== Spring Setup ==
You can find information on Spring on the following page [[spring]]
You can find information on Spring on the following page [[spring]]
== Java ==
You can find information on Java on the following page [[java]]
== TypeScript ==
You can find information on TypeScript on the following page [[typescript]]
== JavaScript ==
You can find information on JavaScript on the following page [[javascript]]


== Jest ==
== Jest ==
Line 89: Line 98:
==Powershell==
==Powershell==
You can find information on powershell on the following page [[powershell]]  
You can find information on powershell on the following page [[powershell]]  
==C#==
==Kotlin==
You can find information on kotlin on the following page [[kotlin]]
==C++==


=Useful Azure Queries=
=Useful Azure Queries=

Revision as of 02:23, 6 August 2020

Linux Setup

You can find information on linux setup on the following page linux Setup

Build Kodi

You can find a list of these on the following page build kodi

SDLC

You can find information on Glossary on the following page sdlc

Programming

Glossary

You can find information on Glossary on the following page glossary

Languages

C#

C++

Kotlin

You can find information on kotlin on the following page kotlin

Java

You can find information on Java on the following page java

JavaScript

You can find information on JavaScript on the following page javascript

Python

You can find information on Python on the following page python

Rust

You can find information on Rust on the following page rust

TypeScript

You can find information on TypeScript on the following page typescript


Big O Notation

You can find information on Big O Notation following page big_o_notation

CSS

You can find information on CSS on the following page css


NodeJs

You can find information on Node on the following page nodeJs

React Stuff

React

You can find information on react on the following page react

React Styling

You can find information on react styling on the following page react-styling

Redux

You can find information on Redux on the following page redux

Redux Saga

You can find information on Redux Saga on the following page redux-saga

React Router

You can find information on React Router 4 on the following page react-router

ELK

You can find information on Elastic LoadStash and Kabina on the following page elk

Spring Setup

You can find information on Spring on the following page spring

Jest

You can find information on Jest on the following page jest

Maven

You can find information on Maven on the following page maven

CORS Cross Origin Resource Sharing

You can find information on Azure on the following page cors

Docker

You can find information on Docker on the following page docker

Azure

You can find information on Azure on the following page azure

API Development

Restful

You can find information on restful API on the following page restful

RESTful A .Net Core 3 API Implementation On Linux

You can find information on RESTFul A .Net Core 3 API Implementation dotnet_api_linux

GraphQL

You can find information on Graph QL on the following page graphql

npm

You can find information on npm on the following page npm

Git

You can find information on git on the following page git

Powershell

You can find information on powershell on the following page powershell

Useful Azure Queries

You can find a list of these on the following page Azure Queries

Useful cli commands

You can find a list of these on the following page cli favourites

Windows Tips

Fixing samba on Window 10

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled

And in smbd.conf

ntlm auth = true

Disabling public network for hyper-V

Start a secpol.msc
Under Netork List Manager, change the relevant Network name to private

This was an error when setting up winrm using winrm quickconfig

Powershell

To search for text in a file use

 ls * -r | Select-String -simplematch -pattern "mysearchstring" | select -u -exp filename

bibbleMP

You can find information on bibbleMP on the following page bibble Media Player

Recipes

You can find some save recipes on the following page Iain's Recipe Page