All Tickets

Priority
Status
Type
Category
Star
asked 2 years, 6 months ago
Views 189
Views 189

Is there something in JavaScript similar to @import in CSS that allows you to include a JavaScript file inside to …

Javascript
Low
Question
Closed
Bunny
asked 2 years, 6 months ago
Views 179
Views 179

How can Create a Pandas DataFrames in python?

Python
Low
Question
Closed
Star
asked 2 years, 6 months ago
Views 195
Views 195

How to save a screen show in directory or folder in python selenium testing ? 

Can one help me

Python
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 174
Views 174

Write Python logic to count the number of capital letters in a file.

Python
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 185
Views 185

Trying to shuffle the following Array randomly:

int[] solutionArray = {1, 2, 3, 4, 5, 6, 6, 5, 4, 3, …
Java
Medium
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 182
Views 182

To be specific, I was trying this code:

package hello;

public class Hello {

    Clock clock = new Clock();

    public …
Java
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 215
Views 215

Tried writing a Java routine to evaluate math expressions from String values like:

  1. "7+3"
  2. "10-30"
  3. "(1+10)*3"

Don’t want a lot of if-then-else …

Java
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 170
Views 170

How to compare two strings in equal value??

Java
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 182
Views 182

Can anyone help me how to manage both versions in one Windows 10.

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 205
Views 205

What are the source code for built-in python function like code behind sorted or enumerate etc...?

Python
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 214
Views 214

I am trying to append text repeatedly to an existing file in Java. Not able to do so?

Java
Medium
Task
Closed
Anonymous
asked 2 years, 6 months ago
Views 195
Views 195

What are the main difference between an inner class and a static nested class in Java? Is it play a …

Java
Low
Question
Closed
ahmed.hisham87
asked 2 years, 6 months ago
Views 194
Views 194

I am trying to make the like button in the post_detail.html page clicked without refreshing the page so, I included …

Javascript
Medium
Problem
Closed
ashutoshmishra333
asked 2 years, 6 months ago
Views 392
Views 392

class Photo(models.Model):

image1=models.FileField(blank=True, default="",upload_to="media/images",null=True)

image2=models.FileField(blank=True, default="",upload_to="media/images",null=True)

def __str__(self):

return str(self.image1)

How can i download images from the both field on …

Django
Medium
Task
Closed
Anonymous
asked 2 years, 6 months ago
Views 160
Views 160

Not able to Implement social login authentication in Django ...

Django
Medium
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 170
Views 170

Can someone explain How a request is process in Django ?

Django
Medium
Question
Closed
nikhil7
asked 2 years, 6 months ago
Views 213
Views 213

Hi my problem is that i want to distribute my django app to different users but i want it to …

Django
Medium
Question
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 490
Views 490

Hi,

I am trying to get the time spent on each page in a django project using Javascript. I keep …

Django
Medium
Problem
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 295
Views 295

Hello, 

I want to know if there is a way to get the time spent by each user on each page …

Django
Medium
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 161
Views 161

I am trying to install Django in my system.

But getting an error meassge ...

C:\Python34> pip install Django
'pip' …
Python
Medium
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 182
Views 182

How to handle URLs in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 189
Views 189

Can you set up static files in Django? How?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 173
Views 173

Specify the features available in Django web framework?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 151
Views 151

What is the use of session framework in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 170
Views 170

What does the Django templates contain?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 215
Views 215

What are the inheritance styles in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 171
Views 171

How to create a project in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 508
Views 508

How to filter data from Django models using python datetime?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 176
Views 176

How Django processes a request?

Django
Low
Question
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 592
Views 592

Hi,

I am starting a new project using Python 3.8 and I am trying to install Pillow but returning this …

Python
Medium
Problem
Closed
kanagasabai
asked 2 years, 7 months ago
Views 163
Views 163

And after submission an alert of "submitted successfully"  should be displayed on top the screen..

Javascript
Low
Question
Closed
geekPro
asked 2 years, 7 months ago
Views 478
Views 478

and What are the different kinds of Doctypes available?

HTML
Low
Question
Closed
geekPro
asked 2 years, 7 months ago
Views 159
Views 159
0.1 + 0.2 === 0.3 // => ???
Javascript
Low
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 227
Views 227

How to filter latest record by date in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 173
Views 173

How to login with email instead of username in Django?

Django
Low
Question
Closed
p789ahm
asked 2 years, 7 months ago
Views 365
Views 365

I am fetching an external json file . Whenever I send the data in dictionary form to html page and …

Django
Low
Problem
Closed
kanagasabai
asked 2 years, 7 months ago
Views 181
Views 181

 Explain localStorage and sessionStorage..

HTML
Low
Question
Closed
kanagasabai
asked 2 years, 7 months ago
Views 276
Views 276
var text = 'outside';
function logIt(){
    console.log(text);
    var text = 'inside';
};
logIt();

The above code don't throws an error! …

Javascript
Low
Problem
Closed
kanagasabai
asked 2 years, 7 months ago
Views 460
Views 460
CSS
Low
Question
Closed
geekPro
asked 2 years, 7 months ago
Views 320
Views 320

The following recursive code will cause a stack overflow if the array list is too large. How can you fix …

Javascript
Medium
Problem
Closed
hijaw39777
asked 2 years, 7 months ago
Views 732
Views 732

What can I do when my pagination breaks after first page when I specify the keyword in a form for …

Python
Medium
Problem
Closed
p789ahm
asked 2 years, 7 months ago
Views 910
Views 910

Hi Everyone,

I am confusing here, I haev installed "django-filter" in my virtual environment. And added the same into my …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 199
Views 199

Successfully using this code to send HTTP requests with some parameters via GET method

void sendRequest(String request)
{
    // i.e.: …
Java
Medium
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 186
Views 186

How would you check if a String was a number before parsing it?

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 147
Views 147

What is the use of anonymous classes in Java? Can we say that usage of anonymous class is one of …

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 171
Views 171

I'm getting a NoSuchMethodError error when running my Java program. What's wrong and how do I fix it?

Java
Medium
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 180
Views 180

I am getting a NoClassDefFoundError when I run my Java application. What is typically the cause of this?

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 213
Views 213

Is it possible to call a constructor from another (within the same class, not from a subclass)? If yes how? …

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 181
Views 181

How can I find the number of cores available to my application from within Java code?

Java
Low
Question
Closed
First Previous 1 2 3 4 5 Next Last

Wanna Post Ad?
Reach a large group of audience by posting an ad about your business here. For more details
Drop us a Message
Why Teckiy?
Get Support for open source tools/framework with SLA's.
Are you a Freelancer?
Earn money by writing Blogs & solving tickets
Want to become a Techion?
Signup and start resolving tickets submitted by user
Earn Money
Gain Points and thereby Earn Money