473,654 Members | 3,272 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP work hours

Is exist metod to calculate work hours for implementing project. May be some
hours per
kb ?

Somebody want to hair me to do project but I dont know how much hours I will
spend.

Thank you!

Sep 20 '08 #1
5 2486
Andrew G. Koptyaev wrote:
Is exist metod to calculate work hours for implementing project. May be some
hours per
kb ?

Somebody want to hair me to do project but I dont know how much hours I will
spend.

Thank you
Yes, there is. It is called "experience ".

What you are asking is something like "how long does it take to get from
New York to Los Angeles?". We all know that it is roughly 3000 miles
(the size of the project to be done). What we don't know is how you
will get there. Will you travel by jet non-stop, by plane with two
stops, by car on superhighways, by car using back roads, by horse and
buggy, or by walking.

There are too many variables. It depends upon how experienced a coder
you are and how quickly and accurately you work as much as it does upon
the work itself. Only you know the answers to those questions.
Sep 20 '08 #2
On 20 Sep, 10:41, "Andrew G. Koptyaev" <kopty...@gmail .comwrote:
Is exist metod to calculate work hours for implementing project. May be some
hours per
kb ?

Somebody want to hair me to do project but I dont know how much hours I will
spend.

Thank you!
Google for "formal methods estimating code complexity", read the first
2000 articles.

C.
Sep 20 '08 #3
C. (http://symcbean.blogspot.com/) schreef:
On 20 Sep, 10:41, "Andrew G. Koptyaev" <kopty...@gmail .comwrote:
>Is exist metod to calculate work hours for implementing project. May be some
hours per
kb ?

Somebody want to hair me to do project but I dont know how much hours I will
spend.

Thank you!

Google for "formal methods estimating code complexity", read the first
2000 articles.

C.
when looking at:
http://www.google.com/search?hl=en&p...start=999&sa=N

i see:
Sorry, Google does not serve more than 1000 results for any query. (You
asked for results starting from 999.)

so, how is he supposed to read the 1st 2000 articles?

;-)

--
Luuk
Sep 20 '08 #4
Luuk wrote:
C. (http://symcbean.blogspot.com/) schreef:
>On 20 Sep, 10:41, "Andrew G. Koptyaev" <kopty...@gmail .comwrote:
>>Is exist metod to calculate work hours for implementing project. May
be some
hours per
kb ?

Somebody want to hair me to do project but I dont know how much hours
I will
spend.

Thank you!

Google for "formal methods estimating code complexity", read the first
2000 articles.

C.

when looking at:
http://www.google.com/search?hl=en&p...start=999&sa=N
i see:
Sorry, Google does not serve more than 1000 results for any query. (You
asked for results starting from 999.)

so, how is he supposed to read the 1st 2000 articles?

;-)
Go to www.m-w.com and look up the word "sarcasm".
Sep 20 '08 #5
sheldonlg wrote:
Luuk wrote:
>C. (http://symcbean.blogspot.com/) schreef:
>>On 20 Sep, 10:41, "Andrew G. Koptyaev" <kopty...@gmail .comwrote:
Is exist metod to calculate work hours for implementing project. May
be some
hours per
kb ?

Somebody want to hair me to do project but I dont know how much
hours I will
spend.

Thank you!

Google for "formal methods estimating code complexity", read the first
2000 articles.

C.

when looking at:
http://www.google.com/search?hl=en&p...start=999&sa=N
i see:
Sorry, Google does not serve more than 1000 results for any query.
(You asked for results starting from 999.)

so, how is he supposed to read the 1st 2000 articles?

;-)

Go to www.m-w.com and look up the word "sarcasm".
Ouch!

Scotty
Sep 21 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
1709
by: Martin Häcker | last post by:
Hi there, I just tried to run this code and failed miserably - though I dunno why. Could any of you please enlighten me why this doesn't work? Thanks a bunch. --- snip --- import unittest from datetime import datetime
4
2048
by: middletree | last post by:
I have a request from the boss to make a report that will require me to display how many hours something has been in a particular state. (As in status). Hard to explain. Anyway, I need to go to the table in the db, find all rows for a particular trouble ticket, find when they were put into one of our 7 statuses, when they were put into another status (this info is already in those rows), then determine how many hours they spent there in...
17
2703
by: middletree | last post by:
OK, you pros out there are rolling your eyes at the subject line, but I have never had to use arrays before. The scenario: ASP Intranet app keeps track of trouble tickets for a tech support group. Table called Ticket has one row per ticket. Table named History has 0, 1, or many rows per ticket. As the tech support person makes notes to update the ticket, it adds a new row per entry into History table. One of the things storeed in this...
1
2080
by: Anthony | last post by:
Here is a debate we have been having at work about the design of our timeclock database application. We have built an online timeclock system for companies to use to keep track of their employees hours. In brief, an employee can clock in and clock out by loggin through the site. All of their work dates are recorded and the employeer can poll reports based on employees in/out times, calculate hours, mark the hours as paid etc. The issue...
11
1849
by: Bore Biko | last post by:
Dear, I have function that transform time from secconds to string formated as dd:hh:mm:ss (days:hours:minutes:seconds), but it doesent work correctly... Here s code compiled with gcc it goes (if you name program as "transform"), transform 1000, for 1000 seconds...
8
3591
by: apartain | last post by:
I am working in Access for a (what I thought would be) simple Work Order and Time database. I am just starting a VB class in hopes to become a real developer, not just a pretend one. In this database, an employee inputs the date, work order number, start time and end time. I need some code to have it determine if the total for that entry is Regular Time or overtime. I'm using: Week: Format(.Date,"ww") to group the entries into the correct...
3
6545
by: Dan | last post by:
I'm trying to calculate the total work hours between a start and end date, and also working out an end date by adding a number of work hours to a start date. Can anyone recommend a decent formula or function that could do this? For example, my working day starts at 09:00 til 17:30, with a lunch break between 12:00 - 13:00. I work Monday to Friday. How many working hours are there between 1st Oct 2007 15:00 to 4th October 2007 11:30?
1
501
by: Andrew G. Koptyaev | last post by:
Is exist metod to calculate work hours for implementing project. May be some hours per kb ? Somebody want to hair me to do project but I dont know how much hours I will spend. Thank you!
0
8294
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8596
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4297
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2719
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.