MediaWiki:Anon sidebar
-
CSS & JS - MediaWiki:Common.*
-
Some HTML/Wiki tags
-
Figures
[[File:.jpg|950px|thumb|center|Título]]
<figure id="fig:nombre">
[[File:Text_classification1.png|600px|thumb|center|
<caption>Supervised Learning...</caption>
]]
</figure>
In <xr id="fig:nombre" /> we show...
-
MW Tables
-
Tablas centradas:
{| class="wikitable" style="width: 20px; height: 20px; margin: 0 auto;"
-
Vertial align:
|- style="vertical-align:top;"
-
Tablas con líneas tranparentes y 100% width:
{| style="border-spacing: 2px; width: 100%;"
-
Collapsible sections
<div class="mw-collapsible mw-collapsed" data-expandtext="+/-" data-collapsetext="+/-">
Título
<div class="mw-collapsible-content">
* Punto uno
* ...
</div>
</div>
-
Hidden content
<div class="oculto mw-collapsible mw-collapsed" data-expandtext="Expand hidden content" data-collapsetext="Collapse hidden content">
-
Syntax highlighting code
<syntaxhighlight lang="html"> < /syntaxhighlight>
<i class="fa fa-envelope"></i>
-
MW Sidebar
Working on - Mis_páginas |
Another |
Another |
|
|
|
-
Try the App at http://dashboard.sinfronteras.ws
-
Github repository: https://github.com/adeloaleman/AmazonLaptopsDashboard
-
Visit the Web App at http://www.vglens.sinfronteras.ws
-
This Application was developed using Python-Django Web framework
-
Visit the Web App at http://62.171.143.243
-
Github repository: https://github.com/adeloaleman/WebApp-CloneOfTwitter
-
This Application was developed using:
-
Back-end: Node.js (Express) (TypeScript)
-
Front-end: React (TypeScript)
-
Visit the Web App at http://fakenewsdetector.sinfronteras.ws
-
Github repository https://github.com/adeloaleman/RFakeNewsDetector
-
In this project, we have created a GUI Java (Swing) Application for a Zoo Management System.
-
You can try the application by downloading the Java Jar file from this link: http://wiki.sinfronteras.ws/images/2/27/ZooManagementSystem.jar
-
Github repository: https://github.com/adeloaleman/JavaDesktopApp-ZooManagementSystem
-
In this project, we have created a GUI Java (Swing) Application that simulates a trading day of a simplified model of a stock market.
-
You can try the application by downloading the Java Jar file from this link: http://wiki.sinfronteras.ws/images/0/00/SMSimulator.jar
-
Github repository: https://github.com/adeloaleman/JavaDesktopApp-StockMarketSimulator
</syntaxhighlight>