-
This test began to fail after commit ce04c726a31cd13be131915b1c8b8bc7a00a4d24 (the previous commit 1c7bf245dc2d520c005e01bcb56ecb3275971395 did not build).
There is a compiler error which might be re…
-
I've tried to use the jsSHA SHA-1 implementation in node but had a weird bug.
An earlier implementation of the same method in the browser works as expected.
I wrote a small nodeunit test that uses js…
-
I have installed bfgminer on my Asus WL-500g deluxe, hoping to have a low-power host for my Jalapeno. The BFL runs fine on a PC with bfgminer.
I've installed usb2 and ftdi drivers, and using "insmod /…
-
_From [google...@pcforum.hu](https://code.google.com/u/112363926660835410968/) on January 28, 2012 20:04:41_
What steps will reproduce the problem? 1. Create a new page
2. Add the line "$this->Page->…
-
hex 2 bin need to be able to take hex string like "\x41\x42\x43\x44" from stdin(commandline) without converting it to "\x41\x42\x43\x44"
-
I have the following code in a script. The intention is to retrospectively hash all of the passwords in a user table.
```
namespace {
# Autoload composer included libraries
require 'vendor/a…
-
Since PHP 5.4 PHP provides its own hex2bin function, which causes the hex2bin declaration in ykksm-util.php to fail, causing the error below:
```
PHP Fatal error: Cannot redeclare hex2bin() in /usr/…
-
Currently I do the following:
```
function from_hexstring(s::String)
out = zeros(Uint8, int(length(s)/2))
for i in 1:length(s)/2
offset = i * 2
out[i] = parseint(s[offset-1:of…
-
it says InsertIPAddress, UpdateIPAddress to long.
-
```
ERROR: Traceback (most recent call last):
File "C:\Users\pzydog\AppData\Roaming\XBMC\addons\plugin.video.t0mm0.test\default.py", line 35, in ?
stream_url = urlresolver.resolve(play)
…