Skip to content

Instantly share code, notes, and snippets.

@krowe-hsc
krowe-hsc / AssemblyInfo.cs
Last active September 26, 2018 14:15
This class provides handy methods for retrieving information from your projects' assembly file.
/*
* AssemblyInfo.cs
*
* MIT License
*
* Copyright (c) 2018 Kevin Rowe
*
* 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
@krowe-hsc
krowe-hsc / join_paths.php
Last active September 26, 2018 14:23
Join an arbitrary number of URI string parts into a full URI.
<?php
/*
* join_paths.php
*
* MIT License
*
* Copyright (c) 2018 Kevin Rowe
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal