Questions tagged [info]

GNU info is a software utility which forms a hypertextual, multipage documentation and help viewer working on a command line interface, useful when there is no GUI available.

GNU info is a software utility which forms a hypertextual, multipage documentation and help viewer working on a command line interface, useful when there is no GUI available. It allows software developers to provide more detail - and more sensible sectioning - than a manual page.

Here are some useful keystrokes for GNU info.

149 questions
1
vote
0 answers

How to identity if a device is a POS machine in flutter

I am using the package device_info_plus: ^3.2.0 to get the device information. I am currently using a POS machine that is a Q1 model. Is there a way to identify if the device is a POS machine? Because the example section for this package also…
1
vote
1 answer

How to read other language date with format and informat?

The saved dates in dataset are in German language: 12Mai2022 02Okt2020 06Dez2022 How convert/read such dates in sas with format and informat?
1
vote
1 answer

How to get OS version/name on mobile, tablet or PC in Angular project

I am using Angular 9 in my project and I need to get device information such as OS name and version ...etc Now I am using ngx-device-detector but not working in android version like 8 and below or 10 and ios mobile to get os version
1
vote
1 answer

Conda info (and other operations) not working

I am trying to install geopandas and have therefore downloaded anaconda. However the anaconda prompt gives back an error when I try the command "conda install geopandas" (Installing geopandas with anaconda prompt causes ImportError). I discovered…
ZHTank
  • 11
  • 2
1
vote
1 answer

php.ini updates not reflected in phpinfo() output

I am trying to update memory_limit in php.ini, but I don't see the value updated in phpinfo(). Here is the ini file path info from phpinfo(): Configuration File (php.ini) Path: /etc Loaded Configuration File: /etc/php.ini Updated /etc/php.ini…
sotn
  • 1,833
  • 5
  • 35
  • 65
1
vote
0 answers

ERROR: Command errored out with exit status 1: python setup.py egg_info; update setuptools doesn't work

I'm trying to install a private python module with command: "pip install . -i "private url" " I had this error: Command "python setup.py egg_info" failed with error code 1 in C:\Users\hwi_pi\AppData\Local\Temp\pip-req-build-rnoryb6e\ I uninstall…
Shinnifura
  • 11
  • 2
1
vote
1 answer

How does this code print the last word the user inputs?

This small piece of code takes a user input and returns the last word from the user input. I don't exactly understand how those 2 lines of code work can someone explain why or how printf( &last_word[i]); when I is at position 0 prints the last word…
miguel munoz
  • 55
  • 10
1
vote
0 answers

Mongodb get detailed index info

Can somebody tell me please if is possible to get detailed info about indexes in Mongodb? I need to show the time when index was created. But command: db.getCollection('collectionName').getIndexes() does not show this information. Is there any way…
Čamo
  • 3,863
  • 13
  • 62
  • 114
1
vote
0 answers

How to turn off info popups in Visual Studio Code

Simple question. How to turn off info popups in Visual Studio Code?
MrO
  • 23
  • 7
1
vote
1 answer

Get Appstore information of previous app versions

My issue is about the handling of itunes connect. Actually I uploaded a 1.1 version of an app. I changed the texts in the description and I want to compare the effect of the newer app store presence. But therefore I need the information which were…
Alexander Langer
  • 320
  • 2
  • 11
1
vote
3 answers

Python Extracting Data from JSON without a label?

The API here: https://api.bitfinex.com/v2/tickers?symbols=ALL does not have any labels and I want to extract all of the tBTCUSD, tLTCUSD etc.. Basically everything without numbers. Normally, i would extract this information if they are labeled so i…
1
vote
0 answers

conda info throws version error

The error log: Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\conda\exceptions.py", line 724, in __call__ return func(*args, **kwargs) File "C:\Anaconda3\lib\site-packages\conda\cli\main.py", line 78, in _main …
Chris Ivan
  • 477
  • 5
  • 13
1
vote
1 answer

display of the arrayList content

I have two arrayList in a class, one which stores cars and another who stores vans. I want to have an option to display all the info from a specific array. For example, press 1 for cars or press 2 for vans. I managed to make something but it's not…
enjustice
  • 11
  • 2
1
vote
1 answer

Doesn't get values of JSON in Filestack v3

I'm trying with Filestack (Filepicker) V3 to upload multiple files and get filename, url and mimetype. So according to Filestack docs for this new release and following a similar question before I have this: var client = filestack.init('myapikey'); …
NekoLopez
  • 579
  • 1
  • 9
  • 28
1
vote
1 answer

CSS only modal window OK on Android, not working on iOS

I've got some CSS code in order to display the title attribute when touching on abbreviations and symbols of a smartphone's screen. Within a section '@media only screen and (max-width: 767px)' of my stylesheet I have the following…
1 2
3
9 10