A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()):
- Headers
- Links
- Bold
A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()):
| import org.apache.maven.shared.dependency.analyzer.ClassAnalyzer | |
| import org.apache.maven.shared.dependency.analyzer.DefaultClassAnalyzer | |
| import org.apache.maven.shared.dependency.analyzer.DependencyAnalyzer | |
| import org.apache.maven.shared.dependency.analyzer.ProjectDependencyAnalysis | |
| import org.apache.maven.shared.dependency.analyzer.asm.ASMDependencyAnalyzer | |
| import org.gradle.api.Project | |
| import org.gradle.api.artifacts.ConfigurationContainer | |
| import org.gradle.api.artifacts.ResolvedArtifact | |
| import org.gradle.api.artifacts.ResolvedDependency |
#The Great Firewall (GFW) Contributors List
注:数据来源为 dblp 和 cndblp, 下面括号中的数字表示 dblp 中显示的跟方滨兴合作论文的数量
###Binxing Fang (方滨兴)
中国工程院院士,北京邮电大学教授,中国科学院计算技术研究所网络方向首席科学家
http://en.wikipedia.org/wiki/Fang_Binxing
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| package com.gitonway.footertab; | |
| import android.app.Activity; | |
| import android.graphics.Point; | |
| import android.os.Bundle; | |
| import android.view.Display; | |
| import android.widget.RadioGroup; | |
| import android.widget.RadioGroup.OnCheckedChangeListener; | |
| import android.widget.TextView; |
| 此处主要参考 http://harryhsu.logdown.com/posts/198416-build-ffmpeg-on-mac-os-109 | |
| 根据我的编译过程做了适当修改 | |
| 1. Download NDK | |
| https://developer.android.com/tools/sdk/ndk/index.html | |
| 我下载的版本是android-ndk-r10,不同的版本在下面的build脚中本需要修改的地方大致相同. | |
| 2. Download ffmpeg source code | |
| 下载 ffmpeg(http://www.ffmpeg.org/download.html) | |
| 推荐 git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg |
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| Copyright (C) 2015 The Android Open Source Project | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 |
| //wearversion | |
| //wearlog | |
| //wearvoiceinputenable | |
| //wearvoiceinputdisable | |
| //weargoogleapi | |
| //assert | |
| //pushassert | |
| //uplog | |
| //upcrash | |
| //switchnotificationstatus |
| //call if(BuildConfig.DEBUG) registerActivityLifecycleCallbacks(new ActivityLifecycleLogger()) in your own Application class. | |
| public class ActivityLifecycleLogger implements Application.ActivityLifecycleCallbacks { | |
| private static final String TAG = "LifeCycleLogger"; | |
| private static final Class[] LOG_CYCLE_ACTIVITIES = new Class[] { | |
| //add activities you want to log here | |
| MainActivity.class | |
| }; |