Re: Online Judge.

2018-09-08 Thread Md. Razibul Hasan Mithu
n Thursday, September 6, 2018 at 12:19:07 PM UTC+5:30, Md. Razibul Hasan > Mithu wrote: >> >> I want to make an *Online Judge System*. That system runs* C/C++* code >> and Take output using some inputs. But Problem is how can I run a code *Using >> Python* Language and

Online Judge.

2018-09-05 Thread Md. Razibul Hasan Mithu
I want to make an *Online Judge System*. That system runs* C/C++* code and Take output using some inputs. But Problem is how can I run a code *Using Python* Language and take all output especially runtime and memory for making all verdict like *Wrong answer, TLE, MLE. * -- You received this me

Re: Oracle with Django

2018-08-01 Thread Md. Razibul Hasan Mithu
I didn't find any way to connect oracle 11g with django. It still gives me error On Wed, Aug 1, 2018, 9:52 PM Jason wrote: > A quick google query 'django oracle` returns a number of recent results > and tutorials including a link directly to the docs. What work have you > done to look into this

Oracle with Django

2018-08-01 Thread Md. Razibul Hasan Mithu
Is it possible to connect Oracle 11g with Django 1.8? Is there exist any method then kindly let me know. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-

Re: Oracle Connection Problem

2018-07-25 Thread Md. Razibul Hasan Mithu
In oracle database ,what does NAME and HOST mean? Can you tell me in details? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

Oracle Connection Problem

2018-07-25 Thread Md. Razibul Hasan Mithu
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.oracle', 'NAME': 'orcl', # my sid is orcl. is this sid or something else?? 'USER': 'hr', # my instalation user is hr 'PASSWORD': 'hr', # Instalation Pass also hr 'HOST': '', '