554 questions
0
votes
0
answers
64
views
How can I make a CSS 3D page turn in Readium look like a bending paper page instead of a rigid card flip?
How can I make a CSS 3D page turn look like a bending paper page (not a rigid card flip) in a Readium-based reader?
I’m building an ebook reader using Readium and implementing custom page transitions ...
1
vote
0
answers
154
views
App .NET 9.0 MAUI+ Camera.MAUI.ZXing ver. 1.0.0. Barcode Reader is very slow and read a different values for the same barcode
I have to create an Andoid app with MAUI on .NET 9.0 and I have to use an old tablet with a 32-bit CPU.
Tablet details: 2018, Android Version 10, API 29, Java VM ART 2.1.0, Kernel architecture armv8l, ...
0
votes
0
answers
134
views
How can I dynamically write each feature class to a separate layer with a modified name when using a single merged feature type reader?
I have a set of feature classes inside a File Geodatabase, which I read using the "Single Merged Feature Type" option in FME. After reading, I perform some analysis on the data.
At the end ...
2
votes
2
answers
155
views
How to get the content of a file from the src folder?
I'm trying to read a file called "words.txt", which sits in my src folder.
My code currently looks like this:
package hangman;
import java.io.BufferedReader;
import java.io.IOException;
...
1
vote
1
answer
77
views
Pandoc HTML Reader , Read <title> tag , as a pandoc Object Header?
I am doing a Custom Parser for different documentation stored in .html .
I am interested on parsing the <title> tag of the documents, but it seems that the default pandoc Reader for HTML doesn't ...
0
votes
1
answer
120
views
Reading from hid reader in a BackgroundService worker, .NET 8
I am trying to read from a HID Reader with specific vendor id, product id in a .NET 8 / C# background service. I could register the device successfully but not able to read the reader when a card is ...
1
vote
0
answers
196
views
Add Page curl effect to in_app_webview epub reader in flutter
I am showing epub file with the attached code in my application.
I am using javascript to change font styles and settings as you can see in the code. What I want to do is that I want to add a page ...
1
vote
1
answer
102
views
Convert java.io.Reader to the other Reader with skip reading some chars
I have java.io.Reader as input parameter to the method.
This reader reads file, like "abc\def\jhk";
I need to return from the method an other java.io.Reader, which skips reading "\"...
0
votes
1
answer
132
views
ValueError using csv.reader() in PyCharm
I'm going through Harvards CS50 Python course, in todays lesson we were introduced to the csv library. I think my code and csv text file contain the exact same text as my instructor but I'm getting a ...
0
votes
1
answer
2k
views
Wrapping Vec<u8> to something, that would implement BufRead + Seek
I want to parse an SDP message that I stored in Vec<u8>, using the sdp crate. I found this function to do it so:
pub fn unmarshal<R>(reader: &mut R) -> Result<Self>
where
...
0
votes
0
answers
98
views
WriteString and ReadString in server and client in golang
I am implementing a simple server that can read the message send by the client one line at a time and prepend the line count to each line.
Here's my server.go file:
package main
import "fmt"
...
0
votes
0
answers
56
views
I have a reader-writer shared memory in linux problem, i wrote the code in c
This is the writer code:
#include <sys/ipc.h>
#include <sys/shm.h>
#include <stdio.h>
#include <semaphore.h>
#include <fcntl.h>
#include <stdlib.h>
#include <...
0
votes
1
answer
28
views
Json entry Login reader
I made a Json reader in python that reads data from a file named data.json but i don't know how to read an entry named Login from entry named Amazon
{
"Facebook": [
{
...
1
vote
2
answers
328
views
How to parse a negative value String from a delimited CSV File
I'm trying to read a comma delimited CSV file that displays the city, country, latitude and longitude in each row. The goal of my project is to print a statement that shows all cities in the southern ...
1
vote
1
answer
265
views
Using Jedis can we redirect read and write calls to elastiCache reader and primary endpoints.?
Using Jedis can we redirect read and write calls to elastiCache reader and primary endpoints.?
Can we configure Reader Endpoint of elastic cache for read actions.
and primary endpoint for write calls
...