-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (213 loc) · 13.1 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Dizitart</title>
<meta name="description" content="Dizitart is a home of open source projects for Java, Android, Golang, NoSql embedded database.">
<meta name="keywords" content="Java, Android, Golang, NOSql, Embedded, Database, Document, Store, Trace, EventBus, Open Source, Github, Nitrite, Synchronization">
<meta name="author" content="Anindya Chatterjee">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<meta name="google-site-verification" content="oZHe88x2plq2GI1Y6-bKRjHu8mFyzBnT5S7WvVqel9o" />
<!-- Bootstrap-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Google fonts - Open Sans-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic">
<!-- Font Awesome CSS-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- owl carousel-->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.sea.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="favicon.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<div id="all">
<div class="container-fluid">
<div class="row row-offcanvas row-offcanvas-left">
<!-- *** SIDEBAR ***-->
<div id="sidebar" class="col-xs-6 col-sm-4 col-md-3 sidebar-offcanvas">
<div class="sidebar-content hidden-xs">
<img src="img/logo.svg" class="logo-md">
<p class="sidebar-p">A home of open source software.</p>
<p class="sidebar-p">Dizitart was born from the belief that openness, freedom
and collaboration are essential factors in enabling community to solve real world problems.
</p>
<p class="sidebar-p">
All code here is open source, so it can be used by anyone for any project.
</p>
<p class="sidebar-p">
<i class="fa fa-heart" aria-hidden="true" style="color: red"></i>
from Kolkata, India. </p>
<p class="social">
<a href="https://github.com/dizitart" data-animate-hover="pulse" class="external github"><i
class="fa fa-github"></i></a>
<a href="https://twitter.com/dizitart" data-animate-hover="pulse" class="external twitter"><i
class="fa fa-twitter"></i></a>
<a href="mailto:[email protected]?subject=General Query" data-animate-hover="pulse"
class="email"><i class="fa fa-envelope"></i></a></p>
<div class="copyright">
<p class="credit">© 2018 Dizitart | Template by <a
href="https://bootstrapious.com/tutorials" class="external">Bootstrapious</a></p>
<!-- Please do not remove the backlink to us, unless you support the development at https://bootstrapious.com/donate. It is part of the license conditions. Thanks for understanding :) -->
</div>
</div>
</div>
<!-- *** SIDEBAR END *** -->
<!-- *** PORTFOLIO *** -->
<div class="col-xs-12 col-sm-8 col-md-9 content-column">
<div class="small-navbar visible-xs">
<a href="index.html">
<img src="img/logo.svg" class="logo-xs">
</a>
<p class="sidebar-p">A home of open source software.</p>
<p class="sidebar-p">Dizitart was born from the belief that openness, freedom
and collaboration are essential factors in enabling community to solve real world problems.
</p>
<p class="sidebar-p">
All code here is open source, so it can be used by anyone for any project.
</p>
</div>
<div class="grid">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 masonry-item">
<div class="box-masonry">
<a href="https://nitrite.dizitart.com/index.html" title="" class="box-masonry-image with-hover-overlay with-hover-icon">
<img src="img/nitrite-logo.svg" alt="" class="img-responsive img-nitrite">
</a>
<div class="box-masonry-text">
<h4><a href="https://nitrite.dizitart.com/index.html">Nitrite Database</a></h4>
<div class="box-masonry-description">
<p>
<b>NO</b>sql <b>O</b>bject (<b>NO2</b> a.k.a Nitrite) database is an open source
nosql embedded document store written in Java. It has MongoDB like API.
It supports both in-memory and single file based persistent store.
</p>
</div>
<p class="tag-p">
<span class="label label-default">Android</span>
<span class="label label-default">Java</span>
<span class="label label-default">NoSQL</span>
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 masonry-item">
<div class="box-masonry">
<a href="https://nitrite.dizitart.com/index.html" title="" class="box-masonry-image with-hover-overlay with-hover-icon">
<img src="img/kno2.svg" alt="" class="img-responsive img-potassium-nitrite">
</a>
<div class="box-masonry-text">
<h4><a href="https://nitrite.dizitart.com/index.html">Potassium Nitrite</a></h4>
<div class="box-masonry-description">
<p>
Potassium Nitrite (KNO2) is a kotlin extension of nitrite database.
It aims to streamline the usage of nitrite with kotlin by leveraging its
language features like extension function, builders, infix functions etc.
</p>
</div>
<p class="tag-p">
<span class="label label-default">Android</span>
<span class="label label-default">Kotlin</span>
<span class="label label-default">NoSQL</span>
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 masonry-item">
<div class="box-masonry">
<a href="jbus.html" title="" class="box-masonry-image with-hover-overlay with-hover-icon">
<img src="img/eventbus.gif" alt="" class="img-responsive">
</a>
<div class="box-masonry-text">
<span class="xx-small-font span-right">Illustration:
<a href="https://dribbble.com/shots/1901067-Vanlife">Vanlife by Martynas Puodžiūnas</a>
</span>
<h4><a href="jbus.html">JBus</a></h4>
<div class="box-masonry-description">
<p>
An event bus for java 1.6+. It dispatches event to registered listeners.
It is a simple but powerful publish-subscribe event system and supports
weak references of subscriber.
</p>
</div>
<p class="tag-p">
<span class="label label-default">Java</span>
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 masonry-item">
<div class="box-masonry">
<a href="go-trace.html" title="" class="box-masonry-image with-hover-overlay with-hover-icon">
<img src="img/trace.png" alt="" class="img-responsive">
</a>
<div class="box-masonry-text">
<span class="xx-small-font span-right">Illustration:
<a href="https://dribbble.com/shots/3089328-Tracing">Tracing by Mauricio Estrella</a>
</span>
<h4><a href="go-trace.html">Go Trace</a></h4>
<div class="box-masonry-description">
<p>Go Trace Utility</p>
</div>
<p class="tag-p">
<span class="label label-default">GoLang</span>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="small-navbar visible-xs">
<p class="sidebar-p">
<i class="fa fa-heart" aria-hidden="true" style="color: red"></i>
from Kolkata, India. </p>
<p class="social">
<a href="https://github.com/dizitart" data-animate-hover="pulse" class="external github"><i
class="fa fa-github"></i></a>
<a href="https://twitter.com/dizitart" data-animate-hover="pulse" class="external twitter"><i
class="fa fa-twitter"></i></a>
<a href="mailto:[email protected]?subject=General Query" data-animate-hover="pulse"
class="email"><i class="fa fa-envelope"></i></a></p>
<div class="copyright">
<p class="credit">© 2018 Dizitart | Template by <a
href="https://bootstrapious.com/tutorials" class="external">Bootstrapious</a></p>
<!-- Please do not remove the backlink to us, unless you support the development at https://bootstrapious.com/donate. It is part of the license conditions. Thanks for understanding :) -->
</div>
</div>
</div>
<!-- *** PORTFOLIO END ***
-->
</div>
</div>
</div>
<!-- Javascript files-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/ekko-lightbox.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/front.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID.-->
<!---->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98024264-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>