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
0 answers

opening buttons within the same main activity in android studio

I want to be able to open 3 buttons within the same java class in Android studio , a map , button leading to text and pictures and the last one a video .. i used the following codes : public void location(View view) { Button great =…
jill
  • 23
  • 6
0
votes
0 answers

Block User Info Prestashop

Good morning! How can I edit Block User Info from Prestashop? I have a default-template with log in, my account, checkbox, log in and compare. I want to delete some fields and edit others. Any idea how I can do this?
mestanza
  • 11
  • 1
  • 6
0
votes
2 answers

How to calculate hash info for a torrent file in java?

I am building up a project based on p2p networking. And I am not able to find any algorithm to calculate hash info for a torrent file. Can someone please help with the this?
0
votes
1 answer

Printing in ROOT with Info() function

I'm trying to make some print statements in ROOT using Info, as in Info("execute()","the pt of the jet = %.2f Gev", (*jets_itr)->pt()); and I am trying to find some documentation that will tell me what symbols to use to use for ints, doubles, etc (I…
malutz1
  • 25
  • 5
0
votes
1 answer

IOS long data entry screen

I am developing an IOS swift app with multiple pages requesting information from the user. One of the pages will request address and personal information on one page. Unfortunately it will not fit on one page on a smaller device. Should I use a…
branimal
  • 97
  • 9
0
votes
1 answer

Windows 8.1 Application Screen size in inches

I am developing Windows 8.1 Application, currently I am, struggling with getting the actual screen size in inches or any other measurement unit. Is it possible to get that information?
Pavel Durov
  • 1,287
  • 2
  • 13
  • 28
0
votes
2 answers

WinRT app Screen resolution property

Is there a way to get the screen resolution in WinRt app? I know in windows phone it's possible: var scaleFactor = DisplayInformation.GetForCurrentView().RawPixelsPerViewPixel; var bounds = Window.Current.Bounds; var x = (int)…
Pavel Durov
  • 1,287
  • 2
  • 13
  • 28
0
votes
1 answer

Google Maps Top Left Info Box

I'm battling to find documentation on the element of a google map that I would like to include. I have a basic google map in my website function f_init_map() { var lv_container = document.getElementById('map_container'); var lv_coords…
TheLovelySausage
  • 3,838
  • 15
  • 56
  • 106
0
votes
2 answers

Where can I find Texinfo documentation?

I want to write the manual for an open-source software. As the manual will contain several pages I considered texinfo the best option since the manual will be too long for a man page and the user should be able to open it in a ssh session. However,…
Vicente Bolea
  • 1,409
  • 16
  • 39
0
votes
1 answer

web service for finding location information using PIN code (India)

I am working on a restaurant meal ordering system. I need a web service that gives information of a location, given the area PINcode. PINcode? wikipedia: https://en.wikipedia.org/wiki/Postal_Index_Number A Postal Index Number or PIN or Pincode is a…
Shri
  • 834
  • 1
  • 12
  • 36
0
votes
2 answers

rrdtool info ds unknown_sec meaning

The answer to this question is probably obvious, but I couldn't figure out what it means nor find the documentation for it. When I run rrdtool info, I get ds[source].unknown_sec = 0, and I am not sure what it exactly means...Any help or pointers…
jkim796
  • 55
  • 1
  • 4
0
votes
1 answer

How to find the path a help-mode cross-reference points to (without visiting it)?

Some Emacs *Help* buffers include active cross-references that point to file system paths. One can visit the associated files by following the xref in the usual way, but I want to know how to determine the path that the xref points to without…
kjo
  • 33,683
  • 52
  • 148
  • 265
0
votes
1 answer

Understanding sed

I am trying to understand how sed 's/\^\[/\o33/g;s/\[1G\[/\[27G\[/' /var/log/boot worked and what the pieces mean. The man page I read just confused me more and I tried the info sai Id but had no idea how to work it! I'm pretty new to Linux.…
0
votes
2 answers

Is it possible to build a code for sending `pseudo-filesystem` to other machine?

I am on an effort to sending pseudo-filesystem to other machine. In this case, I am using /proc/cpuinfo and /proc/meminfo as the pseudo-filesystem example. I have two computer that can communicate each other in ssh. Now, I am trying to build an *.sh…
Santosa Sandy
  • 217
  • 6
  • 20
0
votes
3 answers

How to get call info from Kamailio

I have setup a Kamailio server and am able to establish calls. I need a way to get call related information like from, to, duration,etc. I have enabled the dialog module in the config but no avail. I am not well versed with config files and I am not…
suchitra nair
  • 535
  • 7
  • 13
1 2 3
9
10