Skip to content

Instantly share code, notes, and snippets.

#!/usr/local/bin/python3
# HN top 10 in 45 seconds or less using 'say' on Mac
import datetime
import os
import requests
import subprocess
import time
import xml.etree.ElementTree
Chat Transcript for :
Date : July 31 2017
Anup (8:21) - https://github.com/kentcdodds/ama/issues/17
Jed (8:27) - https://opencollective.com/opensource/apply
Jed (8:29) - - for communities instead of individuals (patreon, etc.)
Jed (8:31) - crowdfunding open source https://changelog.com/rfc/12
Jed (8:31) - (with Evan You)
Jed (8:34) - https://medium.com/walmartlabs/bridging-the-network-divide-80e2355051dc by Dustan Kasten 2017-01-16
Jed (8:35) - q: AST -> Flow / Typescript
@jspraul
jspraul / chocolatey.log
Last active July 25, 2017 19:47
Boxstarter v2.10 Windows 8 Powershell 3 - ERROR: You cannot call a method on a null-valued expression. (chocolateyinstall.ps1)
2017-07-25 15:37:17,888 7316 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.10.7.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
2017-07-25 15:37:17,888 7316 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.10.7.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb
2017-07-25 15:37:17,917 7316 [DEBUG] - XmlConfiguration is now operational
2017-07-25 15:37:17,951 7316 [INFO ] - ============================================================
2017-07-25 15:37:18,196 7316 [INFO ] - Chocolatey v0.10.7
2017-07-25 15:37:18,209 7316 [DEBUG] - Chocolatey is running on Windows v 6.2.9200.0
2017-07-25 15:37:18,214 7316 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2017-07-25 15:37:18,219 7316 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2017-07-25 15:37:18,230 7316 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" list --local-only
@jspraul
jspraul / ExcelJoin.vb
Created July 29, 2012 18:04
Join multi-column ranges in Excel
' Licensed under the Apache License, Version 2.0 (the "License"); you may not
' use this file except in compliance with the License. You may obtain a copy of
' the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
' WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
' License for the specific language governing permissions and limitations under
@jspraul
jspraul / ExcelMerge.vb
Created July 19, 2012 19:18
Merge multi-column ranges in Excel
' Licensed under the Apache License, Version 2.0 (the "License"); you may not
' use this file except in compliance with the License. You may obtain a copy of
' the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
' WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
' License for the specific language governing permissions and limitations under