1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < title > The Machine Learning Blog - Aditya Arora</ title >
6+ < link rel ="stylesheet " href ="code4cx.github.io/theme/css/main.css " />
7+ < link href ="code4cx.github.io/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate " title ="The Machine Learning Blog Atom Feed " />
8+
9+ <!--[if IE]>
10+ <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+ <![endif]-->
12+ </ head >
13+
14+ < body id ="index " class ="home ">
15+ < header id ="banner " class ="body ">
16+ < h1 > < a href ="code4cx.github.io/ "> The Machine Learning Blog </ a > </ h1 >
17+ < nav > < ul >
18+ < li > < a href ="code4cx.github.io/category/blogsample.html "> blog,sample</ a > </ li >
19+ < li > < a href ="code4cx.github.io/category/docs.html "> docs</ a > </ li >
20+ </ ul > </ nav >
21+ </ header > <!-- /#banner -->
22+
23+ < aside id ="featured " class ="body ">
24+ < article >
25+ < h1 class ="entry-title "> < a href ="code4cx.github.io/a-sample-post.html "> A sample post</ a > </ h1 >
26+ < footer class ="post-info ">
27+ < abbr class ="published " title ="2017-08-20T00:00:00+05:30 ">
28+ Published: Sun 20 August 2017
29+ </ abbr >
30+
31+ < address class ="vcard author ">
32+ By < a class ="url fn " href ="code4cx.github.io/author/aditya-arora.html "> Aditya Arora</ a >
33+ </ address >
34+ < p > In < a href ="code4cx.github.io/category/blogsample.html "> blog,sample</ a > .</ p >
35+
36+ </ footer > <!-- /.post-info --> < p > Hello</ p >
37+ < p > If you are seeing this, it means that you are either Hodor, Felllix, PKJ or Teaboi.
38+ You are the author of the blog and remeber to use this as a format for the blog. </ p >
39+ < p > Remember to update slug.</ p >
40+ < p > Thanks</ p > </ article >
41+ </ aside > <!-- /#featured -->
42+ < section id ="content " class ="body ">
43+ < h1 > Other articles</ h1 >
44+ < hr />
45+ < ol id ="posts-list " class ="hfeed ">
46+
47+ < li > < article class ="hentry ">
48+ < header >
49+ < h1 > < a href ="code4cx.github.io/floydhub-documentation.html " rel ="bookmark "
50+ title ="Permalink to Floydhub Documentation "> Floydhub Documentation</ a > </ h1 >
51+ </ header >
52+
53+ < div class ="entry-content ">
54+ < footer class ="post-info ">
55+ < abbr class ="published " title ="2017-08-20T00:00:00+05:30 ">
56+ Published: Sun 20 August 2017
57+ </ abbr >
58+
59+ < address class ="vcard author ">
60+ By < a class ="url fn " href ="code4cx.github.io/author/aditya-arora.html "> Aditya Arora</ a >
61+ </ address >
62+ < p > In < a href ="code4cx.github.io/category/docs.html "> docs</ a > .</ p >
63+ < p > tags: < a href ="code4cx.github.io/tag/floyd.html "> floyd</ a > </ p >
64+ </ footer > <!-- /.post-info --> < h1 > Floyd Documentation</ h1 >
65+ < p > Floyd is a great cloud computing platform.</ p >
66+ < h2 > Python Machine Learning Setting up floyd</ h2 >
67+ < p > Setting up floyd for using on Windows</ p >
68+ < h2 > Installation</ h2 >
69+ < div class ="highlight "> < pre > < span > </ span > $ pip install -U floyd-cli
70+ </ pre > </ div >
71+
72+
73+ < h2 > Login</ h2 >
74+ < div class ="highlight "> < pre > < span > </ span > $ floyd login
75+ </ pre > </ div >
76+
77+
78+ < p > Copy and paste your authentication token in your terminal</ p >
79+ < h2 > Run project</ h2 >
80+ < p > < strong > Make a project folder</ strong > </ p >
81+ < div class ="highlight "> < pre > < span > </ span > $ mkdir myproject
82+ </ pre > </ div >
83+
84+
85+ < p > < strong > Change to project …</ strong > </ p >
86+ < a class ="readmore " href ="code4cx.github.io/floydhub-documentation.html "> read more</ a >
87+ </ div > <!-- /.entry-content -->
88+ </ article > </ li >
89+ </ ol > <!-- /#posts-list -->
90+ </ section > <!-- /#content -->
91+ < section id ="extras " class ="body ">
92+ < div class ="blogroll ">
93+ < h2 > links</ h2 >
94+ < ul >
95+ < li > < a href ="http://getpelican.com/ "> Pelican</ a > </ li >
96+ < li > < a href ="http://python.org/ "> Python.org</ a > </ li >
97+ < li > < a href ="http://codecx.in/ "> Portfolio</ a > </ li >
98+ < li > < a href ="# "> You can modify those links in your config file</ a > </ li >
99+ </ ul >
100+ </ div > <!-- /.blogroll -->
101+ < div class ="social ">
102+ < h2 > social</ h2 >
103+ < ul >
104+ < li > < a href ="code4cx.github.io/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate "> atom feed</ a > </ li >
105+
106+ < li > < a href ="# "> You can add links in your config file</ a > </ li >
107+ < li > < a href ="# "> Another social link</ a > </ li >
108+ </ ul >
109+ </ div > <!-- /.social -->
110+ </ section > <!-- /#extras -->
111+
112+ < footer id ="contentinfo " class ="body ">
113+ < address id ="about " class ="vcard body ">
114+ Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > , which takes great advantage of < a href ="http://python.org "> Python</ a > .
115+ </ address > <!-- /#about -->
116+
117+ < p > The theme is by < a href ="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/ "> Smashing Magazine</ a > , thanks!</ p >
118+ </ footer > <!-- /#contentinfo -->
119+
120+ </ body >
121+ </ html >
0 commit comments