
Search In
I am trying to develop multiplayer games with Unity3D and I use a plugin "MultiLAN V0.3" and I must add the functionality of the team and the character choose for my study project and I am very a hurry by time, I would be very grateful for your
AppResolver
Introduction :-
AppResolver library is designed for resolving the needs of opening links to their respective application.
Uses :-
This Library can be used for opening different app links and webpages to their respective application.
C
Hello Readers !!
Today I will explain you very important concept of gaming.
We all need to check objects in terms of Enemies, Players, Obstetrical, Walls many other things in the game.
We can do this by putting Colliders also. But we also have a R
E-commerce is more than just a growing trend - it’s the way business will be done in the future. Total e-commerce sales have reached 2.304 trillion dollars in 2017, which is a 24 percent increase compared to 2016. Most e-commerce business
Making NGINX Server HTTPS Certified
For making a server HTTPS compatible, these steps can be followed if you are purchasing the SSL certificate from Godaddy:
Purchase an SSL certificate from Godaddy.
Now login to your server using SSH
ssh -i pemk
Though statistics indicate that work-from-home is generally more productive, handling freelancers does come with a learning curve. Due to their physical absence, team management comes with a unique set of challenges.
Still, those who have mastered t
Code practice for Readability
Avoid unnecessary regions in class :
A class is based on Single responsibility principle.
We provide regions in class to surround block of code. I could be single or multiple methods.
Regions makes it easier to naviga
web.xml is Deployment Descriptor which consist all the basic configuration servers( like Tomcat) need to know at the time of deployment like context path, url mapping, listener, filters, error and security.
you can mentioned following in web.xml -
HTML5 allows you to validate an HTML form field using a regular expression. The below HTML code validate an email address against a regex.
<input type="email" name="email" required pattern="[^@]+@[^@]+.[a-zA-Z]{2,6}" />
Test case:
s
Hi all,
This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for .Net fr
