-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
94 lines (71 loc) · 8.52 KB
/
resources.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
<html>
<head>
<title>Shantanu Johri</title>
<link rel="icon" href="https://s24.postimg.org/jpuv69sl1/hanuornewlogo.png" style="width: 50px; height: 50px" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300" rel="stylesheet">
<link href="assets/isabarrow.css" rel="stylesheet">
<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-81194645-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav>
<ul>
<li>
<a href="index.html">Main</a>
</li>
<li>
<a href="home.html">About</a>
</li>
<li>
<a href="work.html">Work</a>
</li>
</ul>
</nav>
<div class="tab-frame">
<input type="radio" checked name="tab" id="tab1">
<label for="tab1">
<h2 style="margin-left:11px;">Projects & Publications</h2></label>
<input type="radio" name="tab" id="tab2">
<label for="tab2"><h2 style="margin-left:11px;">Developer Resources</h2></label>
<div class="tab"><ul>
<li><a href="https://github.com/hanuor/lynn/releases/tag/v1" target="">Lynn - A template messenger (For desktop)</a><br><h5 style="color:#9e9e9e;">A J2EE based template message sender which works on top of SMTP protocol.
It uses the brand new homecooked Dynalitic engine for predictive analysis.
The idea to create something like this came up during my internship with Internshala. This is a gift to them.</h5></li>
<li><a href="https://github.com/hanuor" target="">Kapac Intelligence</a><br><h5 style="color:#9e9e9e;">Kapac Intelligence is an implementation of comprehensive unsupervised learning which is ultimately consumed by Dynalitic Engine. Kapac uses data entry set points as its input and data into decision surface using Machine Learning.
</h5></li>
<li><a href="https://hanuor.github.io/dynalitic/" target="">Dynalitic Engine</a><br><h5 style="color:#9e9e9e;">A disruptive engine that handles and loops through various incoming nodes (targets) to modify their respective values (Machine learning). The base model is written in Java and can be used as a base for android specific libraries and applications. This is not an open source project for now and still under development. 'DE' is based upon unsupervised learning algorithm and the bagging & boosting algorithm. DE also incorporates the basic binomial sigmoidal function algorithm. You can use DE for training your 'nodes' from a map of inputs. Currently DE is exclusively used in Sapphire SDK for Android.</h5></li>
<li><a href="https://github.com/hanuor" target="">Sapphire</a><br><h5 style="color:#9e9e9e;">Sapphire is an upcoming android SDK that runs on Dynalitic Engine to deliver in app customized notifications which are updated as per the user base. </h5></li>
<li><a href="https://github.com/hanuor/onyx" target="">Onyx</a><br><h5 style="color:#9e9e9e;">An android library that uses technologies like artificial Intelligence, machine learning, and deep learning to make developers understand the content that they are displaying in their app. </h5></li>
<li><a href="https://github.com/hanuor/Patron" target="">Patron (Powered by Github) </a><br><h5 style="color:#9e9e9e;">This is an upcoming social network for the open source community out there.</h5></li>
<li><a href="http://hanuor.github.io/fluke/" target="">Fluke Social Network</a><br><h5 style="color:#9e9e9e;">This is a matching over music themed social network.</h5></li>
<li><a href="https://github.com/hanuor/Mup" target="">Mup</a> <br><h5 style="color:#9e9e9e;">Find about your favourite music artist with just one click!</h5></li>
<li><a href="https://github.com/hanuor/amber" target="">Amber</a> <br><h5 style="color:#9e9e9e;">Power your app's data links with named entity recognition and disambiguation. A special library for android.</h5></li>
<li><a href="https://github.com/hanuor/pearl" target="">Pearl</a> <br><h5 style="color:#9e9e9e;">A powerful image caching and loading library for android.</h5></li>
<li><a href="https://github.com/hanuor/Amigo-Social-Network" target="">Amigo Social Network</a> <br><h5 style="color:#9e9e9e;">Make friends, chat with random strangers and vote for your friend's personality.</h5></li>
<li><a href="https://github.com/hanuor/Catnap" target="">Catnap</a> <br><h5 style="color:#9e9e9e;">A DND android application developed specially for college going students</h5></li>
</ul> </div>
<div class="tab">Welcome to DR. Here is an archive of links that might be helpful for developers to write their code effeciently and as cleanly as possible. Some links may also lead to introduction to new hottest technologies and their imlplementation. Lastly if you want to contribte to this section just give me a shout back and I'll revert back to you.
<hr>
<li><a href="https://medium.com/yammer-engineering/converting-callback-async-calls-to-rxjava-ebc68bde5831" target="">Converting callback async calls to RxJava</a> <br><h5 style="color:#9e9e9e;">Converting callback async calls to RxJava - an Intro by creators of Yammer Andriod</h5></li>
<li><a href="https://medium.com/@muratcanbur/java-8-language-features-on-android-ee8ea414f9f0#.makaspagc" target="">Java 8 Language Features on Android</a> <br><h5 style="color:#9e9e9e;">Java 8 Language Features on Android</h5></li>
<li><a href="https://medium.com/rocknnull/effective-java-for-android-cheatsheet-bf4e3433889a#.rwn89gymx" target="">Effective Java for Android (cheatsheet)</a> <br><h5 style="color:#9e9e9e;">Effective Java for Android (cheatsheet)</h5></li>
<li><a href="https://bigdatauniversity.com/courses/" target="">Want to learn an intro to Data Science for free?</a> <br><h5 style="color:#9e9e9e;">I recently stumbled upon this website. Really cool and addicting stuff.</h5></li>
<li><a href="https://courses.edx.org/courses/course-v1:Microsoft+DAT208x+6T2016/" target="">Python for Data Science.</a> <br><h5 style="color:#9e9e9e;">Get to know how Python is being used for data analysis and machine learning.</h5></li>
<li><a href="https://medium.com/google-developers/animation-jump-through-861f4f5b3de4#.8pzwycy4j" target="">Animation:Jump through</a> <br><h5 style="color:#9e9e9e;">Recently a call for help caught my eye; asking how to implement a fancy ‘getting location’ animation on Android:</h5></li>
<li><a href="https://stories.uplabs.com/animated-icons-on-android-ee635307bd6#.nfuu5f5r7" target="">Animated icons on Android</a> <br><h5 style="color:#9e9e9e;">How to improve the user experience using animated icons with vector drawables on Android</h5></li>
<li><a href="https://medium.com/@ali.muzaffar/understanding-vectordrawable-pathdata-commands-in-android-d56a6054610e#.xa0fzdzat" target="">Understanding VectorDrawable pathData commands in Android</a> <br><h5 style="color:#9e9e9e;">If you want to animate Vectors, you need to understand what these commands mean.</h5></li>
<li><a href="https://medium.freecodecamp.com/android-amazing-open-source-apps-e44f520593cc#.fkl18out3" target="">Amazing Open Source Android Apps</a> <br><h5 style="color:#9e9e9e;">By using and examining open source apps, you can learn how to build better apps yourself.</h5></li>
<li><a href="https://medium.com/mindorks/android-app-optimization-using-arraymap-and-sparsearray-f2b4e2e3dc47#.7wwwof2yr" target="">Android App Optimization Using ArrayMap and SparseArray</a> <br><h5 style="color:#9e9e9e;">This article will show why and when use ArrayMap and SparseArray to optimize your Android Applications.</h5></li>
<li><a href="https://material.google.com/motion/material-motion.html" target="">Material motion</a> <br><h5 style="color:#9e9e9e;">Motion in the world of material design is used to describe spatial relationships, functionality, and intention with beauty and fluidity.</h5></li>
<li><a href="https://hackernoon.com/so-you-want-to-develop-for-the-next-billion-9eb072c26bc8#.4grj9bwzd" target="">Offline App Architecture: how to build for the next billion</a> <br><h5 style="color:#9e9e9e;">Offline App Architecture: how to build for the next billion</h5></li>
</div>
</div>
</div>
</body>
</html>