Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
52 views

rows that exclude each other in create table statement

I have to create a table, with either first name and last name of a person, or a name of an organization. There has to be exactly one of them. For example one row of the table is - first_name ...
2
votes
2answers
42 views

excluding element from numpy array

I want to get the c array as result, but I don't know how: import numpy as np a = xrange(10) b = np.array([3,2,1,9]) c is made of elements of a that are not in b: c = np.array([0,4,5,6,7,8])
2
votes
1answer
336 views

Exclude items who has a later date than the date of today

I have a question about XSLT. On a website i have a simple calendar, showing events who are going on in the future. But when an event is done, it should be removed from my list. By done i mean, that ...
0
votes
1answer
25 views

Solr multiple filter tagging / excluding

I am trying to apply filter tagging for Solr search (http://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_Filters). My challenge is to apply multiple tagging at the same time(for ...
0
votes
1answer
89 views

JavaScript slider

I added three sliders, but combining all 3 slider in html page two of it working, but while checking individually all three working. is it any mistake in which the script placed,,help me pllz? ...