Coping With Other People's Code
Contracts" • Friday 2:45pm, David Sankel "Better Code: Validity" AdobeCoping with Other People's Code Adobe 11my crafsman house Adobe 12my crafsman house Adobe 13my crafsman house old-growth rest Adobe 15post-conference re-entry letdown Adobe 16post-conference re-entry Coping with Other People's Code Adobe 17post-conference re-entry coping is not rewriting 100% to your own tastes Adobe think we know" Adobe 65frustration "[Acceptance Commitment Terapy] promotes acceptance by training people to be aware of their thoughts and feelings, but to base their actions upon their values and goals:0 码力 | 128 页 | 9.17 MB | 5 月前37 Years of Talking to People: The Importance of Giving Talks in Golang Warsaw #59
7 years of talking to people it's more important to give a talk than to do it well Jakub Daligapart 0: who am IGolang Warsaw #12 (29.06.2017) Jakub Daliga - GraphQL w Go (PL)notable experience ~9 years years of professional programming 6 companies smallest: 3 people largest: 100k+ people working with people from 3 continents 5 talks given on Golang Warsaw (this is 6th) co-organizing the eventthis planstep 7: flex on your haters you just gave a public speech you're the authority figure now if people criticize you just say > I'd love to hear a talk from you with your opinion and then they never0 码力 | 26 页 | 3.20 MB | 5 月前3The SQL Handbook
features) are used. This is the syntax to create a people table with 2 columns, one an integer and the other a variable length string: CREATE TABLE people ( age INT, name VARCHAR(20) ); 7. Inserting this table: 10 CREATE TABLE people ( age INT, name VARCHAR(20) ); You can now start adding data into it with the INSERT INTO command: INSERT INTO people VALUES (37, 'Joe') You can insert comma: INSERT INTO people VALUES (37, 'Joe'), (8, 'Ruby'); 8. Querying data You can get data out of tables using the SELECT command. Get all rows and columns: SELECT * FROM people; age | name0 码力 | 26 页 | 440.71 KB | 1 年前3The Beman Project: Bringing Standard Libraries to the Next Level
}; vectorpeople = /* ... */; // Compute eye colors of 'people’. vector eye_colors = people | views::transform(&Person::eye_color) | views::join }; vector people = /* ... */; // Compute eye colors of 'people’. vector eye_colors = people | views::transform(&Person::eye_color) | views::join }; vector people = /* ... */; // Compute eye colors of 'people’. vector eye_colors = people | views::transform(&Person::eye_color) | views::join 0 码力 | 53 页 | 7.38 MB | 5 月前3Ubuntu Desktop Guide
If you're leaving your computer for a short time, you should lock your screen to prevent other people from accessing your files or running applications. When you return, simply enter your password to your desktop when they are finished. See Also Automatically lock your screen — Prevent other people from using your desktop when you go away from your computer. The screen locks itself too quickly navigating extended menu hierarchies. The HUD also can be more accessible than normal menus as some people are unable to precisely control a mouse pointer. Use the HUD To try the HUD: 1. Tap Alt to open0 码力 | 1709 页 | 5.81 MB | 1 年前3JavaScript Promise迷你书(中文版)
状态的方法。 到此在本文中我们已经介绍了promise所有的三种状态。 13 http://promises-aplus.github.io/promises-spec/ 14 http://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-objects JavaScript Promise 迷你书(中文版) 10 pro bind(null, callback)); }, people: function getPeople(callback) { return getURLCallback('http://azu.github.io/promises-book/json/people.json', jsonParse.bind(null, callback)); results); } }); } function main(callback) { allRequest([request.comment, request.people], callback, []); } // 运行的例子 main(function(error, results){ if(error){ return console0 码力 | 112 页 | 1010.02 KB | 1 年前3Pro Git 2nd Edition 2.1.413
developing a Git hosting website called GitHub. At the time of publishing there were maybe a few thousand people using the site and just four of us working on it. As I write this introduction, GitHub is announcing implementation, I’ve worked for the largest Git hosting company, and I’ve traveled the world teaching people about Git. When Scott asked if I’d be interested in working on the second edition, I didn’t even book, we have gotten several errata and content changes donated over the years. Here are all the people who have contributed to the English version of Pro Git as an open source project. Thank you everyone0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
developing a Git hosting website called GitHub. At the time of publishing there were maybe a few thousand people using the site and just four of us working on it. As I write this introduction, GitHub is announcing implementation, I’ve worked for the largest Git hosting company, and I’ve traveled the world teaching people about Git. When Scott asked if I’d be interested in working on the second edition, I didn’t even book, we have gotten several errata and content changes donated over the years. Here are all the people who have contributed to the English version of Pro Git as an open source project. Thank you everyone0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 2nd Edition 2.1.413
developing a Git hosting website called GitHub. At the time of publishing there were maybe a few thousand people using the site and just four of us working on it. As I write this introduction, GitHub is announcing implementation, I’ve worked for the largest Git hosting company, and I’ve traveled the world teaching people about Git. When Scott asked if I’d be interested in working on the second edition, I didn’t even book, we have gotten several errata and content changes donated over the years. Here are all the people who have contributed to the English version of Pro Git as an open source project. Thank you everyone0 码力 | 691 页 | 13.35 MB | 1 年前35 How to integrate Graph mode into RDBMS smoothly
g_prefix Vertex_ID Tag_ID g_prefix src_Vertex_ID Edge_Type Edge_ID dst_Vertex_ID SELECT * FROM people WHERE name="Henry" # 从名字为 Henry 的顶点开始遍历 TRAVERSE OUT(friend WHERE # 一度人脉 (年龄大于 10 岁的) OUT(friend). # 二度人脉 TAG(people) # 输出这些朋友的 people 属性 ORDER BY name # 将这些二度人脉按照名字排序 LIMIT 10; https://github.com/tigraph/tidb DEMO 第三部分 DEMO 01. 副标题 -- 创建 people 点 CREATE TAG people (id BIGINT, name VARCHAR(32)); -- 写入 4 个点 INSERT INTO people VALUES (1, 'Bob'),(2,'Max'),(3,'Jon'),(4,'Jim'); Bob0 码力 | 26 页 | 1.14 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100