Newest Questions

3 min read Original article ↗

I am trying to access the first digits from the 2D list created. Here I have tried to access by using [0][0]--> [1st row ][1st column] CODE: list1 = [ [12,11,33,555,6,2,44,5,85],[2,5,67,8,99,9,...

market nova's user avatar

  • 1

-1 votes

0 answers

16 views

I'm trying to build a NiFi pipeline with a ReplaceText processor that will be able to: Match expressions of the type: M\t63574 where the character at the M position can be either M or W, and the ...

Jelly's user avatar

  • 1,432

0 votes

1 replies

19 views

I am running a server using TrueNAS SCALE. I want to save all of my shop's invoices directly to the server and be able to view them from my computer. I am familiar with SQL for database management. ...

Rahul Pal's user avatar

  • 1

-3 votes

0 answers

37 views

From my smart electricity meter, I get a hex string. I tried to deparse it, but am a bit stuck as I am very new to interpreting this parsing. The full sting is 1B 1B 1B 1B 01 01 01 01 76 05 06 12 E2 ...

Swift's user avatar

  • 352

0 votes

0 answers

19 views

I'm trying to get live video from DJI Goggles3. Most likely transmission performs over this interface Interface Descriptor: bLength 9 bDescriptorType 4 ...

Eugene Litvin's user avatar

  • 21

0 votes

0 answers

17 views

Problem: I am using VS Code to edit Vagrantfile (Ruby syntax). By default, VS Code does not format these files correctly. When I install recommended Ruby extension like Ruby LSP, nothing happens when ...

Abu Ruqaiyah's user avatar

  • 1,556

0 votes

1 answer

27 views

So apparently for authentication you need to pass extraHeaders in socket.io, meaning you can't use http-only cookies. Since I have this code over here, trying to connect to the most barebones socket....

Ruslan Plastun's user avatar

  • 2,272

-1 votes

0 answers

22 views

In Klish3 how can I define reg exp for a parameter? PTYPE used to have pattern in klish 2. https://src.libcode.org/pkun/klish/src/2.2/doc/klish.md#pattern-ptype_pattern

ManiAm's user avatar

  • 1,849

1 vote

5 replies

84 views

I watched a few tutorials on Youtube. They said to assume a 32-bit architecture and then said "a single CPU cycle can only access a word(equals cpu native size i.e 4 byte) at a time from memory&...

Random Guy's user avatar

  • 11

-2 votes

0 answers

24 views

Our Autosys Box, Picks the exe and when runs the exe it gives Class Not Registered , Error when it tries to run the VB6 exe for the first time. Second run of the exe is not an error.

Priyanka Singh's user avatar

  • 7

0 votes

0 answers

18 views

The aim is to Parse c++ files using LLVM Clang, #include <clang-c/Index.h> https://clang.llvm.org/doxygen/group__CINDEX__CURSOR__TRAVERSAL.html ---- cmake -DLLVM_ENABLE_PROJECTS="clang;...

tuk's user avatar

  • 391