Tagged Questions
The info tag has no wiki summary.
20
votes
5answers
1k views
How do you get Python documentation in Texinfo Info format?
Since Python 2.6, it seems the documentation is in the new reStructuredText format, and it doesn't seem very easy to build a Texinfo Info file out of the box anymore.
I'm an Emacs addict and prefer ...
8
votes
6answers
1k views
Get drive label in C#
When I use System.IO.DriveInfo.GetDrives() and look at the .VolumeLabel property of one of the drives, I see "PATRIOT XT", which is indeed the drive's volume label.
If I open "My Computer", instead I ...
7
votes
4answers
501 views
how to open *.info file in emacs in info mode?
C-x C-f blah.info opens the file in fundametal mode. I used apropos and found Info-mode which I thought might change from fundamental mode into Info mode, but that throws a lisp error.
How can I ...
6
votes
3answers
579 views
6
votes
3answers
1k views
start android application info screen
is it possible to start the "application info" screen (menu -> settings -> applications -> manage applications -> select any application) from another app?
thx, kopi
3
votes
1answer
217 views
How can I get codec information for a quicktime video in Objective C/Cocoa? (Without FFMPEG)
Hello and thanks for your time,
I am creating an application that moves video files around to be processed by other applications. In the past, I have used mediainfo, and ffmpeg, in ruby to obtain ...
3
votes
1answer
79 views
'make distcheck' target and the info/dir file
I've added a new Info manual to my project, and added the requisite Makefile.am incantations:
info_TEXINFOS = manual.texi
Now when I run make distcheck, I get an error when verifying that make ...
3
votes
2answers
87 views
GCC: C standard being used
Instead of going through a list of of possible standards seeing which doesn't give errors, is there just a simple gcc option I can use (just checked, not likely) or a config file or info file in the ...
3
votes
3answers
97 views
Unexplained Subversion directory status after checkout
I am working in an SVN repo with a huge branches area. As a result, I did a shallow (--depth empty) checkout on my branches folder.
Example: C:\svn\branches
Has no subfolders in my working copy.
...
3
votes
2answers
212 views
I want to find a computer language that has a common name
About 10 years ago, I was using a computer language called INFO on an ancient Prime. It was a funky, but oddly useful language, and I'd like to find out more about it. For instance, can I get a copy ...
3
votes
4answers
2k views
How can you extract Hardware ID using Python?
How do you extract an HD and Bios Unique ID, using python script?
2
votes
1answer
60 views
PHP Update/Row edit with MySQL
So I've been working on a nation simulator game. Its gonna be online and I have a lot of experience with CSS and HTML, but not with PHP. I also have a lot of experience with Java and C++. I have the ...
2
votes
1answer
41 views
Sys::Info - Question
From Sys::Info::Device:
If DEVICE_ID has the value of available, then the names of the available devices will be returned.
Why does $info->device('available'); return no devices when there is at ...
2
votes
1answer
423 views
Read information from eclipse “Variables” or “Watch” when in debug mode
i would like to read the information displayed in the "Variables" or "Watch" window when debugging.
is there any way to do that with out going into eclipse source code?
thanks.
2
votes
2answers
190 views
how can I show operating system info through c# code
Hi
I am working on a windows application in c#. I want to show a dialog box which describes the operating system information on click of a menu item. I should achieve this programatically.
Please let ...
2
votes
2answers
1k views
How to open marker info window outside of Google Map
Can anybody help. I have below code and it's working fine but I would like to open info window outside of Google Map.
Example: <a href='javascript:void(0)' onclick='infoopen("1")'>Marker ...
1
vote
4answers
70 views
MySQL: display all data from one table regardless info from second table
basically i need to display ALL info from T1 and T2 where T1.Catalogue = T2.Catalogue
The tables are NOT equal, meaning T2 not necessarily has info for each row of T1, but i need BOTH TABLES to be ...
1
vote
0answers
41 views
Retrieve opengl info android
I have a problem retrieving OpenGL's info on Android.
I know I can get'em with gl.glGetString(GLxx.GL_VENDOR) but I don't know how to do it.
Is there a way to retrieve them without showing anything ...
1
vote
2answers
179 views
C# USB device handling
I'm having a little problem getting some stuff out of a given device through C#.
Basically, I have a USB device Product ID and Vendor ID, and I need to call it's bcdDevice descriptor, and generate a ...
1
vote
2answers
160 views
Is there anything like /proc for windows
I'm Curious about 2 things,
What is the closest equivalent to /proc that ships with windows
Are there any products which add a proc like filesystem to windows?
1
vote
1answer
504 views
Is there any way I can get friends' contact number using Facebook API?
We're developing an application which needs to get the contact number of fb friend. Is there any way to do it?
1
vote
1answer
327 views
Error: “could not initailize master info structure” while doing Master Slave Replication in MySQL
I am trying to do Master Slave Replication for MySQL. When i am typing the following command:
CHANGE MASTER TO MASTER_HOST='10.1.100.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', ...
1
vote
1answer
44 views
What is a bleed-thru file in ClearCase?
I was doing a checkout of a file in ClearCase, and I was unable to checkout this file from the frozen view because of this file which was a bleed-thru file. I thawed the view, and then I was able to ...
1
vote
2answers
445 views
Set orientation to Portrait in one view when the navigation controller is portrait
If my application is in the Landscape position and then they press a button to load the info view, how can I set the info view to only support the portrait position, and therefore change the ...
1
vote
2answers
389 views
UIButtonTypeInfoLight inside rounded rect?
I know, I know, it's a venial aesthetic question, but I want to insert an info button in my navigation bar not as the default info UIButton (UIButtonTypeInfoLight), but inside a rounded rect so that ...
1
vote
0answers
351 views
Remove Info tab in Facebook Page [closed]
I'm creatinga custom fan page for a client and just curious if anyone knows how to remove the Info tab from the facebook profile?
thanks
1
vote
3answers
160 views
1
vote
1answer
135 views
design suggestion for a message decoder in delphi
I want to implement a RPC module. Different requests are encoded as JSON objects. They will be decoded and then be handled by a request handler. At last a corresponding response will be returned. The ...
1
vote
0answers
614 views
Populate InfoPath Combo Box
I am trying to populate a drop down and found this page, which provides part of the solution:
...
1
vote
1answer
1k views
iPhone development - How to get some device [usage] info/statistics
So, I know that is possible to retrieve some info, like Device name, unique ID, etc. all of them provided by UIDevice Class.
I would like to know if there is a way to get information related with ...
1
vote
1answer
2k views
Dynamic info screen
I am trying to find a way to make the info screen on my app download from the web IF an internetconnection is available (so i can update it regularly). If internet is not available, it should use the ...
1
vote
1answer
240 views
To make a keyboard shortcut for Info in Zsh?
Zsh has the following keyboard shortcut for Man
Esc+h
I would like to have a similar keyboard shortcut for info such as
Esc+i
How can you make such a keyboard shortcut for Info?
0
votes
1answer
13 views
get specific fields from user info
Call like:
mAsyncRunner.request("me", params,new AsyncFacebookRunner.RequestListener()
returns me all info for user /according to permisions/.
I don't want all user informatuion. I need only name ...
0
votes
1answer
29 views
Trouble with DeviceNetworkInformation class
Good morning,
I have to use the properties from DeviceNetworkInformation in my application.
...
0
votes
2answers
82 views
ACCESS TOKENS - HOW DO I GET THEM?
I have a simple question: How can I get a users acces token??
I only need the basic information, so when a user clicks on "allow" on my page, I want to be able to get THAT users picture/username etc. ...
0
votes
0answers
30 views
Request user info/pic when clicking on Login button
I've added the login button successfully. But when a user click on the login button, I want that users picture/username to be displayed on the page automatically. I am a beginner when it comes to ...
0
votes
2answers
77 views
php secure info issues
hi i am running php secure info and i am getting the following issues.
Warning
allow_url_fopen is enabled. This could be a serious security risk. You should disable allow_url_fopen and consider using ...
0
votes
2answers
53 views
How to get link title information with Jquery?
I have such table (below). I want to get someone's detail information if someones carry mouse cursor over this name. For example, if someone takes cursor over name "John" this information : "Location: ...
0
votes
3answers
50 views
Read a .info file with PHP
I've created a .info file similar to how you would in drupal.
#Comment
Template Name = Valley
styles[] = styles/styles.css, styles/media.css
scripts[] = js/script.js
I want to use PHP get each ...
0
votes
1answer
45 views
info indexing (within and without emacs)
Does info provide any facility to link a foo.info file to info's main index?
The context is this: I would like to avoid maintaining my own index ("the info page for foo.info is in /abc/def/foo.info, ...
0
votes
0answers
41 views
Php Parser for a particular html page [closed]
Possible Duplicate:
Best methods to parse HTML with PHP
I want to make a parser to take out on a txt file some info from a web page. that is the page I want to extract the info from. So ...
0
votes
1answer
18 views
Visual basic in program information storage
I'm making an installer that needs to have information stored inside the exe itself.
I cannot use my.settings because it is stored outside the application and if it is changed and the exe is moved to ...
0
votes
1answer
29 views
How can I get info-boxes to appear outside of the map div using Bing Maps 7.0?
The effect I'm looking for is demonstrated at:
http://demo.maps101.com/index.php?option=com_flexicontent&view=items&cid=6:interactive-maps&id=12068:us-state-capitals&Itemid=7
This is ...
0
votes
0answers
37 views
After Hosting Read Client Cd Drive Info. in asp.net
i want to get the client local system drive information in asp.net after hosting the application.
is it possible?
and my requirement will be ..
i want to access the client cd drive information. for ...
0
votes
1answer
145 views
iPhone ABAddressBookRef. Retrieve all data
I worked with AddressBook framework (iPhone SDK). I displayed my contacts as modal view controller and browsed it.
I wonder is it possible to retrieve all contacts data without this modal view ...
0
votes
0answers
87 views
google maps infobubble failing on “object is undefined”
Firebug tells me that Object is undefined in infobubble.js. No other information available.
I got this js from ...
0
votes
1answer
50 views
Displaying app release date in iPhone App.
I want to show the app release date in info view of iphone app. My app is in under development and we want others to know when the app was released.
The app released date is displayed on iTunes App ...
0
votes
1answer
155 views
google v3 info bubble position doesn't center
When page loaded info bubble position can't get center.
But when i click the marker info bubble is get true position.
so this issue causes readable problem.
http://jsfiddle.net/onurodemis/QxvPR/1/
0
votes
1answer
42 views
Drive Info Not Returned Correctly When Run As A WCF Service
I have a WCF service that returns the number of local drives reported on my local PC.
I have the following drives:
C: Local Disk
D: DVD Drive
X: Network Drive
Y: Network Drive
When I run the WCF ...
0
votes
2answers
92 views
JSP info page debug helper
Does anyone has uses jsp debug helper page that can be dropped into any webapp or included from within another jsp page to view header, req and session attributes?
can you please share if possible ? ...