topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday September 11, 2024, 5:18 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ath [ switch to compact view ]

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 145next
376
N.A.N.Y. 2019 / Re: N.A.N.Y. 2019 -- ScrabbleScore
« on: September 30, 2018, 08:20 AM »
I add the application as an attachment but it doesn't show up in the post.
You need to attach a .zip (or .7z) file, .exe is not accepted by the forum, AFAICS, and the maximum filesize is ~16 MB, but I guess that's not a problem.

377
Living Room / Re: Backup Power for USB device -- does it exist?
« on: September 26, 2018, 01:05 AM »
If it loses power momentarily then it will reset to the "application select screen" and require physical interaction to select and launch the correct app.
Are you sure that power is disconnected during boot of the RPi? Could it be that the device is reset via USB initialization commands? In that case, all your 'keep power applied' actions will be in vane...

378
Living Room / Re: Backup Power for USB device -- does it exist?
« on: September 25, 2018, 03:23 PM »
Some USB devices with the requirement of stable power have an extra powerplug mounted, I assume yours doesn't?

Maybe you can 'sabotage' a Y-cable, by cutting the + power wire on the RPi side, and providing stable power on the other end, besides the data wires, common ground is also a requirement.

379
General Software Discussion / Re: Vivaldi and Multiple User Profiles
« on: September 25, 2018, 01:20 AM »
Well, now that Firefox is thrown in :), this FF plugin sounds usable in this case: https://addons.mozil...-account-containers/

380
because the regex will be different! And I want to store the whole regex match in the file, which will be huge multiline text!
Whut? :o

We're back at square one. The circle is completed, again.

You have come here, asking for 'help'. Please provide us with what you want to achieve, and stop asking for small bits of silly info, with even more silly examples. This is not going to get you to a solution, as you obviously don't understand how problem-solving works.
I pretty sure I've said this before, a couple of weeks ago. :(
If you can't comply with that, I'd suggest all participants to ignore your requests until something useful comes out of your keyboard.

381
N.A.N.Y. 2019 / Re: My entry
« on: September 18, 2018, 01:45 AM »
You have explained how to use it, but what's the purpose of this tool? I'm not gettin' it yet... :huh:
Solved.

382
I want to output to a separate file all the matches where the (.+?) is the same.
Run a second command on your previous output
Code: PowerShell [Select]
  1. gci FILEPATH\out.txt|group|select Count,Name >FILEPATH\out-counted.txt
The code is also the pseudo code.

383
N.A.N.Y. 2019 / Re: cStatus a portable network scan and monitoring tool
« on: September 14, 2018, 01:30 PM »
~10 minutes later.

It auto-redirected to https and worked just fine from here (using Firefox and on my home connection)

384
General Software Discussion / Re: Big Data tools
« on: September 14, 2018, 12:59 PM »
I want to also be able to view the content,

Well, you could just buy EmEditor, it's not that expensive, or EditPad Pro, that does also handle really big files with ease.

For a freebee, check out the really old, and a bit harsh to download, MadEdit, it opened a > 20GB file without a hitch, and supports regex search and replace.



Like I suggested above, and me and others before, it would really get you more helpful answers if you specify what you want, need and desire complete instead of letting us pull those details with pliers, in the dark >:(

385
General Software Discussion / Re: Big Data tools
« on: September 14, 2018, 12:02 PM »
Haven't tested with log files bigger than 2GByte, so if 20GByte log files can be processed, I can't tell.
Well, I did and it wasn't nice,
Created a large file using this method
Installed RJ TextEd and tried to open it, with this result:

Screenshot - 14-09-2018 , 19_00_32.png

386
General Software Discussion / Re: Big Data tools
« on: September 14, 2018, 10:44 AM »
Is there a 'free for commercial use' software that opens and processes with regex large text files of 20GB?

TL;DR; Yes.

Suggestions:
  • Any Linux distro with a non-commercial license (most will fit)
  • Linux-tools for Windows (if it's supposed to run on Windows, you didn't say it should)
In any of these environments use tools like grep, sed, awk, perl, python etc. for text processing.

  • 'Plain' Windows (7 and newer)[/i]
Use powershell, like shown & explained in your other thread.

387
N.A.N.Y. 2019 / Re: cStatus a portable network scan and monitoring tool
« on: September 13, 2018, 01:54 PM »
maybe because I don't have a SSL certificate...
If you have access to the server you can quite easily configure it to have a Let's Encrypt free certificate...

388
What could be the problem?
You haven't shared the file, so we'll never know, unless...

390
I have no clue on where CodeByter/Carl Danley went, but seeing the github page he's quite active there, just not on DC for quite some time. And his personal page just throws a 404 at me :huh:



uncompressing the rar to WishList directory in your program files (x86).
You'd better not install it there, a separate directory outside of any protected system folder, is preferred (and sometimes even required) for any portable software. Often used is a directory named Portable in your data partition (D:\Portable for instance, so for WishList it would be D:\Portable\WishList).

391
For my NANY 2015 entry SedTester I found these resources/examples:
http://stackoverflow...re-its-stdout-in-net
http://stackoverflow...-get-std-out-results
That's what I based my call-out to sed.exe on. That piece of code is quite specific (and poorly documented ;D), so I hope this enough for now.

393
Give me a link !!!!!
Have you tried https://www.google.com ? If so you would have typed less than posting here, and much quicker and more results !!!!!

394
My PC running Sonarr renames the files according to my preferred naming scheme and sets them up ready for viewing in Kodi.
Tackle the issue at the source: Can't Sonarr store the original filenames (during the rename process), with the new filenames, in a file that is kept in the same folder as the media files? That way you can quite easily create an extra copy to re-seed. You might want/need to do a feature request for Sonarr, I can imagine more people to have the same need.

395
Thank you @KodeZwerg for your nosql alternative, but the biggest objection to me is one of the main features of MongoDB: It's in the cloud. That means that my data is not really my data... and not really portable, as it requires an internet connection.

@Deozaan: As with any project, you have to choose the right tools for the job. If the combo Go/SQLite isn't working as expected/desired, it most likely isn't meant to be. You might need other tools...

396
A NoSql Variant could be MongoDB. It can be used by many programming Languages.
Hm, but it doesn't quite match the OP's requirements of being lightweight, simple and portable, AFAICS.

397
+1 for SQLite, it's used by default on Android and highly endorsed when using Xamarin, has support for nearly all platforms in use and bindings/libraries for many programming languages.

398
Running
Please only report your findings after you have tried the software, messages like above are completely useless.

(Yes, I'm trying to teach you something, in case you wonder, a form of forum etiquette: give relevant information, avoid dis-information)

399
Screenshot Captor / Re: Ragged Edge
« on: August 28, 2018, 08:50 AM »
It's in the "SpecialFX2"/"Border around Image" menu of the full ScreenshotCaptor interface, and is called "Border effect, splice style (ragged edges)".

400
That's not exactly truth. I was studying maths and throw many questions in many other forums.
I feel compassion for the other forums users :o
How did they respond to your questions?

I was not visiting donation coder for months.
We noticed, don't worry...

But I like a lot very much you remember me as a person able to ask.
Well, you (and another user) ask a lot of questions that can easily be answered by Googling your question first (you can use Spanish there, if you prefer), and after studying and further investigating the results, you can optionally come back here to verify the choices you made. And if you do, listen to our advice. Usually you don't (seem to) take much advice given here.

Lesson no. 1: Google wants to be your friend, use it for what it's good at: Provide answers, even to silly questions, as opposed to most (somewhat) intelligent people.

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 145next