Forum: MySQL 18 Days Ago |
| Replies: 5 Views: 317 Ok. I'll set up indexes on those two fields.
I was also wondering whether a JOIN query might improve the performance. Any ideas? |
Forum: MySQL 18 Days Ago |
| Replies: 5 Views: 317 No. Would that help significantly? |
Forum: MySQL 18 Days Ago |
| Replies: 5 Views: 317 Hi all.
I am writing a utility to manage virtual users on a mailserver w/ mysql backed. Unfortunately I am having performance issues when querying for the user's last access date/time.
DB has... |
Forum: MySQL Feb 2nd, 2009 |
| Replies: 2 Views: 698 |
Forum: MySQL Feb 1st, 2009 |
| Replies: 2 Views: 698 Hi all.
I have a table with a this records:
<!-- Table user_activity -->
<user_activity>
<id>1</id>
<event>LOGIN</event>
<username>user@domain.com</username>
... |
Forum: C Nov 23rd, 2008 |
| Replies: 1 Views: 860 do you have any tips on where to start? |
Forum: C Nov 15th, 2008 |
| Replies: 0 Views: 534 Hi all.
I am attempting my first Gnome applet creation and I found a great
tutorial at http://projects.gnome.org/ORBit2/appletstutorial.html .
Unfortunately, I am stuck where the example goes to... |
Forum: JavaScript / DHTML / AJAX Nov 6th, 2008 |
| Replies: 1 Views: 1,241 Hi all.
I am currently developing a CMS for a school project and I wanted to add the function to check, real-time, if a username is already taken. It should be a little bit like what happens when... |
Forum: PHP Mar 16th, 2008 |
| Replies: 1 Views: 1,843 Hi guys.
I have a DB table looking like this:
#DATE #NAME #C1 #C2
2007-08-27 user 1250 2294
2007-08-28 user 1816 3096
2007-08-29 user 89 3153
2007-08-30 user 71... |
Forum: PHP Jan 23rd, 2007 |
| Replies: 2 Views: 3,878 thanks.
i'll see if it can solve my troubles :D |
Forum: PHP Jan 23rd, 2007 |
| Replies: 2 Views: 3,878 hi.
maybe the solution to my problem is quite obvious but I can't find it, so I'm asking here.I'm building a small movie db with the chance for users to borrow the title they want.
the movies' info... |
Forum: PHP Sep 28th, 2006 |
| Replies: 8 Views: 5,229 Hi.
The code GliderPilot posted is great, but now it seems like the $pic_code[$pic_num] trick doesn't work.
Only the first picture gets displayed and all the other are broken.
This is what happens... |
Forum: PHP Sep 25th, 2006 |
| Replies: 8 Views: 5,229 Thanks!
I'll see tonight if I can get it working |
Forum: PHP Sep 24th, 2006 |
| Replies: 8 Views: 5,229 Hi.
I'm trying to write a script that fetchs image codes from a mysql database to display them into a 3 columns table.
I got this so far:
$selection = $_GET['scelta'];
$query = 'SELECT... |
Forum: Kernels and Modules Jan 5th, 2006 |
| Replies: 0 Views: 4,442 hi.
i am developing a small module for the linux 2.6.14 kernel.
so far i have been able to create the character devices that will contain any kind of char data i send them.
for example, if i... |
Forum: Java Oct 21st, 2005 |
| Replies: 1 Views: 1,495 hi.
my problem is plain simple but still i couldn't make it out.
it's all very basic stringwork (keyboard input, println, ...) but when I get to the point of writing the output file, nothing... |
Forum: C Oct 8th, 2005 |
| Replies: 4 Views: 5,869 ok that solved that problem.
the thing i don't really get is how to tell it to read lines 2+3 then skip line 4 and read line 5 (ecc...) |
Forum: C Oct 8th, 2005 |
| Replies: 4 Views: 5,869 thanks!that worked.
but now my problem is how to deal with the input file, in my code i tryed to select the needed infos but the output looks pretty awful.
this is a /proc/cpuinfo formatting
... |
Forum: C Oct 7th, 2005 |
| Replies: 4 Views: 5,869 hi everybody.
i am trying to develop a program that will be able to read and export informations (hw, sw, kernel, netstats..ecc) from a linux computer.
my idea was to use the files in the /proc... |
Forum: C Jul 31st, 2005 |
| Replies: 1 Views: 1,559 hi.
question 1:
i am writing a small C script to convert files to another format.
in this case i need my script to use all files in a directory that have extension .htm - how can i do this?
the... |
Forum: Computer Science Jun 20th, 2005 |
| Replies: 0 Views: 1,807 hi.
i am planning to design a plugin for Evolution Groupware suite (Website (http://www.gnome.org/projects/evolution/)).
it's the first plugin i ever try to write so i'm not really sure of where to... |
Forum: *nix Software Oct 20th, 2004 |
| Replies: 3 Views: 4,381 i am currently running windows xp, i have a floppy drive but not any usb storage devices.
i already tryed installing suse and debian directly from ftp (booting it first from floppy disks) but my... |
Forum: *nix Software Oct 20th, 2004 |
| Replies: 3 Views: 4,381 i have a workstation with broken cd drive and i was intrested in installing linux.
what alternative methods can i use to do it, and with which distros?
tnx |
Forum: C Oct 15th, 2004 |
| Replies: 13 Views: 3,923 god bless you it works perfectly now!
grazie mille :cheesy: |
Forum: C Oct 14th, 2004 |
| Replies: 13 Views: 3,923 thanks alot the sinus problem is solved now.
this is the final code:
// Calcolo formula per Legge di Murphy (www.andreagozzi.com)
// Inclusione librerie in directory di sistema
#include... |
Forum: C Oct 14th, 2004 |
| Replies: 13 Views: 3,923 i am confused now, that's sure...
so then if i want to get a decimal result of (1-sin((x/10)) what do i have to do considering x is a number between 0.00 and 9.00? |
Forum: *nix Software Oct 14th, 2004 |
| Replies: 3 Views: 2,520 i just installed on my machine last version of slackware.for the moment it runs perfectly :cheesy: .
i wanted to be able to play media files but nothing seems to be able to run, neither mp3 or ogg... |
Forum: C Oct 13th, 2004 |
| Replies: 13 Views: 3,923 ok i did that.thanks
the link is (#include <math.h>) ok but i'm not sure about the sin() function because somebody says the output is in radiants while other say in decimal numbers |
Forum: C Oct 13th, 2004 |
| Replies: 13 Views: 3,923 // Calcolo formula per Legge di Murphy (www.andreagozzi.com)
// Inclusione librerie in directory di sistema
#include <math.h>
#include <stdio.h>
#include <string.h>
// Funzione Main()
main()
{... |