Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to compress video before uploading it to server ?

We know uploading a video on server is a time consuming task but by using third party libraries we can compress video file faster. There are many libraries available but this one is good, you don't have to add any ndk with this lib : FFmpeg4And

How to Read Excel file & Insert data into MySQL Database using PHP?

Hello Reader's , Today I am going to give you this blog on how to read excel file and insert data into MySQL DB using PHP.Here we are using php-excel-reader.php library to get excel data in MySQL database. Let's Start. Create Database and

How to fix Error:(52,55): Incompatible Types: EditText Can't be Converted to String in Android Studio

bRegister.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { final String password = etPassword.getText().toString(); final String email = etEmail.getText().toString(); mAuth.cre

help with minimax tic tac toe ai

hello i am creating a minimax tic-tac-toe ai. i finished my program but it doesn't work it keeps choosing the next available spot this is my got repo https://github.com/adam-kabbara/tic-tac-toe-ai   example of choosing next avai

LINQ in MVC

While writing codes in MVC we use different way to interact with the database.   Then we can use LINQ for doing it in the database it will make our code easy to read and make the manipulation easy and faster.   First we will create a Da

LINQ Delete in MVC

While working in MVC we use LINQ to make our task easier and to make the manipulations easier   First we will create the action for doing this task.   [HttpPost] public JsonResult Remove(int id) { n

LINQ Update in MVC

In writing the code in MVC we can use the LINQ Language Integrated Query then we use this query for interacting with the database that will make the manipulations easier and time efficient  in terms of execution and in terms of programming . &n

  • 119
Is there a practical HTTP Header length limit

All the limits are configurable but not fixed by the HTTP protocol and vary from platform to platform (i.e. web-servers). Tomcat : maxHttpHeaderSize=>We can specify the max size of the request/response HTTP header in bytes, by default it is se

Find the country of the user

To find out the country of the user please use the code below: 1- Add the coreLocation Framework to your project and import #import <corelocation corelocation.h=""> 2- Set the CLLocationManagerDelegate as UIViewController @interface Locatio

Char array is better than String for password prevention

Why Char array is better than String for storing secure data like Password in Java? As we know that String is immutable in Java if we store password as String, it will be available in memory (Heap) until Garbage collector clears it and since String

1 12 93
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: