Welcome Guest.   Make a donation to an author on the site November 21, 2009, 05:28:15 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Learn about the DonationCoder.com microdonation system (DonationCredits).
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: NANY 2009 Final Release: DecClock [Public Domain since 20080118]  (Read 6241 times)
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« on: November 30, 2008, 09:51:53 AM »

NANY 2009 Entry Information
Application Name DecClock
Version 1.4.3.0
Short Description This Program implement a decimal Clock
Supported OSes Windows 98, Me, 2000 Pro, XP, 2003
Web Page DecClock Website
Download Link DecClock Downloaddirectory
Source Linkhttp://computerfritze.dcmembers.com/downloads/DecClock.zip
System Requirements
  • .Net Framework 2.0
Version HistoryDecClock Changelog
Author computerfritze


Description
DecClock is a Tool to save time when you calculate with Time.
Decimal Time is:

Features
  • GUI
  • Normal Clock
  • Decimal Clock
  • compare Time
  • Time Conversion
  • Binary Clock
  • Hex Clock
  • notes Window

Planned Features
  • compatibility with Mono

Screenshots
DecClock Screenshotpage

Beta tester
Linux Tester: You have a Linux system with latest version of Mono, and want to test DecClock.
                         => Send a PM to me and you will get the il code of the latest version, to compile it on Linux.
« Last Edit: January 18, 2009, 07:46:30 AM by computerfritze » Logged

--
Greets, computerfritze
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #1 on: November 30, 2008, 01:15:34 PM »

I released v 1.1.0.0 with the following features
Logged

--
Greets, computerfritze
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #2 on: November 30, 2008, 01:46:59 PM »

Iīd like to see a binary-clock also!
Logged
tomos
Charter Member
***
Posts: 3,304



see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #3 on: November 30, 2008, 02:25:21 PM »

computerfritze, is this a timer?

hmm, comparing times ...
ahh,
I see you plan to add more info to the first post ... looks interesting so far smiley
Logged

Free  FreeHand.org
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #4 on: December 01, 2008, 11:51:52 AM »

I released version 1.2.0.1, thanks to Crush for his excellent idea.
Its up to you:
what features do you like to have in DecClock
Logged

--
Greets, computerfritze
tomos
Charter Member
***
Posts: 3,304



see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #5 on: December 01, 2008, 03:55:23 PM »

what's the first number/time
72:etc above? i.e. I dont know what the "Decimal Clock" is -
I would have thought the "Normal Clock" here was a decimal clock...

