This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
############################################################################## | |
# | |
# By: Andreas Hadjiprocopis (c) 2024 [ andreashad2 at gmail dot com ] | |
# Date: 13-Sep-2024 | |
# Free to modify and/or distribute with attribution | |
# | |
# Script to localise OpenTripPlanner's client user-interface | |
# so that it can operate without network access. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#include <time.h> | |
/* delete keys matching a pattern, comments welcome | |
author: Andreas Hadjiprocopis (https://github.com/hadjiprocopis) / bliako | |
date : 30/11/2021 | |
*/ | |
/* cvector is a headers-only vector implementation |