A quick tutorial on how to get high quality images from gr-paint and Gqrx.
- Use a newer version of Gqrx with Ref. level and dB range sliders.
- Set the FFT size in Gqrx to 32768
| Mac Port 基本用法总结 | |
| 1. Mac Port的下载地址 | |
| http://www.macports.org/install.php | |
| 2. Mac Port的说明文档 | |
| http://guide.macports.org/ | |
| 3. Mac Port中第三方软件下载包存放的默认路径是:/opt/local/var/macports/distfiles/ | |
| 为了提高安装速度,可以在安装新port时直接将此目录下的文件拷贝到新的Mac Port相同的目录中就可以避免Port去网上下载。 |
| import os | |
| import sys | |
| import re | |
| import hashlib | |
| import csv | |
| import time | |
| import locale | |
| import getopt |
| #!/bin/bash | |
| # | |
| # For debian-like systems, for others you might have to change package names | |
| # libusb-dev at least 1.0 | |
| # build-essential => make, dpkg-dev, gcc, g++, libc-dev / libc6-dev | |
| # | |
| # | |
| # Depending on your architecture and available cores, you might want to change -j4 argument (4 = number of compilation threads = cpu cores available) | |
| # | |
| # If you have GCC version greater than 6, go /usr/src/yatebts/ and patch using `patch -p1 < yatebts-5.0.0-gcc6.patch` |
| NetLimiter 3 | |
| Registration name: Peter Raheli | |
| Registration code: C99A2-QSSUD-2CSBG-TSRPN-A2BEB | |
| NetLimiter 4 | |
| Registration Name: Vladimir Putin #2 | |
| Registration Code: XLEVD-PNASB-6A3BD-Z72GJ-SPAH7 | |
| https://www.netlimiter.com/download | |
| # Netlimiter Full Netlimiter Activated Netlimiter cracked Netlimiter Full Version Netlimiter Serial Netlimiter keygen Netlimiter crack Netlimiter 4 serial Netlimiter 4 Crack Netlimiter 4 register Netlimiter 4 patch Netlimiter full Full version Netlimiter 4 Activated Netlimiter 4 Cracked Netlimiter Pro |
| import os | |
| import sys | |
| import time | |
| import struct | |
| import select | |
| import binascii | |
| import bluetooth | |
| from bluetooth import _bluetooth as bt |
| var CryptoJS = require('crypto-js') | |
| var request = require('request-promise') | |
| /* | |
| * npm install crypto-js request-promise request | |
| * node wx_t1t_hack.js | |
| */ | |
| // export function testEncription(msg, fullKey) { | |
| // var fullKey = fullKey.slice(0, 16) |
| /* | |
| * Recommend run with node v8.9.x or higher version | |
| * npm install lodash crypto-js request-promise request | |
| * node hack.js | |
| */ | |
| const version = 5 // the version of t1t | |
| const score = 370 // the score you wanna get | |
| const playTimeSeconds = score * 0.01 // simulate the playing time (seconds) |
Setting up Conky on Ubuntu 16.04LTS for the Clevo P751DM2-G
System Information:
We extract this with inxi:
installation:
sudo apt-get install inxi
| # | |
| # Short script for converting GNU Radio XML blocks to YAML blocks | |
| # without having to start GRC | |
| # | |
| # Please note that this program _WILL_ overwrite files. | |
| # | |
| # How to use: | |
| # 1. Save this file to grc/converter/cmdline_converter.py | |
| # 2. Navigate back to the GNU Radio project root | |
| # 3. Run: python3 -m grc.converter.cmdline_converter [name.xml] |