-
by **linuxhacker100**:
I am working with NZB files. The regex is supposed to parse a subject line.
What steps will reproduce the problem?
Add this line to your program. p := regexp.MustCompile(`&qu…
-
Hi,
Just trying to install a fresh nzedb install on a ubuntu 16.04 server.
However when trying to run install i'm getting this in the apache log:
[Sun Aug 07 20:18:19.462025 2016] [:error] [pid 10…
raysv updated
8 years ago
-
Let me start by saying I am very happy to see all your work! Even though I can't run it yet on my machine, your code looks very good, very well structured, almost textbook like! It is a delight to rea…
-
On 0.x branch:
Loading this URL: /api?apikey=&limit=1&o=json&offset=0&q=saving+hope&t=search
produces this JSON output:
``` json
[
{
"id": "10588016",
"name": "(FnivatUbcr.F04R17R18-Nalobq…
ghost updated
8 years ago
-
Seems with latest 0.x (e8d0384) Category Regex List has stopped working.
An example would be:
Original name: [02/23] - "[COMIC] Die.Gringos.4.-.Viva.Mexico.(c2c).(Kult).(1998).(GCA-fab).cbr.part01.…
ghost updated
8 years ago
-
Hi,
I encrypt the string on iOS with the code below:
# import "RNEncryptor.h"
# import "RNDecryptor.h"
# import "Base64.h"
NSString\* plainString = @"Hello";
NSString\* serectKey = @"serectKEY";
NSS…
-
### Expected behaviour
php nix/multiprocessing/releases.php creates valid nzbs
### Actual behaviour
releases.php corrupts nzbs added some weeks ago. Continues to create invalid nzbs if scripts left …
-
### Expected behaviour
complete setup process
### Actual behaviour
only initial page shows - response 500 on step1
### Steps to reproduce the behaviour
restarted nginx as well as PHP, checked logs …
-
running version 0.10.0 on an pi2 with a 2.041 volumio image.
whenever I start the android client the snapserver goes up to 100% cpu and stays there even after closing the android app.
The server lo…
-
For offset 0 zero (first part) offset flag is false which means that when the chunk is written out it's appended instead of written to the correct offset through seek+write. This only works (by luck)…