PC X server that allows access to X applications from Microsoft Windows platforms.
Questions tagged [exceed]
40 questions
0
votes
1 answer
Material Design - Page content exceeding screen width
I'm having table content exceeding the screen width and I don't know how to fix it.
Tried to get or maxwidth set to 100% of the current screen size but couldn't.
Also for left-padding the page…

EduGord
- 139
- 2
- 13
0
votes
1 answer
Send "Open Text Exceed 14" to Windows system tray
does anybody know how i send the "Open Text Exceed 14" Application to the Windows System Tray? I don't want to keep it all the time in my taskbar.
Regards
Quast

Quast
- 45
- 1
- 10
0
votes
2 answers
HTML container exceeds window height
I am using kendo ui and boostrap v3.
I have a container for my top menu and a container for my main content (id=splitter).
Window height equals 981px, but instead of dividing up the height for both containers, the main content reserves 981px and…

Matthias Reisner
- 581
- 1
- 6
- 25
0
votes
1 answer
Hadoop tmp directory gets huge
my problem is that I have a 5 nodes Hadoop cluster, the files on the cluster takes 350 GB. I am running a Pig script which joins three different files and joins them.
The job runs every time less thant 30 min to complete all the map tasks, and then…

Bafla13
- 132
- 2
- 11
0
votes
1 answer
Function registered by XtAppAddWorkProc is called many times
I've register a function to work on background by below code:
XtAppAddWorkProc(app, (XtWorkProc)NotifyEntryCallback, (XtPointer)ent);
It wil be ok if I just call this function once in a task (click on a button for example).
But when I call it…

Tu Tran
- 1,957
- 1
- 27
- 50
0
votes
1 answer
Reduce EPS file generated by Apache FOP
Fo far I have generated EPS files using the inkscape and these files were compact 2-3Kb [1]
For several important reasons now files are generated by Apache FOP. Adobe Illustrator shows the old and new versions of the same files in the same way and…

pvolyntsev
- 141
- 8
0
votes
2 answers
fix element after scrolling exceed
I have in my document five div, I want that after scrolling the div's become fixed when they reach a specific position (100px for example) but some div become fixed only when they exceed that position. I tried with 0px it's the same things but the…

neoman
- 41
- 1
- 8
-1
votes
1 answer
exceeded bandwidth limit with small number of user
I have small number of visitor and my bandwidth is 1000 MB
and i tried to know the reason that my site exceeded the bandwidth but I couldn't figure it out
so can help me ?

Amal
- 3
- 3
-2
votes
1 answer
index exceed matrix dimensions
i have the same problem as this discussion before,
[here] Can someone explain how to graph this sum in MATLAB using contourf?
however, for now i haven't deal with the contourf, because i have two other question that i have to answer.
I'm told to…

user3229895
- 1
- 1
-3
votes
1 answer
Time limit exceeded error. what does it mean?
I want to write a C program that prints the maximum of 10 integer numbers. but i get this error. what is the problem?(error is: time limit exceeded)
int main()
{
int arr[9];
int i;
int max=-1;
for(i=0;i<=10;i++) {
…

svmszcck
- 1
- 3
- 5