Put custom.css in .jupyter/custom/
(if you are running recent version of Jupyter).
Note: Tested only on Chrome. Let me know if something is not working.
#!/bin/bash | |
BINDVER=`curl -slL ftp://ftp.isc.org/isc/bind9/cur/9.11/ |grep ".tar.gz$" |sed 's/bind-//g' |sed 's/.tar.gz//g'` | |
if [ -f /usr/local/sbin/named ]; then | |
CURRENTVER=`/usr/local/sbin/named -v |awk '{ print $2 }'` | |
elif [ -f /usr/sbin/named ]; then | |
CURRENTVER=`/usr/sbin/named -v |awk '{ print $2 }'` | |
else | |
CURRENTVER=0 |
""" | |
VISUALISE THE LIDAR DATA FROM THE KITTI DATASET | |
Based on the sample code from | |
https://github.com/utiasSTARS/pykitti/blob/master/demos/demo_raw.py | |
And: | |
http://stackoverflow.com/a/37863912 | |
Contains two methods of visualizing lidar data interactively. | |
- Matplotlib - very slow, and likely to crash, so only 1 out of every 100 |
A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.
Name | Stars | Last Commit | Description |
---|---|---|---|
three.js | ![GitHub |
. |
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
STEPS
Click on Help menu
Select Enter License
Then paste given KEY given at bottom
Finally click on Use License
#!/usr/bin/env python | |
# -*- coding:UTF-8 -*- | |
import torch | |
import torch.nn as nn | |
import torch.nn.init as init | |
def weight_init(m): | |
''' |
IntelliJ 익숙지 않은 분께 도움이 될 tip, 모음
Shift + Command + A
가 시스템 등록 되어있어서 System Preferences -> Keyboard -> Shortcuts -> Services -> Search man Page Index in Terminal
체크 해제Learn
Plugin 으로 따라하기 모드가 생김: 이것만 알아도 됨