Sunday, May 17, 2020

Facebook To Buy Giphy in Reported $400 Million Deal



The above is taken from Hiptoro


Facebook on Friday said it has agreed to buy popular GIF-making platform Giphy. The social networking giant said Giphy will join the company as part of the Instagram team.

"By bringing Instagram and GIPHY together, we can make it easier for people to find the perfect GIFs and stickers in Stories and Direct," wrote Vishal Shah, Facebook's vice president of product, in a blog post.

The deal is worth around $400 million, according to Axios, which earlier reported the acquisition. The two companies reportedly started talking about a partnership before the coronavirus pandemic.








Giphy said in a blog post that it's platform will remain "openly available to the wider ecosystem," and reassured people that the GIFs, stickers, emojis and other content that they've created won't disappear.






Facebook plans to integrate Giphy's library of GIFs into Instagram .


Read this Blog Article Here

Saturday, May 16, 2020

Grand Theft Auto Free Download Crashes Epic Games Store



The Epic Games store experienced glitches on Thursday as fans rushed to download a free copy of Grand Theft Auto V.
Within minutes of making the game free online the increase in visiting the side caused the site to slow and send error messages.
Epic blamed the slowdown on "heavy traffic" and said they were working to fix the problem.
Grand Theft Auto , the GTA series is made by Rockstar Games and One of these is GTA V , one of the top selling gaming franchises.
Every week Epic Games makes a 'mystery game' available without charge on its store. The games are available for PCs or Macs. Users who download the week's mystery game can keep it forever, even when the free to download period expires.
On Wednesday it was announced Grand Theft Auto V would be this week's game.
The game became available at 15:00 GMT . Within minutes of the launch users began to report slowdowns and error messages.


On Twitter Handle , the company tried to calm fans.

Grand Theft Auto was launched in 2013 and even after 5 years the craze for the game and huge fanbase has not been decreased .
The Game has earned more than any other single game ever released, according to MarketWatch. More than 100 million copies have been sold since its release in 2013.
The slowdown and crashes appear to have lasted several hours and caused problems on other Epic platforms as well.
The offer to download Grand Theft Auto V runs through 21 May. In January, Epic Games said it planned to give away free games each week through 2020.
Such offers attempt to boost revenues by drawing gamers to online stores.

Tuesday, May 12, 2020

C++ Operators

C++ Operators

Operators are used to perform operations on variables and values.They are of many types so get straight to them

Assignment operator (=):

The assignment operator assigns a value to a variable.
a= 5;
This statement assigns the integer value 5 to the variable x. The assignment operation always takes place from right to left, and never the other way around:

see an example 



so we assigned value 5 to a and then printed to it


SWAPPING OF VARIABLES :


Now see an example of swapping the variables----------

for swapping two values we need a third variable,


first we assign the value of c equal to a then we make b=c so b becomes = a & declaring a=b so that a becomes b.


So thus we can change the value assigned to an operator.

some combination of operators are shown below-----------------------

“+=”:       

This operator is combination of ‘+’ and ‘=’ operators. This operator first adds the current value of the variable on left to the value on right and then assigns the result to the variable on the left.

Example:

(a += b) can be written as (a = a + b)
If initially value stored in a is 7. Then (a += 6) = 13.
 
“-=”:       

This operator is combination of ‘-‘ and ‘=’ operators. This operator first subtracts the value on right from the current value of the variable on left and then assigns the result to the variable on the left.

Example:

(a -= b) can be written as (a = a - b)
If initially value stored in a is 7. Then (a -= 6) = 1.
 
“*=”:     

This operator is combination of ‘*’ and ‘=’ operators. This operator first multiplies the current value of the variable on left to the value on right and then assigns the result to the variable on the left.

Example:

(a *= b) can be written as (a = a * b)
If initially value stored in a is 7. Then (a *= 6) = 42.
 
“/=”:

 This operator is combination of ‘/’ and ‘=’ operators. This operator first divides the current value of the variable on left by the value on right and then assigns the result to the variable on the left.

Example:

(a /= b) can be written as (a = a / b)
If initially value stored in a is 6. Then (a /= 2) = 3.


