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

Search In

What does the term "non-autistic" mean when talking about AI?

Recently, I was watching a Hollywood sci-fi movie Ex Machina, and in that a term non-autistic is used "it's kind of non-autistic" I was wondering what this term means when taking about Artificial intelligence.

Making a Blurred Mask

Making Blurred mask in Flash Masking in Flash is very easy..But when we talk about Blurred mask..Not an easy task.. So to make that easy i am posting this blog.. Lets start with "How to Mask an object", there are following steps.. 1.Open a new file

Different ways of using array filters in AngularJS

AngularJS provides a filter feature to format input value and an array based on certain criteria. Here, we will see the ways of array filtering. For example-below is the array:- $scope.movies = [ {id: 1,title: ‘Airlift’, genre: ‘real story’,

Rating Gem in Ruby on Rails

How to setup a rating feature in rails application.   The best and simple way of doing so is by using RAILS GEM ratyrate by following simple steps.   Step 1: Include GEM in your gem file gem 'ratyrate'   Step 2:  Generate

AngularJS expressions

Expressions in AngularJS is represented using double curly braces-{{ }}. Expressions are used to bind  the data to the HTML in the same way as the ng-bind directive of angular. Expressions using- 1.numbers:- syntax- <p>Price of movie t

Create custom component in Joomla 1.5

Sometimes, when we are working on CMS like Joomla, Drupal etc, we have such requirements for which we need to build our own component. On that component, we can add our logics for development. Here are some basic steps to create you own Joomla compo

How to automate a Flash Player in Selenium

The following should be used to automate a flash player: WebDriver driver = new FirefoxDriver(); driver.navigate().to("http://www.youtube.com/watch?v=cwNmRCJAIXU"); FlashWebDriver flashObj = new FlashWebDriver(driver,"movie_player"); flashObj.call(

Loading an external SWF file and Instantiate Class From a swf in flex using as3

SWF files are loaded using the Loader class: 1.Create a new URLRequest object with the url of the file. 2.Create a new Loader object. 3.Call the Loader object's load() method, passing the URLRequest instance as a parameter. 4.Call the addChild() meth

Remove Custom Post Types and Taxonomies in Wordpress

Hello readers, In this blog I will teach you how to remove custom post type and taxonomies. The below code is the custom taxonomies of the parent theme inside the functions.php add_action( 'after_setup_theme', 'parent_gallery_add_post_type' );

Screen Recording with Android Studio

Hello Friends, Sometime we need to record Android Screen as Movie. This is very useful for Bug reporting and for app promotion. Android Studio has ability to record device's Screen as movie. Android studio give button in DDMS to record video of D

1 2 4 20
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: