-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (89 loc) · 3.93 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Stanfy Open Source</title>
</head>
<body>
<header>
<div class="container">
<section class="viewon">
<a href="https://github.com/stanfy">View on GitHub</a>
</section>
<h1>Open Source</h1>
</div>
</header>
<div class="banner">
<div class="container">
<h2>We use open source to build our own products
and provide services. And here are some projects we
develop internally and release for community</h2>
<a href="http://github.com/stanfy">github.com/stanfy</a>
</div>
</div>
<div class="container">
<section id="main_content">
<h1>Our Projects</h1>
<div class="row cf">
<div class="proj">
<div class="proj_pict">
<a href="http://dyci.github.io/"><img src="images/dyci.jpg" alt="DyCI" /></a>
<p>Dynamic code injection for iOS projects - powerful tool that accelerates apps development in Xcode and AppCode environments</p>
</div>
<h3>
<a name="dyci" class="anchor" href="#dyci"><span class="octicon octicon-link"></span></a><a href="http://dyci.github.io/">DyCI</a>
</h3>
</div>
<div class="proj">
<div class="proj_pict">
<a href="https://github.com/stanfy/helium"><img src="images/helium.jpg" alt="Helium" /></a>
<p>Helium is a DSL for REST API specifications and also a Java API for processing descriptions written in this language</p>
</div>
<h3>
<a name="helium" class="anchor" href="#helium"><span class="octicon octicon-link"></span></a>
<a href="https://github.com/stanfy/helium">Helium</a>
</h3>
</div>
</div>
<div class="row cf">
<div class="proj">
<div class="proj_pict">
<a href="http://github.com/stanfy/enroscar"><img src="images/enroscar.jpg" alt="Enroscar" /></a>
<p>A set of libraries we actively use to develop for Android platform</p>
</div>
<h3>
<a name="enroscar" class="anchor" href="#enroscar"><span class="octicon octicon-link"></span></a><a href="http://github.com/stanfy/enroscar">Enroscar</a>
</h3>
</div>
<div class="proj">
<div class="proj_pict">
<a href="https://github.com/PaulTaykalo/objc-dependency-visualizer"><img src="images/objc.jpg" alt="objc-dependency-visualizer" /></a>
<p>Objective-C class dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled </p>
</div>
<h3>
<a name="objc-dependency-visualizer" class="anchor" href="#objc-classes-visualizer"><span class="octicon octicon-link"></span></a><a href="https://github.com/PaulTaykalo/objc-dependency-visualizer">Objc class dependency visualizer</a>
</h3>
</div>
</div>
<div class="proj_list">
<ul>
<li><a href="https://github.com/stanfy/spoon-gradle-plugin">spoon-gradle-plugin</a> - Gradle plugin for Spoon</li>
<li><a href="https://github.com/stanfy/gson-xml">gson-xml</a> - Java library for XML deserialization</li>
</ul>
</div>
</section>
</div>
<footer>
<div class="container">
<section class="viewon">
<a href="https://github.com/stanfy">View on GitHub</a>
</section>
<p>© 2009–2014 Stanfy. All rights reserved.</p>
</div>
</footer>
</body>
</html>