Git Product home page Git Product logo

victoryckl's Projects

eventbus icon eventbus

Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

ffmpeg icon 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)

filedownloader icon filedownloader

Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process

fileexplorer icon fileexplorer

MIUI文件管理器社区开源版(Community edition of MIUI File Explorer)

fillblankview icon fillblankview

基于EditText,仿手机支付宝、微信支付时数字密码输入验证的控件,同时支持文字输入验证

flappyswift icon flappyswift

swift implementation of flappy bird. More at fullstackedu.com

fragmject icon fragmject

fragmject 是一个为初学者准备的上手项目。 通过对 Kotlin 和 Jetpack 的系统运用,实现的一个功能完备符合主流市场标准 App。 fragmject 没有复杂的业务和多余的封装, 完全依照 Android Developer 官方的写法。 代码简单,内容全面,快速上手,对理解其他项目设计**和封装技巧也很有帮助。

frash icon frash

yeah I'm getting tired of the long description

fuse icon fuse

使用 FUSE 开发自己的文件系统 http://www.ibm.com/developerworks/cn/linux/l-fuse http://sourceforge.net/projects/fuse/

gcc-for-android icon gcc-for-android

最简单的方法: 首先下载个GCC Plugin for C4droid 官方下载地址:https://market.android.com/details?id=com.n0n3m4.gcc4droid 或者这个地址,感谢Oxt提供的(ps:网上搜的):http://115.com/file/bhtwhm5k# com.n0n3m4.gcc4droid-1.apk 我自己上传的是这个(gcc.zip,也就是拿出来的文件):http://115.com/file/belmf820# 然后,在WIN下可以用解压的方法提取出里面的gcc.zip。因为GCC是免费的,而且GCC的条款的规定可以让我们合法利用这个。也就是说我们所做的并非是什么偷鸡摸狗之事。或者,在LINUX下直接打开文件,解压出来。方法是一样的,在MAC上也是如此。 [python] view plaincopyprint? adb remount adb shell adb push gcc /sd-ext/home/gcc 也就是将文件放到手机上的某个地方,因为将这个作为HOME目录的关系,所以也是这个作为gcc的目录。 然后,gcc/bin下的两个文件为gcc g++,比较方便 接着修改下home目录的.profile,添加上这么几行 [python] view plaincopyprint? export GCCHOME="/sd-ext/home/gcc" export GCCPATH=$GCCHOME/bin:$GCCHOME/arm-linux-androideabi/bin:$GCCHOME/libexec/ export PATH=$PATH:$GCCHOME:$GCCPATH ] 试着写个hello.c运行下。也就是传说中的android gcc,很帅吧 关于android bash的方法,自带的终端用的是sh不是bash,也因此我们可以用这个,比较吸引人。 下载地址:http://115.com/file/belm038k# 方法就是push到那些文件中,然后就OK了。 Android上使用python也是如此方法,除了在.profile上些许不同之外,都是将文件push到home目录就行了。 搜索sl4a,下载地址:code.google.com/p/android-scripting/ [python] view plaincopyprint? export PYTHONHOME="/sd-ext/home/usr/python2.6" export PYTHONPATH=.:$PYTHONHOME:$PYTHONHOME/site-packages export PATH=$PATH:$PYTHONHOME:$PYTHONPATH

gitignore icon gitignore

A collection of useful .gitignore templates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.