Skip to content

Instantly share code, notes, and snippets.

View acs's full-sized avatar
💭
IoT, Big Data, Cloud, Reactive, TS ... surfing the new waves

Alvaro del Castillo acs

💭
IoT, Big Data, Cloud, Reactive, TS ... surfing the new waves
View GitHub Profile
@enjalot
enjalot / index.html
Created September 8, 2011 15:15
Simple Pie Chart example with D3.js
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Testing Pie Chart</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.1.3"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?2.1.3"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?2.1.3"></script>
<style type="text/css">
@rossant
rossant / raytracing.py
Last active June 25, 2024 20:58
Very simple ray tracing engine in (almost) pure Python. Depends on NumPy and Matplotlib. Diffuse and specular lighting, simple shadows, reflections, no refraction. Purely sequential algorithm, slow execution.
"""
MIT License
Copyright (c) 2017 Cyrille Rossant
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@acs
acs / projects.json
Last active December 9, 2019 11:41 — forked from valeriocos/projects.json
IoT projects (git and github repos) in Apache, Eclipse and Linux Foundations
{
"Apache": {
"Camel": {
"git": [
"https://github.com/apache/camel"
],
"github": [
"https://github.com/apache/camel"
]
},