I have a strange runtime error in my C code. The Integers comparison here works fine. But in the Decimals comparison, I always get that the second number is larger than the first number, which is false. I am pretty new to C and programming in general, so this is a complex application to me.
#include <stdio.h>
#include <stdbool.h>…
I have a whole lot of photos and it's time to clean up the mess and free some disk space.
I know mogrify is great to batch-resize things down. The problem is, in some directories I have small images mixed with the big ones. I'd like to batch-downsize all the big one but not upsize the small ones.
As an example, I have a rep with tens of…
I have 2 external drives (3TB) and both will not work with my centOS Box. Tested them in windows ( different machine ) No problems ( 2.6.32-279.9.1.el6.i686 )
dmesg reports:
usb 2-2: new high speed USB device number 3 using ehci_hcd
usb 2-2: New USB device found, idVendor=2109, idProduct=0700
usb 2-2: New USB device strings: Mfr=1,…
Lately we have been having a lot of problems with our mysql server, from websites being really slow or even unable to load them at all. The server is a dedicated server that only runs our mysql database. i have been running some test using a profiler (JetProfiler) and tool to stress test (loadUI).
If I use loadUI to connect with 50…
Hi, I installed IIS Media Services 3.0, and the Big Buck Bunny sample, but when I try to get the manifest file (http://localhost/Big_Buck_Bunny/Big Buck Bunny.ism/Manifest), I get 400.0 Bad Request error from the SmoothHandler. So the default.html appears in the browser, but the SL player shows error while trying to read the…
I have a Project entity with several child tables, eg ProjectAwards ProjectTeamMember
I would like to copy the data from Project (and child tables) into a new Project record and update the Project status.
eg
var projectEntity = getProjectEntity(projectId);
draftProjectEntity = projectEntity
draftProjectEntity.Status =…
Hey
I am working on a big .NET project. I am currently creating an automated minifier for JS and CSS files using YUI compressor. After doing some research, I found that the heaviest files in the project are actually .NET resources (Like MS ajax file). They are very big and unminified.
I am wondering, is there any way to…
Are there any good tools to make css sprites?
IDEALLY I'd want to give it a directory of images and an existing .css file that refers to those images and have it create a big image optimized with all the little images AND change my .css file to refer to those images.
At the least I'd want it to take a directory of…
Hello All,
Suppose, we have a big Class. and we don't want to break it.
In order to maintain code suppose we have created a multiple example1.cpp, example2.cpp, example3.cpp files for single example.h file for class cexample.
Does this correspond to multiple compilations units?
What is the best approach to handle…
We know that working many hours in front of computers gives us many bad and unhealthy habits, bad health conditions and so on, which in the long term decrease our productivity.
Did you make any big changes in your lifestyle that made a big improvement in your health and productivity?
Please name one such activity…
Hi,
I'm having a big graph created with jfreechart. This chart is too big for the screen, so I would like to put it in a scrollpane. However, when using the scrollbar, the complete graph is redrawn everytime, which makes it extremely slow. Is there a solution for this?
thanks,
Bart
I want to upload my site public so people can use it. I am currently using a free PHP webhosting company that supports up to a certian amount.
When sites that say they offer unlimited upload, data, etc for like $10/month, is that all you need to run a big site? Or how do I host a big site, if it gets popular?
hi,
am trying to create a very big matrix in opencv...while compile got error:insufficient memory(too big buffer is allocated)....how to allocate the memory for matrix?
I have an ant build that concatenates my javascript into one file and then compresses it. The problem is that Visual Studio's default encoding attaches a BOM to every file. How do I configure ant to strip out BOM's that would otherwise appear in the middle of the resulting concatenated file?
My googl'ing revealed…
Is the proliferation of open source licenses just another example of programmers living NYI (Not Invented Here) syndrome? I know there are some big differences between some of the big licenses (e.g., GPL, Apache, BSD) but when you start looking to see many projects creating their own licenses. Why?
References:
…
Hello,
How can I query data from a table available on a list of strings?
I only want to get the data from the list of strings.
Example:
Table
ID Name
1 Big
2 Small
3 Extra
4 Orange
5 Drink
List of Strings:
Big
Small
Extra
Thanks!
I got a class. Lets say its named
Class1
Here I create another class, Class2
Class2 has an arrya[]
No my question is. When I create Class2 I cant have any size of the array with me in. How can I then know how big I want the array to be???
Out in Class1 I know how big it is.
Thanks in Advance.
I have the following input:
Hi! How are you? <script>//NOT EVIL!</script>
Wassup? :P
LOOOL!!! :D :D :D
Which is then run through emoticon library and it become this:
Hi! How are you? <script>//NOT EVIL!</script>
Wassup? <img class="smiley" alt="" title="tongue, :P"…
I am trying to get silverlight smooth streaming going on a site I am bilding and it works fine with the big buck bunny sample code which looks like this:
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%" id="Object2">
<param…
hi
when I append jquery datepicker to my asp textbox, by clicking on it, my browser auto shows the history of the dates i typed in a dropdownlist. Can I prevent this?
Set textbox to readonly isn't a good idea because asp.net doesn't read the values from read only fields in code behind.
any…
On my midterm I had the problem:
t(n) = 8T(n/2) +n^3
and I am supposed to find its big theta notation using either the masters or alternative method. So what i did was
a = 8, b = 2 k = 3
log8 (base 2) = 3 = k
therefore, T(n) is big theta n^3. I got 1/3 points so i must be wrong. What…
Hi everyone,
I'm trying to create a simple thumbnail viewer with jQuery. Here goes the code:
$(function(){
$("ul.thumbnails li").click(function(e){
var imgAlt = $(this).find('img').attr("alt"); //Get Alt Tag of Image
var imgTitle =…