I want to retrieve text from a parse tree's node but when i use getText(), it retrieves all the text from that node's children. I have searched but i don't find
I have a file: test.lisp with this content: (+ 3 3) (let ((n 3)) (+ n 1)) (let ((n 4)) (+ n 1)) (defun d (f) (let ((n 3) (f 4) (g 3)) (if (=
I am trying to parse a yaml file that likes like below in C++: test_case_0: - input: a: 10 b: 5 - output: area: 50 delta: 5 test_case_1: - input
I have this project where we have to convert a made up simple coding language given through a txt into a c++ language and currently I am having a problem with c
I am trying to parse a machine/software generated file type into a JSON file type for easy analysis with other software and other Python scripts. The file is st
Envorionment: windows 10, python: 3.9, ttp: 0.8.4 I'm having a problem with ORPHRASE in the TTP template, and if there's consecutive blank-space characters in t
Hi i develop a project with python. the name of the project is drawing robot. I use turtle module. For example i entered F 45. firstly i made lexical analysis a
I have the below 2 variables. const val1 = { students: { grade: [ { subject: "Math3", name: "jack", mark: 60,
I'm using that in a cell but I have a lot of problems to get the information because many times the sheet is "loading" and does not load the information =QUERY(
Is the following grammar suitable for predictive parsing, or is their an algorithm to modify the grammar to make it suitable for predictive parsing? number = di
To give context, I'm trying to create a simple version of bash, and for that I need to mimic the way bash parses content with multiple sets of single and double
I'm trying to make a post request using HttpClient. The expected json which I'm trying to post is stored in var result and looks like : { "ID": 142, "Statio
here is what I want to do, This my spend.csv file : "Date","Description","Detail","Amount" "5/03/21","Cinema","Batman","7.90" "15/02/20","Groceries","Potatoes",
I have a text file with multiple lines. Many are blank, or so I am assuming from looking at the file contents. I would like to write/print only the lines that c
I got this error firebaseapperror: failed to parse private key: error: invalid pem formatted message when I pushed my nodejs app to heroku. I had my environment
I am trying to extract exif metadata from jpg file but hit a wall in between. I am following this( https://www.w3.org/Graphics/JPEG/jfif3.pdf ) but not sure if
I am trying to parse some JSON like this: SELECT cid, c_message FROM JSON_TABLE('{"cid":"30152","c_message":"....very long message...."}' FORMAT JSON,'$[*]'
I am trying to get all the images from .mht file by using Nokogiri gem. But since the .mht file has quoted-printable encoding, all the images that I received, h
I have products CSV file and I am trying to read this file with pandas python but i get this error my code import pandas as pd df = pd.read_csv('D:\\work\\am
I am building a project that will use Unreal Engine 4 to display protein models. Currently I cannot find a way to directly import PDB (Protein Data Bank) files