-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (67 loc) · 5.3 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>open source on madvay.com by madvay</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>open source on madvay.com</h1>
<p>Advay Mengle's open source projects</p>
<p class="view"><a href="https://github.com/madvay">View My GitHub Profile</a></p>
<p class="view"><a href="https://advaymengle.art/">Advay Mengle // Fine Arts</a></p>
</header>
<section>
<h1>
<a id="madvaygithubio" class="anchor" href="#madvaygithubio" aria-hidden="true"><span class="octicon octicon-link"></span></a>madvay.github.io</h1>
<p>Advay Mengle's ([<a href="https://github.com/advayDev1" class="user-mention">@advayDev1</a>]) open source projects.</p>
<h2>
<a id="active-projects" class="anchor" href="#active-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>Active projects</h2>
<h3>
<a id="mixc-build-" class="anchor" href="#mixc-build-" aria-hidden="true"><span class="octicon octicon-link"></span></a>mixc-build <a href="https://madvay.github.io/mixc-build/">➔</a>
</h3>
<p>Simple execution of Xcode iOS/Mac OS X builds, tests, archival, and exports via Gradle projects.</p>
<p><a href="https://github.com/madvay/mixc-build/blob/master/README.md">Usage</a> | <a href="https://github.com/madvay/mixc-build/blob/master/NOTICE">Notice</a> | <a href="https://github.com/madvay/mixc-build/blob/master/LICENSE">License</a> | <a href="https://github.com/madvay/mixc-build/">Source</a></p>
<h3>
<a id="j2objc-gradle-" class="anchor" href="#j2objc-gradle-" aria-hidden="true"><span class="octicon octicon-link"></span></a>j2objc-gradle <a href="https://github.com/j2objc-contrib/j2objc-gradle/">➔</a>
</h3>
<p>A Gradle plugin for the j2objc Java to Objective C transpilation system. A single build command takes your Java source code and outputs ready to deploy Objective C libraries. When used with <code>mixc-build</code>, your final output can be an iOS or Mac OS X application. (Co-authored with <a href="https://github.com/brunobowden">@brunobowden</a> and <a href="https://github.com/j2objc-contrib/j2objc-gradle/blob/master/AUTHORS">others</a>)</p>
<p><a href="https://github.com/j2objc-contrib/j2objc-gradle/blob/master/README.md">Usage</a> | <a href="https://github.com/j2objc-contrib/j2objc-gradle/blob/master/AUTHORS">Authors</a> | <a href="https://github.com/j2objc-contrib/j2objc-gradle/blob/master/LICENSE">License</a> | <a href="https://github.com/j2objc-contrib/j2objc-gradle/">Source</a></p>
<h3>
<a id="android-analysis-tools-apat-" class="anchor" href="#android-analysis-tools-apat-" aria-hidden="true"><span class="octicon octicon-link"></span></a>android-analysis-tools (apat) <a href="https://madvay.github.io/android-analysis-tools/">➔</a>
</h3>
<p>Performance analysis toolkit for Android applications. Command-line tool to slice and dice data gathered from DDMS.</p>
<p><a href="https://github.com/madvay/android-analysis-tools/blob/master/README.md">Usage</a> | <a href="https://github.com/madvay/android-analysis-tools/blob/master/NOTICE">Notice</a> | <a href="https://github.com/madvay/android-analysis-tools/blob/master/LICENSE">License</a> | <a href="https://github.com/madvay/android-analysis-tools/">Source</a></p>
<h3>
<a id="git-build-info-" class="anchor" href="#git-build-info-" aria-hidden="true"><span class="octicon octicon-link"></span></a>git-build-info <a href="https://madvay.com/source/git-build-info">➔</a>
</h3>
<p>Embeds Git repository state in your Gradle Java project. Also enforces working directory
cleanliness on publishing artifacts.</p>
<p><a href="https://github.com/madvay/git-build-info/blob/master/README.md">Usage</a> | <a href="https://github.com/madvay/git-build-info/blob/master/NOTICE">Notice</a> | <a href="https://github.com/madvay/git-build-info/blob/master/LICENSE">License</a> | <a href="https://github.com/madvay/git-build-info/">Source</a></p>
<hr>
<h2>
<a id="all-projects" class="anchor" href="#all-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>All projects</h2>
<p>See <a href="https://github.com/madvay">github.com/madvay</a> for other projects.</p>
<hr>
<div>
<a href="http://creativecommons.org/licenses/by/2.5/"><img alt="Creative Commons License" src="https://i.creativecommons.org/l/by/2.5/88x31.png"></a><br>
Except where otherwise noted, this work is licensed under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 Generic License</a>. Copyright © 2015 by Advay Mengle.
<br>
Note the software projects themselves and samples/documentation excerpted from them are distributed under their own licenses, available in their repositories.
</div>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>