Skip to content

Instantly share code, notes, and snippets.

@martinwicke
martinwicke / automobile.ipynb
Last active January 9, 2022 08:14
Estimator demo using Automobile dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cdpath
cdpath / wechat.json
Last active December 11, 2024 02:25
使用 Huginn 实现微信公众号全文 RSS
{
"schema_version": 1,
"name": "WeChat",
"description": "微信公众号全文 RSS",
"source_url": false,
"guid": "dd67102f09869c2228f8ed903a32d063",
"tag_fg_color": "#333333",
"tag_bg_color": "#66ff66",
"icon": "leaf",
"exported_at": "2019-01-12T10:56:41Z",
@abadongutierrez
abadongutierrez / log4j.properties
Last active August 11, 2017 02:40
A simple log4j.properties
log4j.rootLogger = DEBUG, consoleAppender
# ------------------------------------------------------------------------
# JAbaddon Category
# ------------------------------------------------------------------------
log4j.category.com.jabaddon = DEBUG, consoleAppender
log4j.additivity.com.jabaddon = false
# ------------------------------------------------------------------------
# Apache Commons