2018年11月4日 星期日

關於自動化的兩三事 - 後話

這篇是關於自動化的兩三事的後續,而自動化流程這件事到今天也完全沒有進展。主要原因大概是某些人只是想做產品,而不是想把產品做好。所以我在卸任產品的負責人之前,也都沒有主動提起自動化流程了。
一部份原因是被需求壓得喘不過氣,另一部份原因是失去了熱情

某一天突然發覺,這次的失敗打擊超乎我的想像!在無意識中我不願想起這個專案,自然也從沒有思考或和其它人討論這個專案失敗的原因。我明白如果不去思考失敗的原因,那麼未來就還會再度發生類似的情況;但我不知道的是…原來承認失敗真的不是一件容易的事

2018年2月25日 星期日

如何保護你的 Python 程式碼

在今年 2 月底時,公司的讀書會輪到我報告了
本來是想講怎麼破解得到 Python 的程式碼,後來覺得很多人會聽不懂
而且我們公司的是做安全的,教怎麼保護的方法還要正面一些

2017年8月1日 星期二

LeetCode題解 - 4. Median of Two Sorted Arrays [Hard]

There are two sorted arrays nums1 and nums2 of size m and n respectively.

Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).

2017年7月13日 星期四

LeetCode題解 - 3. Longest Substring Without Repeating Characters [Medium]

Given a string, find the length of the longest substring without repeating characters.

LeetCode題解 - 2. Add Two Numbers [Medium]

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.

You may assume the two numbers do not contain any leading zero, except the number 0 itself.

LeetCode題解 - 1. Two Sum [Easy]

1. Two Sum


Given an array of integers, return indices of the two numbers such that they add up to a specific target.
You may assume that each input would have exactly one solution, and you may not use the same element twice.

LeetCode題解 - 前言

昨天半夜睡不著覺,主要是前天co-work後的心情很差
算一算,從年初到現在,竟然都是寫文件
大半年沒寫到code了…