Skip to content

Instantly share code, notes, and snippets.

View xiaomeixw's full-sized avatar
💭
I may be slow to respond.

xiong xiaomeixw

💭
I may be slow to respond.
View GitHub Profile
@jeasinema
jeasinema / delaunay.py
Last active November 11, 2024 08:04
A python implementation of delaunay algorithm
#!/usr/bin/env python
# -*- coding:UTF-8 -*-
# File Name : face_morphing.py
# Creation Date : 04-04-2018
# Created By : Jeasine Ma [jeasinema[at]gmail[dot]com]
import cv2
import json
import numpy as np
@milindjagre
milindjagre / WordToPdf.java
Created April 13, 2016 11:57
This java file will convert word file into pdf file. Word to Pdf converter using JAVA API.
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.milind.word.to.pdf;
import com.itextpdf.text.Chunk;
import com.itextpdf.text.Document;
import com.itextpdf.text.DocumentException;