Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
763 views

I've following the documentation at https://debezium.io/documentation/reference/2.4/configuration/signalling.html#debezium-signaling-enabling-kafka-signaling-channel But when I registered the source ...
Dyan's user avatar
  • 99
1 vote
0 answers
89 views

I am trying to implement Fanet for 24 nodes where source will be sending packets to destination node. Here Source and destination nodes will be mobile and other nodes will be stationary and act as ...
rony01's user avatar
  • 152
0 votes
1 answer
1k views

I built this report in Cognos where I am using the _add_days( current_date, -1) as a query calculation as opposed to a filter. (When I had it as a filter, the report output would bring in previous ...
Rifi J's user avatar
  • 11
2 votes
1 answer
3k views

I have been trying to build iOS app from command line (on Mac Machine) using xcodebuild command. Here's the command I am using to export the archive: xcodebuild -project "Path/BuildOutput/XCode/...
cr001's user avatar
  • 703
2 votes
2 answers
2k views

Hello Ansible newbie here...I'm looking for an ansible way to get the last yum update date and write that out to a text file (later to be part of a web page). I know the raw command: hostname &&...
user2797783's user avatar
4 votes
1 answer
975 views

In Ubuntu 20.04 and Ansible version 2.9, using Ansible ad-hoc command like: ansible all -m shell -a "df -h" will print like below app2 | CHANGED | rc=0 >> Filesystem Size ...
waterFisher's user avatar
1 vote
0 answers
202 views

qiskit version : 0.18.0 numpy version : 1.21.1 qiskit_machine_learning version : 0.2.0 qiskit.aqua version : 0.9.4 I am trying to run a simple code as described in Qiskit's tutorial on Machine ...
shaw1801's user avatar
0 votes
1 answer
1k views

The template gets copied normally in /etc/nginx/sites-enabled On running this command: ansible localhost -b -m copy -a "src=/abc/efg/ngs/templates/sites-enabled.j2 dest=/etc/nginx/sites-enabled&...
Anne Caroline Glory Prince's user avatar
2 votes
1 answer
844 views

The below is an interview question which I was unable to solve and needs some help. Question: A Person is playing with paper and during his game he folds the paper vertically in one turn and then ...
Anand's user avatar
  • 391
0 votes
1 answer
646 views

It's such a silly question, but could someone give an example (and if it possible, a couple of links to clearly understand jq using (it's a little bit hard for me to understand official jq ...
A.Matrosov's user avatar
0 votes
1 answer
954 views

I'm trying to connect to a MySQL server instance, using a distributed query, with the folling query: SELECT * FROM openrowset('SQLNCLI11','server=<>,33333;uid=root;pwd=<>','SELECT * FROM ...
Jesus Chavez's user avatar
16 votes
7 answers
11k views

When I tried to create Ad Hoc IPA file. It gave "IPA processing failed" error. Xcode version is 12.2. Mac mini (M1, 2020) I have checked logs file: IDEDistribution.standard.log file. ...
yao.h yao's user avatar
  • 171
0 votes
0 answers
35 views

I'm facing a misunderstanding here. I have an application based on UDP for Automatic repeat request mechanism. The idea is to transmit real-time data with a mechanism of retransmission and reordering ...
Med Nimou's user avatar
-1 votes
1 answer
135 views

You are given an array of positive integers. You are told to make all the numbers equal by doing this operation, i.e. to increase/decrease the value of an array element. The cost of the operation will ...
Anant's user avatar
  • 281
0 votes
1 answer
361 views

I need to connect a VM to an ad-hoc network because I have Ubuntu Server running on my VM and I need to access it from other devices on the ad-hoc network. My VM is running on VMware Workstation 15 ...
Emilijus Banikonis's user avatar
0 votes
0 answers
168 views

I'm working on a project where i have two raspberry PI connected in ad-hoc mode. the project is for transmitting streaming data using UDP supported by a self developed ARQ protocol for reliable data ...
Med Nimou's user avatar
0 votes
1 answer
716 views

I have N segments (1 ≤ N ≤ 10^5) on a 1D number line. Each segment contains all reals x such that starting point ≤ x ≤ ending point. We can say that the "union" of a set of segments is the set of all ...
cracra's user avatar
  • 107
0 votes
1 answer
240 views

iOS app is not able to be executed on iPhone X, XR device via Adhoc using diawi.com URL. On some device, app is installed properly and excuted well, but on other device like Xs and XR, it couldn't be ...
Kazaka Nelson's user avatar
-1 votes
1 answer
2k views

How to show a process list using ansible ad-hoc command?
yuderb's user avatar
  • 11
-2 votes
1 answer
950 views

Judge Name- UVA Online Judge Problem Name-Burger Time? Problem ID-11661 Link-https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2708 I Already ...
Abhinav Garg's user avatar
4 votes
1 answer
3k views

I would like to run an Ansible ad-hoc command of this playbook --- - hosts: localhost tasks: - name: Print message if ansible version is greater than 2.7.0 debug: msg: "Ansible ...
Meera Anand's user avatar
1 vote
0 answers
89 views

I would like to know if there is a way to add queue size to our adhoc network. I have a very simple case with two nodes, one sink and I would like to add queue size to both transmitter and receiver ...
Salman's user avatar
  • 21
0 votes
1 answer
178 views

Is there a way to have both the app store version and the TestFlight version installed at the same time on one iPhone? Can we release the ad-hoc version of the test app via the TestFlight? How to use ...
White wu's user avatar
  • 105
0 votes
1 answer
375 views

I'm developing iOS app for organisation. I want to distribute this app via corporate website only to certain people in a company (and, of course, not using AppStore). I know how to use Enterprise and ...
Andy Jazz's user avatar
  • 61k
0 votes
1 answer
842 views

I need a new module that inherit from AdhocHost. Friends asked before this question, and Mr Jerzy D answered that: In OMNeT++ behavior is defined only for simple modules. So one cannot define a C+...
bob winter's user avatar

1
2 3 4 5
11