-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
129 lines (116 loc) · 5.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Code Hunks">
<title>Code Hunks</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="css/email.css">
<link rel="stylesheet" href="css/fork.css">
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/codehunks/">Find us on GitHub</a>
</div>
</div>
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<header class="header">
<hgroup>
<h1 class="brand-title">Code Hunks</h1>
<h2 class="brand-tagline">Coding Prodigies</h2>
</hgroup><br><br>
<nav class="nav">
<ul class="nav-list">
<li>Members</li>
<li><a href="http://www.shivambansal.com/">Shivam Bansal</a></li>
<li><a href="http://mayankbhola.in/">Mayank Bhola</a></li>
<li><a href="http://www.varunmalhotra.info">Varun Malhotra</a></li>
</ul>
</nav>
</header>
</div>
<div class="pure-u-1">
<div class="content">
<div class="posts">
<h1 class="content-subhead">Recent Projects By Code Hunks</h1>
<section class="post">
<header class="post-header">
<h2 class="post-title">Epoc Emotiv Programming</h2>
</header>
<div class="post-description">
<p>
A revolutionary personal interface for brain computer interacton.The Emotiv EPOC headset uses a total of 16 sensors, 14 for EEG data, 2 for gyro motions to tune into electrical signals produced by the brain to detect user thoughts, feelings, expressions and their mental state.<br>
<a href="https://github.com/codehunks/emotiv"> Github Official Repository</a>
<br>
<h3> Projects Involved </h3>
<ul>
<li>Tic-Tac-Toe Gyro</li>
<li>Tic-Tac-Toe-Cognitive</li>
<li>Pattern-Authentication</li>
<li>BrainWave Car Gaming</li>
<li>Mind Motion State</li>
<li>Brain Wave Authentication</li>
</ul>
</p>
</div>
</section>
</div>
<div class="posts">
<section class="post">
<header class="post-header">
<h2 class="post-title">Xculture </h2>
</header>
<div class="post-description">
<p>
Our Technology & Culture project demonstrating a World wide countries search for their culture, facts and figures.It Features Js Map Comparison of culture and figures of different countries. Technologies used are Php, Javascript and Bootstrap.<br>
<a href="http://shivambansal.com/technology_and_culture/"> Live Demo</a>
</p>
</div>
</section>
</div>
<div class="posts">
<section class="post">
<header class="post-header">
<h2 class="post-title">codehunks.github.io </h2>
</header>
<div class="post-description">
<p>
Official website of codehunks. It uses Pure Css responsive framework developed by Yahoo. It is hosted on github free hosting.
</p>
</div>
</section>
</div>
<div class="posts">
<section class="post">
<header class="post-header">
<h2 class="post-title">News Classifier </h2>
</header>
<div class="post-description">
<p>
A project based on Naive Bayes Classification. It uses <a href="https://github.com/psych0der/textprocess">textprocess</a>, by <a href="https://github.com/psych0der">pshch0der</a> for data pre processing. A tranining data is built which is used to calssify the category of real time news feed.
</p>
</div>
</section>
</div>
<div class="posts">
<section class="post">
<header class="post-header">
<h2 class="post-title">Cloud Text Pre-Processing</h2>
</header>
<div class="post-description">
<p>
A cloud service for text pre processing by the algorithms like stemming, lemmatization, stop-word removal and normalization. <br>
<a href="http://cloudpreprocessing.herokuapp.com"> Live Demo</a>
</p>
</div>
</section>
</div>
</div>
</div>
</div>
</body>
</html>