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
0
votes
1 answer

Reveal additional info based on two (out of three) checkboxes JavaScript

I'm new at Javascript and I'm trying to reveal additional info only if any 2 out of 3 checkboxes are checked. Here is my code so far (I'm trying to enter my code in the question but It's not working, sorry. I also may have made it more complicated…
Rich Dupuis
  • 5
  • 1
  • 7
0
votes
1 answer

ImageInfo of the image file doesn't contain valid values

I want to get image dpi to convert pixels to cm, so I use ImageInfo.java to get this: ImageInfo myMapInfo = new ImageInfo(); try { File testFile = new File(fileNameString); InputStream myMapStream = new…
Mahdi_Alavi
  • 45
  • 1
  • 2
  • 8
0
votes
1 answer

Qt - INFO with button hover with mouse

Qt - HELP with button hover with mouse. I want make something like INFO BOX about button, when user will hover it with mouse (hover like in HTML/CSS). Something like this in Qt Creator when we HOVER some reference.
Artur Lodklif
  • 83
  • 1
  • 9
0
votes
1 answer

What could be enabling --vi-keys in GNU Info

Though I'm not invoking Info with the --vi-keys option, it seems to be in effect: e.g., though the help states... '?' lists all Info commands; ...hitting ? actually invokes "Regexp search backward". I've verified that there are no aliases for info…
BPS
  • 218
  • 1
  • 6
0
votes
0 answers

C-h i info behaves differently to the info program

On an Ubuntu 16.10 setup, running "info gcc" in shell will lead me to the correct info document (x86_64-linux-gnu-gcc-6). However, in the C-h i version, a) I am not able to visit x86_64-linux-gnu-gcc-6 (error: user-error: Info file…
Mali Remorker
  • 1,206
  • 11
  • 20
0
votes
1 answer

Android- Doesnt retrieve user info from facebook

Hello this is the code and it does retrieve user info but when I turn it into an apk it doesnt retrieve any user info.Please help: GraphRequest request = GraphRequest.newMeRequest(loginResult.getAccessToken(), new…
Ali Yılmaz
  • 93
  • 3
  • 12
0
votes
0 answers

how to explain `info memory ` in redis

I tried to stress test my app, which uses Redis heavily. 1) firstly, I killed the the redis-server process, and freed the memory. 2) I started running the stress test with the same request parameter 3) with each request, I retrieved some keys from…
鄭无爲
  • 53
  • 1
  • 10
0
votes
1 answer

Get only url value of FileStack JSON.stringify?

I'm using FileStack on my website, according to FileStack Docs I have this actually:
And in javascript…
NekoLopez
  • 579
  • 1
  • 9
  • 28
0
votes
1 answer

Adding author info outside the loop in Genesis

I'm posting this question as I'm having a little trouble adding the author info to my post hero on my website. I'm using the Genesis framework with Wordpress, so what I did is removing the post info from the post and adding it back in the post hero.…
user7122761
0
votes
1 answer

get geotag info for photos using PHImageManager

I'm trying to list geo tag info (longitude and latitude) for all photos, obtained using PHImageManager.defaultManager().requestImageForAsset(fetchResult.objectAtIndex(1) as! PHAsset, targetSize: CGSize(width: 100.0, height: 100.0), contentMode:…
Anton
  • 155
  • 13
0
votes
1 answer

How to turn off Hibernate logging?

I am trying to set hibernate logging to Error. In the log4j.properties, this is the entry I have: #---------- Spring log…
user811433
  • 3,999
  • 13
  • 53
  • 76
0
votes
2 answers

Get file information form directory Laravel

I use the following method to get all files from a folder and my method returns some basic information about the files inside directory public function getUploaded() { $files = []; $filesInFolder = File::files(base_path() .'/'.…
fefe
  • 8,755
  • 27
  • 104
  • 180
0
votes
1 answer

Galaxy S3 questions

I'm not very experienced with the codes on a cell phone. But I wanted to know how would someone be able to open up the com.sec.android application on a Samsung Galaxy S3 Cell Phone to see hidden contacts, text messages and other information…
TRN
  • 1
  • 1
0
votes
1 answer

Disable INFO messages from Sphinx4

How do I disable red INFO messages when running stream or live recognizer? I am using Configuration, not ConfigurationManager no I can't modify default.config.xml
Tahnik Mustasin
  • 2,216
  • 2
  • 18
  • 21
0
votes
1 answer

How to get object from List C#?

i got 2 models - Posts , Comments On post model i make: public List Comments { get; set; } after i create SampleData model to Initialize and on Views i got index.cshtml , i can get my first Post but when i trying to get Post.Comments i get…
Elad Jarby
  • 49
  • 6