高效能人士的七个习惯

七个习惯:

  • 习惯一:积极主动——个人愿景的原则
  • 习惯二:以终为始——自我领导的原则
  • 习惯三:要事第一——自我管理的原则
  • 习惯四:双赢思维——人际领导的原则
  • 习惯五:知彼知己——同理心交流的原则
  • 习惯六:统合综效——创造性合作的原则
  • 习惯七:不断更新——平衡的自我更新的原则

领导力就是清晰的指出别人的价值和潜力,使对方受到鼓舞从而有所意识。

当人们明白什么是最重要的事情,并专注、正值地对待这些事情,那么幸福和安宁将纷至沓来。

真正的大事业,通常只会由四路开阔、内涵丰富的头脑,经由忘我的合作精神–互敬和双赢–缔造。

影响力是以相互理解未前提,而相互理解就需要谈话着全心投入一个专注的、主动的聆听者,至少谈话一方要首先学会聆听

人们没有利用创造性合作,找到比任何一方的最初想法都好的解决办法,这是一种都么巨大的浪费!

只学不做等于没学,只知不做也等于未知。

谁也无法说服他人改变,因为我们每个人都守着一扇只能由内开启的门,不论动之以情还是晓之以理,我们都不能替别人开门。

对自己的改变要有耐心,因为我们的成长是神圣的,同时也是脆弱的,是人生中最大的投资。虽然需要长时间下功夫,但是必定会有鼓舞人心的可喜成就。

得之太易必不受珍惜。唯有付出代价,万物始有价值。上苍深知如何为其产品制定合理价格。

没有正确的生活,就没有真正卓越的人生。

how to publish a composer pacakge?

  1. 将项目发布到github,编辑composer.json,然后生成一个release
  2. 到https://packagist.org/注册一个账号
  3. 点击Submit,提交github的url
  4. 登录github,选择settings/hooks,新增一个Packagist的hooks,填写用户名以及token

时间管理学习心得

  • 早起:音乐,阳光,洗澡
  • 日记:晨间日记的奇迹
  • 分级:二八法则,做重要不紧急的事情
  • 收集:收集全面,工具
  • 时间管理流程: 收集,排程,执行
  • 先做重要的事
  • 番茄工作法:专著的力量
  • 时间管理工具:ominifocus
  • 优秀是一种习惯
  • 时间管理的基础是精力管理(专注)
  • 如何过一天就是如何过一生
  • 自律才能自由
  • 从专注作一件小时开始
  • 提高睡眠质量
  • 习惯养成的动机和细节
  • 睡眠质量检测软件(up)
  • 饮食习惯(三个四,早餐好,中餐饱,晚餐少)
  • 冥想
  • 烂开始,好结果

时间管理资料

喜马拉雅FM:

  • 《时间管理-易效能》

读书:

  • 《高效能人士的七个习惯》
  • 《麦肯锡方法》
  • 《Get thins done 1》
  • 《Get thins done 2》
  • 《Get thins done 3》
  • 《番茄工作法图解》
  • 《晨间日记的奇迹》
  • 《把时间当作朋友》

nodejs GUI — electron

Intro

electron

With Electron, creating a desktop application for your company or idea is easy. Initially developed for GitHub’s Atom editor, Electron has since been used to create applications by companies like Microsoft, Facebook, Slack, and Docker.

open source

friends

chat powered by the web. http://moose-team.github.io/friends/

yeoman-app

A desktop app that scaffolds projects using Yeoman

Material-UI

A Set of React Components that Implement Google’s Material Design

laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote. https://laverna.cc/index.html

chronocube

Simple app to time your Rubik’s Cube solves

Fastlane

https://github.com/pontusab/fastlane/

亚马逊联盟API上手指南 – Amazon.cn Product Advertising API quick start

中文注册页面 : https://associates.amazon.cn/

英文注册页面: https://associates.amazon.com/

如何申请美国Amazon联盟注册教程

亚马逊联盟API上手指南 – Amazon.cn Product Advertising API quick start

python-amazon-product-api

Docs: Product Advertising API

Signed Requests Helper

scratchpad

python音、视频处理

http://zulko.github.io/moviepy/index.html

MoviePy is a Python module for video editing, which can be used for basic operations (like cuts, concatenations, title insertions), video compositing (a.k.a. non-linear editing), video processing, or to create advanced effects. It can read and write the most common video formats, including GIF.

https://wiki.python.org/moin/AudioVideo

Audio and Video

Some Python-based projects related to audio and video. See also Screencasting.

Audio/Music Editors

Jokosher – a complete application for recording, editing, mixing and exporting audio
See also PythonInMusic for more projects.

Audio/Music Players

FUPlayer – a music player with management and CD ripping/burning capabilities
Listen – an audio player with music management features
Quod Libet – an audio player with scalable management of music collections (more than “a mere 10000 songs”)
TimPlayer – a PyGTK based music player using GStreamer (see http://creationix.com/OpenSource/TimPlayer/)
Libraries and Frameworks

GStreamer – an audio/video playback framework – has Python bindings
MLT – an open source multimedia framework, designed and developed for television broadcasting – has Python bindings
MoviePy – a Python library for script-based movie editing (cuts, concatenations, text insertion, non-linear editing)
See also Audio for details of Python audio libraries.

Media Centres

Elisa – an open source cross-platform media centre solution
Freevo – Linux multimedia jukebox
Streaming

Boxtream – a mobile and autonomous audio and video streaming and recording studio (uses GStreamer)
Flumotion – a streaming media server (uses GStreamer)
Video Editors

OpenShot – an open source video editor, written in Python and based on MLT and PyGtk
Pitivi – an open source video editor, written in Python and based on GStreamer and GTK+

python rest Web browsable API

Django REST framework

Django REST framework is a powerful and flexible toolkit for building Web APIs.

Some reasons you might want to use REST framework:

The Web browsable API is a huge usability win for your developers.
Authentication policies including packages for OAuth1a and OAuth2.
Serialization that supports both ORM and non-ORM data sources.
Customizable all the way down – just use regular function-based views if you don’t need the more powerful features.
Extensive documentation, and great community support.
Used and trusted by large companies such as Mozilla and Eventbrite.

flask-restful-swagger

flask-restful-swagger is a wrapper for flask-restful which enables swagger support.

In essense, you just need to wrap the Api instance and add a few python decorators to get full swagger support.

Flask API

Flask API is an implementation of the same web browsable APIs that Django REST framework provides.

It gives you properly content negotiated responses and smart request parsing.

It is currently a work in progress, but the fundamentals are in place and you can already start building kick-ass browsable Web APIs with it. If you want to start using Flask API right now go ahead and do so, but be sure to follow the release notes of new versions carefully.