A measure of the amount of work a computer is performing. CPU load is closely related too, but not exactly the same as CPU utilization.
0
votes
0answers
22 views
jQuery load(function) for an image file
I'm making a website with lots of background images and (of course) it affects the speed ratio and the bandwidth.
I have a page wich contains 17mb of images data. Most of it is hidden and only ...
0
votes
0answers
10 views
How to guarantee content is loaded in another page that also triggers load
I have a question about the jQuery load and need your help.
There are 2 files: file 1 and file 2.
In file 1, when a mouse click event triggers, a few number of panels will be loaded. Each panel is ...
0
votes
0answers
21 views
JQuery .load JSP File
I am trying to load jsp file. JSP file is getting load but JSTL tags inside jsp are not getting rendered. Any thoughts? shobi-test.jsp has JSTL tags they are not getting rendered.
<script>
...
-1
votes
0answers
10 views
Online updateable WP7 app
I'm currently making an app that lets you stream videos and music. Everytime I get a new file or video added I have to update it on my computer and then upload it to my site, so people can update it. ...
0
votes
0answers
10 views
load external html into div - jquery in external file not called in IE
I've been going round and round in circles with this...! I'm new to jQuery. I have an accordion (jquery.accordion.js) and I want the content that's revealed when you click one of the accordion bars to ...
0
votes
1answer
26 views
Bouncy or nginx for load balancing websockets?
I want to add a load balancer infront of my nodejs websockets server. The plan is to add another node on another physical machine and have a load balancer in front. The load balancer will also be on ...
0
votes
3answers
27 views
How to stop a div becoming visible before it's content is replaced?
I want to replace a div's content and then make it visible
$("#btn").click(function () {
$('#div01').load('about.php');
$("#div01").slideDown("slow");
});
But the div becomes visible before the ...
0
votes
3answers
41 views
How to know if document has loaded
I have a piece of JS code which needs to determine if DOM has loaded. I know there are several ways of executing JS code when DOM has loaded like:
$(document).ready(function() { ... }); // Jquery ...
0
votes
0answers
43 views
Creating an Infinite Scroll with an array
$(function() {
var startY = $('.borderwrap .post:last-child').position().top + $('.borderwrap .post:last-child').outerHeight();
$(window).scroll(function(){
checkY();
});
function checkY(){
...
-1
votes
1answer
21 views
execute .ready() function after .load
my problem is that i try to load the document.ready function after .load
first i used document ready on each site, but now i decided to load the content with .load in a wrapper, the site had document ...
0
votes
1answer
28 views
jQuery .each loop pausing for iframe to fully load
I need to pause the .each loop giving the iframe time to load. Is there a way to do this? I've researched callbacks and so forth with no luck. I don't want a timeout because I need to make sure the ...
0
votes
2answers
30 views
Batch file: save & load
I have one big problem. This app SHOULD ASK user for his name ONCE. It saves username and then when he run this app again 1st stage should be skipped and variable "name" should has his name from file ...
0
votes
1answer
18 views
Show image in ajax load doesn't work in chrome
i'm done a sync ajax request and i would like to show a image
<div id='loadingmessage' style='display:none'>
<img src='images/ajax-loader.gif'/>
</div>
the javascript with the ...
1
vote
2answers
19 views
Load two sites on startup in IE9
I am using IE9 and I'm trying to load two web pages on startup.
Originally it was loading one but now I need to see 2 different pages, preferably tabs but not necessary, whatever is easier.
Here is ...
0
votes
0answers
12 views
loading MIB file snmptranslate
I downloaded and put a MIB file into my /usr/local/share/snmp/mibs directory. I am trying to use
snmptranslate -m +necronIV-mib2-V1.4.11-three.mib -IR -On npm4TotalVoltageA
but i get error of
...
0
votes
0answers
26 views
Load grayscale image into Cuda device
I need to do some calculations with the grayscale values of an image on a Cuda device. I figure that it is best to load the entire image to the device before doing the calculations. Right now what I'm ...
2
votes
2answers
28 views
Apply select bg color on load?
Please look at the following link to see my code in action:
http://codepen.io/DigitalSquid/pen/mAkuC
How can I make the bg color appear on page load?
0
votes
0answers
21 views
Reducing page load when resizing a large image?
This is a tricky question I've been trying to solve. I allow users to input a link on my site to an image they want to post. The user is shown a preview pane with the image they linked. The image is ...
0
votes
0answers
2 views
Checking load on SSAS server
We have a SSAS server. The server got multiple cubes on it. Multiple users are running query on the server using various clients (.net application using ADOMD to execute query, management studio etc). ...
0
votes
1answer
30 views
How to save data of master detail application so that it will load after application?
I have researched long and hard about this topic but cannot find a solution. I am very new to iphone app development in xcode so please make the answer comprehensible lol. I followed apple's "Your ...
0
votes
0answers
22 views
Mouseenter/ mouseover mouseleave even tand live
I have a div a which shows a nested div b when a users mouse goes over a. Now when a user click a button on b I make an ajax call to the server and the DOM is changed to whatever response the server ...
0
votes
2answers
22 views
C# AutoCAD load linetype to drawing
I'm trying to load a linetype into the active document so i can set a layers linetype to the one i'm trying to load. Now the problem is when i try to load it, autocad is giving me an exception of: ...
0
votes
1answer
28 views
display growl when page is loaded primefaces jsf2
I have this commandButton :
<p:commandButton value="Enregistrer" action="#{reglementClientMB.ajouter}"
process="@this @form" update="@form" >
...
-1
votes
2answers
40 views
json load is not correct (python) [duplicate]
When I save with json everything is ok in the file, but when I load the loaded object is not correct.
file=open("hello", "w")
a={'name':'jason', 'age':73, 'grade':{ 'computers':97, 'physics':95, ...
0
votes
2answers
25 views
c# How can i sort a listview when the form loads
I have a listview (lvMap) with 3 columns (Map, From, To) I am trying to write a method that is called as soon as my form loads. this method should look at the listview items and and sort them only by ...
0
votes
1answer
40 views
jQuery - this.option becomes undefined in load function
I'm trying to alter a Plugin a little bit, here's the Prototype function, I've marked what lines I've added.
OK, so my problem happens inside the img-load function I've added. I've surrounded the old ...
2
votes
2answers
37 views
SharedPreferences not keeping value
With SharedPreferences, i would like to save a value (that will be later the date of last update) and load it. It works well until i shut down my phone or force close my application. It resets the ...
-1
votes
0answers
18 views
how to more efficiently output text, use “gotoxy(x,y) or cpos(x,y)” and better ways of using ofstream/fstream/ostreamH
I am having a small problem.
but first I will explain what I am trying to do.
I am making a "tomigochi" for the C++ console, yes I realize the spellings of the two are different (tomigochi, ...
1
vote
1answer
17 views
Ext.data.DataProxy load event extjs4
I trying to update code from extjs2 to extjs4. But I have a some problem with load event in Ext.data.DataProxy.
Ext.define('App.data.DwrProxy', {
extend: 'Ext.data.DataProxy',
...
2
votes
0answers
36 views
With exactly the same workload one server shows high cpu load
I'm running hadoop and have 2 identically configured servers in the cluster. They're running the same task, same configuration, same everything, and both are totally dedicated as hadoop task nodes ...
0
votes
2answers
36 views
LOAD DATA INFILE not working inside BASH SCRIPT
I am new to ssh ,trying to laod csv files through bash script using LOAD DATA INFILE syntax using bash script
Here is my script:
mysql -u $MYSQL_USERNAME -p$MYSQL_PASSWORD -D $MYSQL_DATABASE \
...
0
votes
0answers
10 views
my site grade in gtmetrix is A but [closed]
my site grade in gtmetrix service is A rank
main page size only 378KB
but Page load time is: 10.52s and page generation time is slow
how to solve this problem?
many thanks
home page is:enter link ...
2
votes
1answer
54 views
C++ Dynamically load classes
Im still a bit new to C++, so bear with my noobiness.
What I want is to be able to allow the user of my program to be able to add his own classes. I have an abstract class Module, and my application ...
1
vote
1answer
30 views
Java - Load additional class at JVM startup
I'd like to load an additional class at JVM startup. Specifically, the class should be loaded after all core libraries are loaded (so after rt.jar and lib/ext at least).
The class isn't referenced ...
0
votes
0answers
88 views
python. Why Can't I read even 1 GB file in pandas? [closed]
I am using pandas 0.11 version and 64-bit Enthought Python distribution. I have 16 GB ram and I am using Mac.
I am not able to read even 1 GB of a tab delimited file. Though I am able to read a file ...
0
votes
0answers
35 views
jQuery Events function once
I have some widgets on my site that when you click the titles, the content within its block refreshes. It is working also, but the click function activates only once. After it fires, it is disabled ...
-2
votes
1answer
30 views
Form emailing on browser load [closed]
The form I have created below emails the input data in a CSV file.
The problem I am having is every time the browser loads the page it sends a blank version of the CSV file, and
once the form is ...
0
votes
0answers
22 views
Cassandra spawning too many instances, making server unavailable
I am having one huge problem recently. When I reboot server, it starts waaay to slow, it was relatively fast in the past. If I manage to log in to the terminal, I get the following screen: ...
0
votes
1answer
15 views
Load images to server from mobile site
I am developing a mobile site using asp.net and jquery. no plugin. just simple jquery.I am using the
<input type="file"/>
of HTML5.
So few questions to get the big picture:
1.Can i load ...
0
votes
0answers
15 views
Unable to read beyond end of stream; Serializing an ObservableCollection
I have the following save and load method in my collection class:
private void Save()
{
BinaryFormatter formatter = new BinaryFormatter();
FileStream stream = null;
...
0
votes
1answer
29 views
Load Libraries the CodeIgniter-way
I have my own little MVC and would like to load my libraries in the same way, codeigniter does:
Foo {
$load = Load();
function temp() {
$this->load('baa');
$this->baa->method();
}
...
0
votes
1answer
81 views
Check for installed Excel version, then load COM object library dynamically in C#
I am using Microsoft.Office.Interop.Excel to write data to an excel file in C#. I am using Excel 2010, so I have Microsoft Excel 14.0 Object Library added as reference.. But now I need to make the ...
0
votes
1answer
28 views
php simplexml_load_file($url) vs browser [closed]
I have very simple code, but some troubles with that:
<?php
ini_set('allow_url_fopen ','ON');
$url = "http://geokrety.org/export2.php?wpt=OP1234";
$result = simplexml_load_file($url);
...
0
votes
0answers
20 views
Print iframe IE8 issue
How to change:
_printIFrame: function() {
var detailsFrame = document.getElementById("detailsFrame");
window.detailsFrame.focus();
window.detailsFrame.print();
},
So I can ...
0
votes
1answer
35 views
Strange: Entity framework (code first) slower and behave strangly with generic repository
We have a generic repository done with code-first technique. As the code is in testing we realized that the generic repository is relatively slower than that of directly accessing the DBContext and ...
0
votes
0answers
16 views
Get dimensions of Flash Object jQuery
I don't have a lot of experience with Flash objects, but I'm trying to dynamically load from from Javascript. The dimensions are unknown so I need to load the file, pull the dimensions from the swf ...
0
votes
2answers
36 views
Problems with loading and saving strings from an array
So I've done research on this topic and there are many ways of doing a favorite for a string in an array. There is a favorite button that the user clicks on to favorite that particular displayed ...
0
votes
4answers
62 views
Load xml file content into div using jquery
How to load the xml file content to a div.
Here is my HTML in which I need to load XML content
<div class="editorial" id="news-container">
</div>
XML Data
...
-1
votes
0answers
38 views
How to load database from dbf file in 'Toad for Oracle' to run select queries [closed]
I have database backup files in the following format: .dbf, .svd, .log and .arc. My database is Oracle 11g.
I want to load data from these backup files so that I can run some select queries on it ...
0
votes
1answer
45 views
how to load a large RGB image in python?
I am a beginner in Python. I would to load some tif images in Python and then do some image processing over them. At the starting point, I faced a problem of loading. the images have the size of ...







