Ubuntu :: Finding A Simple Program That Pops Up Reminders?

Jul 20, 2011

I am just looking for a simple program, nothing overly complex with crazy features. Just something that pops up above any browser/window and remains that way until you click it or something. The pop up would occur periodically or at sometime each day. It would say something like "TAKE A BREAK FROM COMPUTER" lol and other things. not suppose to be some full reminder program like a calendar.

View 2 Replies


ADVERTISEMENT

Programming :: Errors - Make Pop-up Reminders For The Simple Calendar Program?

Feb 21, 2010

First off, I'm completely new to bash scripting so forgive me if I make any egregious errors. I'm trying to make pop-up reminders for the simple calendar program when. This is what I have so far:

Code:
#!/bin/bash
# set the time format for when
#current="$(date +%I:%M %p)"
current="$(date +%-l%p)"
today=~/.when/today

[Code]....

When I run the script, gxmessage pops up and displays the correct information, but it does so for each line in "~/.when/today" that contains a time that matches the current system time (which would be three pop-ups at 10PM, according to the example). I want it to display the information only once. How can this be accomplished? Is a while loop even the right job for this?

View 8 Replies View Related

Programming :: How To Compile / Simple Tutorial For Making Simple Program

Oct 7, 2010

i'm a college student studying pc programing, and i was given today a special work and i have to program using miranda... which i've never used it >.< can anyone give me a hand to where to download, how to compile, and a simple tutorial for making a simple program or something?

View 3 Replies View Related

Slackware :: Finding A Simple MTA Only For Gmail?

Jan 25, 2010

I was wondering if anyone knew of a lightweight and easy-to-configure MTA, or any other way of sending messages from a command-line environment without too much of a fuss. I would only be sending messages through a single Gmail account, and would rather not bother with all of the sendmail configuration.

View 6 Replies View Related

Networking :: Finding A Simple Web-based Group File Manager?

Jun 2, 2010

Is there a simple web-based solution for a group looking to securely share files online? The software needs to run on our own servers due to regulatory laws. I want users to be able to go to a web site, request an account (which I should be able to accept or reject), and upload/download/manage files in a web-based (preferably ajax-y) file manager. File access controls (via users/groups) is desirable.Yes, I know that SSH/SFTP is the 'proper' solution, but many of the users will be office workers and installing an SFTP client and configuring it is too advanced for them. Same goes for Samba+VPN setups...

View 2 Replies View Related

General :: Bash Variable - Simple Script For Finding And Copying Files Powered By The Command?

Aug 2, 2009

Ive been using linux for a while but I am just getting into shell scripting, im currently trying to get a simple script for finding and copying files powered by the command:

Code:

This works fine from the command line but when put in a script such as:

Code:

Code:

with the keyboard inputs for $fc1 and $fc2 being *.doc and ~/test respectivly. The only problem i can see is the xargs -ivar "var" part possibly needing $var to be defined?

View 2 Replies View Related

Ubuntu Multimedia :: Need Simple Microphone Program

Apr 17, 2010

I need a simple program that I can talk into a microphone and the sound will come out the speakers. I want to use my Computer that's hooked up to the store speakers as a PA System.

I am having a difficult time finding a program that will let me do this without having to record and playback. Any help would be wonderful.

View 6 Replies View Related

Ubuntu :: Simple-to-use Speech-to-text Program?

May 18, 2011

I've got a bunch of hand-written notes which I would like to put into Kabikaboo (great app by the way) - but it is a real pain reading stuff then typing it up. I'd like a speech-to-text app, so I can just read my notes out loud and the computer will turn them into text files.Looking through Synaptic, all I can find is Julius; and that does not seem to be an easy-to-use app at all. So many parameters to set, an impenetratable (to me) manpage; and although I am a CLI user quite often, some kind of GUI would be nice.

View 4 Replies View Related

Ubuntu :: Creating A Simple Gtk Program Through Terminal?

Jun 10, 2011

