| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains (or will contain) complete examples for various popular projects like:
Also may contain complete examples for some programming languages, frameworks, platforms, ...
It continues idea from: 3F/DllExport#84
And complements the old :: .sandbox. ::
But if you need only one, try for svn export, or git + --depth=1 + sparseCheckout filter, and so on.
Or please use ghdir scripts:
ghdir {url_to_directory} [{optional_destination_path}]
Sample for DllExport/BasicExport:
ghdir https://github.com/3F/Examples/tree/master/DllExport/BasicExportReceives only this:
└───Examples
└───DllExport
└───BasicExport
├───ClassLibrary1
│ └───Properties
├───ClassLibrary2
│ └───My Project
└───UnmanagedCppConsole
Through complete examples, this repository will provide more actual support and some solutions for open projects, or more.
Additional repository like https://github.com/3F/Examples is less associated to specific license! It just provides more transparent layer in the legal field between each example instead of already used repositories.
Moreover, some specific examples may provide more additional artefacts, unit-tests, and lot of other things that are directly related only to examples and not for their projects.
Feel more free, and/or make your contribution according to your specific rules.
As was stated above, some contributors may provide custom license for each example separately. You should find any related license file inside directory with example.
However, it will be the MIT License (MIT) by default if directory with examples does not provide anything else.
Copyright (c) Authors and contributors of each individual example
[3F/Examples]
\DllExport
\Conari
\MvsSln
[3F/Examples]
\-\lang\CSharp
\-\lang\CPP
\-\frameworks\<subtype1>
\-\platforms\<subtype1>
\-\<type4>\<subtype1>
\-\<type4>\<subtype2>
...
Please note:
The name shouldn't contain any whitespace characters. Use Pascal case, or underscore _ characters, or dot . characters instead if you're contributing something. For example:
Unspecified format. However, each root example should provide at least Readme file.
Inside each directory with example (its root folder) should be presented the Readme file. It should describe something about placed example, and some additional related information.
If you're contributing something, please follow this rule to provide at least short description and some accompanying notes for your example. Name it as Readme.md file because it will allow to use markdown syntax inside.
The License file is optional for each example. That is, an example is licensed under default MIT License if any License file does not exist at all.
But, again, you can optionaly also specify your custom license and copyright for your example if you're contributing this to us.
We're waiting your awesome examples like for beginners and for professionals.
| Back | FazBrowse Home | New Git URL |