This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| # # DressRank traning | |
| # In[ ]: | |
| import mxnet as mx | |
| from mxnet.utils import * | |
| import logging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name RedditP Collect | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.4 | |
| // @description Collect cool stuff while staying in the flow. Download them at the end. | |
| // @author Leeroy | |
| // @match http://redditp.com/* | |
| // @grant GM_addStyle | |
| // @grant GM_download | |
| // @noframes |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy) | |
| BSD License | |
| """ | |
| import numpy as np | |
| # data I/O | |
| data = open('input.txt', 'r').read() # should be simple plain text file | |
| chars = list(set(data)) | |
| data_size, vocab_size = len(data), len(chars) |
Rich Hickey • 3 years ago
Sorry, I have to disagree with the entire premise here.
A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.
Mastery comes from a combination of at least several of the following:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Based on http://www.jsoftware.com/jwiki/Essays/Incunabulum | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| typedef struct a { | |
| long t; | |
| long r; | |
| long d[3]; | |
| long p[2]; |
$ ssh remote-host "epmd -names"
epmd: up and running on port 4369 with data:
name some_node at port 58769
Note the running on port for epmd itself and the port of the node you're interested in debugging. Reconnect to the remote host with these ports forwarded:
$ ssh -L 4369:localhost:4369 -L 58769:localhost:58769 remote-host
Job title – Data Scientist
Basic Qualifications
- Bachelor’s Degree in Mathematics, Technical Science, Computer Science (or equivalent) or Engineering
- Minimum 1 year programming experience in at least one item from each:
- R, SAS,Mathematica, MATLAB, Sagemath
- Python, Ruby, Perl, Java, Scala
- Linux
- Bash scripting including sed, awk, cut, uniq, sort, tr