Skip to content

Instantly share code, notes, and snippets.

View DaniSagan's full-sized avatar

Daniel Fernández Villanueva DaniSagan

View GitHub Profile
@DaniSagan
DaniSagan / SwitchControl.cs
Created October 16, 2019 19:45
WinForms switch control
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
@DaniSagan
DaniSagan / SigpacUtils.java
Last active December 5, 2018 17:17
Utilidades para SigPac
package com.danisagan.sigpacvisor.utils;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import javax.imageio.ImageIO;
import com.danisagan.common.Vec2d;