1
+ <!doctype html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
6
+ < title > Wiki knowledge by vicky002</ title >
7
+ < link rel ="stylesheet " href ="stylesheets/styles.css ">
8
+ < link rel ="stylesheet " href ="stylesheets/pygment_trac.css ">
9
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js "> </ script >
10
+ < script src ="javascripts/respond.js "> </ script >
11
+ <!--[if lt IE 9]>
12
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13
+ <![endif]-->
14
+ <!--[if lt IE 8]>
15
+ <link rel="stylesheet" href="stylesheets/ie.css">
16
+ <![endif]-->
17
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
18
+
19
+ </ head >
20
+ < body >
21
+ < div id ="header ">
22
+ < nav >
23
+ < li class ="fork "> < a href ="https://github.com/vicky002/Wiki_Knowledge "> View On GitHub</ a > </ li >
24
+ < li class ="downloads "> < a href ="https://github.com/vicky002/Wiki_Knowledge/zipball/master "> ZIP</ a > </ li >
25
+ < li class ="downloads "> < a href ="https://github.com/vicky002/Wiki_Knowledge/tarball/master "> TAR</ a > </ li >
26
+ < li class ="title "> DOWNLOADS</ li >
27
+ </ nav >
28
+ </ div > <!-- end header -->
29
+
30
+ < div class ="wrapper ">
31
+
32
+ < section >
33
+ < div id ="title ">
34
+ < h1 > Wiki knowledge</ h1 >
35
+ < p > Repository which contains all the links and resources on different topics of Computer Science</ p >
36
+ < hr >
37
+ < span class ="credits left "> Project maintained by < a href ="https://github.com/vicky002 "> vicky002</ a > </ span >
38
+ < span class ="credits right "> Hosted on GitHub Pages — Theme by < a href ="https://twitter.com/michigangraham "> mattgraham</ a > </ span >
39
+ </ div >
40
+
41
+ < h1 >
42
+ < a id ="wiki_knowledge " class ="anchor " href ="#wiki_knowledge " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Wiki_Knowledge</ h1 >
43
+
44
+ < p > On Internet, There is a lot of knowledge on different topics scarred over different sources. Most of the knowledge is either online on the web or with the people as human knowledge. I want to create this repository as a platform to bind this scarred peice of knowledge at one place! </ p >
45
+
46
+ < h1 >
47
+ < a id ="how-to-contribute " class ="anchor " href ="#how-to-contribute " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > How to Contribute</ h1 >
48
+
49
+ < ol >
50
+ < li > You can Add links of different sources on different topics</ li >
51
+ < li > You can also create topics and add diffrent resources to it.</ li >
52
+ < li > Make sure that links that you provide should be related to the topic!</ li >
53
+ </ ol >
54
+
55
+ < h1 >
56
+ < a id ="topics " class ="anchor " href ="#topics " aria-hidden ="true "> < span class ="octicon octicon-link "> </ span > </ a > Topics</ h1 >
57
+
58
+ < ul >
59
+ < li > Algorithms</ li >
60
+ < li > Operating System</ li >
61
+ < li > Web Languages
62
+
63
+ < ul >
64
+ < li > Html</ li >
65
+ < li > Javascipt</ li >
66
+ < li > JQuery</ li >
67
+ < li > php, etc!</ li >
68
+ </ ul >
69
+ </ li >
70
+ < li > Programming Language
71
+
72
+ < ul >
73
+ < li > C</ li >
74
+ < li > C++</ li >
75
+ < li > Java</ li >
76
+ < li > Ruby</ li >
77
+ < li > Python</ li >
78
+ < li > Haskell</ li >
79
+ < li > pascal</ li >
80
+ </ ul >
81
+ </ li >
82
+ < li > Machine Learning</ li >
83
+ < li > Artificial Intelligence</ li >
84
+ < li > Discrete Mathematics
85
+
86
+ < ul >
87
+ < li > Number Theory</ li >
88
+ < li > Graph Theory</ li >
89
+ < li > Combinatorics</ li >
90
+ < li > Game Theory etc!</ li >
91
+ </ ul >
92
+ </ li >
93
+ </ ul >
94
+
95
+ < p > There are many topics, you can contribute to it, create topics add resources to it!
96
+ Contact me -
< a href ="
mailto:[email protected] "
> [email protected] </ a >
97
+ Connect me on fb - fb.com/blackhat002</ p >
98
+ </ section >
99
+
100
+ </ div >
101
+ <!--[if !IE]><script>fixScale(document);</script><![endif]-->
102
+ < script type ="text/javascript ">
103
+ var gaJsHost = ( ( "https:" == document . location . protocol ) ? "https://ssl." : "http://www." ) ;
104
+ document . write ( unescape ( "%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E" ) ) ;
105
+ </ script >
106
+ < script type ="text/javascript ">
107
+ try {
108
+ var pageTracker = _gat . _getTracker ( "UA-45497633-6" ) ;
109
+ pageTracker . _trackPageview ( ) ;
110
+ } catch ( err ) { }
111
+ </ script >
112
+
113
+ </ body >
114
+ </ html >
0 commit comments