Arithmetic operators ( +, -, *, /, % ) :

They are of two types----------


1. Unary Operators: 

Operators that operates or works with a single operand are unary operators. For example: (++ , –)

2. Binary Operators:

 Operators that operates or works with two operands are binary operators. For example: (+ , – , * , /)

now discussing about Unary Operators we can see there are five types of arithmetical operations .

The five arithmetical operations supported by C++ are:

operator
description
+
addition
-
subtraction
*
multiplication
/
division
%
modulo

Operations of addition, subtraction, multiplication and division hint to their respective mathematical operators. The  modulo operator, represented by a percentage sign (%), gives the remainder of a division of two values. For example:


int x;
x = 5 % 3 ;

results in variable x containing the value 2, since dividing 5 by 3 results in 1 , with a remainder of 2.

similarly 

int a = 10 ,b = 2 , c= 5 ,d;

cout<<a+b;    //will give you 12
cout<<a-b;     //will give you 8
cout<<a*b;    //will give you 20
cout<<a/b;    //will give you 5

d=c/b;

cout<<d;    /*will give you 2 as 5/2 is 2.5 but it will return the integer value                           as you prefixed d as integer*/





Sunday, May 10, 2020

Top 5 Digital Illustration And Animation Apps Of 2020 !!

In 2020 the craze for Digital Painting / Illustration has came across so far . The main point is Digital Paintings are no more confined to just Desktop Apps , they are now also available in mobile apps SO I will be presenting top 5 picked such Apps For your Android and iOS that You can try in this lockdown due to COVID-19  : (

List :

1. SketchBook -draw and paint 

by Autodesk Inc.

why to install ?
  • Make detailed illustrations witha dizzying array of customisable brushes and 
  • The option to scan your own line art - all free
  • Turn your drawing into a time-lapse movie - SketchBook will speed up the footage for quick playback , so that you can share it or use it as tutorial.
  • Smooth out bumpy lines and imperfect circles with precision tools like predictive stroke
link :  Android  iOS


2.InColor - colorin book for adults

by EYEWIND 

why to install ?


  • Get creative with textures and more than 10 brushes, plus 'Smart Borders to keep even the wildest scribbles inside the lines
  • Explore a broad range of colouring books, from 'Birds and Blooms' 
  • Anime Kitten' to 'Mandala Pattern'
  • Transform your own pictures into colouring pages, draw your own mandalas and create pixel art from scratch

link :  Android   iOS


3.Concepts - Sketch , Design , Illustrate

by Top Hatch Inc.

why to install ?
  • Let your imagination run wild with advanced tools and an infinite canvas
  • - extend it as far as you want in any direction
  • 2 Drag menus around your canvas and customise the Tool Wheel's size and
  • contents (with your eight go-to tools)
  • 3Create for free or choose the upgrade that works for you, from à la carte
  • brush packs to a subscription for everything

link :  Android

4.Adobe Illustrator Draw

Adobe

why to install ?

  • Make layered vector artwork that you can zoom up to 64x with this designer-beloved app
  • Customise brush opacity, colour, taper and more - with previews for each stroke as you choose
  • Adobe integration lets you export layered images to Photoshop with layers preserved, access your Creative Cloud libraries and more

link :  Android   iOS

5.Flipaclip Cartoon Animation 

by Visual Blasters LLC

why to install ?

  • Bring animations to life frame by frame, with simple drawing tools and an easy-to-use timeline
  • Level up your creation with multiple layers, imported images or videos, and audio
  • Choose the perfect canvas size for where you share: YouTube, Instagram, Facebook, TikTok and more

link :  Android   iOS

So this is the list. Follow this blog to know about such cool apps and features  : )

Please do Share to encourage me doing such works for you ; ) 

Google Lens to Help People Copy & Paste Texts Directly From Phone to PC


Making digital notes is not possible every time for students , so maximum time they take notes in copies . But the problem with this is it is not handy while sharing or can't be accessed if you don't have that particular copy.

So Google has rolled out a new feature for Lens that will be very helpful for students or anyone who needs it. You can now use Google Lens to copy and paste handwritten notes on your PC.
To get the new feature you need to have the latest version of the Google Lens or Google app and Google Chrome as well. This is available for both Android  & iOS users, and you can download it from Google Play and App Store respectively. If you don’t have the Google Lens standalone app then you can access the feature from the Google app too and for iOS you can have the app lens directly in your Google Photos app.


How to use it


Open the Google Lens app or tap on the Lens button on the Google app.
Point your phone’s camera lens towards your handwritten notes.
Take a photo and adjust to select the text you want transitioned.
Then select the ‘copy to computer’ option that will appear below.


Your notes will be copied on your PC and you can paste it wherever you want.( You have to make sure that you have signed on both the devices with same Gmail Id)
It goes without saying that you would need to have good handwriting or something that’s clear enough to understand. Also, using this feature requires you to be logged in with the same Google account on all apps. For those who take down notes especially now during online classes, this feature can be very helpful.

Friday, May 8, 2020

Google Launches Android 11 Preview 4 , See What You Will Get




Android RAndroid 11 is the upcoming eleventh major release and the 18th version of the Android mobile operating system. Alphabetical release names for major Android versions were discontinued as of Android 10,  also known as Android Q . With the upgrade of Androids the major thing we seek is it's cool new features . This stock Android will have these features


FEATURES :

  • New platform features included in Android 11 include enhancements to support for foldable smartphones (including support for hinge angle sensors) .
  • 5G support system enhanced.
  • Project Mainline (servicing of system components via Google Play Store) 
  • In-built Smart Screenshot ( for taking long screenshots ,edit them and share them on the go ) and Screen recorder will be introduced , so no one have to go to 3rd party Software for it .
  • High Efficiency Image File Format (HEIF) to compress the size of the image taken by your camera so that it does not occupy much space . It will not affect the resolution 
  • Android 11 comes with a new "recent apps" UI and the ability to undo an inadvertent closing of a recent app, as well as the ability to tweak gesture sensitivity.] Ethernet tethering is supported when the device is connected to a USB-to-Ethernet adapter.
  •  Support for STIR/SHAKEN call authentication will also be included. Google also stated plans for a "dedicated conversation section in the notification shade" . It will let you know whether the person called you is in your contact list or not .
  •  The ability to only grant certain permissions to apps on a case-by-case basis (similarly to iOS 13). Like , if an app requires location access you can choose the option " only while using the app " so that it will track your location only that particular time . 
  •  To introduce stronger enforcement of the "scoped storage" system. If automatically rebooting after a system update, apps can automatically resume and regain access to credential-encrypted storage without authentication.
  • Last but not the least security patch is always getting upgraded along with the android updates .


Though many custom UI like One UI , Color Os already given some features in android 10 (Q) . Let's see what they bring to us in Android 11.

Thursday, May 7, 2020

PROJECT EULER SOLUTION MULTIPLES OF 3 & 5

SOLUTION TO THE PROBLEM GIVEN IN PROJECT EULER PROBLEM NO 2 ---Multiples of 3 and 5


ALGORITHM :

Get MULTIPLES of 3 and5 up to the NO given, SUPPOSE x in the CODE given below and ADD them until it CROSSES THE NO x . Now taking MULTIPLES of both 3 and 5 includes taking multiples of 15 twice times , one for 3's multiple and the other for 5's multiple. so we have to subtract the multiples of 15 until it crosses the number x


SOLUTION :


#include <bits/stdc++.h>using namespace std;

long long int Sum_Divisor(long long int n){
    //long long int i=1;    long long int sum =0;
    for (long long int i = 1; i < n/2; ++i) {
        if (3*i < n)
            sum=sum+3*i;
        if (5*i < n)
            sum=sum+5*i;
        if (3*5*i < n)
            sum=sum-3*5*i; // subtract the multipes of 15     }
    cout<<sum;
}

int main()
{
    long long int x;
    cin>>x; 
    Sum_Divisor(x);
}


for the above QUESTION IN EULER PROJECT x = 1000 , and the ans is  233168 .