Skip to main content

Questions tagged [parser]

The tag has no usage guidance.

0 votes
0 answers
8 views

Are Python class member functions argument type checked at parse time? [migrated]

I'm not intending to change this in my implementation, it's to improve my understanding of porting this code: In the extract from the track_holder.py module below, why does the TrackObject class have ...
Alexir Hannah's user avatar
0 votes
1 answer
219 views

Why does changing the executable in a powershell line cause it to not work?

No doubt I have done something very simple wrong but I cant figure it out. I'm no expert, I'm writing my dissertation and am using .bat files with a series of PowerShell instructions to convert and ...
Liron Chen's user avatar
0 votes
1 answer
399 views

filename extract and formatting

I have a lot of files in a folder \Testing, I'm trying to take the file name and format it inside the text file to a certain way. Example would be 111005000_10312019.pdf inside folder "Testing&...
user1358005's user avatar
0 votes
1 answer
560 views

SYSLOG-NG: Sending same log to two different index in elasticsearch

I'm trying to send the same log flow to two different elasticsearch indexes, because of users with different roles each index. I use a file for destination too. Here is a sample: 2021-02-12T14:00:00+...
Nand0san's user avatar
  • 101
8 votes
1 answer
9k views

Is the ".sha256" file format formally defined somewhere? How should it be parsed?

I see a bunch of FOSS projects which have ".sha256" files. They look something like this: dsdfdfdsffdfsdfdsfdsfdsfdsfdsfds23r2ewrefdefdsfdsgfdsgffgfkgdfgg *meow.exe ...
Iago B.'s user avatar
  • 81
0 votes
2 answers
1k views

Split text at last instance of character (retain left hand side)

I have hierarchy path values in column A of an Excel spreadsheet: FLEET FLEET \ AIR SYSTEM FLEET \ AIR SYSTEM \ COMPRESSOR - DRYER FLEET \ AIR SYSTEM \ VALVES FLEET \ AIR SYSTEM \ RESERVOIRS FLEET \ ...
User1974's user avatar
  • 157
0 votes
1 answer
202 views

Hierarchy path: Find orphans (children without parents)

I have hierarchy path values: FLEET FLEET \ AIR SYSTEM FLEET \ AIR SYSTEM \ COMPRESSOR - DRYER FLEET \ AIR SYSTEM \ VALVES FLEET \ AIR SYSTEM \ RESERVOIRS FLEET \ AIR SYSTEM \ HOSES - LINES - ...
User1974's user avatar
  • 157
0 votes
0 answers
112 views

XML parser error when running a saxonb-xslt process

I am processing an XML document with saxonb-xslt, the command look like so: saxonb-xslt -s:Transform.xsl -xsl:Transform.xsl -xi:on -ext:on and I get this error: Error The XML parser reported ...
mistyped's user avatar
1 vote
0 answers
489 views

XML::Parser Perl module is not installed

Installation was successful and went well in my droplet (using DigitalOcean) but when I view the page that requires XML::Parser I still got this error message: Internal Server Error XML::Parser Perl ...
user3891309's user avatar
2 votes
0 answers
718 views

Node.js serialport readline parser - response devided to each sign in new line

I would need some help in resolving a node.js problem with serialport response on one computer with Ubuntu 18.04 64-bit. On the beginning I can confirm that the hardware which I have connected answers ...
Piotr Szatkowski's user avatar
0 votes
0 answers
159 views

How to insert a fragment of web page into Excel parsed to column/rows?

I'm selecting a fragment of a page, like part of a right column with suggestion links on a youtube page. I want it with pictures come to sheet in sorted order. But Excel says, that "The data you'...
WebComer's user avatar
  • 149
-1 votes
3 answers
396 views

Sorting a file list in WIndows

Got a list of color photos from Hatton1.jpg to Hatton72.jpg each photo has an identical black and white one named Hatton1-2.jpg through Hatton72-2.jpg Is there a way to strip out the -2 files to a ...
GeoffMarbella's user avatar
0 votes
0 answers
41 views

translate a webpage and declutter at the same time? how?

Translate: google translate, either with bookmarklet or chrome extension declutter: Instapaper text bookmarklet. They used to work together sequentially, but recently Instapaper changed their ...
Shawn Ma's user avatar
0 votes
0 answers
139 views

AtomicParsley - Get STCO Entries only

So I want AtomicParsley to list all of the STCO entries instead of showing something like this Atom ftyp @ 0 of size: 32, ends @ 32 Atom free @ 32 of size: 8, ends @ 40 Atom mdat @ 40 of size: ...
Dinindu Perera's user avatar
1 vote
1 answer
2k views

Parse url in windows script

In a windows bat file how do I parse this url https://vimeo.com/library/courses/angular-series to get the text 'angular-series' without the single quotes of course Thanks in advance for your time
Hamza Ahmed's user avatar

15 30 50 per page