Skip to content

Instantly share code, notes, and snippets.

View arcanosam's full-sized avatar

Samuel Teixeira Santos arcanosam

View GitHub Profile
@lukas-h
lukas-h / license-badges.md
Last active April 17, 2024 14:06
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

.DS_Store
node_modules
@oseiskar
oseiskar / swagger-yaml-to-html.py
Last active April 3, 2024 15:24
Converts Swagger YAML to a static HTML document (needs: pip install PyYAML)
#!/usr/bin/python
#
# Copyright 2017 Otto Seiskari
# Licensed under the Apache License, Version 2.0.
# See http://www.apache.org/licenses/LICENSE-2.0 for the full text.
#
# This file is based on
# https://github.com/swagger-api/swagger-ui/blob/4f1772f6544699bc748299bd65f7ae2112777abc/dist/index.html
# (Copyright 2017 SmartBear Software, Licensed under Apache 2.0)
#
@ArturoNereu
ArturoNereu / main.cpp
Created May 6, 2018 03:15
Delaunay and Voronoi in CPP with OpenGL
/***************************************************
12 de marzo del 2011
Arturo Nereu Nunez Martinez
***************************************************/
#include <windows.h>
#include <GL/glut.h>
#include <stdio.h>
#include <math.h>