hack
Here are 1,111 public repositories matching this topic...
Request in source-foundry/Hack#230 (comment)
$ brew tap caskroom/fonts
$ brew cask install font-hack
-
Updated
Jul 8, 2020 - C
As of GDB 8.3 RISCV is supported.hope add basic support for RISC-V
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Jul 1, 2020 - C#
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Jul 7, 2020 - C#
When following the manual install guide i had to install the following additional dependencies manually:
sudo apt-get install pulseaudio swig libpulse-dev libasound2-dev
sudo pip3 install pocketsphinx spidev
After, it all works great on Raspberry Pi Zero W!
Problem:
You list:
http://10.5.5.9/gp/gpControl/setting/2/3
as the command for 2.7K 4:3
but that doesn't work, and the correct command is
http://10.5.5.9/gp/gpControl/setting/2/6
I have to wonder if this was inherited from previous models. I tested on the hero 7 black.
Also I think it's worth pointing out on that page that the aspect ratio MUST be set in correct combination with
-
Updated
May 21, 2020
-
Updated
May 21, 2020 - JavaScript
For a few weeks now, there was a pull request that wanted to change the online documentation since there stood, that the timeout is in multiples of 128ms and timeout=?
returns that it is in multiples of 100ms.
The truth is: the Chameleon uses multiples of 128ms. However, this is not a function that is thought to work exactly to the millisecond (it also is not implemented so accurate). The int
OS: Ubuntu 18.04.02 LTS
The error occures because on line 86 rsync fails to expand the asterisk. Works as intended on Debian 10.
I've tried launching this from the .exe in the zip file download and by installing it via the Installer.msi both keep giving me the "not a valid Win32 application" message shown in the screenshot attached here. I'm running Windows XP on Parallels Desktop 14 on a Mac Mini with a 3GHz Intel Core i7 and 16GB of RAM so it isn't an issue of hardware compatibility or at least it shouldn't be. If anyone
I've seen that @DHLF has started writing a usage guide about GC in the GH wiki at the address above.
I had left the wiki access open on purpose, I thanks him for taking the initiative, there are basically no "tutorial-like" resources on GC/scanmem, it sure wouldn't hurt.
I open this issue to contain questions, discussion or plans about the said wiki.
-
Updated
Jun 3, 2020 - C
-
Updated
Jun 17, 2020 - Dockerfile
-
Updated
Jun 26, 2020 - Python
Improve this page
Add a description, image, and links to the hack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hack topic, visit your repo's landing page and select "manage topics."
HHVM is missing some
SODIUM_CRYPTO_GENERICHASH_*
constants.see : https://www.php.net/manual/en/sodium.constants.php
the missing constants :
const int SODIUM_CRYPTO_GENERICHASH_BYTES = 32;
const int SODIUM_CRYPTO_GENERICHASH_BYTES_MAX = 64;
const int SODIUM_CRYPTO_GENERICHASH_BYTES_MIN = 16;
polyfill : https://github.com/nuxed/crypto/blob/master/src/Nuxed/Crypto/_Private