close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

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 ...
Vivek's user avatar
  • 1
1 vote
0 answers
154 views

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, ...
slu's user avatar
  • 21
0 votes
0 answers
134 views

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 ...
Mitra 's user avatar
2 votes
2 answers
155 views

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; ...
Dante_05's user avatar
1 vote
1 answer
77 views

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 ...
freddie_ventura's user avatar
0 votes
1 answer
120 views

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 ...
Srikanth S's user avatar
  • 1,907
1 vote
0 answers
196 views

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 ...
Hamza Kaleem's user avatar
1 vote
1 answer
102 views

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 "\"...
Volodymyr Patriiuk's user avatar
0 votes
1 answer
132 views

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 ...
norn's user avatar
  • 3
0 votes
1 answer
2k views

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 ...
ddenuvo's user avatar
0 votes
0 answers
98 views

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" ...
susanliu's user avatar
0 votes
0 answers
56 views

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 <...
XI MIPA 1 MICHAEL ELBERT JUSTI's user avatar
0 votes
1 answer
28 views

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": [ { ...
Matel Matel's user avatar
1 vote
2 answers
328 views

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 ...
user23385113's user avatar
1 vote
1 answer
265 views

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 ...
suresh kumar's user avatar

15 30 50 per page
1
2 3 4 5
37