title | description | image | tags |
---|---|---|---|
基礎建設 - g0v 開源協作手冊(Book) |
g0v 社群開源協作手冊,剛進社群不知道可以做什麼?先來翻翻這本手冊吧! |
infras, 基礎建設, cowork guideline, g0v, 開源協作手冊 |
tags |
---|
g0v-summit, summit2020, overview |
- 公告區 Announcements
- Welcome Notes [target=_blank]
- 議程表 Agenda [target=_blank]
- 開放工作坊 Unconference
- 開放工作坊結果&場地分配 Unconference Result & Distribution
{%hackmd @summit2020/rJ_uvDMsD %} :::success Slido 線上提問連結 Online QA link:https://app.sli.do/event/kqeithny 議程投影片 presentation slides:Gslides :::
title | tags |
---|---|
1922 簡訊實聯制懶人包 |
COVID-19, 實聯制, g0v, sms |
:::info COVID-19 Info 疫情資訊野生整合平台 powered by g0v.tw :::
(源: http://gist.github.com/479846) | |
(譯: translate.google.com) | |
在這個日子正是10年前,喬恩Orwant咖啡杯扔在牆上在會議中。 | |
維基百科方志公佈的Perl 6正就7月19日十年前...而投擲水杯18日,可以說是火花誕生的Perl 6。 | |
為什麼他扔杯子?"拉里牆上的自己的解釋" | |
<http://www.spidereyeballs.com/os5/set1/small_os5_r06_9705.html>它包括足夠的細節: |
diff -dur foo/js/colorpicker.js tmp/js/colorpicker.js | |
--- foo/js/colorpicker.js 2009-05-23 13:32:36.000000000 +0800 | |
+++ tmp/js/colorpicker.js 2011-04-07 21:05:18.000000000 +0800 | |
@@ -370,6 +370,7 @@ | |
setSelector(col, cal.get(0)); | |
setHue(col, cal.get(0)); | |
setNewColor(col, cal.get(0)); | |
+ cal.data('colorpicker').onChange.apply(cal, [col, HSBToHex(col), HSBToRGB(col)]); | |
}; | |
return { |
#!/usr/bin/env perl | |
use 5.10.0; | |
use utf8; | |
use LWP::Simple; | |
use Encode 'encode'; | |
use Encode::MIME::Header; | |
use File::Slurp 'slurp'; | |
use Email::MIME; | |
use Email::Sender::Simple qw(sendmail); |
<mx:Accordion id="Accordion" left="10" top="10" bottom="10" right="10" visible="true"> | |
<mx:Canvas label="Activities" visible="true" id="PersonActivitiesCanvas" | |
width="100%" height="100%"> | |
<mx:HTML fontSize="12 location="Loading.html" cornerRadius="5" left="0" top="0" bottom="0" right="0"/> | |
</mx:Canvas> | |
<mx:Canvas label="Network" width="100%" height="100%" id="PersonNetworkCanvas"> | |
<mx:Panel id="NetworkPanelLeft" width="47%" left="10" top="3" bottom="27" title="Following {PersonWatchlist.length} people" fontSize="15" cornerRadius="10" fontFamily="Arial"> | |
<mx:List dataProvider="{PersonWatchlist}" itemRenderer="Person"></mx:List> | |
</mx:Panel> | |
<mx:Panel id="NetworkPanelRight" top="3" right="10" bottom="27" width="47%" cornerRadius="10" title="{PersonWatchers.length} Followers" fontSize="15"> |
Video recording: https://www.youtube.com/watch?v=E5_tL62mUbc
Over the years, I've started thinking that participating in the open source community is like traveling on a path, toward becoming not only better programmers, but also becoming better people by working together.
You might think of it as a path toward enlightenment, growing ourselves as human beings. So what follows is really my personal philosophy which I'd like to share with you.
The first thing is this: The most important part of every open source project is the people. While code is important, the center is always the people.
Original transcript: http://allisonrandal.com/2012/04/15/open-source-enlightenment/
這幾年來,我慢慢覺得,我們參與開源社群,就像是在一條道路上並肩而行:這不僅讓我們成為更好的程式設計者,也讓我們通過與人合作,而成為更好的人。
您可以將它想成一條修行之道,讓身而為人的我們能夠不斷成長。接下來,我想談談我對開源世界的個人觀點,希望能與您分享。
首先,人是一切開源專案的核心。程式碼是很重要,但最核心的永遠是人。