Skip to content

Instantly share code, notes, and snippets.

@timedcy
timedcy / xshell2putty_config.sh
Created December 4, 2019 08:53
convert to and import putty config from xshell's
#!/bin/bash
# convert to and import putty config from xshell's
# author: timedcy
# date: 2019-12-04
# usage:
# In Windows 10 cmd, execute commands
# wsl bash xshell2putty_config.sh
# reg import tmp_xshell2putty_config.reg
package ddzj.learnjava;
import lombok.extern.slf4j.Slf4j;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.runner.Runner;
import org.openjdk.jmh.runner.RunnerException;
import org.openjdk.jmh.runner.options.Options;
import org.openjdk.jmh.runner.options.OptionsBuilder;
"""
Created on 2017-02-28
@author: timedcy@gmail.com
"""
import logging
from logging.handlers import TimedRotatingFileHandler
from pathlib import Path
"""
Created on 2017-10-25
@author: timedcy@gmail.com
"""
import numpy as np
import numpy.random as npr