Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) What is the difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!
1 7097we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
1 3512Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
3859program to get the remainder and quotant of given two numbers with out using % and / operators?
10 34252can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
2 5700Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
2 6340
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is $_ get and $_ post in php?
What is this in scala?
What is the difference between == and === operator in PHP?
Explain split(), sub(), subn() methods of “re” module in python.
What color noise is best for sleeping?
Does mysql need php?
How to Pass a function to a procedure or vice versa?
How can you format a string without printing?
What is "echo" in php?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
How to delete cookie files on your computer?
What are the scenarios when the plugin menu is not displayed?
What is the difference between a free-standing and a hosted environment?
What are the disadvantages of the Python programming language?