Copyright templates for JetBrains & Android Studio.
https://medium.com/@shan1024/managing-copyright-notices-in-intellij-idea-a3f0456267ba
| // Thanks to: https://gist.github.com/bennyhuo/af7c43cc4831661193605e124f539942 | |
| val urlMappings = mapOf( | |
| "https://dl.google.com/dl/android/maven2" to "https://mirrors.tencent.com/nexus/repository/maven-public/", | |
| "https://repo.maven.apache.org/maven2" to "https://mirrors.tencent.com/nexus/repository/maven-public/", | |
| "https://plugins.gradle.org/m2" to "https://mirrors.tencent.com/nexus/repository/gradle-plugins/" | |
| ) | |
| fun RepositoryHandler.mirroring() { | |
| all { |
| #!/bin/bash | |
| brew unlink thrift | |
| brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4ba654c6d99b3b6804dd3843546a9dcbb700188b/Formula/thrift.rb |
Copyright templates for JetBrains & Android Studio.
https://medium.com/@shan1024/managing-copyright-notices-in-intellij-idea-a3f0456267ba
| package main | |
| import ( | |
| "bytes" | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "encoding/base64" | |
| "fmt" | |
| ) |
##分布式系统(Distributed System)资料
介绍:这是一篇介绍在动态网络里面实现分布式系统重构的paper.论文的作者(导师)是MIT读博的时候是做分布式系统的研究的,现在在NUS带学生,不仅仅是分布式系统,还有无线网络.如果感兴趣可以去他的主页了解.