Tools for capturing and analysing keyboard input paired with microphone capture
-
Updated
Dec 16, 2020 - C++
{{ message }}
Tools for capturing and analysing keyboard input paired with microphone capture
SunBurst DGA Decode Script
Open source demo that Next.js developers can clone, deploy, and fully customize for events.
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
A complete computer science study plan to become a software engineer.
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Get back your time with Buddy’s delivery pipelines that eliminate repeatable tasks in your daily development.
Automatically build & ship web projects on a single git push, on click, or recurrently. Easily define your own delivery process just like you build a house of bricks: from builds and tests, to deployments, custom scripts, and website monitoring.
Bring the newest tech to your team’s stack with native Docker support: containers, microservices, Kubernetes deployments, and more.
安卓应用层抓包通杀脚本
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Using PowerShell, I have successfully enabled logging using the PACKER_LOG and PACKER_LOG_PATH environment variables. I would like the error-cleanup-provisioner to publish the last n lines of this log, but I can't seem to get the value of PACKER_LOG_PATH in my template.
In PowerShell:
$env:PACKER_LOG = "1"
$env:PACKER_LOG
A comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
This repository contains solutions architecture patterns which can be reused to build enterprise software systems
A lot of the targets in programs/Makefile are actually "phony" in that they don't emit a file of their name. These files are mostly variants of the main zstd build, but as a matter of correctness this is wrong.
The lib/Makefile has a similar problem where the install-* targets are not labeled as PHONY.
I don't have time to check the other makefiles, but chances
A collective list of free APIs for use in software and web development.
There is an extra space in the French wording in the modal to add a single unilateral relation in the CTB. But I also wonder if the wording is actually correct: for the 2 first relationship types we use "[CT1] a un [CT2]".
See video: https://www.loom.com/share/95e8b07f2dff4dc3801624dd9d6bafc4
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
is this intentional?
on scaleway instance:
$ k0s default-config
apiVersion: k0s.k0sproject.io/v1beta1
kind: Cluster
metadata:
name: k0s
spec:
api:
address: 10.18.80.227
sans:
- 10.18.80.227
- 10.18.80.227
^-- two same sans?
$ ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loo
Real-Time High-Resolution Background Matting
A docker-powered PaaS that helps you build and manage the lifecycle of applications
IRC logs
sanket1729: How can
decoderawtransactionRPC know reqSigs if the output scriptpubkey is p2sh/p2wsh? I think it is returning 1 everytime.
sipa: sanket1729: it only works for bare multisig
sipa: we should probably just remove it
The output parameter for reqSigs is confusing as it outputs 1 for all scripts but bare multisig in the scriptpubkey. Considering the limited applicab
Gitpod enables you to be always ready-to-code.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.
Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/
Allow disabling a nav item.
Steps to follow:
nav.tsx.make generatefrom project root - this generates python API.