Skip to content

Instantly share code, notes, and snippets.

@lpranam
lpranam / gsoc19.md
Created August 25, 2019 05:03
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

@dreadpool2
dreadpool2 / gsoc2018description.md
Last active October 21, 2023 13:58
GSOC 2018 - Open Event Android - Sanyog Ghosh
@robabby
robabby / media-queries
Last active October 30, 2022 13:17
A comprehensive list of media queries forked from Bootstrap and Foundation frameworks
// Bootstrap
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {