Skip to content

Instantly share code, notes, and snippets.

View pepijndik's full-sized avatar
🏠
Working from home

pepijn pepijndik

🏠
Working from home
View GitHub Profile
@pepijndik
pepijndik / convert_directory.py
Created January 28, 2025 22:47 — forked from hansvdam/convert_directory.py
fotos van bonnentjes hernoemen met AI
import base64
import os
import openpyxl
from langchain.chains.transform import TransformChain
from langchain_community.chat_models import ChatOpenAI
from langchain_core.messages import HumanMessage
from openai.types import image_model
from pathlib import Path
from openpyxl.styles import PatternFill
from openpyxl.utils import get_column_letter
@pepijndik
pepijndik / CalendarController.php
Created July 1, 2019 16:34 — forked from adijvlian/CalendarController.php
JQuery FullCalendar Integration with PHP and MySQL
<?php
class CalendarController extends ControllerBase
{
public function indexAction()
{
include "incld/load.php";
include "incld/insert.php";
include "incld/update.php";
include "incld/delete.php";
}