I hereby claim:
- I am maxking on github.
- I am maxking (https://keybase.io/maxking) on keybase.
- I have a public key ASD1J1zm-PYFWbXvZs195NghRHQOv1hyeiWodNWdvxU2Jwo
To claim this, I am signing this object:
import requests | |
import json | |
import queue | |
import threading | |
EVENT_LIST = queue.Queue() | |
RESOURCE='pods' | |
NS='default' |
I hereby claim:
To claim this, I am signing this object:
This is my welcome message for Mailman. |
# a=[] | |
revenue_min_max = [] | |
# b=[] | |
revenue_likely = [] | |
# x = [] | |
cost_min_max = [] | |
# y=[] | |
cost_likely = [] | |
# output array. | |
result = [] |
# -*- coding: utf-8 -*- | |
# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. | |
# | |
# This file is part of Postorius. | |
# | |
# Postorius is free software: you can redistribute it and/or modify it under | |
# the terms of the GNU General Public License as published by the Free | |
# Software Foundation, either version 3 of the License, or (at your option) | |
# any later version. | |
# |
# -*- coding: utf-8 -*- | |
# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. | |
# | |
# This file is part of Mailman Suite. | |
# | |
# Mailman Suite is free sofware: you can redistribute it and/or modify it | |
# under the terms of the GNU General Public License as published by the Free | |
# Software Foundation, either version 3 of the License, or (at your option) | |
# any later version. | |
# |
mailman import
command to provide an upgrade path to Mailman 3.x from Mailman 2.xI hereby claim:
To claim this, I am signing this object:
Author: | Mailman Developers <mailman-developers@python.org> |
---|---|
Date: | May 25, 2017 |
Manual section: | 1 |
Manual group: |
SYNOPSIS
(require 'flyspell) | |
(setq ispell-list-command "--list") ;; run flyspell with aspell, not ispell | |
(add-hook 'prog-mode-hook 'flyspell-prog-mode) | |
(global-set-key [(control c) (f)] 'flyspell-check-previous-highlighted-word) | |
;;------------- | |
;; Text mode | |
;;------------- | |
(add-hook 'text-mode-hook 'flyspell-mode) |