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

How to add item information via item id to fetched array codes using mysqli_fetch_array via foreach?

I'm trying to have information show for each item like items in a shop. like so: if user has access code 1234, show in foreach via mysqli_fetch_array in foreach: detects 1234 and shows info for that item I have a table for the item info and a…
kmkmkm
  • 79
  • 2
  • 12
-1
votes
1 answer

Spring boot logger info what is Hypersql

I've been developing my app using spring-boot with thymeleaf and today I've noticed a new log info what is it? 2022-06-14 10:20:48.223 INFO 2692 --- [nio-8081-exec-2] hsqldb.db.HSQLDB6BD103EBD8.ENGINE : dataFileCache open start I found out…
-1
votes
1 answer

How to scan info from .txt to array of structures?

I have such info in info.txt: KHNU 300 12 24 SHEVCHENKA 500 15 32 KPI 900 13 35 GORSKOGO 645 14 45 All I need is to write these info to array of structures, but as newbie I can't understand how to do it. Here's the code: void readFile(FILE*…
Alex
  • 3
  • 3
-1
votes
1 answer

Facebook user ID Issue

I have facebook user ID's using this id's am accessing profile page of that particular user id. link will be look like https://www.facebook.com/100001533612613 this link not working…
Om Shankar
  • 265
  • 4
  • 11
-1
votes
1 answer

How to collect members' bank info?

Say I have a company where I want to make direct deposits to members' bank account. I understand that's it a really bad idea to ask them their information on the site and store it in the database. But what If i ask our members to email us their…
the master
  • 13
  • 3
-1
votes
2 answers

Select from Database errors

I want to select some info from my database called Catalogonline and display it on a Html Page.But now my php code show this errors Warning: mysqli_select_db() expects exactly 2 parameters, 1 given in C:\wamp\www\insert12.php on line 14 And…
Florin Iuonas
  • 13
  • 1
  • 4
-1
votes
1 answer

php get uploading file info

I have found an upload code javascript/php .It was for multiple file upload but i changed it to single file upload I have a problem in this part of code: foreach($_FILES['file']['name'] as $key => $name){ if ($_FILES['file']['error'][$key]…
user2687618
  • 59
  • 3
  • 13
-2
votes
0 answers

I sent the base station information of location A to the Google Geolocation API

I sent the base station information of location A to the Google Geolocation API, but it returned incorrect latitude and longitude values. Please tell me how to request redefinement to Google Geolocation DB in this case. How to request redefinement…
Do Mun
  • 1
  • 1
-2
votes
1 answer

module 'info' has no attribute 'usersInfo'

Attempting to run the following in python but getting errors: import info user = info.usersInfo()['user'] module 'info' has no attribute 'usersInfo' File "", line 1, in user =…
alexsmith2
  • 331
  • 4
  • 12
-2
votes
2 answers

C#: Output Current User / IP / Computer Name etc... to labels

Im fairly new to c# and learning more daily though im stuck with this and can't find anything similar On form load i would like to display: * Current windows user * Current IP * Hostname And other system info directly into labels. Any pointers to…
azza452
  • 25
  • 5
-2
votes
1 answer

How to pull info off the bios as a file

I am messing around with some coding and have some used/broken computers. I would like to see what kind of stuff I can do remotely to these computers. I have a PXE boot setup to install operating systems remotely. What I am wondering is that if…
snipem1438
  • 45
  • 2
  • 10
-2
votes
1 answer

Display a logged in users info

I have a program where the user has to login, so they have a id and password. The database with the user login details are stored in a local .mdf file. I would like to set it up so that whilst the user is logged in, the rest of the program shows…
iiAaronXiX
  • 93
  • 2
  • 3
  • 13
-2
votes
1 answer

Facebook canvas - yet another blank page

adding a simple FB tab. works well with one url but shows blank page with another. Both are the same, both are HTTPS. https://www.chirva.com/stuff/ - works https://www.mchelper.com/fb_contact/ - returns blank page both have identical settings on…
Rossitten
  • 1,140
  • 1
  • 16
  • 34
-3
votes
1 answer

How to read specific data from a file that looks like this?

I want to make a program that inputs data of participants in a txt file through the input function of the class. The output function is then used to extract the information of a single participant at a time by keying in their ID. In this code of…
1 2 3
9
10