- No performance benchmark.
- Python ⟿
PEP-8
- Nim ⟿
NEP1
- Python ⟿
3.7
- Nim ⟿
0.19
- No Ofuscation, no Code-Golf.
This is to compare elegant, simple, expressive code.
# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list | |
# A list of available STUN server. | |
stun.l.google.com:19302 | |
stun1.l.google.com:19302 | |
stun2.l.google.com:19302 | |
stun3.l.google.com:19302 | |
stun4.l.google.com:19302 | |
stun01.sipphone.com | |
stun.ekiga.net |
Dockerized Plex with Transmission and Radarr and Sonarr for more easily movies and TV series download.
In this article, I will share some of my experience on installing NVIDIA driver and CUDA on Linux OS. Here I mainly use Ubuntu as example. Comments for CentOS/Fedora are also provided as much as I can.
C:\Program Files\boost_1_59_0
.C:\Program Files\boost-build
.C:\Program Files\boost_1_59_0\build
.C:\Program Files\boost
.""" | |
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) |
["Life isn’t about getting and having, it’s about giving and being.", "Kevin Kruse"] | |
["Whatever the mind of man can conceive and believe, it can achieve.", "Napoleon Hill"] | |
["Strive not to be a success, but rather to be of value.", "Albert Einstein"] | |
["Two roads diverged in a wood, and I—I took the one less traveled by, And that has made all the difference.", "Robert Frost"] | |
["I attribute my success to this: I never gave or took any excuse.", "Florence Nightingale"] | |
["You miss 100% of the shots you don’t take.", "Wayne Gretzky"] | |
["I’ve missed more than 9000 shots in my career. I’ve lost almost 300 games. 26 times I’ve been trusted to take the game winning shot and missed. I’ve failed over and over and over again in my life. And that is why I succeed.", "Michael Jordan"] | |
["The most difficult thing is the decision to act, the rest is merely tenacity.", "Amelia Earhart"] | |
["Every strike brings me closer to the next home run.", "Babe Ruth"] | |
["Definiteness of purpose is the starting point of all achievement.", "W. |
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.
# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list | |
# A list of available STUN server. | |
stun.l.google.com:19302 | |
stun1.l.google.com:19302 | |
stun2.l.google.com:19302 | |
stun3.l.google.com:19302 | |
stun4.l.google.com:19302 | |
stun01.sipphone.com | |
stun.ekiga.net |