Tagged Questions
The specific tag has no wiki summary.
5
votes
1answer
154 views
What are the specific differences between an “emulator” and a “virtual machine”?
I see that they are different things but I really can't tell why.
Some people say: "emulators are for games; virtual machines are for operating systems"
I don't agree with this answers because there ...
4
votes
7answers
87 views
c# - Read specific bytes of an file
Is there any way to read specific bytes from an file?
For example, I have the following code to read all the bytes of the file
byte[] test = File.ReadAllBytes(file);
I want to read the bytes from ...
4
votes
3answers
5k views
Java Printing a Binary Tree using Level-Order in a Specific Format
Okay, I have read through all the other related questions and cannot find one that helps with java. I get the general idea from deciphering what i can in other languages; but i am yet to figure it ...
4
votes
2answers
685 views
Weather for specific date?
Is there any weather api that supports query weather for a specific date(or date range)?
In my application, i need to show weather for today but last year.
I can store weather in DB for aech day ...
3
votes
4answers
84 views
JavaScript if var exists
I want my code so that if a specific var exists it will perform an action, else it will be ignored and move along. The problem with my code is, if the specific var does not exist it causes an error, ...
3
votes
1answer
97 views
PHP Display link between specific time
I need to display a link at a very specific time using PHP. The php for the WLSG schedule works and that's because it's a pretty simple program that starts on the hour and ends on the hour.
My ...
2
votes
1answer
68 views
T-SQL Search In String for specific words
Short to the point:
"I am using SQL Server Manager 2008 R2. I have a table with columns "product name" and "product size". The size of the product is recorded in his name like that:
Ellas Kitchen ...
2
votes
1answer
43 views
Start android app in a specific tab
Android
Question is: i got got an tabhost with 4 tabs(see code below) and i got a button in MainMenuActivity class. THe button is set up with a onclick listener and if it is clicked i want it to go ...
2
votes
3answers
538 views
Adding Events to a Specific Google Calendar in Java
I have search all over, and I have found bits and pieces on adding events, for .net or php, but not java.
So how do you add events to a google calendar that was created by your program.
Heres what I ...
2
votes
2answers
500 views
How to open certain excel folders in a file with a common name using vba
My problem is that I need to open some excel files using VBA (for excel 2007) and extract the data. All the files I want to open are called "profit for January.xlsx", "profit for February.xlsx", and ...
2
votes
3answers
240 views
windows batch file programming
I want to write a line of text at a specific line in an already existing text file using dos batch file programming in Windows XP.Also I want to input the line number from the user. Any help will be ...
2
votes
3answers
813 views
xslt display attributes in specific order
I was wondering if there is a way of displaying element's attributes in a specific order, with a use of sequence or somehow establishing an order rather than writing it explicitly.
Sorry, explanation ...
1
vote
0answers
38 views
Handheld iPhone Android Specific CSS not working at all
I am trying to create specific CSS for handheld devices, and I feel like I've tried every way possible with no effect.
The reason I need to do this is so that handheld devices to not use fancybox but ...
1
vote
1answer
23 views
Install msi with msiexec in a specific dir
Guys: I Want to Install one msi with msiexec in a specific dir .. i'm using :
msiexec /i "msi path" INSTALLDIR="C:\myfolder" /qb
but is not working the "INSTALLDIR" , becouse the msi is installing ...
1
vote
1answer
62 views
Boost asio socket multicast to a specific ethernet interface
I thought I had found the answer in the following example, but not quite.
boost::asio::ip::udp::socket socket(io_service);
...
boost::asio::ip::address_v4 local_interface =
...
1
vote
0answers
17 views
Suggestions for Adsense in messaging application
I am developing a small social network, which is probably going to get a lot of users. It will be based mainly on private messaging between customers. I am willing to display content specific ads ...
1
vote
4answers
68 views
JavaScript - Replace INT at particular position
I have an int variable that basically looks something like this:
101137111
What I want to do, is replace an INT at a particular point. So for example, if I wanted to change the 7 with a 9. How would ...
1
vote
2answers
51 views
Detecting specific string whether in start, middle or end of a string with Regular Expressions
I've been reading some Q&A about regular expressions but I haven't found that answer my question. I'll be using ra as the searched string.
My problem is that I want to find the string 'ra' in any ...
1
vote
1answer
46 views
Search specific keyword MySQL
What's the best way to find a specific keyword?
I combine php and the mysql LIKE '%xxxxx%' function to search articles. When I try to search a keyword for example 'HP' I get al the results containing ...
1
vote
5answers
47 views
Load specific functions PHP
I have a single functions file for my entire site and given a single page 90% of the file is not even called. So i want to load only the functions which are called in the page and i am new to php.
1
vote
2answers
113 views
Is it possible to simulate a specified state of internet connection (“3G”, “H”, …)
I want to test my app always in a lot of possible states of internet connection.
Is it possible to simulate a specified state of internet connection (for example "3G" or "H")
without leaving my ...
1
vote
6answers
243 views
Get index of a specific item from list containing possible duplicates
okay, I have a list of class objects like so:
List<fruit> lst = new List<fruit>();
lst.Add(orange);
lst.Add(apple);
lst.Add(grape);
lst.Add(grape);
lst.Add(orange);
...
1
vote
4answers
68 views
How to specify possible data types for a template function
I'm trying to make a function that takes two data types, each of which I know will be a descendent of a drawable class, meaning my function depends on some of drawable's functions. However because it ...
1
vote
6answers
583 views
c++ array - count specific number of elements
For example, if I have an array of 5 inputted elements, how would I count how many times a specific value was entered if that value has already been established in a variable.
INPUT:
4
4
4
1
2
If ...
1
vote
2answers
86 views
Show tooltip only on a specific css class with jquery
$(document).ready(function() {
$("[title]:not(.ItemImage)").removeAttr('title');
});
This removes the tooltip of anything else but it not remove the default tooltip from my specific class ...
1
vote
2answers
162 views
get a specific track in itunes via ScriptingBridge
I'm updating my OS X program to accept iTunes drops, modify the metadata in the file, then refresh (Get Info) the dropped file(s) so iTunes can update its' metadata library.
I've got the drops ...
1
vote
1answer
168 views
C# How to play video from a specific position?
I'm wanting to create a program that you can play an AVI file starting at a specific position, and to play for a specified amount of time.
I can't figure out how to start at a specific position. ...
1
vote
7answers
482 views
.NET RegEx - First N chars of First M lines
I want 4 general RegEx expressions for the following 4 basic cases:
Up to A chars starting after B chars from start of line on up to C lines starting after D lines from start of file
Up to A chars ...
1
vote
3answers
374 views
C# 2.0 specific timezone
HI All,
I am working on a legacy application in .NET 2.0 and I want to convert time from local time (which happens to be UTC+1) to the time in Brazil (that is "E. South America Standard Time" as ...
1
vote
1answer
150 views
How to eliminate preprocessor warning about pasting certain tokens
Is it possible with gcc to eliminate the warning below without eliminating all warnings?
pasting "/" and "/" does not give a valid preprocessing token
For a certain platform, I must use a specific ...
1
vote
2answers
145 views
Updating a specific portion of a text file in java
In my program I need to update the Balance column of the text file each time the user does a withdrawal. I used both the write methods as well as the append methods, but to no avail.
Once the user ...
1
vote
2answers
454 views
TouchesBegan on specific object
I've been searching on google for that , but didn't found any answer.
I want to use TouchesBegan but on a specific object, like a textview, a label, ...
I've tried to replace "any object" by the ...
1
vote
2answers
361 views
How to insert new line 3 white spaces or 2 words prior to specific character
I was trying to format a chat log for a friend that looks like this:
John Smith > hello Jane doe > hey how are you? John Smith > Pretty good thanks
and she wants to format it like this:
John Smith ...
1
vote
1answer
380 views
.htaccess allow one specific file format only
I have a directory but only want one file type to be listed.
I've tried the following:
<FilesMatch "\.(?!ext).*$">
Order Allow,Deny
Deny from all
</FilesMatch>
However it gives me ...
1
vote
3answers
147 views
HELP! How can I display one style in Safari and a different style in Chrome?
My client is starting to get antsy....so any help would be greatly appreciated. I am having issues with my secondary page header images shifting. It is displaying correctly in Firefox, I haven't ...
1
vote
3answers
447 views
Reset Particular Input Element in a HTML Form
I have multiple input textboxes in my page. I want to reset particular text box to its onload state if certain conditions fails.
I am considering using a Hidden element to store the onload state ...
1
vote
3answers
473 views
Jquery Delete From Table
This code does following:
Click on "Delete" in item row -> deletes item row
Click on "Delete" in category row -> deletes category row and all item rows (in all table)
Need it to do following:
...
0
votes
1answer
22 views
Drupal 7 upload files to specific user
I want to let admin upload files (PDF files) to a separate user (client), such as bill, information and documentation.
I think to Add new content type with some fields, like file field, but I don't ...
0
votes
1answer
20 views
Get all images from an specific folder and show them in a Gallery, how can I do this?
I need to show a Gallery with all the images that I have in a specific folder in tabet's HD(this folder is static in the code), and when one image is selected I need to show it in an ImageView.
How ...
0
votes
0answers
22 views
Addition of tabs and fix ajax script
example: http://hsu.su/7/?url=7
Hello guys!
I want to display in countrydivcontainer (TAB2) is not a specific page (external2.htm), and vice versa - any other div presence on THIS html page (for ...
0
votes
1answer
24 views
Jquery - unable to scroll to the label for input field with an error message
I earlier asked another question here
However, I later realized that my requirements are a little different. The above referenced solution takes me only to the error div but I need to scroll up ...
0
votes
1answer
26 views
Box2d: How to add a user-defined body
I am a beginer of BOX2D, and I found I don't know how to CREATE a user-difined body from specific sprite.
All box2d body shape are Polygon related shapes :(
Below I just wanna use a specific shape ...
0
votes
0answers
14 views
android: navigation that can be launched from a 3rd party app and can be used with a specific route
I seek for a navigation program that can be launched from my application and can be used with a strictly specified route. What I want is to give the program a set of points (coordinates) and then it ...
0
votes
1answer
39 views
Wordpress: Author Post Specific Banners with Admin Control and Expiry system
I have try to get answer from Wordpress Answer but instead of getting answer I earn Thmbleweed badge. :( anyways so I am trying here and hopping solution.
My new website going to have multiple ...
0
votes
0answers
56 views
How do I detect a current URL in Flash?
I'm trying to create an application that contains all my favourite podcasts.
When I click on a specific podcast feed, all the different episodes shows up in a list.
Now, here's the problem - How do I ...
0
votes
0answers
19 views
(hyper-) link to a specific image ('slide'') in gallerific
I'm having problems with something which seems like an easy task, and most probably a stupid question. It will probably be my all time low experience in programming but I would really appreciate any ...
0
votes
1answer
32 views
How to open a specific tab in a different page
I have a home page on which, inside an IFrame a different HTML page is shown.
On that page there's a link, which on click, needs to open another page inside the same IFrame with specific tab shown. ...
0
votes
2answers
74 views
getting the values of specific string values in registry keys with powershell
Using the following powershell script:
Get-ChildItem hkcu:\Test\Universe\Datawink\Switch1\Devices | ForEach-Object {Get-ItemProperty $_.pspath}
I am able to get the following output:
PSPath ...
0
votes
0answers
25 views
Setting the zoom for a specific page?
So I've got a webview which displays my site, when I visit this one page I want the zoom to change, say my default zoom is 100%, when the webview loads mysite.com/specialzoom.php I want the zoom to ...
0
votes
3answers
108 views
Function pointer to specific memory
I'd like to ask for an advice. I am working with small embedded uP.
I'd like to assign my various functions to myfunctions struct. How to do that correctly?
Then I want to place this myfunctions ...