Skip to content

Repository for my current study course "Business Informatics" at the University of Applied Sciences in Flensburg with the goal of the university degree: "Bachelor of Science"

TheSundownEffect/Business_Informatics

Repository files navigation

SundownEffect / Business_Informatics

Repository for my current study course "Business Informatics" at the University of Applied Sciences in Flensburg with the goal of the university degree: "Bachelor of Science"


Table of Contents

#1 Semester

#2 Semester

  • Development of User-Interfaces

  • Statistics

#3 Semester

#4 Semester

#5 Semester

#6 Semester

Link Template

How to make contribution?

You can create a Pull Request at any given time!

Markup-Template


Strikethrough Strikethrough (when enable html tag decode.) Italic Italic Emphasis Emphasis Emphasis Italic Emphasis Italic

Superscript: X2,Subscript: O2

Abbreviation(link HTML abbr tag)

The HTML specification is maintained by the W3C.

###Blockquotes

Blockquotes

Paragraphs and Line Breaks

"Blockquotes Blockquotes", Link

###Links

Links

Links with title

<link> : https://github.com

Reference link

GFM a-tail link @pandao

###Code Blocks (multi-language) & highlighting

####Inline code

$ npm install marked

####Code Blocks (Indented style)

Indented 4 spaces, like <pre> (Preformatted Text).

<?php
    echo "Hello world!";
?>

Code Blocks (Preformatted text):

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

####Javascript 

function test(){
	console.log("Hello world!");
}
 
(function(){
    var box = function(){
        return box.fn.init();
    };

    box.prototype = box.fn = {
        init : function(){
            console.log('box.init()');

			return this;
        },

		add : function(str){
			alert("add", str);

			return this;
		},

		remove : function(str){
			alert("remove", str);

			return this;
		}
    };
    
    box.fn.init.prototype = box.fn;
    
    window.box =box;
})();

var testBox = box();
testBox.add("jQuery").remove("jQuery");

####HTML code

<!DOCTYPE html>
<html>
    <head>
        <mate charest="utf-8" />
        <title>Hello world!</title>
    </head>
    <body>
        <h1>Hello world!</h1>
    </body>
</html>

###Images

Image:

Follow your heart.


###Lists

####Unordered list (-)

  • Item A
  • Item B
  • Item C

####Unordered list (*)

  • Item A
  • Item B
  • Item C

####Unordered list (plus sign and nested)

  • Item A
  • Item B
    • Item B 1
    • Item B 2
    • Item B 3
  • Item C
    • Item C 1
    • Item C 2
    • Item C 3

####Ordered list

  1. Item A
  2. Item B
  3. Item C

###Tables

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
Function name Description
help() Display the help window.
destroy() Destroy your computer!
Item Value
Computer $1600
Phone $12
Pipe $1
Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1

####HTML entities

© & ¨ ™ ¡ £ & < > ¥ € ® ± ¶ § ¦ ¯ « ·

X² Y³ ¾ ¼ × ÷ »

18ºC " '

##Escaping for Special Characters

*literal asterisks*

##Markdown extras

###GFM task list

  • GFM task list 1
  • GFM task list 2
  • GFM task list 3
    • GFM task list 3-1
    • GFM task list 3-2
    • GFM task list 3-3
  • GFM task list 4
    • GFM task list 4-1
    • GFM task list 4-2

###Emoji mixed 😃

Blockquotes ⭐

####GFM task lists & Emoji & fontAwesome icon emoji & editormd logo emoji :editormd-logo-5x:

  • 😃 @mentions, 😃 #refs, links, formatting, and tags supported :editormd-logo:;
  • list syntax required (any unordered or ordered list supported) :editormd-logo-3x:;
  • [ ] 😃 this is a complete item 😃;
  • []this is an incomplete item test link :fa-star: @pandao;
  • [ ]this is an incomplete item :fa-star: :fa-gear:;
    • 😃 this is an incomplete item test link :fa-star: :fa-gear:;
    • 😃 this is :fa-star: :fa-gear: an incomplete item test link;

About

Repository for my current study course "Business Informatics" at the University of Applied Sciences in Flensburg with the goal of the university degree: "Bachelor of Science"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages