Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CamaroLT
  • Content: Threads
  • Order by date
  1. CamaroLT

    Getting specific user created folder

    Based on the top script found at https://www.slipstick.com/developer/macro-move-aged-mail/ (Code will be pasted below, in case that site goes away) I want to modify it so that the objDestFolder points to a folder based on the received date of all emails, assuming the folder exists. So if I...
  2. CamaroLT

    Calculating pay days

    I'm attempting to figure out a formula that calculates the next pay date based on the criteria that - The pay day is based on the 1st and 15th of the month - If the 1st or the 15th happen on a weekend, pay is processed the Friday before. I've found a whole lot of formulas that calculate with a...
  3. CamaroLT

    Adjustable video Gamma via desktop shortcuts?

    Don't get me wrong, I love my nVidia, but one thing that the AMD Catalyst drivers have over my GTX970 is that the Catalyst allows for me to have multiple profiles of Gamma+RGB levels. When working nights, I click a shortcut and all 4 monitors dim. When working days, I click another shortcut...
  4. CamaroLT

    Odd result on simple time query

    I've been handed a project that deals with time stamps, and I'm getting a really odd result. mysql> select * from (select timediff("2014-05-26 14:33:06", "2014-01-29 20:21:24")) a; +--------------------------------------------------------+ | timediff("2014-05-26 14:33:06", "2014-01-29...
  5. CamaroLT

    CUPS forgetting itself

    Hey all; Here's my situation with CUPS. # rpm -qa | grep -i cups cups-libs-1.3.11-1 hal-cups-utils-0.5.2-8.2 cups-lpd-1.3.11-1 libgnomecups-0.1.12-6 cups-1.3.11-1 # cat redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 8) I know RH4 is upgradeable, and I don't know if cups...
  6. CamaroLT

    PHP to Android Phone

    Its been a while since I've posted anything here, and its usually because before I submit the form, I find my solution. However, I'm feeling somewhat "in over my head" on an enhancement to a project of mine. Under a LAMP config, I've written a web app that displays my work schedule, home...
  7. CamaroLT

    Disable the scroll lock key in Excel

    I know that in Excel, the Scroll Lock key locks the cell so that when you hit the arrow key the entire page moves, not the cursor. However, I use Synergy and it uses Scroll Lock to lock the mouse pointer on whatever computer I happen to be using. The PROBLEM is that the two applications are...
  8. CamaroLT

    Restrictive or relaxed file permissions

    Is the file permission system in Linux based systems a RESTRICTIVE permission based system, or a RELAXED permission based system for user:group access considerations only? By this I mean does the kernel go by the most restrictive access a user:group has to gain appropriate access to the file in...
  9. CamaroLT

    AJAX not executing javascript??

    I've got a DIV that is being populated by an AJAX call successfully. The data returned from the AJAX call gets populated into the DIV properly, however, no javascript code seems to execute. For example, if the AJAX calls simply returns the following: Calling alert...
  10. CamaroLT

    HTPC setup with remote PHP based video control

    Currently I have a PC built with a video card to export SVideo to my TV. It has a TV tuner as well. The system works perfectly as is, except for one nagging pet-peeve. The distro I'm using isn't important, but what is important is that the mechanism to select a video to watch doesn't allow to...
  11. CamaroLT

    Delphi 7 - For Free??

    I've written an application for work using Delphi 7. I own D7 myself, and I've coded this alarm clock at home. However, my manager would like the source code, as well as the compiler to be backed up in case I'm no longer around, and something has to be changed in this code. I've done some...
  12. CamaroLT

    Known bug that bit me in the ....

    I wrote a tool that monitors some of the machines on our network, parses and then dumps the data into a MySQL table. However, there was a problem in MySQL 4 in which you can't have a field varchar thats greater than 255 characters. I didn't know this at the time I wrote the tool, and sometimes...
  13. CamaroLT

    Cisco 2620 password issue and hopeful use issue

    My company was having an auction and I picked up a Cisco 2620 for $2. So if this is a lost cause, oh well. :) I can get the IOS from Cisco, so whatever is on this router, I don't care if I lose it. ;) I have the console plugged in, and I can see it going through the boot process. I've read...
  14. CamaroLT

    Samba Config not allowing 0666 permisions on a mount

    Hey all; I've got a dent in my forehead from beating it on the desk because of this problem. Setup: Three machines - Ubuntu 8.10 - Samba Server - Ununtu 8.04 - Client - WinXP Pro - Connects to 8.10 via VPN to gain access to the share I have *FULL* root access on all these three machines (8.10...
  15. CamaroLT

    Calendar Integration like Google Calendar & Provider for Thunderbird

    Hey all; For anyone familiar with Provider for Thunderbird/Sunbird that allows integration with Google Calendar, you'll know what I'm asking. I'm in the process of writing a web app to handle scheduling vacations, marking time off, sick days, leave of absence, etc, etc. Writing the code to...
  16. CamaroLT

    MySQL to return one field with non existing values

    I'm trying to wrap my mind around how I can populate a combo box on an HTML form. I've got one table thats got an unsigned TINYINT field, and what I want to do is populate the Combo box with values that are NOT in the database. Short of hitting the database more than a couple hundred times...
  17. CamaroLT

    BlazeBGI.pas

    This is somewhat a stretch or `fat chance` scenario, but I'm hoping to find a TP7 TPU or the actual source code for the BlazeBGI unit. I have the source code for a very old game I want to convert to Delphi, but unfortunately the program won't compile due to version differences in the unit, nor...
  18. CamaroLT

    SSH Escape Sequences

    Hey there; I'm sending commands to start a program on a remote server, but the program is known to lock SSH sessions 100% of the time. Why, I don't know, how, I don't know. I didn't write the program. ;) Anyways, what I'm doing is this: ssh remoteserver "runmyprog; ~." zsh: command not...
  19. CamaroLT

    Indy 10 & DNS/NSLookup

    Can anyone give me an example of how to get Indy 10 and the DNS Query to work under D7? I've been one heck of a time trying to get it to work. What I'm looking for is I give the component a hostname alias, and I want it to give me back the FQDN as well as its IP. Thanks...
  20. CamaroLT

    Apache and Perl

    Previous Forum Post on Tek-Tips Couple notes... I resind my statement about its doing the conversion... hello.pl had the html tags in it, and index.pl does not. I ran the wrong script to what I actually was thinking about. I've looked around, and found another hint...

Part and Inventory Search

Back
Top