project.clj should have this line:
:figwheel { :nrepl-port 7888 }
At the defproject-level.
It enables external tools to connect to the Figwheel REPL. To connect
Download the following ZIPs:
ARM Translation Installer v1.1
Download the correct GApps for your Android version:
Google Apps for Android 6.0 - benzo-gapps-M-20151011-signed-chroma-r3.zip
Google Apps for Android 5.1 - gapps-L-4-21-15.zip
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
LOVE_BIN=/usr/bin/love | |
LOVE_DIR=./src/love | |
DIST_DIR=./src/dist | |
PATCH_DIR=./src/patch | |
BUILD_DIR=./build | |
BIN_DIR=./bin | |
LOVE_VERSION=0.9.1 | |
GAME_NAME=MySampleGame | |
PRETTY_NAME=My Sample Game |
This are notes for configuration thinkfan for Fedora. This configuration procedure was followed on a Lenovo Thinkpad X1 Carbon (5th Gen) running Fedora 25.
Non standard (default) configuration was required for this machine as the default sensors are not available. Eg: /proc/acpi/ibm/thermal
does not exist for this model.
An annoted configuration file has been included below. However, there is no guarentee that this will work as-is on every machine.
dnf -y install thinkfan
Download Oracle Instant Client libraries (URL may change, already happened few times). Be sure you download correct (x64 or x32) architecture. And correct version. I'm using Instant Client 10.1.0.5.0 with Oracle 10g, 11g and 12c and PHP 5.6, 7.1, 7.2, 7.3 and 7.4. Never hit any problem with such setup but my queries are quite simple.
Last time I used Instant Client 19.6.0.0.0 and compiled with PHP 7.4 fine. I had to download two files:
instantclient-basic-linux.x64-19.6.0.0.0dbru.zip
instantclient-sdk-linux.x64-19.6.0.0.0dbru.zip
and extacted them into single directory. I'm using /usr/local/lib/oracle
. File tree follows:
#!/bin/sh | |
print_usage() { | |
echo "usage: compress_video <input_file>" | |
echo "supported formats: mp4, webm, mkv, mov, avi, flv" | |
} | |
get_extension() { | |
f="${1##*/}" | |
case "$f" in |