code-examples: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (link code-formats and code-brainstorming)  | 
				 (+code)  | 
				||
| Line 1: | Line 1: | ||
= Code Examples =  | = Code Examples =  | ||
Per the microformats process this is an examples page documenting existing real world examples of source code published on the Web. Next steps are to research [[code-formats]] and then proceed with [[code-brainstorming]].  | Per the microformats process this is an examples page documenting existing real world examples of source [[code]] published on the Web. Next steps are to research [[code-formats]] and then proceed with [[code-brainstorming]].  | ||
== The Problem ==  | == The Problem ==  | ||
| Line 16: | Line 16: | ||
== See Also ==  | == See Also ==  | ||
* [[code]]  | |||
* [[code-formats]]  | * [[code-formats]]  | ||
* [[code-brainstorming]]  | * [[code-brainstorming]]  | ||
Revision as of 21:54, 25 May 2025
Code Examples
Per the microformats process this is an examples page documenting existing real world examples of source code published on the Web. Next steps are to research code-formats and then proceed with code-brainstorming.
The Problem
Source code is published around the web in nonstandard formats, this makes actual use more difficult as it a) obscures possible licensing issues, b) doesn't encapsulate the source code in standard machine readable formats, and c) doesn't keep important meta data such as authors, language types and language version, with the source code in a machine readable fashion.
Participants
Real-World Examples
LXR
- uses 
 
See Also