Skip to main content
2 votes
1 answer
176 views

In R, lme4's function glmer uses Maximum Likelihood with quadrature optimization by default. However, I would like to fit the model with Pseudo-Likelihood instead, due to a concern that my standard ...
creutzml's user avatar
  • 442
3 votes
3 answers
216 views

Currently I have a dataframe of bear detections that I want to convert into a binary detection history (14 columns of day1, day2, day3, etc. where: actual_date_out = the date the camera was deployed, ...
Jessie Elliott's user avatar
0 votes
1 answer
99 views

We have DB2 LUW v11.5 and it supports both BINARY and CHAR FOR BIT DATA column data types. I've read the documentation, and I've Googled it, but I don't really see an effective difference between ...
Dave Clark's user avatar
2 votes
1 answer
107 views

I'd like to convert a pipe of video stream between streamlink and ffmpeg from cmd to Powershell. But from what I searched powershell only supports piping objects. Is there any way to reproduce this in ...
krawieck's user avatar
  • 135
2 votes
0 answers
84 views

I want to replace a string in my ODT file with an image, but this image is from binary data, not a file. I don't want to write to temp file and load it, I want to purely do so in memory. I have this ...
user30635614's user avatar
0 votes
1 answer
92 views

I'm working on Nested Set Hierarchies. I'm using a recursive CTE to build the nested equivalent of adjacency list table. MySQL 8.4 is my platform. -- adjacency list table CREATE TABLE dct_node_adjc ( ...
Felipe Lorenzo's user avatar
0 votes
0 answers
12 views

I have a task in which participants engage in a pairwise comparison task of 12 stimuli. All participants see all comparisons and the order is fully randomised. For subsequent analyses, I need to ...
bojana_v's user avatar
1 vote
1 answer
563 views

I am debugging some code that involves transferring files over a network. I have received the binary data and want to confirm that the file is correct by downloading it an opening it in a viewer ...
Anomaly's user avatar
  • 1,142
1 vote
0 answers
52 views

I am finding it surprisingly difficult to post an image that I have manipulated using GD image to an API without first saving it to disk. It seems like there must be some way to post the GD image ...
user6631314's user avatar
  • 2,048
1 vote
0 answers
32 views

I have a task for image similarity comparisons between two binary images of tactile maps (maps for the visually impaired to map out an area). The goal is to have an output score of how similar the two ...
Michael Liang's user avatar
0 votes
0 answers
28 views

I'm getting an error pulling out binary data from a database using GORM. Here's my situation: Database field (Aurora MySQL, if it's relevant): tag_to_change binary(4) null, Structure: type ...
cajund's user avatar
  • 141
0 votes
0 answers
46 views

I read binary data from an instrument but the output is quite weird. I have a python program that relies on pyvisa that I describe below. The weird thing is that everytime 128, or a multiple of 128, ...
Aldehyde's user avatar
  • 113
0 votes
0 answers
174 views

Intro I would like to retrieve binary data from an instrument (SR620) using RS-232. The data is an histogram made of 250 bins. The python program I did works well when no data is acquired (I get 250 ...
Aldehyde's user avatar
  • 113
0 votes
0 answers
129 views

I am writing a script to automatically calculate totals for each category from a report that is exported to an excel spreadsheet. The system that generates the report uses images (for some reason) in ...
Nastacio Tafoya's user avatar
1 vote
2 answers
46 views

I have a log/text file which is full of highlighted ^B lines when opened with less. Usually I see ^A and I have the following sed command to replace ^A with |. I found it a while ago and do not know ...
MichaelE's user avatar
  • 847

15 30 50 per page
1
2 3 4 5
107