Skip to content

Instantly share code, notes, and snippets.

@heysadboy
heysadboy / gsoc2017.md
Last active September 6, 2017 20:35
Google Summer of Code 2017 - Varun Kumar, FOSSASIA

alt text

Introduction

The Open Event Project offers event managers a platform to organise all kinds of events including concerts, conferences, summits and regular meetups. The components support organisers in all stages from event planning to publish, marketing and ticket sales. Automated web and mobile apps help attendees to get information easily. My project is to add Open Event format support in other Open Source Event Apps.

Event Apps

  • Giggity is an Android app that loads xCal, pentabarf, frab, wafer and iCal files (that contain schedules of conferences, festivals and other events) and lets you browse them in various convenient formats. It is a generic app that can be used for any event that publishes their schedule in an open format.
  • Test the app by pasting this [link](https://raw.githubusercontent.com
@heysadboy
heysadboy / scroller
Last active August 26, 2017 21:33 — forked from tgandor/scroller
StarWars scroller from StackOverflow answer, compilable with G++
#include <cstring>
#include <GL/glut.h>
#include <iostream>
#include <fstream>
using namespace std;
GLfloat UpwardsScrollVelocity = -10.0;
float view=20.0;