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

Search In

How to get Image from URL using glide library

The below example code will helps you to get Image from URL by using glide library and to wait for image until it loaded.  For this in below example I have added glide library in  build.gradle file then I am using Glide with MainActivity cl

How to compare two text strings in PHP

There are different methods to check two text strings are equal or not in PHP. This article defines the methods which can be used for comparing two text strings. 1. '==' : == operator is most commonly used operator for comparing two strings. If the

Full Screen on Flex

Some time we need to apply the full screen in swf. The following code can be used for full screen. <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.co

Pausing the Game through Coding in Unity3D

You can pause your game in Unity3D by changing the rate at which the time is passing. It is very helpful in making pause menu in the game and in various situations that require pausing of all the events and physics to stop at the moment. To pause yo

Displaying and Adding server-supplied data into your drop down list using AngularJs.

If you want to extract data from the server through hitting an api and display it in your dropdown list of select box using angular js, you need make a service(factory) with some functions and then inject this into your controller. Here is the code

Configuring Unicorn for rails app

Unicorn is an HTTP server for Ruby. It is designed to be used in production environment unlike Webrick which is designed to be used at the time of development on local machine. Because it is very fast, efficient and offers lots of good features like

How to integrate progress bar with Angular UI Bootstrap

How to integrate progress bar with Angular UI: To use progress bar in angular, you need to include the following code in your controller: Syntax: <uib-progressbar value="" max=“”></uib-progressbar> It has attributes like max and valu

Difference between Angular 1.x and Angular 2.0

Angular 2 is different from Angular 1 as it is written completely in Typescript and includes the ES6 specification. As it is not updated version of Angular 1.x so it is rewritten and has many changes. Component based Programming: Angular2 is compone

jQuery Filtering

jQuery Filtering:     When we have to select a specific element out of various given elements filtering is required.   In Jquery there are some filtering methods divided into two groups: 1. Methods that select a s

Global and Local variables in Python

Python Variables that are defined inside a function body have a local scope, and those defined outside have a global scope and variable. That indicate local variables can be accessed only inside the function in which they are declared, whereas global

1 315 481
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: