GithubHelp home page GithubHelp logo

cghersi / snip2codenet Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 3.0 3.26 MB

.NET Client Wrapper for Snip2Code, a web service for software developers to collect, organize and share code snippets.

Home Page: http://www.snip2code.com

License: GNU General Public License v2.0

C# 100.00%

snip2codenet's Introduction

snip2codeNET

.NET Client Wrapper for Snip2Code.

Snip2Code is a web service for software developers to collect, organize and share code snippets.
Each user can add his own snippets and decide, for each snippet:
a) to keep it private (nobody else can see it)
b) to share it with some other users belonging to a group (all the members of the group can see the snippet, only the administrators of the group and the creator of the snippet can edit it)
c) to publish it to the world (everyone can see the snippet, only the creator can edit it)


Each snippet is provided with:

  • the title (mandatory), providing a quick understanding of the scope (e.g. the signature of a method)
  • the description (optional), providing a more extended explanation of the behavior of the code, together with eventual notes (e.g. the documentation of a method)
  • the code (mandatory), that is, the actual content of the snippet (e.g. the body of a method)
  • the visibility (mandatory), that defines who can see and who can edit the snippet
  • a set of tags (optional), which can help in retrieving and discovering the snippet among all the others
  • a set of properties (optional), i.e. a set of key-value pairs that better define the scope and the environment of the snippet (e.g. the language, the operating system where it can run, the framework used, etc.)

The snippets can be published in channels, that are simple collections of snippets with a common topic.
Each snippet may belong to several channels.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.