Pinned Repositories
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
afinal
Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。
AlgorithmDiagram
算法图解的算法代码示例,用Python和Java实现,后期会加入其它语言
AlgorithmsSedgewick
Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
algs4
Algorithms, 4th edition textbook code and libraries
all-about-vertx-4
知乎专栏《关于Vert.x你需要知道的一切》第4篇配套项目
amis
一种基于特定 JSON 格式生成 MIS 页面的工具
errorlog
listenerUninstallAndroid
Listening the application uninstall on android device.
openml
android opensles media lib, support record, play, and harddecode aac stream
huangjinteng's Repositories
huangjinteng/bither-android-lib
Bither Android Library
huangjinteng/libcstl
huangjinteng/LoonAndroid
整个框架式不同于androidannotations,Roboguice等ioc框架,这是一个类似spring的实现方式。在整应用的生命周期中找到切入点,然后对activity的生命周期进行拦截,然后插入自己的功能。
huangjinteng/vlc
VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/
huangjinteng/XCL-Charts
Android图表库(XCL-Charts is a free charting library for Android platform.),基于Android Canvas来绘制各种图表,使用简便,定制灵活。目前支持3D/非3D/背向式/横向/竖向柱形图(Bar Chart)、3D/非3D饼图(Pie Chart)、堆叠图(Stacked Bar Chart)、面积图(Area Chart)、 折线图(Line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、漏斗图(Funnel Chart)、圆形图(Circle Chart)、弧线比较图、散点图(Scatter Chart)、气泡图(Bubble Chart)、范围条形图(RangeBar Chart)等图表。其它特性还包括支持图表缩放、手势移动、点击响应、动画效果、多轴显示、图表参考线、混合图表及同数据源不同图表类型切换等。
huangjinteng/VitamioBundle
Vitamio for Android
huangjinteng/fullplayer
android multimedia player base on vlc for android
huangjinteng/jcorelib
huangjinteng/cocoseditor-2048
2048 demo made in JavaScript,base on Cocos2d-x and Cocos2d-JS,Develop by CocosEditor, Runs on Android, iOS,Html5 & PC
huangjinteng/vlc-android
A personal repo for work on vlc-android (not official)
huangjinteng/FrozenBubble2014
cocos2dx FrozenBubble2014
huangjinteng/cocoseditor-flappybird
FlappyBird demo made in JavaScript,base on Cocos2d-x and Cocos2d-html5,Develop by CocosEditor, Runs on Android, iOS,Html5 & PC.
huangjinteng/cocoseditor-fruitninja
Fruit Ninja demo made in JavaScript,base on Cocos2d-x and Cocos2d-html5,Develop by CocosEditor, Runs on Android, iOS,Html5 & PC.
huangjinteng/cocoseditor-popstar
PopStar demo made in JavaScript,base on Cocos2d-x and Cocos2d-JS,Develop by CocosEditor, Runs on Android, iOS,Html5 & PC.
huangjinteng/TransProxy3
transparent proxy from XDA Forums
huangjinteng/openml
android opensles media lib, support record, play, and harddecode aac stream
huangjinteng/codeFactory
huangjinteng/FFMpeg
this is port of ffmpeg for android (this is app, but in future i will do android lib from it and then system will be able to convert videos automatically)
huangjinteng/unix
Mirror of the Restoration of 1st Edition UNIX kernel sources from pdf document.