I am wanting to try creating a simple program through Terminal. Anything will do. A window or button, etc. I haven't found anything simple enough online yet, but I'm sure they're out there. I just want to expand my knowledge of gtk type stuff. Sorry if this is not the correct category to ask this. I was going to put this on the Community Cafe forum, but chose General Help instead. I am running Ubuntu Lucid. **Edit note: I did try the procedure described at the url (below), but I got all kinds of errors in terminal. [URL]

View 1 Replies View Related

Ubuntu :: Creating Simple Program To Automatically Run Command

May 12, 2011

I need a program that automaticly runs this command in the terminal when I use it:
sudo modprobe nvidia_g210m_acpi
Sure, I know that it's not that hard to just write it in terminal and so on, but I really want a program for it. I'm using ubuntu 11.04 if U need to know that?

View 8 Replies View Related

Programming :: How To Write Simple C Program In RHEL5

Sep 17, 2010

How can i write a simple c program in my RHEL5?I am more concerned about what are toosl i need to install to get a C platfrom running in my RHEL5?

View 14 Replies View Related

Ubuntu :: An Application That Will Allow Me To Setup Reminders?

Nov 25, 2010

I'm looking for an application that will allow me to setup reminders so that I don't miss a payment, birthday, etc. Is there a way to do this in Google Mail? I don't use any e-mail app.

View 2 Replies View Related

Applications :: Building A Simple Program With Putty Commands?

Jun 9, 2010

I'm interfacing with a device using putty and right now I have to use a reference document to dissect the data I'm sending and receiving. I'd like to build a program that can build packets according to user input and then dissect them upon receipt; basically an [ english <=> proprietary packet structure ] program that talks to the device via USB. The packets come in varying sizes, but are composed of well-defined fields and values.

View 6 Replies View Related

General :: SSD Trim Simple Bash Script Program?

Jul 9, 2011

I wrote this script which works but it should run automatically about once per week. I hunted and experimented with KDE Task Scheduler (no dice and no help anywhere) and cron (confusing instructions and cannot edit crontab -e with vim, and cannot enter cron folders/files). I would settle for a desktop shortcut to run the script but found no for that.

Script:

Code:

#!/bin/bash
xterm -hold -e fstrim -v /
Machine:
OS: openSUSE 11.4 x86_64

[code].....

View 13 Replies View Related

Programming :: Simple Download Scheduler Program Code?

Apr 30, 2010

I have created a simple download schedular with source-code give below :

---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile

[code]....

View 10 Replies View Related

General :: Write A Simple Program C++ To Connect To Mysql Database?

Sep 5, 2010

I'm trying to write a simple program c++ to connect to Mysql database based in my 127.0.0.1 server:

