
Search In
Image Blurring Effect Android
Here I share my image blurring code. We have to pass the bitmap of the ImageView that we have to blur out and radius should be in integer value 2,4,8....
It returns the Bitmap of blurred image.
Now a days we need to
I have a situation where I want that every request that comes to my laravel 4 application for this I will use one controller at the moment which should handle every request. For handling this query the solution is as follow:
This is the question an
The range function specifies a range of integers:
range(start, stop) - the integers between start (inclusive)
and stop (exclusive)
The third value can be accepted by specifying the change between the values.
range(start, stop, step) - the int
If you need to modifiy your current context you may use the with_context() function.
self.env['res.partner'].with_context(tz=x).create(vals)
Be careful not to modify current RecordSet using this functionality:
self = self.env['res.partner'].with_con
To Implement two stacks in an array
#include<iostream>
#include<stdlib.h>
using namespace std;
class twoStacks
{
int *a;
int size;
int top1, top2; //top of two stacks
public:
twoStacks(int n) // constructor
{
From the long list of new elements balanced for appropriation by JavaScript in ECMAscript 6 (the principles collection of JavaScript), one that truly emerges is JavaScript bolt works. A moderate's optimal structure element, bolt capacity's ul
Below is the program to demonstrate various method calling conventions followed in C:
using System;
class Program{
public static void Main(){
// ========================= PART I =======================================================
int n1 =
It is always good practice to break your code into smaller files which are more meaningful as per the actions being performed in them. Splitting files into smaller one will require us to have some way by which we can call each other as required and e
C# does not support multiple inheritance because of diamond problem. To understand it better, just take an example.
Let's consider there is a class 'X' and it has two subclasses or derived classes 'Y' and 'Z'.
Photo by Marvin Meyer on UnsplashSoftware development has emerged as one of the essential professional fields in modern society because of the profound effects technology has on every aspect of our daily lives. People use technology for wor
