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

Search In

How to Implement AngulaJs Form Validation in a Web Application

AngularJS is an open source free and most popular JavaScript client-side framework which provides a great power to built HTML and JavaScript based web application.   This tutorial is in continuation with my previous tutorials, regarding Angula

Learn How to Export & Consume Modules in Node.js

What is node js module? In node js module are JavaScript libraries, or set of functions you want include in your application. Also, each module can be placed in a separate.js file under separate folder. Node js module make your application more stru

what is the use of "@aNewDecorator" and "@wraps(aFunc)" in this decorators and how can i get my output?

from functools import wraps def aNewDecorator(aFunc):     @wraps(aFunc)     def wrapTheFunction():         print("Iam doing some boring work before executing aFunc().")         aFu

How to use Cordova Push Notification Plugin with Google Firebase Cloud Messaging

Cordova push plugin with firebase is used to send notifications in both android and iOS devices. This plugin can be used for Cordova applications with Google Firebase FCM. You can send notifications to one or multiple devices with this plugin.

How to Style Page Using Bootstrap?

i need to style this page using bootstrap but i can't get that i need to style the tags with black border and i need to add some margin to the top and the bottom of the container <?php require_once ("../templates/header.php"); ?> <?

Read and Write the Structure in File using C ( File Handling )

File Handling in C:- The File handling is used in c to store the information in file. we can read the data from file and write the data into file for securing your data. Here the below example can show you how to write and read the data of structure

How to fix TypeError in Python: Object of type 'NoneType' has no len()

I'm currently trying to build an Agent for Starcraft 2 using the Pysc2 API, I'm getting by quite well however I've run into an issue that I can't seem to fix, if anyone has any idea it'd be much appreciated.   import

The Best Practices To Ensure Your iOS App’s Security

The emergence of a broad variety of novel technologies has given rise to valid concerns about security. To state the obvious: Maintaining security is currently among the biggest concerns in the global IT market. Everyone, from users to companies, to

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month.     public GetCalculatePerform(int? Student_ID, int? CourseID, int? SemID) { var newlist1 = dbcontext.Stu_Result

How to Translate a C# Code into Java Language?

I need to translate this c# code into java, please     string sourceAddress = @"input.txt";   string astAddress = @"AddressSymbolTable.txt";   firstPass(sourceAddress, astAddr

1 296 720
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: