Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~5K People Reached
Favorite Tags
Member Avatar for Bchandaria

when ever i am inserting any of the symbols like cosec^2Ɵ (cosec power 2) it will display inline. i won't that to be displayed with raise to 2 or subscript or superscript of it. How to get Displayed that using utf-8 unicode characset ?

Member Avatar for ryantroop
0
174
Member Avatar for Bchandaria

angular .module('abc') .factory('dashboard', dashboard); function dashboard($http, notifier) { var service = { getAllMasterJobsNames: getAllMasterJobsNames }; return service; function getAllMasterJobsNames(request) { return $http.post('/JSONServices/JSONCampusManagementService.svc/GetAllMasterJobsNames', request).then( function (response) { if (angular.isUndefined(response.data) || (angular.isDefined(response.data.IsException) && response.data .IsException)) { notifier.error('Error fetching the Active Events : ' + JSON.stringify(response)); } return response; }, function (response) { …

0
184
Member Avatar for Bchandaria

Below Code is not working. it is not displaying any thing on web browser can any one help me out? css file code: car_catlog { background-color:#FF0000; width:100%; background-image:url(car1.jpg); } car { display:block; border:solid; color:#FFF; margin-left: 10pt; } make,model,year,color,engine{ display:block; margin-left: 10pt; } number_of_doors,transmission_type,accessories { display:block; margin-left: 30pt; } XML FILE …

0
142
Member Avatar for Bchandaria

i want a full code for finding different ways to climb the n-stair case problem that is each step is either 1 or 2 stairs. Eg- a 3-stairs staircase can be climbed in 3 ways :1-1,1-2,2-1. Using subset method can any one can help me out for this problem?

Member Avatar for iamthwee
0
178
Member Avatar for Bchandaria

Starts with 2 uneqaul positive numbers on the board. 2players move in turn to write on board a positive number equal to the difference of any 2 numbers already written on the board. the new number written on the board should not be repeated. the player who can not write …

Member Avatar for Ancient Dragon
0
118
Member Avatar for Bchandaria

is there any way we can scrap php data from the website? like we can get full data about website content? how can client view the server php code ?

Member Avatar for minitauros
0
93
Member Avatar for shashidhargm

Hi masters :) I want to run LEX and YACC programs in Linux but these are need to be installed before. So can u guys just tell me step by step procedure to install me I'm using openSUSE-11.3-GNOME-LiveCD-i686 Help me out Thank You

Member Avatar for rubberman
0
207
Member Avatar for nitish.mohiputlall
Member Avatar for Bchandaria
-2
105
Member Avatar for Bchandaria

Can any one tell me about fibonacci heap? I have read that it can be implemented using prims algorithm. but i actual i do not know what is fibonacci heap So can any one tell me what is fibonacci heap? how to implement fibonacci heap? what are the applications of …

Member Avatar for ddanbe
0
188
Member Avatar for Bchandaria

Can any one help me out to provide code for a following matrix for N numbers? 12345 21234 32123 43212 54321 Please Help me out for this matrix

Member Avatar for Moschops
0
109
Member Avatar for Bchandaria

error is coming while linking the file error is undefined symbol _clearviewport in module ... i have used graphics.h library function dos.h and also stdlib.h can any one help me out to identify this problem?

Member Avatar for deceptikon
0
135
Member Avatar for Bchandaria

How to make simple games in c language? did any one of you can help me to build a game?

Member Avatar for rubberman
0
76
Member Avatar for Bchandaria

Any one can help me out i want to display a spiral of n*n size with out using arrays? out put when n=2 should be 3 2 0 1 when n=3 should be 8 7 6 1 0 5 2 3 4 when n=4 should be 15 14 13 12 …

Member Avatar for ahmedhamdy
0
3K
Member Avatar for Landoro

Hey guys,I'm new,but I study C programming language and I have this awfull problem. I have make a matrix A[n][n],in which n is an odd positive number(of course),and the matrix must "unwrap" itself with the number 1 in the middle then 2 to the top,then clockwise 3,4,5,..etc,until it wraps the …

Member Avatar for Adak
0
187
Member Avatar for infinitus

Hello guys im having a problem and i dont see where i made error. Im tryting to write something into XML file. Also how do you read textbox input and save it into XML ?? Cheers for help :) public class CourseName { string _name; public CourseName(string name) { this._name …

Member Avatar for skatamatic
0
163
Member Avatar for infinitus

hello guys im having a little problem here. I have few text boxes and few labels. User enters values into textboxex. Values in lables are from XML file, so the program reads for egz **<price>30</price>** and this price is set as a label **label1 => 30** And now im wondering …

Member Avatar for ChrisHunter
0
202
Member Avatar for Bchandaria

How To Upload a Embedded media or video it to asp.net application with complete UML Source Code? ? ? ? ? ?

Member Avatar for Sinderone
0
108
Member Avatar for Bchandaria

i want to store and manage the state data in a cache object so that the other request to the same page can retrieve the data or list from the cache itself of client machine without accessing or using the webserver

0
57
Member Avatar for chandnigandhi

how to place controls next to next for images in a steps?like 1 main image consisting of different sub images.

Member Avatar for Bchandaria
0
88