Software :: Relational Database - Creating Workout Generator?
Dec 11, 2010
I have never worked with databases before, and would like to create one to be a "workout generator." i.e. have a name of workout, list of equipment, list of exercises, and instructions. Then be able to search by any of the above parameters (for example dumbells and pullups) to get a list of options. I assume a relational database is my best option, but my brief looks at SQL etc they seem quite complicated. A GUI frontend and good documentation are highly desired. GTK is also preferred.
View 6 Replies
ADVERTISEMENT
Apr 20, 2011
I'm looking for a simple to use relational database with a graphical front-end. What are the options on Ubuntu?
For those that know Filemaker, I'm looking for something like that and I'd like not to have to build one in Qt.
View 3 Replies
View Related
Apr 20, 2011
I'm looking for a simple to use relational database with a graphical front-end. What are the options on Fedora?
For those that know Filemaker, I'm looking for something like that and I'd llike not to have to build one in Qt.
View 4 Replies
View Related
May 19, 2011
I'm not a database guru, so be patient with me: Is there some kind of "wrapper" software you can put around an SQL database (MySQL perhaps) that allows you to internally configure database rules on a higher level than the database itself can actually implement? (E.g., "rows in table A can be deleted, but only if there are no related rows in table B and only if column x for the row in table A is in state y.")The idea would be to keep from having to trust this kind of logic to the client programs, while also avoiding the need to write a full fledged server daemon just for your application. The clients submit their SQL insert requests to the wrapper daemon, and the daemon passes them on to the database if they pass a rules table defined for that particular database.
View 3 Replies
View Related
Apr 7, 2011
How to create a database using c language it includes structures, pointers, arrays and switch..
View 4 Replies
View Related
Apr 13, 2011
I need to copy tables from abc5/abc5@pqrXYZ1 to jk8/jk8@pqrXYZ1. For this I am trying to create a link between the 2 databases but not wkng.I am pasting here what I ve tried.
sqlplus jk8/jk8@pqrXYZ1
[code]....
View 4 Replies
View Related
Jul 28, 2011
while creating a new database iam facing the below problem
mysql> create database auto-download-gta; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-download-gta' at line 1
View 8 Replies
View Related
Jun 16, 2009
I am trying to use ekiga on fedora 10 with a windoz pc running netmeeting.
The windoz pcs can talk / see each other on netmeeting. But when I try from my linux box (using this as the address "h323:192.1.1.12" ), I get connected but the window shows my own local end video and there is no voice even from the other side. The other side gets my call notification and on accepting the call doesn't observe / hear anything either.
Can someone tell me where is the problem ?
View 3 Replies
View Related
Jun 10, 2011
Relational databases usually have their data over in /var/lib/something. Users are in /home (with data in /var/www). How can I apply a single total disk space quota across all of these independent software systems (file systems, RDBMS, etc.)?
P.S. There's a bet going on around me as to just how awesome SU is. Let's see what you've got.
View 1 Replies
View Related
Jul 18, 2010
I am trying to emulate a .bat file I have on Windows. The script turns all the mp3 files into a m3u file.So far I have found the command "ls -1 >playlist.m3u *.mp3" this works great but what I want is to drag a file into the folder an album is in and then double click and it will run the command. I tried making a launcher and put that command on it, it seems to open up a terminal window but no playlist.m3u is generated. Could you tell me what I am doing wrong?
View 5 Replies
View Related
Mar 7, 2011
am using zabbix open source solution for systems monitoring. I am facing a problem and discussed it on zabbix forum. my post was as "My zabbix server is behaving abnormally, approximately daily from 9 to 12, the server stop accumulating logs. I observed that the server report is RUNNING but it did not accumulate log values and also the machine have no extra load. Its shown in the graph image attached.t the following reply,"database performance?are you monitoring database IO and available database threads? "So any one have any idea that how can I do this as I am using MySQL as backend database on RHEL 3.
View 1 Replies
View Related
Mar 3, 2011
I have been trying to teach myself some html. but most of the tutorials are so dry i cant concentrate long enough to read them.I normally do minor tech support for friends and fam it was suggested i make a webpage but i dont know html I think i need to start over cuz i used a HTML generator and i dont think its as organized as it could be all i really need now are some images maybe a banner ive been lookin at how to add images to my html but im having issues getting it positioned and most of my text is on the left of the page
dont laugh i like to consider my self quite computer literate but im a horrible noobin when it comes to HTML im not looking to build a site, just a simple webpage i got some help here earlier but it was mostly links to more Tuts
View 8 Replies
View Related
Jan 18, 2010
I downloaded GENSEN topology generator i got everything as .cc and .h files but i dnt know how to run GENSEN topology generator in NS2..?
View 1 Replies
View Related
Feb 9, 2010
Not sure if this goes here or under Security, however, I have hacked together some code from two different sources to make a password generator for FTP accounts.Question: How will the "strength" of an eight character password generated by the following code compare to a human generated eight character password? Will they be equally as strong?Is reading from /dev/urandom good/better/worse then just using RANDOM()? Will "salting" either result add more "strength"?Password Generator.
[Code]...
View 11 Replies
View Related
Apr 29, 2010
Is there a way to put VLC as default thumbnail generator for Videos in Nautilus?. I removed totem from system because i never use it..
View 1 Replies
View Related
Jan 7, 2011
I have a server Ubuntu 10.04.1 and I have a medical site in this server (openemr).Due to medical data in that site/server I want to implement a OTP (one time password) for accessing the sites folder.And if there is any Android or any other smartphone OTP generator?
View 2 Replies
View Related
Mar 4, 2011
I installed ISE 12.2 DSP edition trail version and I have matlab 2009b edition. After a brief search I found [URL] this. But directory hierarchy is different in 12.2 than that of mentioned in that forum link.
I have installed matlab at /home/trans/Matlab and xilinx at /home/trans/Xilinx. Though I have sysgen_startup.m at /home/trans/Xilinx/ISE_DS/ISE/sysgen/util if I try to run sysgen by using command "./sysgen" I get error as
ERROR: Could not find SysGen startup script at "/home/trans/Xilinx/ISE/sysgen/util/sysgen_startup.m".
As per the above mentioned link I found sg_config at /home/trans/Xilinx/ISE_DS/ISE/sysgen/bin/lin and used command "./sg_config -install_to_matlab /home/trans/Matlab" I get message like this
[Code]....
I didn't understand the above error. I have chosen matlab workspace as /home/trans/Documents/MATLAB but I haven't pointed anything to that location.
So finally how do I set environmental variables at /home/trans/Xilinx/ISE_DS/ISE and how do I get sysgen to work? I installed ISE from the DVD which I got from xilinx
View 1 Replies
View Related
Jan 10, 2009
I just tried booting SUSE 11.0, but the system stops at the point it shows "initializing random number generator". I have left the system running at that point for almost 2 hrs, with no way to get past that. System isn't locked up. It has never done this before. How do I fix this?I have also tried failsafe booting, but it stops at the same spot also.
View 3 Replies
View Related
Sep 8, 2010
I'm running Ubuntu, with the Gnome desktop. I need a tone generator that will allow me to generate a timed sequence of tones. To be more specific, I need to be able to do something like a one-second 457.9 Hz tone, followed by a three-second 368.5 Hz tone. Is there anything out there that can do what I need?
View 8 Replies
View Related
Sep 22, 2010
I have been using PHP to interface with MySQL and display information. Now, I want to printout reports; similar to MS Access does. I also need to run queries to do calculations and processes everyday. I normally have to do this by hand, but its taking too much time and I want to automate it. I would like to know if there is a free (or open source) linux program that will run daily scripts automatically alike a schedule and also print reports and/or output the data in a file (PDF, Spreadsheet, Document, etc). I also want to know if there is a free (or open source) linux program that will monitor these processes similar to Cronicle Redwood Explorer in windows land.
View 1 Replies
View Related
May 18, 2011
i could find is crunch2.9 password generator but at the moment it does not suport the function that i am looking for. My aim is to generate : 10-character combinations of the following characters (lowercase) 23456789abcdef with no more then 3 same letters repeates no metter side by side or within one line (sequence) so lets say
abcdef1234 accept
fabcde1234 accept
ffabcd1234 accept
which is probably permutation with repetable string ( where abc is not equeal to cba etc .so ti speak position does metter)
fffabc1234 not acceptable -----(3 same characters)
ffabcf1234 not acceptable -----( 3 same characters event thought not side by side)
so generally we dont want 3 same characters apper in same line.
View 3 Replies
View Related
May 16, 2010
I'm recompiling my kernel on a dell latitude c600 running lenny as I type, and it's taking forever, so far upward of 4 hours.I think I'm getting drivers for ever piece of computing hardware since the univac So I googled "a kernel conf creator" and got [URL]... Its a nice, clean method for finding what hardware your using... you just run lspci cpuinfo make xconfig and put in all the info yourself. So I was thinking: this is exactly the kind of dull, repetitive behavior that computers were made for. Is there a program that can find my hardware info, and make the.config itself, with very little user input?Or should I reinstall debian on another partition and steal the .config from it? Or should I man it up and do it myself?
View 14 Replies
View Related
Jan 18, 2010
i need a topology generator in which all the parameters for the topology should be got and the network should be generated for sensor networks
View 2 Replies
View Related
Jun 3, 2010
I am getting following errors when i run "make" to compile kute traffic generator:
[root@localhost kute-1.4]# make
make modules
make[1]: Entering directory `/kute-1.4'
make -C /lib/modules/2.6.33.3-85.fc13.i686.PAE/build SUBDIRS=/kute-1.4 modules
[code]....
View 8 Replies
View Related
Jun 2, 2011
I would like to introduce you a program made by me. It is a slack-desc generator. In which you enter the parameters for the file, like: the name of the program, nome of the homepage, a short description and a long description. Hope you like the programEDIT:i've uploaded my program to github. If you want the source you can download it atSorry because not everybody has a github account ill post the link for the program (via megaupload), here it is:
View 5 Replies
View Related
Aug 4, 2010
I am using Ubuntu 10.04 with Amarok 2.3.1 and I am having some problems with the Automatic Playlist Generator. I have not found my solution on these forums and I have searched google, and I am fairly new to using Amarok 2.
Every time I use the Automatic Playlist Generator, only 30 tracks are introduced into the playlist. Why is this? I don't want a limit to the amount of tracks which are selected.
View 1 Replies
View Related
Apr 1, 2011
I'd like to somehow connect a serial port to a headphone jack, plug it into the geiger counter and literally dump random noise from the geiger counter into the entropy pool used by /dev/random
View 7 Replies
View Related
Aug 11, 2010
I am trying to make a random sentence generator in perl. So far I can loop it x times to make a fixed quantity of words, but I don't want to do that. Or I can let it go on until I hit ctrl-C :/
I want to have it so that when it reaches a word with a sentence terminating punctuation mark it stops.
My attempt to do that was with:
This is doing the woooosh text until ctrl-C thing...
Now however I am not sure how I can cut off everything after the punctuation mark (when it exists).
View 1 Replies
View Related
Jan 20, 2010
how to vary energy levels in gensen topology generator?seed parameter means?
View 2 Replies
View Related
Feb 27, 2009
I have some videos I am looking to share and post to a couple of places. I am looking to preview to the potential downloaders the file quality, plus some statistical info. In Windows Media Players Classic, as shown in my example here, you have the length of the video, file size, file name... and in each frame preview you have a time stamp stating at what part of the video the from is from.is there a program in linux that can do this for me? That can generate the same (or maybe more) info automatically?
View 3 Replies
View Related