Home

Version 7.1 by Nikita Kapchenko on 2019/07/23 12:16
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [quant:Main.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Welcome to my xwiki page

This page contains the short resume of each of my projects. 

Content

The purpose of this wiki page is to document my projects in quantitative finance, computational algorithms and neural networks available on my GitHub, as well as collect some usefull tools and information.

  1. Welcome to my xwiki page
  2. Content
  3. GitHub
  4. Create your application

It's a test ttype the link label

 Sandbox for more demo content

GitHub

From remote to local:

Git bash -> git clone REPO_URL

From local to remote:

Git bash:

1. git add . 

2. git commit -m "comment"

3. git push origin master 

If you don't care about your local changes and want to pull from remote:

git reset --hard

git pull origin master

Create your application

creating your own applications with App Within Minutes (AWM).