Pinned Repositories
Algorithms
每天写点算法。
AndroidDataStorage
An easy-to-use and high-performance library for storing data in the Android system.
ComparatorGenerator
An easy-to-use helper class for generating a comparator for a specified class. Useful when sorting the instances of the specified class.
Concurrent-Utils
Utilities for Java concurrent library.
Hermes
A smart, novel and easy-to-use framework for Android Inter-Process Communication (IPC). (简单易用的安卓进程间通信IPC框架)
HermesEventBus
A library for using EventBus between processes, useful in the IPC or plugin development.
pinoc
A novel library for dynamic classloader-free modification of an Android app.
Shelly
A library for business-logic-oriented programming, providing a novel pattern which uses a method chain to illustrate how each component varies with a business object.
ToyRoom
A Shelly-based library for business-logic-oriented programming. Shelly plays Domino in ToyRoom.
Zlang
A flexible dynamically-typed programming language running on the JVM and supporting access to Java objects and interaction with Java at runtime.
Xiaofei-it's Repositories
Xiaofei-it/HermesEventBus
A library for using EventBus between processes, useful in the IPC or plugin development.
Xiaofei-it/Hermes
A smart, novel and easy-to-use framework for Android Inter-Process Communication (IPC). (简单易用的安卓进程间通信IPC框架)
Xiaofei-it/ToyRoom
A Shelly-based library for business-logic-oriented programming. Shelly plays Domino in ToyRoom.
Xiaofei-it/pinoc
A novel library for dynamic classloader-free modification of an Android app.
Xiaofei-it/AndroidDataStorage
An easy-to-use and high-performance library for storing data in the Android system.
Xiaofei-it/Shelly
A library for business-logic-oriented programming, providing a novel pattern which uses a method chain to illustrate how each component varies with a business object.
Xiaofei-it/Zlang
A flexible dynamically-typed programming language running on the JVM and supporting access to Java objects and interaction with Java at runtime.
Xiaofei-it/Concurrent-Utils
Utilities for Java concurrent library.
Xiaofei-it/ComparatorGenerator
An easy-to-use helper class for generating a comparator for a specified class. Useful when sorting the instances of the specified class.
Xiaofei-it/Algorithms
每天写点算法。
Xiaofei-it/Hermes-IPC-Demo
A demo of Hermes IPC.
Xiaofei-it/Handwriting-Recognition
This project is an Android application project. It is developed by Xiaofei (小飞). This project demonstrates the principle and the practical application of the naive Bayes classifier.
Xiaofei-it/GridLayout
An Android layout for placing views in grids.
Xiaofei-it/HermesEventBus-OriginalRepo
A library for using EventBus between processes, useful in the IPC or plugin development.
Xiaofei-it/Phoenix
Xiaofei-it/ComparatorGeneratorInEclipse
An easy-to-use helper class for generating a comparator for a specified class. Useful when sorting the instances of the specified class.
Xiaofei-it/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Xiaofei-it/Shelly-Utils
Utilities for the Shelly library, which contains the helper classes for using Retrofit in Shelly.