Skip to content

Instantly share code, notes, and snippets.

View flufy3d's full-sized avatar
🎯
Focusing

flufy3d flufy3d

🎯
Focusing
View GitHub Profile
@flufy3d
flufy3d / ssh-copy-id.py
Last active April 15, 2020 11:18 — forked from ceilfors/ssh-copy-id.py
ssh-copy-id for Windows
"""ssh-copy-id for Windows.
Example usage: python ssh-copy-id.py ceilfors@my-remote-machine
This script is dependent on msysgit by default as it requires scp and ssh.
For convenience you can also try that comes http://bliker.github.io/cmder/.
"""
import argparse, os
from subprocess import call
@flufy3d
flufy3d / add-new-crypto-to-peatio.md
Created July 29, 2016 15:56 — forked from brossi/add-new-crypto-to-peatio.md
Adding A New Cryptocurrency to Peatio

State: Draft
Based on the Peatio Stable branch


Coin Daemon

To the coin daemon's {coin}.conf file, include the -walletnotify command:

# Notify when receiving coins
'''
Exposes the MayaPyManager class, which is used to run instances of MayaPy with explict control over paths and environment variables. A Manager can run scripts, modules, or command strings in a separate MayaPy environment; results and errors are captured and returned.
Typical uses might be:
- running unit tests
- running a copy of Maya.standalone as a headless RPC server with StandaloneRPC https://github.com/theodox/standaloneRPC
- spawning multipe copies of maya to batch process files in parallel on a multi-core machine
- do any of the above on multiple maya versions concurrently
@flufy3d
flufy3d / info.txt
Created January 1, 2013 16:49 — forked from anonymous/info.txt
lubuntu 12.10 the ntf disk can not run program
problem description : in lubuntu 12.10 the ntf disk can not run program
solution: fix the mount option
edit etc/fstab
add line /dev/sda5 /media/kenshin/7AAA01CDE69EB4DC ntfs defaults,exec,fmask=000 0 0
@flufy3d
flufy3d / visualization_in_js.md
Created August 24, 2012 02:52 — forked from entaroadun/visualization_in_js.md
Visualization using Javascript on Github

Data visualization in one of three most important steps in data mining (https://github.com/entaroadun/hnpickup#readme). Often times, it's impossible to understand data without proper visualization. I went looking for great tools to do that.

One in china http://datavlab.org/2012/08/23/3385

Two website list recent JS visualization frameworks: