hanks315 最近的时间轴更新
hanks315's repos on GitHub
Objective-C · 196 人关注
HHKBAssistant_for_mac
A funny helper tool for HHKB professional keyboard on mac. Its main job is that it can auto detect the HHKB professional keyboard plugged in and out, and do some actions you want.
Java · 18 人关注
Bookmark-plugin-for-eclipse
A simple treeview version bookmark plugin for eclipse, And use github to host my bookmark plugin for online eclipse marketplace
Python · 2 人关注
another-super-tiny-compiler
Python version of the super tiny compiler project
Go · 2 人关注
csv2esjson
A tiny tool to transfer csv content to elasticsearch json format content
Go · 1 人关注
awsudo-go
A handy AWS credential helper, based on Okta Single Sign-On
Python · 1 人关注
Design-and-Analysis-Algorithm
open course of Stanford University
Objective-C · 1 人关注
First_Hackson_Demo
A demo with iBeacon device for my first hackson event in company
Python · 0 人关注
ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
0 人关注
aws-ebs-csi-driver
CSI driver for Amazon EBS https://aws.amazon.com/ebs/
Makefile · 0 人关注
aws-rds-log-tailer
simple tool to tail continuous log from aws rds
JavaScript · 0 人关注
circleci-docs
Documentation for CircleCI.
0 人关注
client-go
Go client for Kubernetes.
JavaScript · 0 人关注
conventional-changelog-angular
conventional-changelog angular preset
Python · 0 人关注
django-live-profiler
A database access profiler for Django-based applications that can be ran in production
Python · 0 人关注
err
err is a plugin based chatbot designed to be easily deployable, extensible and maintainable.
Shell · 0 人关注
ghost
Ghost Dockerfile for trusted automated Docker builds.
Shell · 0 人关注
gitflow-avh
AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
JavaScript · 0 人关注
github-approve-deny
Adds Approve and Deny buttons to GitHub pull requests and parses pull request comments for Approve/Deny text.
Makefile · 0 人关注
go-build-template
A Makefile/Dockerfile example for Go projects.
0 人关注
google-api-go-client
Auto-generated Google APIs for Go.
JavaScript · 0 人关注
graphite-web
A highly scalable real-time graphing system
0 人关注
group_message_reply_prototype_design
A prototype design and implementation for group message reply using Quartz Composer and Origami
Go · 0 人关注
helm-diff-notifier
0 人关注
hound
Lightning fast code searching made easy
Ruby · 0 人关注
hw3_rottenpotatoes
HW 3 skeleton for doing BDD with RottenPotatoes
Ruby · 0 人关注
hw4_rottenpotatoes
Python · 0 人关注
image_unshred
unshred image from a shredded image
Go · 0 人关注
kubernetes
Production-Grade Container Scheduling and Management
HTML · 0 人关注
kubernetes.github.io
Kubernetes website and documentation repo:
0 人关注
locust
Scalable user load testing tool written in Python
hanks315

hanks315

V2EX 第 34539 号会员,加入于 2013-02-20 21:07:53 +08:00
送 4 个北美区风暴英雄的 beta 测试码
Heroes of the Storm  •  hanks315  •  2015-05-19 07:48:50 AM  •  最后回复来自 xhacker
13
关于 docker 的使用问题, 请教一下
Docker  •  hanks315  •  2015-05-19 14:36:07 PM  •  最后回复来自 rrrrutdk
5
fabric 如何实现两级 ssh+切换超级用户的操作
Python  •  hanks315  •  2015-02-06 23:20:40 PM  •  最后回复来自 dongweiming
2
关于刚买的 Macbook Pro Retina 15 黑屏
MacBook Pro  •  hanks315  •  2014-12-23 10:18:36 AM  •  最后回复来自 P99LrYZVkZkg
11
出全新无锁 PS4 20 周年限定版--21 号之前可自选手柄和游戏
二手交易  •  hanks315  •  2014-12-21 22:06:57 PM  •  最后回复来自 hanks315
3
抽中索尼 PlayStation(R)4 PS4 20 周年纪念限定版,想出手
二手交易  •  hanks315  •  2014-12-18 18:48:16 PM  •  最后回复来自 hanks315
7
[求助] 如何使用 RMBP 15 加外接屏幕,三屏玩 Diablo3
MacBook Pro  •  hanks315  •  2014-12-05 20:48:38 PM  •  最后回复来自 lailei193
11
swift 有类似 Go Playground 的在线编译执行的网站么?
程序员  •  hanks315  •  2014-07-16 13:20:07 PM  •  最后回复来自 qw0258
8
hanks315 最近回复了
2016-11-21 08:47:44 +08:00
回复了 starvedcat 创建的主题 Ruby on Rails RESTful API 设计问题(很基础)
/books?author=A ,这样可以么
2016-09-13 20:14:48 +08:00
回复了 laoyur 创建的主题 Python 新手问一个关于 fabric 的问题
2015-05-16 20:05:43 +08:00
回复了 hanks315 创建的主题 Heroes of the Storm 送 4 个北美区风暴英雄的 beta 测试码
@plkiplk 已发送,请查收
2015-05-15 23:03:02 +08:00
回复了 hanks315 创建的主题 Heroes of the Storm 送 4 个北美区风暴英雄的 beta 测试码
@lloovve @twl007 已发, 请查收
2015-03-02 13:46:28 +08:00
回复了 airwolf 创建的主题 MacBook Pro HHKB Assistant for Mac
这个小工具主要有两个功能:
1. 自动检测usb接入/移除来禁用/启动内置键盘
2. 可以在接入键盘的时候,有挺cool的语音提示(主要为了这个^_^)

不过现在有个问题就是,新版本的macbook air的键盘驱动有些更改成AppleHIDKeyboard.kext, 而不是原来的AppleUSBTCKeyboard.kext, 一旦kextunload之后,就无法kextload, 只能重启电脑, 有哪位大侠可以pull request一下解决这个问题...
2014-12-22 20:46:03 +08:00
回复了 hanks315 创建的主题 MacBook Pro 关于刚买的 Macbook Pro Retina 15 黑屏
@a154312237 没到锁屏界面,就用着突然黑屏,硬盘部分还在运行,但对任何按键也没反应,下次试试输入锁屏密码...
2014-12-22 20:27:32 +08:00
回复了 hanks315 创建的主题 MacBook Pro 关于刚买的 Macbook Pro Retina 15 黑屏
@freedomSky 开机按D进行自检也提示没有问题, 感觉当场和客服也扯不清楚...
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   979 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 20:22 · PVG 04:22 · LAX 13:22 · JFK 16:22
Developed with CodeLauncher
♥ Do have faith in what you're doing.