https://github.com/cybercase/funproject
Collection of code snippets that I wrote in my spare time
https://github.com/cybercase/funproject
Last synced: 11 months ago
JSON representation
Collection of code snippets that I wrote in my spare time
- Host: GitHub
- URL: https://github.com/cybercase/funproject
- Owner: cybercase
- Created: 2011-11-22T18:11:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T10:05:43.000Z (over 10 years ago)
- Last Synced: 2025-02-14T14:51:35.146Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A collection of code snippets that I'm writing for my blog posts.
Consider the following lines as included in each file from this project.
/*
* Copyright (C) 2015 Stefano Brilli - stefanobrilli@gmail.com
*
* This file is part of Funproject.
*
* Funproject is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, version 2.
*
* Funproject is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*/