Archive

Posts Tagged ‘numeric’

Qr Code Generator – Custom

January 9th, 2012 Comments off

I need a professional QR Code developer with experience in creating a web-based QR Code generator for joomla 1.6.0 extension. Codes perhaps will be PHP. Please note this project is for the developer who has previously worked on similar projects

The Generator should be able to generate the following:

* Web URL
* Email (Alpha Numeric)
* Text Message (Alpha Numeric)
* Phone (Numeric)
* Geo Location
* Graphical
* Send an SMS (Number and Text)
* Vcard
* MeCard
* WI-FI (Alpha Numeric…

Numeric Entry On Html Web Page

July 29th, 2011 Comments off

We need to save execl file as web page; however, need one column with ability to input numbers in it. It does not need to save or do anything with the numbers, just the ability for the web viewer that is on that page to input on the live web page.
Need it to be simple for person building the excel sheet to ‘add it in’ before saving it in html format.
See attached files – one is the excel sheet (where you can input numbers in last column), and the other is the excel sheet after saving it with excel as web page (where you cannot input anything).

Categories: HTML Tags: , , , , , ,

Generating Sequences With Recurrence Relations 2

May 29th, 2011 Comments off

Hi

I need to write a program containing recursive functions that will generate values of a recurrence relation and compare the growth to two possible given functions.

Sample Output

Enter a numeric value for A(0): 1
Enter a numeric value for A(1): 2
n A(n)=4A[n-1]-4A[n-2] 2^n 2.1^n
0 1 1 1
1 2 2 2.1
2 4 4 4.41
3 8 8 9.261
4 16 16 19.4481
5 32 32 40.841
6 64 64 85.7661
7 128 128 180.109
8 256 256 378.229
9 512 512 794.28
10 1024 1024 1667.99
11 2048 2048 3502.78
12 4096 4096 7355.83
13 8192 8192 15447.2
14 16384 16384 32439.2
15 32768 32768 68122.3
16 65536 65536 143057
17 131072 131072 300419
18 262144 262144 630881

Enter a numeric value for A(0): 2
Enter a numeric value for A(1): 3
n A(n)=-A[n-1]+A[n-2] 1.5^n 1.8^n
0 2 1 1
1 3 1.5 1.8
2 -1 2.25 3.24
3 4 3.375 5.832
4 -5 5.0625 10.4976
5 9 7.59375 18.8957
6 -14 11.3906 34.0122
7 23 17.0859 61.222
8 -37 25.6289 110.2
9 60 38.4434 198.359
10 -97 57.665 357.047
11 157 86.4976 642.684
12 -254 129.746 1156.83
13 411 194.62 2082.3
14 -665 291.929 3748.13
15 1076 437.894 6746.64
16 -1741 656.841 12144
17 2817 985.261 21859.1
18 -4558 1477.89 39346.4

Generating Sequences With Recurrence Relations

May 23rd, 2011 Comments off

Hi

I need to write a program containing recursive functions that will generate values of a recurrence relation and compare the growth to two possible given functions.

Sample Output

Enter a numeric value for A(0): 1
Enter a numeric value for A(1): 2
n A(n)=4A[n-1]-4A[n-2] 2^n 2.1^n
0 1 1 1
1 2 2 2.1
2 4 4 4.41
3 8 8 9.261
4 16 16 19.4481
5 32 32 40.841
6 64 64 85.7661
7 128 128 180.109
8 256 256 378.229
9 512 512 794.28
10 1024 1024 1667.99
11 2048 2048 3502.78
12 4096 4096 7355.83
13 8192 8192 15447.2
14 16384 16384 32439.2
15 32768 32768 68122.3
16 65536 65536 143057
17 131072 131072 300419
18 262144 262144 630881

Enter a numeric value for A(0): 2
Enter a numeric value for A(1): 3
n A(n)=-A[n-1]+A[n-2] 1.5^n 1.8^n
0 2 1 1
1 3 1.5 1.8
2 -1 2.25 3.24
3 4 3.375 5.832
4 -5 5.0625 10.4976
5 9 7.59375 18.8957
6 -14 11.3906 34.0122
7 23 17.0859 61.222
8 -37 25.6289 110.2
9 60 38.4434 198.359
10 -97 57.665 357.047
11 157 86.4976 642.684
12 -254 129.746 1156.83
13 411 194.62 2082.3
14 -665 291.929 3748.13
15 1076 437.894 6746.64
16 -1741 656.841 12144
17 2817 985.261 21859.1
18 -4558 1477.89 39346.4

Tracking And Redirect Script

March 22nd, 2009 No comments

Hi,

I need a tracking/redirect script that works like this:

1) I send the surfer to http://domain.com/lander.php?c=CAMPAIGNHERE&k=KEYWORDHERE where KEYWORDHERE is an actual keyword I’m passing to the url and CAMPAIGNHERE is the name of the campaign.

2) The script then converts the value of $k to a 6 digit numeric code and the campaign it can leave alone…the campaign will never be more than three letters.

3) The script stores the real value of $k and its corresponding numeric code along with the campaign in a database and logs one visitor for that keyword and campaign.

4) The surfer gets directed to http://domain.com/lander2.php?s=abcd123456

where 12345 is the numeric code and abc is the unaltered campaign name. That’s it for the redirection.

5) I need to be able to see, in a password-protected backend, each value of k, its campaign, and how many visitors it got. So it would look like this:

Campaign Code Keyword Visitors
abcd 523483 buy widgets 41
abcd 238913 widget coupons 28

I should be able to search by campaign if I want to. So I could get all the stats for campaign ‘abcd,’ all the keyword for campaign ‘defg,’ etc. and only see those keywords.

Some things to keep in mind:

- $k will sometimes have spaces, *, -, and . in it. So the script will need to still work if there is a space or an asterisk or a dash or a period in it and still correctly perform the redirect. There will never been an & in $k, though.
- The backend must be password-protected. No need for usernames though. I’m the only one using it. I should be able to change the password in a config file somewhere.
- There will be around 10,000 visitors per day hitting this script. So keep the code as lean and efficient as possible.
- This is probably obvious, but the script needs to check to see if that keyword code already exists. If the keyword code already exists, don’t add a new one, just count a visitor for that keyword. If the keyword code does not already exist, then you have to create a new one.
- It is possible for campaign abcd and defg to have the same keyword. In other words, “buy widgets” could exist in both campaign abcd and defg. So the script will need to take that into account…the stats would have to be separate still. Don’t add visitors to abcd’s “buy widgets” if campaign defg is sending them. They should be considered two separate keywords.
- This is optional, but you will probably want to store the values in the database as abcd539214, defg458394, bleh941102. That would ensure that abcd100000 and defg1000000 are different. But however you want to do it is your call.
- Campaign will never be more than 3 letters and keyword code will never be more than six digits.

Any questions, free free to ask. Will you pay with escrow, and I’m available through email or AIM to talk to you.

[btw, those shouldn't be &amp's above, they should just be the 'and' sign, scriptlance doesn't let you post the sign in here]

Bear