int main (void) {
cout << "33[2J" << "33[0;0f";
MYSQL mysql;
MYSQL *conn;

[code]....

View 2 Replies View Related

Programming :: Call_usermodehelper - Loading A Simple C++ Program Like Hello World With Driver

Dec 13, 2010

all i want is loading a simple c++ program like hello world with this driver. everything works fine except it doesnt start the program. because ret returns with 0 i think the program works fine but I think i messed up something about how to start the c++ program. i used this example for my program but it doesent work too.

[URL]

is there anybody out there who can give me a hint what i messed up? i use ubuntu with 2.6.32 Kernel.

[Code]....

View 1 Replies View Related

Programming :: Write A Simple Character Printing Program Using NASM?

Jul 27, 2010

i tried a code to accept a character and print the same ! i can accept it with following code but its not working with printing that character i use NASM version 2.07

Code:

segment .data
msg1: db 'Enter a key',10
msg1len: equ $-msg1

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Simple Midi Editing Program Similar To Jazz++ Or Anvil Studio?

May 20, 2011

Stupid browser froze up when I tried to submit this before... *sigh* Anyway, is there a simple midi editor that that isn't Rosegarden and doesn't require JACK? Something would simply let me load a Soundfont, and then edit and export a multi-track midi file without a bunch of other stuff you have to do?

View 2 Replies View Related

Programming :: Getting Script For Automatic Email Reminders?

Mar 27, 2011

I need to come up with a script that restarts every month, and sends out a reminder 5 days before the end of the month to all customers on the list with rentals. After 10 days, if their name hasn't be deselected, it will send out a last notice email to remind them of their contract and yada yada. I'm not sure if a web-based script (php) would be better, or a "regular" language like python or something.

View 1 Replies View Related

Ubuntu :: Finding A Program To Use With Dazzle?

Apr 21, 2011

i just install the driver for dazzle dvc100. i tested out on vlc and cheese and it work. but now i need other program other then using wine, cheese and vlc. cheese and vlc is so laggy and cheese records in black/white and super duper uber laggy. so any program to record gameplay?

View 3 Replies View Related

Ubuntu :: Finding A Program By Category?

Jun 17, 2011

I am having troubles getting used to the new Ubuntu UI - Unity. One thing that bugs me is that I don't know how to find a program if I don't know the program's name. For example I remember I have an IRC client but I don't remember its name and its name does not contain IRC. Before I had Unity, programs were organised in categories, so to find the irc I just looked in the Internet category. The same happened to me with the writer program and others..Can anyone tell me how I can find a program by its category? I was surprised that I could not many complaints like mine on the web. I don't want to give up and go back to the old gnome cause I figure that there is just a learning curve to pass and beside there are some feature in it that I like.

View 3 Replies View Related

Ubuntu :: Finding A P2p File Sharing Program?

Jan 10, 2010

just wondering does unbuntu come with a file sharing program like lime wire or somethig like that? if not what is the best out there for ubuntu

View 4 Replies View Related

Ubuntu :: Finding A Program In The Repositories For Physics?

Jun 12, 2010

Is there a program in the repositories for physics? I don't mean a program that makes graphs etc. I just want a program such as the one I'm attaching but much more effective and that does more than just a spring on an inclined plane. I want torque, rotational motion, kinematics, pulleys and a system with two objects instead of one only etc in the program. If it doesn't exist, I'll make it myself but I will have the knowledge in probably close to a year from now so I unfortunately cannot do it yet.

Basically (like what I attached - except that it's not so great) is something that I can visually test my homework with. If there are programs for other aspects of physics that do the same thing such as for waves or optics etc, I'd like to have those too but my priority is mechanics right now.

View 2 Replies View Related

Ubuntu :: Finding A Program That Change OS With 1 Click?

Feb 22, 2011

whenever i plug in my xbox i can't hear it but i can see it so i have to change to windows i have no problem with that. But my question is Is there any "APP" or program that lets you change OS with one click instead of restarting the computer? I know the xbox sound problem does not belongs here its just that i wanted to throw/point this out here in case anyone knows what may cause this, and the reason why i want that "1 click change OS"

View 2 Replies View Related

Ubuntu :: Finding A Program Similar To URL Snooper?

Jun 6, 2011

finding a program similar to URL Snooper?

View 9 Replies View Related

Ubuntu :: Finding A Program To Store And Retrieve Data?

May 22, 2010

I am looking for a program to help me store, organise and retrieve information. The aim would be to keep notes from literature, concepts and ideas which i come across during my studies. It's always a hassle to retrieve this information when i have to write a paper for instance. So in fact what i need is a sort of wikipedia-like program where information is searchable and where perhaps hyperlinks could lead me from one word/note to another.

View 2 Replies View Related

Ubuntu Multimedia :: Finding The Program For Broadcasting (shoutcast)?

Jul 16, 2010

Yes I know there was so many themes created about broadcasting shoutcast radio, but I wasn't got information where program work good. I have tried IDJC, but not work. I need the program that I just install it and works. Program should have 2 audio players (1 is good too) and microphone "player" for talking (key OFF/ON).

P.S.: My PC runs Ubuntu 10.04

View 1 Replies View Related

Ubuntu :: Finding A Program That Would Automatically Copy Podcasts To Mp3?

Oct 24, 2010

is there a program that would automatically copy podcasts to my mp3

View 2 Replies View Related

Ubuntu :: Finding A Tasker/Locale Type Program?

Nov 17, 2010

I'm wondering if there exists software that serves the same kind of function as Tasker or Locale for Android except for Linux. I think it would be really great to be able to have certain things run automatically based on a set of conditions. For example, I would like to automatically sync my mp3s to my laptop from my home computer when my laptop connects to my home network.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved