Wiki source code of Home

Version 7.1 by Nikita Kapchenko on 2019/07/23 12:16

Show last authors
1 {{box cssClass="floatinginfobox"}}
2 {{velocity}}
3 {{html clean="false"}}
4 ## Chrome's XSS Auditor blocks the preview action if:
5 ## * the submitted content has an iframe with an external URL
6 ## * the preview action displays the submitted iframe
7 ## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
8 ## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
9 #set ($iframe = 'iframe')
10 <$iframe src="https://www.youtube.com/embed/9QTWrZ7OfzI" title="YouTube video of XWiki" role="presentation" allowfullscreen></$iframe>
11 {{/html}}
12 {{/velocity}}
13 {{/box}}
14
15 = Welcome to my xwiki page =
16
17 This page contains the short resume of each of my projects.
18
19 = Content =
20
21 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.
22
23 {{toc numbered="true"/}}
24
25
26
27 It's a test [[t>>doc:test.WebHome]]t [[type the link label>>doc:test.WebHome]]
28
29 [[Sandbox>>Sandbox.WebHome]] for more demo content
30
31
32 (% class="row" %)
33 (((
34 (% class="col-xs-12 col-sm-6" %)
35 (((
36 = GitHub =
37
38 From remote to local:
39
40 Git bash -> git clone REPO_URL
41
42 From local to remote:
43
44 Git bash:
45
46 ~1. git add .
47
48 2. git commit -m "comment"
49
50 3. git push origin master
51
52 If you don't care about your local changes and want to pull from remote:
53
54 git reset ~-~-hard
55
56 git pull origin master
57 )))
58
59 (% class="col-xs-12 col-sm-6" %)
60 (((
61 = Create your application =
62
63 creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM).
64 )))
65 )))