Pinned Repositories
Akuns-Gear-
This is an item mod that contains 2 enchanted katanas and 1 armor for a Wizard Slayer.
Ask-me-anything-
Have questions to ask me directly? Try out my AMA! Otherwise you are welcome to write me an email!
dear-github-2.0
📨 An open letter to GitHub from the maintainers of open source projects
IEEE-Dwarven-Voice-Classic-
This is a custom voice for a custom character that is generated during character creation. The voice is that of a classic dwarf (Fan-Fiction).
IEEE-Halforc-Voice-Classic-
This is a custom voice for a custom character that is generated during character creation. The voice is that of a classic halforc(Fan-Fiction).
IEEE-Player-Character-Voice-Installer-Pack-
This combines IEEE ASfPC and IEEE PCVI in one package and also offers demos for testing.
Javascript-bitwise-operations-with-string-inputs-
Shows that string numbers are converted internally to integers when using specific bitwise operations
Javascript-block-local-function-declarations-
Showing an example of function declaration in combination with local block scoping
Javascript-closures-fact-three-
Showing the last of three facts about closures
Repository-INDEX-
Hi, I am Incrementis and this is an index which includes all repositories on my github account. I hope it will be as helpful to you as it is to me^^!
Incrementis's Repositories
Incrementis/Javascript-block-local-function-declarations-
Showing an example of function declaration in combination with local block scoping
Incrementis/Javascript-closures-fact-three-
Showing the last of three facts about closures
Incrementis/Javascript-a-little-bit-about-this-
Showing a small extract about the keyword "this"
Incrementis/Javascript-an-own-high-order-function-
Showing when to implement an own High-order function
Incrementis/Javascript-bind-and-curry-
Using currying with the help of the javascript method "bind"
Incrementis/Javascript-binding-
Explaining with the help of js "forEach" method and a puzzle as content the use of the js method "bind"
Incrementis/Javascript-call-methods-with-call-
Using the js method "call" in combination with a high-order-fnction among others to put objects from a shelf to a cart
Incrementis/Javascript-closures-fact-one-
Showing the first of three facts about closures with the help of a simple calculation
Incrementis/Javascript-closures-fact-two-
Showing the second of three facts about closures
Incrementis/Javascript-dictonary-object-and-hasOwnProperty-
Showing a dictonary object and how to destroy and repair its "hasOwnProperty" method
Incrementis/Javascript-function-eval-
Explaining eval with the help of a nested function and indirect/direct call
Incrementis/Javascript-function-method-constructor-call-
Showing the difference between function-, method- and constructor call by telling three black humor jokes
Incrementis/Javascript-global-variables-ex-var-
Shows that global variables can be initialized without keyword var
Incrementis/Javascript-higher-order-functions-
Showing an use of higher order functions with "forEach", "map", "filter", "reduce", "reduceRight" and "sort".
Incrementis/Javascript-hoisting-and-try-catch-
Showing how variable hoisting behaves with try...catch
Incrementis/Javascript-IFFE-and-local-scopes-
Use and transport of a minimum understanding of IFFE and local scopes
Incrementis/Javascript-keyword-with-
Showing the use of keyword "with" with the help of a simple sentence generator
Incrementis/Javascript-modifying-arguments-object-
Converting the js object "arguments" into an array
Incrementis/Javascript-recursive-function-
Testing a recursive function by implementing a small binary tree and showing an interesting problem
Incrementis/Javascript-rules-for-equal-to-operator-
Testing the "==" operator with different types and explaining why
Incrementis/Javascript-save-arguments-into-a-variable-
Saving the object "arguments" to a variable for realizing recylable parameters
Incrementis/Javascript-semicolon-first-rule-
Checking one of three rules of how to insert semicolons
Incrementis/Javascript-semicolon-second-rule-
Checking one of three rules of how to insert semicolons
Incrementis/Javascript-semicolon-third-rule-
Checking one of three rules of how to insert semicolons
Incrementis/Javascript-shifting-
Using the javascript method "shift" in a marginal and unimproved tic tac toe game
Incrementis/Javascript-slicing-
Visualizing the javascript method "slice" by slicing a cake into slices
Incrementis/Javascript-unicode-
Testing unicode characters with ANSI and UTF-8
Incrementis/Javascript-use-of-apply-
Testing the use of js method "apply" with the help of an own made and strongly simplified face customizer
Incrementis/Javascript-variable-hoisting-
Showing variable hoisting by implementing a very simplified game
Incrementis/Javascript-variadic-functions-and-arguments-
Implementing the variadic function as a small wrapper by using the js object "arguments".