All Projects → 3F → Examples

3F / Examples

Licence: MIT license
An complete examples and related support for various popular projects, and more.

Programming Languages

C++
36643 projects - #6 most used programming language
Batchfile
5799 projects
C#
18002 projects
c
50402 projects - #5 most used programming language
Visual Basic .NET
514 projects

Projects that are alternatives of or similar to Examples

vsSolutionBuildEvent
🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Stars: ✭ 66 (+200%)
Mutual labels:  build, msbuild, vssbe, vssolutionbuildevent, scripts
Ngxs Examples
NGXS Example Apps
Stars: ✭ 80 (+263.64%)
Mutual labels:  examples, samples
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+22400%)
Mutual labels:  examples, samples
Thinking In Spring Boot Samples
小马哥书籍《Spring Boot 编程思想》示例工程
Stars: ✭ 1,725 (+7740.91%)
Mutual labels:  examples, samples
playground
📚 Examples, projects, webprojects, skeletons for Nette Framework (@nette) from community members. Included @contributte @apitte @nettrine projects.
Stars: ✭ 23 (+4.55%)
Mutual labels:  examples, samples
Examples
Many examples of Raku code
Stars: ✭ 276 (+1154.55%)
Mutual labels:  examples, samples
Haxe Basics
The collection of easy samples and hello-worlds for Haxe.
Stars: ✭ 78 (+254.55%)
Mutual labels:  examples, samples
Zeus
An Electrifying Build System
Stars: ✭ 176 (+700%)
Mutual labels:  build, scripts
Scritch
A small CLI to help you write sharable scripts for your team
Stars: ✭ 74 (+236.36%)
Mutual labels:  build, scripts
Msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
Stars: ✭ 4,643 (+21004.55%)
Mutual labels:  build, msbuild
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (+154.55%)
Mutual labels:  examples, samples
examples
Example actors, capability providers, and other demonstrations
Stars: ✭ 93 (+322.73%)
Mutual labels:  examples, samples
Unity3D-JobsSystemAndBurstSamples
Examples of using the Job System in Unity 2018
Stars: ✭ 46 (+109.09%)
Mutual labels:  examples, samples
Maixpy scripts
micropython scripts for MaixPy
Stars: ✭ 326 (+1381.82%)
Mutual labels:  examples, scripts
defold-deployer
Universal build && deploy script for Defold projects
Stars: ✭ 23 (+4.55%)
Mutual labels:  build, scripts
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+427.27%)
Mutual labels:  examples, samples
react-samples
Multi-project repository containing examples to explain react concepts.
Stars: ✭ 25 (+13.64%)
Mutual labels:  examples, samples
awesome-robotics-projects
A list of open-source, affordable, less-known, or visionary robotics projects.
Stars: ✭ 233 (+959.09%)
Mutual labels:  projects
trillian-examples
A place to store some examples which use Trillian APIs to build things.
Stars: ✭ 116 (+427.27%)
Mutual labels:  examples
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (+22.73%)
Mutual labels:  examples

3F/Examples

Default License

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. ::

How to get [ only specific ] example

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/BasicExport

Receives only this:

└───Examples
    └───DllExport
        └───BasicExport
            ├───ClassLibrary1
            │   └───Properties
            ├───ClassLibrary2
            │   └───My Project
            └───UnmanagedCppConsole

Mission

Through complete examples, this repository will provide more actual support and some solutions for open projects, or more.

Why separate repository?

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.

License

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

Format

Directory Path

  1. Root directory contains folders that are related to specific projects by their names. For example:
[3F/Examples]
    \DllExport
    \Conari
    \MvsSln
  1. Some special examples are stored inside common root directory (named as -). This folder will aggregate examples by their types and related subtype, for example:
[3F/Examples]
    \-\lang\CSharp
    \-\lang\CPP
    \-\frameworks\<subtype1>
    \-\platforms\<subtype1>
    \-\<type4>\<subtype1>
    \-\<type4>\<subtype2>
    ...

Please note:

  • Each root directory should provide Readme file to specify at least information about what is it (url of the project home page and so on).
  • *lang means programming language

Directory Names

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:

  • Without_Whitespace_Name
  • WithoutWhitespaceName
  • Namespace.For.Everyting

Directory files

Unspecified format. However, each root example should provide at least Readme file.

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.

License file

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.

How to contribute

  1. Place your files of the new example in relevant folder under structure.
  2. Please specifiy Readme file to provide at least short description about your example.
    • The Readme.md name is recomended because of support the markdown syntax inside.
  3. License file is optional if you want to use our default license.
  4. Use PR (pull requests) to push your example on https://github.com/3F/Examples.

We're waiting your awesome examples like for beginners and for professionals.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].