(no title) (original) (raw)
? ?
- Log in
- Join free Join
- English (en)
- English (en)
- Русский (ru)
- Українська (uk)
- Français (fr)
- Português (pt)
- español (es)
- Deutsch (de)
- Italiano (it)
- Беларуская (be)
Find posts by author
Type username to filter posts in this community
I dont get this error, its saying 'b' is undefined? Please forgive the rather dodgy variable names, its not my maths.
private double Julian(int year, int month, double day) { double a, b, c, e, data;
if (month < 3)
{
year--;
month +=12;
}
if (year > 1582 || (year == 1582 && month > 10) || (year == 1582 && month == 10 && day > 15))
{
a = year / 100;
b = 2-a+a/4;
}
c = 365.25*year;
e = 30.6001*(month+1);
data = b+c+e+day+1720994.5;
return data;
}
Hello. I want to share with you my open source project. The purpose of my project is to demonstrate my visual filter builder WPF control in use.…
http://jobsattmp.com/new-york/web-development/dba-sql-server-2005_2008-jobs Hey all, I am trying to hire a DBA in NYC that has a background in MS…
I was always impressed by the bing.com image search AJAX. The bit where where more images load as you scroll down the page. Is there an AJAX control…
Hello. I want to share with you my open source project. The purpose of my project is to demonstrate my visual filter builder WPF control in use.…
http://jobsattmp.com/new-york/web-development/dba-sql-server-2005_2008-jobs Hey all, I am trying to hire a DBA in NYC that has a background in MS…
I was always impressed by the bing.com image search AJAX. The bit where where more images load as you scroll down the page. Is there an AJAX control…