Wednesday, May 4, 2011

BARCHART Example Program for computer graphics





// Borland C++ - (C) Copyright 1991 by Borland International

// BARCHART Example Program

#include
#include
#include
#include
#include
#include

#define MAX 50
#define ARRAYMAX 10

void makegraph(float p[]);

void main(void)
{
int i;
int scores[ARRAYMAX];
float percents[ARRAYMAX];

for (i = 0; i < ARRAYMAX; i++)
{
printf("\nEnter score between 0 and %d: ", MAX);
scanf("%d", &scores[i]);
}
for (i = 0; i < ARRAYMAX; i++)
percents[i] = ((float) scores[i]) / MAX;

printf("\n\n\n\tSCORE\tPERCENT");
for (i = 0; i < ARRAYMAX; i++)
printf("\n%d. \t%d\t%3.0f", i + 1, scores[i], (percents[i] * 100));
getch();
makegraph(percents);
}

void makegraph(float p[])
{
int g_driver, g_mode;
int i, left, top, wide, bottom, deep;

detectgraph(&g_driver, &g_mode);
initgraph(&g_driver, &g_mode, "..\\bgi");
wide = (int)((getmaxx()) / ((ARRAYMAX * 2 ) + 1));
bottom = getmaxy() - 20;
deep = (int) (wide / 4);
left = wide;
for (i = 0; i < ARRAYMAX; i++)
{
top = (bottom) - ((int)(p[i] * 300));
bar3d(left, top, (left + wide), bottom, deep, 1);
left += (wide * 2);
}
getch();
closegraph();
return;
}


learn c and C++ with example, bar chart example of C and C++, how do i make bar chart in the C, How do i make the bar chart in the C++, easiest example to make the bar chart

Why Nepal is the best place to visit





See why Nepal is the best place to be visited?




Monday, May 2, 2011

How to make joomla website with software "Artisteer"-By Rupak Nepali






First of all see the video above it is not published by me but i recommend you to see it.

Now go to the link below and download the latest version of the "Artisteer"


Then install it, if the .net framework is not installed in your system then do it first.
When installation is complete you run the first time for the Aristeer and you will asked to activate or use the trial version and just click the activate. You are asked to fill up the activation form

Now let's get the value to fill up the form

Go to the following link
http://www.mediafire.com/?1q6vdvz5wo7776n
Download the "Artisteer.key.zip" file and unzip it and run it and input the Installation code from the activation form. You will get the License and the key, input them to the activation form and you will be able to use the Artisteer freely.

Artisteer is not only for joomla but you can work it for Joomla templates, Wordpress themes, Drupal themes, Blogger templates and DNN skins.

Thanking You Rupak Nepali

how to crak the artisteer software, keygen of the artisteer, the easiest way to make the joomla, durpal, wordpress tempaltes, popular method to create the template, simply make the templates, 10 minutes to make a template, use the theme, template making software, software to make the tempalte of joomla, wordpress, durpal and so man, how to make the blogger template so easily, easily make the blogger template, blogger template making software.

Sunday, May 1, 2011

fUNNY mOVIE WHEEL ON THE MEAL




Saturday, April 30, 2011

funny songs by sakaira Prank








funny songs by sakaira

Running Competition By Berni funny cartoon







Funny running competition of the berni carton

Wednesday, April 27, 2011

Errors Solved in the CSV import/export of opencart






Dear Rupak

I have a similar error to ialiendre's when I click on the export button:

Error: Table 'opn_j262cjfa6g.product' doesn't exist
Error No: 1146
SELECT * FROM `product` p inner join product_description pd on pd.product_id=p.product_id

Are you able to help me? I'm running v1.4.9.4 .

Thanks & best regards

-=============================================


The tip is that i forget to place the database prefix.

Change the following code

At model/tool/csvproduct.php replace with the codes

$query = "SELECT * FROM `". DB_PREFIX ."" . $table . "` p inner join ". DB_PREFIX ."product_description pd on pd.product_id=p.product_id";

at line no 21 or something like the $query

$query15 = "SELECT * from ". DB_PREFIX ."product_to_category ptc inner join ". DB_PREFIX ."category_description cd on cd.category_id=ptc.category_id where ptc.product_id=". $row['product_id'];

at line number 85 or something like the $query

$sql_query = "INSERT INTO ". DB_PREFIX ."product(product_id,model,quantity,price,list_price,image,stock_status_id,status,weight_class_id, length_class_id) VALUES";
$sql_query1 = "INSERT INTO ". DB_PREFIX ."product_description(product_id,name,description,language_id) VALUES";
$sql_query2 = "INSERT INTO ". DB_PREFIX ."product_to_store (product_id,store_id)VALUES";

at line no 159 to 161 or something like the $query

Thanking You

Best Cycling trick ever done by Berni






funny cartoon of berni, rupak nepali berni

Want to play Golf with the Berni







Watch out how Berni Play golf, one of the most hilarious cartoon on the glof

Decrypt Your code




Want to decrypt the code then visit the site above.
How do i decrypt the php code?
How do i use the decryption of the code?

For all the above question the answer is
Visit the site below:
http://www.region59.net/unlockit/decoder.php

This service is designed to decrypt php-scripts that have been processed by the program SourceCop. Do not use this service to remove the protection to commercial products and for any similar actions which violate the copyright of third parties. Author services shall not be liable for the performance of the decoded scripts, as well as for any damage caused by their use.