| #!/bin/bash | |
| ### steps #### | |
| # verify the system has a cuda-capable gpu | |
| # download and install the nvidia cuda toolkit and cudnn | |
| # setup environmental variables | |
| # verify the installation | |
| ### | |
| ### to verify your gpu is cuda enable check |
| #!/usr/bin/env python | |
| import math | |
| import sys | |
| from moviepy.editor import AudioClip, VideoFileClip, concatenate_videoclips | |
| # Get average RGB of part of a frame. Frame is H * W * 3 (rgb) | |
| # Assumes x1 < x2, y1 < y2 |
| #!/usr/bin/env python | |
| # | |
| # Based on a script by Donald Feury | |
| # https://gitlab.com/dak425/scripts/-/blob/master/trim_silenceV2 | |
| # https://youtu.be/ak52RXKfDw8 | |
| import math | |
| import sys | |
| import subprocess | |
| import os |
| #!/usr/bin/env python3 | |
| # A simple script to build 64-bit and 32-bit Mesa and libdrm on amd64 Debian | |
| # stable, Debian testing, Debian unstable, and possibly some Ubuntu versions | |
| # with some tweaks. | |
| # | |
| # libdrm is build too, because often version right now in Debian sid and experimental | |
| # is too old for current mesa git repo. Also it is nice to build debug | |
| # versions of libdrm when troubleshooting some crashes and bugs. | |
| # |
Rust — невероятно быстрый язык для системного программирования без segfault'ов и с гарантиями потокобезопасности.
ИТТ мы можем объяснить базовые и продвинутые концепции языка, и программирования в целом, поможем вкатывающимся, подскажем что выбрать для веба, игр или, прости Абу, блокчейна.
Предлагаю вашему вниманию субъективную подборку ржавых новостей за ноябрь. В этой подборке: Rust 2018, RustRush, видео с конференций, Amazon Lambda и Firecracker, квизы, переход exonum на actix-web, 10 причин использовать Rust.
This is a set up for projects which want to check in only their source files, but have their gh-pages branch automatically updated with some compiled output every time they push.
You want a script that does a local compile to e.g. an out/ directory. Let's call this compile.sh for our purposes, but for your project it might be npm build or gulp make-docs or anything similar.
The out/ directory should contain everything you want deployed to gh-pages. That almost always includes an index.html.
| import functools | |
| from django.db.models import Prefetch, QuerySet | |
| import attr | |
| import graphene | |
| from cursor_pagination import CursorPaginator | |
| from graphene.utils.str_converters import to_snake_case | |
| from graphql_relay import connection_from_list |
No need for homebrew or anything like that. Works with https://www.git-tower.com and the command line.
- Install https://gpgtools.org -- I'd suggest to do a customized install and deselect GPGMail.
- Create or import a key -- see below for https://keybase.io
- Run
gpg --list-secret-keysand look forsec, use the key ID for the next step - Configure
gitto use GPG -- replace the key with the one fromgpg --list-secret-keys
