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

Search In

Generating Random Password in .NET

For doing password Reset and changing password we always have a thing whether to send the same old password or send a random password to the user.   For generating random password to the user we  will create a code file that will generate

How to export a png sequence from an animation in Adobe flash without showing the guides?

Hi guys, I have created a tiny animation in Adobe Flash by using guide layers. It seems perfect when I play it or export the .swf file (https://drive.google.com/open?id=0B_T22xCgWSZsRVBUQ0JuTVJ5UkE). but when I'm exporting the png sequence for

Identifying Browser & Platform

PHP has given some useful environment variable that are there in the phpinfo.php page that was used to setup the PHP environment.The best environment variables set by PHP is HTTP_USER_AGENT which identifies the user's browser and operating system

How to use a unique cron job for all subscriptions system ?

If you want to use a unique cron job for all subscriptions system then follow the following code in your subscription module in .py file. def set_process(self, cr, uid, ids, context=None): for row in self.read(cr, uid, ids, context=contex

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

Coin exchange problem solution Implementation in Java

Hi, In this blog I tried to provide an efficient solution for a famous coin exchange problem using dynamic problem in bottom up approach whose time complexity is O(mn). Problem Definition In coin exchange problem you can think of a coin v

Quick Sort Implementation in Java

In this blog I am going to explain Quick Sort and also implement it using Java. Quick Sort is an efficient sorting algorithm. It is also known as partition-exchange sort. Quick sort shows an average time complexity of O

Listing, Managing and Using Ruby versions

Listing, Managing and Using Ruby versions in Rails application I am writing this blog to discuss how can we see ruby versions installed in our system. In addition to it this blog also contains how can we manage them and use different versions

Some useful built-in Functions in Ruby

1) at_exit { code to be executed} This method starts the execution of the code when the program exits. For Example: puts "Begining of execution" at_exit do puts "Inside at_exit" end puts "End of execution" Output: Begining of execution End of

DataContext in wpf

DataContext is one of the basic concepts in Data Binding which make sure to inherits the information from their parent element that is used for Binding and the other characteristics of the binding. It is extremely useful while designing WPF applicati

1 77 217
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: