Skip to content

Instantly share code, notes, and snippets.

package com.example.asynctasks;
import androidx.appcompat.app.AppCompatActivity;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.TextureView;
import android.view.View;
import android.widget.Button;
@suprabhat15
suprabhat15 / MainActivity.kt
Created March 28, 2020 10:47
this repository is regarding one feature of whatsapp. Using this code,user can directly access the whatsapp without saving the contact number of any person.Earlier, users had to save the contact number before accessing that person on whatsapp.
package com.example.whatsappopener
import android.content.Intent
import android.net.Uri
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.widget.Toast
import androidx.core.text.isDigitsOnly
class MainActivity : AppCompatActivity() {
@suprabhat15
suprabhat15 / gsoc2018description.md
Created January 22, 2020 06:21 — forked from dreadpool2/gsoc2018description.md
GSOC 2018 - Open Event Android - Sanyog Ghosh

GSoC 2019

Firefox Source Docs Infrastructure

This project aims to improve the infrastructure underpinning Firefox's in-tree documentation via enabling linters, faster build times, setting up redirect and well structured hierarchies.

Issues

@suprabhat15
suprabhat15 / gsoc19.md
Created October 1, 2019 19:26 — forked from lpranam/gsoc19.md
Google Summer of Code 2019 Experience

I worked with Boost C++ Libraries in GSoC 2019 to extend my implementation of new Astronomy Library in C++ using various Boost Libraries and standard libraries which originally started in GSoC 2018. The goal of the GSoC project was to bring this library closer to its first formal review for acceptance in Boost C++ library collection.

Aim of The Library

Development of this library started targeting not only professional C++ developers but also to the scientists and physicists. With simple APIs, this library will help users to speed-up their development process.

Astronomy Library will provide basic functionalities which are required daily in the astronomy like the coordinate system and FITS file handling.

Features Developed/Enhanced During GSoC 2019