All Projects → lwchkg → DotNetEditor

lwchkg / DotNetEditor

Licence: other
A VB/C# text editor with the ability to run code and code snippets.

Programming Languages

C#
18002 projects
Batchfile
5799 projects
HLSL
714 projects

Projects that are alternatives of or similar to DotNetEditor

Arl
lists of most popular repositories for most favoured programming languages (according to StackOverflow)
Stars: ✭ 1,590 (+8268.42%)
Mutual labels:  vbnet
Ubufundi
Android Code Recipies:Short targeted code snippets to get the job done
Stars: ✭ 16 (-15.79%)
Mutual labels:  snippet
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+17215.79%)
Mutual labels:  snippet
ts-snippet
A TypeScript snippet compiler for any test framework
Stars: ✭ 29 (+52.63%)
Mutual labels:  snippet
add-to-calendar-button
A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.
Stars: ✭ 697 (+3568.42%)
Mutual labels:  snippet
carbonara
API for carbon
Stars: ✭ 86 (+352.63%)
Mutual labels:  snippet
VB.net-HTTP-Botnet
An unfinished project. HTTP botnet coded in VB.net and PHP.
Stars: ✭ 12 (-36.84%)
Mutual labels:  vbnet
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (+168.42%)
Mutual labels:  vbnet
DS-Cookbook101
A jupyter notebook having all most frequent used code snippet for daily data scienceoperations
Stars: ✭ 59 (+210.53%)
Mutual labels:  snippet
MovieReview-Angular-Prod
This Single Page App created using bunch of technologies. I have used ASP.NET MVC 5 as a base framework. With this I have used Web API, Entity Framework Code First Approach, Unit Of Work pattern, Repository Pattern and design techniques like Single Repository Principle, Factory pattern.... Apart from this I have used Angular framework to write t…
Stars: ✭ 15 (-21.05%)
Mutual labels:  snippet
git-the-lines
A Discord bot that prints out the lines referenced in a GitHub, GitLab, or BitBucket snippet link
Stars: ✭ 37 (+94.74%)
Mutual labels:  snippet
code-examples-manager
Software tool to manage your notes and code examples, to publish them as gists or snippets
Stars: ✭ 26 (+36.84%)
Mutual labels:  snippet
vsc html5 boilerplate
This is a Visual Studio Code snippet extension for generating HTML 5 boilerplate code
Stars: ✭ 32 (+68.42%)
Mutual labels:  snippet
Compactgui
Visual Interface for the Windows 10 Compact Function
Stars: ✭ 2,103 (+10968.42%)
Mutual labels:  vbnet
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+52821.05%)
Mutual labels:  snippet
Taskbarx
Center Windows taskbar icons with a variety of animations and options.
Stars: ✭ 6,137 (+32200%)
Mutual labels:  vbnet
meta-theme-sky-color
Js snippet that changes the mobile Chrome nav bar color to the color of the sky based on time of day.
Stars: ✭ 19 (+0%)
Mutual labels:  snippet
VB.NET
🌐 In this repository included useful examples of Visual Basic completed on Studio 2017 Enterprise Edition, added diploma work of time since 2013. 👔
Stars: ✭ 35 (+84.21%)
Mutual labels:  vbnet
YoutubeDownloader
A Music downloader with Spotify integration for automatic metadata application. [Depricated]
Stars: ✭ 13 (-31.58%)
Mutual labels:  vbnet
ProtheusDoc-VsCode
Repositório para implementação dinâmica do ProtheusDoc do TDS para VsCode
Stars: ✭ 19 (+0%)
Mutual labels:  snippet

Dot Net Editor

Screenshot

Dot Net Editor is an VB/C# text editor with the ability to run code and code snippets. It can run a complete code file, or a snippet containing only the inside of a class or the inside of Main().

The program does not use an interactive console when Console.ReadLine is executed. Instead the text in “Input Data” is used as the input. The input is relayed into the Console output to simulate an interactive console. This can help users (likely students and educators) to verify the correctness of the program.

License

The program is licensed under GPLv3, but with exception that allow linking graphical assets (e.g. icons) to the binaries under some conditions. See LICENSE for details.

Credits

  • ICSharpCode, for AvalonEdit control (MIT license).
  • Icons8 (https://icons8.com), for free icons (CC BY-ND 3.0 license).
  • Microsoft for the .NET compiler platform (Apache License 2.0).
  • Cameron MacFarland and Simon Cropp, for Fody and Costura (MIT license) which enable this app to be distributed as an single executable file.
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].