i cant seem to get my avd built and i dont understand why i got all the tools i even have GIT but when i try to do the command avd devices it will say no such command can any on help me please and thank you
Is it possible to disallow free text entry in the JQuery UI autocomplete widget?
eg I only want the user to be allowed to select from the list of items that are presented in the autocomplete list, and dont want them to be able to write some random text.
I didn't see anything in the demos/docs describing how to do this.
http://jqueryui.com/demos/autocomplete/
I'm using autocomplete like this
$('#selector').autocomplete({
source: url,
minlength: 2,
select: function (event, ui) {
// etc
}
I like markdowns clean "tags", put i dont want to use their huge class they got. I just want some simple tags like the heading regex but i cant find it in the file. Ive been playing around with http://gskinner.com/RegExr/ but its damn hard
So I'm looking for a regex that will match '# text' and close it after a linebreak (instead of </blabla> in bbcode)
Hi
How you doing?
Anyone got this?
I have submitted the binary file of my application to apple on appstore.
But i dint configure the APP ID i mean i forgot to do that. Does it will affect my application for apple submission.
Should i do a developer reject and if i do that Can i upload the new binary ..
Please reply me as soon as possible i dont want ma application to get rejected by apple..
i created project in zend studio and there are files called .sharedentries and .listing gets created on all folders and sub folders of the project, its annoying, cause i would have to delete all these files and then upload. does anyone know what can i do to turn this off, so it dont create it anymore?
Hi,
How would i set the itemdata from getting just the ID/key of a row, if i didnt know what order it is in on the list
For example
I have a combo box showing the following:
cmbPeople:
ID Name
2 Rod
4 Jane
6 Freddy
eg. I know I want Jane to be the focus of the combo box, and i have the ID but i dont know that its the second item in the list ( Me.cmbPeople.ItemData(1) )
How would I go about doing this??
Thanks in advance for any help
I want to know if I can use something like this : If yes, then what will be order ? I dont seem to understand quite well the explain plan of mysql
Select * from results where TestCase NOT IN (select TestCase from results where Verdict <> 'PASS' and StartTime > DATE_SUB(NOW(), INTERVAL 2 MONTHS)) and TestCase IN (Select TestCase from testcases where Type = 'NONOS')
EDIT : Also how can I order by StartTime to display the latest first?
I want to do this but dont know how to do it in JavaScript.
if (Email == "*aol.com" || Email == "*hotmail*" || Email == "*gmail*" || Email == "*yahoo*")
{
alert("No Hotmail, Gmail, Yahoo or AOL emails are allowed!");
return false;
}
Any way around this?
I want to create stored procedures through phpmyadmin and later on use it on php. But I dont know how to?. From what I know, I found out that, we cannot manage stored procedures through phpmyadmin. What other tool can manage stored procedure?
And I am not sure if it is better option to use stored procedure instead?
how do you make a MUD in python can anyone help or start me of i dont have a clue on how to do if anyone knows any other source that i could use then plz let me know?
I have a console program on windows (a compiled version of curl command line) in where you can write commands and have a return. How can i send commands to this console application and return the result to VB6??? i know you can do this with DOS commands with Windows Script Host but as you see the commands i want to run dont are in command.exe
Thanks!
hi, simple question
www.site.com/page/3
to be
www.site.com/page--3
so that i can read the pagenumber and page
This is what i got but i dont know how to use the '--' and slash together instead.
RewriteRule ^/?([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)$ index.php?page=$1&subpage=$2
Any help appreciated
If I develop a unique software using an open source software, do I have all rights to protect my Intellectual Property?
I dont know, if this is the right place to ask this question. But kindly answer
I have to encode a field so to make it secure of script injection.
I know I can use HttpUtility.HtmlEncode and Decode, but this method for HI-ASCII characters goes out of the range of the field size in database and I dont want to change the size of data field column.
Instead if I use HttpUtility.HtmlAttributeEncode, it works fine because it does not encode the HI-ASCII characters.
Is it safe what can be the disadvantages of it.
i want maven to download custom jar files from an ftp how to set the path?
and is there anyway i can combine dependencies or plugins within one element tag.i dont want to write for each dependency r plugin like importing from one external jars folder
btw i am using maven plugin for eclipcse ide
thanks
Is there a eazy way or class to get 12 trangles of a cube
where, only (MIN,MAX) coordinates are know for the BoundingBox cube
i want to use PrimitiveType.TriangleList for rendering face of cube but dont know how to get
static indices array of 12 triangles which can be defined by , MIN ,MAX vertices of the cube .
I am using C# with XNA
Thank you
i am developing a facebook app and i am using for that facebooker plugin and webrick server.
i have configured correctly my router to froward ports to my machine for 2 ports (80 and 3000)
the apache server can be accessed from the net http://ip:80 amd the webrick server can http://ip:3000 ,
i dont understand why , please help me.
Hello i've just started exploring hbase
i've run 2 samples : SampleUploader from examples and PerformanceEvaluation as given in
hadoop wiki: http://wiki.apache.org/hadoop/Hbase/MapReduce
Well, my application involves updating huge amount of data once a day.. i need samples that store and retrieve rows based on timestamp and make an analysis over the data
could u please provide r poinnters as to how to continue as i dont find many tutorials on samples using TIMESTAMP
thank u a lot
sammy
In particular, what are the implications of running code in two different app domains?
How is data normally passed across the app domain boundary? Is it the same as passing data across the process boundary? I'm curious to know more about this abstraction and what it is useful for.
EDIT: Good existing coverage of AppDomains in general at http://stackoverflow.com/questions/622516/i-dont-understand-appdomains
I am working on jqgrid.And I need to display records same as in database tables.
Suppose there is 2-3 spaces in a particular item , so it should be display like this. I dont want to remove this space in my jqgrid.
Exp: Display like this-
Jqgrid is good feature
but its displaying -
Jqgrid is good feature
without space() I want to display,If there is 2 space or more we need to display with all the spaces.
Hi,
I have two tables, one table has rowguid column and other has auto incremented column but both tables dont have primary key or foreign key. I want to create third table that store the relationship between above two tables. can somebody give me the correct and easiest way to do that. i m new using sql server. please reply me
Hello,
I am using Classic asp and SQL Server 2005.
This is code that works (Provided by another member of Stack Overflow):
sqlStr = "USE "&databaseNameRecordSet.Fields.Item("name")&";SELECT permission_name FROM fn_my_permissions(null, 'database')"
This code checks what permissions I have on a given database - the problem being - if I dont have permission it throws an error and doesn't continue to draw the rest of my page.
Anyone got any ideas on remedying this?
Many Thanks,
Joel
there is one linkbtn , on click i have to display word document content inside any textBox which supports, i used simple textbox but am facing the formatting problem. and also it does not show image. there is any idea for problem in display word document content inside any textBox .
i dont know about richtextbox, can i get any help, please send me desired code to [email protected]
hi i m finding cosine similarity between documents ..i did like dis
D1=(8,0,0,1) where 8,0,0,1 are the tf-idf scores of the terms t1, t2, t3 , t4
D2=(7,0,0,1)
cos(theta) = (56 + 0 + 0 + 1) / sqrt(64 + 49) sqrt(1 +1 )
which comes out to be
cos(theta)= 5
now what do i evaluate from this value...i dont get it wat does cos(theta)=5 signify about the similarity between them...pls reply ..Am i doing things right ??????????..pls do reply guys..
will be thank ful to you..
I've noticed major music festivals (at least in Australia) and other events that experience a peak in traffic when tickets go on sale have huge problems keeping their websites running well. I've seen a few different techniques used to try combat this such as short sessions and virtual queues but they dont seem to have much effect.
If you were to design a website to sell a lot of tickets in a short amount of time how would you handle scalability? What technologies and programming techniques would you use?