Skip to content

Instantly share code, notes, and snippets.

View AmrMKayid's full-sized avatar
:shipit:
Building Something Interesting! 👨‍💻💓🤖👨‍🔬

Amr Kayid AmrMKayid

:shipit:
Building Something Interesting! 👨‍💻💓🤖👨‍🔬
View GitHub Profile
require('isomorphic-fetch');
const mongoose = require('mongoose');
module.exports.TakeFromAPI = async (req, res, next) => {
const headers = new Headers();
headers.append('Content-Type', 'application/json');
// Hena el json object elli htb3teh ll API
const JSON_TO_SEND_TO_API = {
/* Libraries */
#ifdef __APPLE__
#include <GLUT/glut.h>
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#else
#include <GL/glut.h>
#include <GL/glu.h>
#include <GL/gl.h>
@AmrMKayid
AmrMKayid / main.cpp
Created October 13, 2018 17:33
using ds in cpp OpenGL file
/*
TO COMPILE & RUN
g++ -o out main.cpp -framework GLUT -framework OpenGL -Wno-deprecated && ./out
*/
#ifdef __APPLE__
#include <GLUT/glut.h>
@AmrMKayid
AmrMKayid / SE-Tut.md
Created February 10, 2018 15:54
SE-Project

Getting Started:

git clone https://github.com/MoghazyCoder/SE-Project.git

cd SE-Project/

Open the README.md File using any text editor, sublime, atom , or VSC