also wondering what will "time conversion" involve? (I'm wondering are you translating correctly - I think conversion is usually to do with time zones? I could very well be wrong!)

thanks!
Logged

Free  FreeHand.org
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #6 on: December 02, 2008, 01:03:43 AM »

I like your clock ... At the moment I try to figure out how the decimal time is working...  tellme.
Your kind of binary-clock is only a bit strange to read, because of the splitted 0s and 1s. Please take a look at a binary clock I made a few years ago.
Something like this would be more readable (donīt take care of the built in demo-effects - this makes you only crazy cheesy):
Crushīs PQAmpel

@tomos: I think with time conversion he meant the visual appearance. At the moment itīs disabled anyway.
« Last Edit: December 02, 2008, 01:20:16 AM by Crush » Logged
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #7 on: December 02, 2008, 06:51:17 AM »

I released Version 1.3.1.2
@Crush
Is the binary clock better?
@tomos
I think "time conversion" means "to convert Times", and here you can convert binar, decimal, and normal time into each other.
Logged

--
Greets, computerfritze
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #8 on: December 02, 2008, 09:39:29 AM »

I think a lot of people are riddling how your principles of "binary" and "decimal" are working.
Binary Clocks are made very often and you can even buy them in shops but your type of it seems kinda strange to me.
Youīre only counting each tick with E (what should be ones?) and on overflow reset it to the bottom and rise a decimal tick line named Z (what should be zeroes?).
Besides, the zeroes and ones are not suiting to the numbers they represent. They should be named higher/lower decimal digit.
The usually understanding of binary counters is this:
001 = 1
010 = 2 = overflow
011 = 3
100 = 4 = overflow
101
... and so on

Hereīs another Idea for an improvement:
What I never saw before is a hexadecimal counter: 0-9 and a-f -> 10 next. This would be also quite funny for coders.
Logged
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #9 on: December 02, 2008, 10:57:43 AM »

sorry i write something false ohmy
--> 1.3.1.3 released
@ Crush
OK?
Logged

--
Greets, computerfritze
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #10 on: December 02, 2008, 11:21:17 AM »

Ok, itīs better to understand now. But itīs not a real binary clock yet. You could call it a pseudo-binary-clock. Wink
Please integrate a hexadecimal clock also. Iīd like to see it and itīs easy to do.
Btw: The time conversion creates exceptions when there are no valid entries at calculation.
« Last Edit: December 02, 2008, 11:26:48 AM by Crush » Logged
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #11 on: December 07, 2008, 01:17:10 PM »

I released 1.4.1.4.
The DecClock Website is now online: http://computerfritze.dcmembers.com
Logged

--
Greets, computerfritze
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #12 on: December 07, 2008, 02:14:13 PM »

Is there a problem with the time in hexadecimal? I get something like this: E_1A_E.
Each 16 seconds it changes to the next number und resets the first one: E_1B_0.
This would mean that the right ones represent the seconds: 1B_0 and the next one E the minutes... where are the hours?  tellme

One thing that should change somehow if possible is the cpu-usage. In my case I have a 2.4Ghz Core 2 CPU and the prog takes 4-8% calculation time. This is by far too much for daily use ... hey, itīs only a clock.
Perhaps you can remove all loops and insert sleep functions or timer-interrupts cheesy
Logged
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #13 on: December 08, 2008, 06:49:58 AM »

Hey, look at Wikipedia, the Hexadecimal Time is specified as H_MM_S (16 hours, 256 minutes, 16 seconds), and the time youīve showed is correct
E=14 hours, 1A=26 minutes, E=14 seconds, clear?
EDIT: CPU usage is in progress
Logged

--
Greets, computerfritze
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #14 on: December 08, 2008, 07:44:52 AM »

 mrgreen Oh, wallbash I didnīt knew that hexadecimal time is not representing seconds and minutes the "normal" way and show the "real" numbers as hexadecimals. I expected 2 digits for the seconds 00-3b and the same with minutes and hours.
This way itīs extremely hard to read the "real" time from a clock for humans. Without an introduction to the time-systems noone will understand it. read Who knows that a hexsec is 1.32 secs, a hexmin 21.09 secs and a hexhour 1.3 hours long stars?
So itīs now clear that your time-systems didnīt suit to my understanding of time conversion. Insert a site with a discription deal of the time-systems (perhaps with internetlinks), please.
Logged
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #15 on: December 08, 2008, 01:06:25 PM »

I released 1.4.3.0
I fixed CPU-Usage (currently 0% on 2x1.8GHz Core 2 Duo) and add a notes window.
Logged

--
Greets, computerfritze
Crush
Participant
*
Posts: 271



Hello dude!

see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #16 on: December 08, 2008, 04:54:41 PM »

Great! Now all works properly.
Logged
app103
That scary taskbar girl
Charter Honorary Member
***
Posts: 2,718



see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #17 on: December 14, 2008, 03:42:41 AM »

I have a question about this, before I download it:

When exactly does a day begin? Does it use midnight as represented in my local time zone or does it use midnight UTC? (I am hoping UTC, since that will save me a lot of work granting a friend's wish)

It would be nice if everyone that used this had the exact same time represented on their clock, no matter where in the world they are, and unaffected by stupid things like DST.

This was a request a friend made awhile back and wanted me to make a clock much like yours, but with these additional requirements.
Logged

computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #18 on: December 14, 2008, 07:42:23 AM »

this clock is based on your local windows time
Logged

--
Greets, computerfritze
app103
That scary taskbar girl
Charter Honorary Member
***
Posts: 2,718



see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #19 on: December 14, 2008, 08:41:03 AM »

Could an option be added to base it on UTC?

And perhaps a mini display suitable for keeping on the desktop, like in my DClock application, and let the user select which method is displayed in it. (I don't think the binary one would be suitable for this, though, because of the amount of screen space it would take up)
Logged

computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #20 on: January 01, 2009, 04:10:24 AM »

This version (1.4.3.0) is the Final Release of DecClock
Logged

--
Greets, computerfritze
Arizona Hot
Supporting Member
**
Posts: 6


see users location on a map View Profile Read user's biography. Give some DonationCredits to this forum member
« Reply #21 on: January 10, 2009, 11:54:23 PM »

Too bad, I would have liked to have a digital time only clock for my screen next to my DClock.    two cents
Logged
Shades
Member
**
Posts: 596


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #22 on: January 11, 2009, 10:14:33 AM »

@computerfritze:
There is a typo when you go to the license tab from your program. The tab title says "licence" instead of "license".
So maybe there is one (final) update required  undecided
Logged
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #23 on: January 13, 2009, 12:40:51 PM »

OK I will do that when I am at home
Logged

--
Greets, computerfritze
computerfritze
Supporting Member
**
Posts: 38


View Profile Give some DonationCredits to this forum member
« Reply #24 on: January 18, 2009, 07:47:20 AM »

DecClock is Public Domain now!  smiley smiley
Logged

--
Greets, computerfritze
Pages: [1]   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page