Click here to Skip to main content
15,891,567 members
Everything / Open Source

Open Source

open-source

Great Reads

by Tomaz Koritnik
TmStorage is a structureless virtual file system from which complex storages or databases can be built.
by Athari
CsConsoleFormat library for .NET - Formatting in Console using modern technologies
by DannyVarod
Fast, stable and powerful creation of NuGet packages
by Afzaal Ahmad Zeeshan
Uploading the files - HTML5 and jQuery way

Latest Articles

by Oliver Smith 2022
Save time comparing JSON docs and build collaboration features into your applications
by Jin Vincent Necesario
Open-source security approaches
by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source
by Simon Jackson
Unity3D and Opensource get acquainted

All Articles

Sort by Updated

Open Source 

4 Jun 2014 by abhicoolhot
Hi,Am struggling in open the selected file and directory listed on listbox.Actually, I have designed the listbox which list all files and directory present on C drive. Now a button click which has to open the selected file or directory using c#.Please advice.
20 Jan 2015 by Abhinav S
Maybe you can start debugging the open source project. That will help you get started.
18 Mar 2015 by Abhinav S
There is no easy way to convert a form application to a web application.The UI will be new, even if you use the same business logic.
15 Nov 2014 by Afzaal Ahmad Zeeshan
This article provides an overview for the ASP.NET 5 a.k.a vNext, its features and the new stuff for the developers and audience.
28 Nov 2014 by Afzaal Ahmad Zeeshan
Uploading the files - HTML5 and jQuery way
18 Mar 2015 by Afzaal Ahmad Zeeshan
Before I answer your question, I want to question you... Do you have any idea what web development is, and where does web application run? If you're having a Windows-based application; and you've also mentioned .NET 2.0. Chances are that you're also using some of the .NET-based assemblies to...
10 May 2015 by ALBTechno
I want to know how to open a file(all type) from resource manager(i already added files in resource manager..But i want to know how to open when I click a button(EX. Picture or anything that can be clicked)
22 Feb 2016 by Alex J Lennon
How to build example 3rd party component for inclusion in a Yocto/OpenEmbedded Linux image.
13 Nov 2017 by Alexander Semjonov
The paper presents simplest byte-code formula compiler using C++ BNF-like embedded domain specific language (EDSL). It introduces BNFLite template library and implements byte-code for parallel computations.
13 Sep 2019 by Anoob Aliyar
I have written the below code to delete a row from an excel spreadsheet using OOXML . I can able to remove the row data , however the row still existing as a blank row. Please help me to completely remove the row from the excel file. public static void DeleteRowFromExcel(string docName,...
21 Jun 2015 by Anupam_Datta
Motion activated Pushbullet notification from your Arduino to your Smart Gadgets
2 Jun 2015 by Artur Zgadzaj
Batch run as Administrator - automatic increase administrative privileges in Batch scripts like BAT and CMD - universal tools Batch_Admin
3 Mar 2018 by Athari
CsConsoleFormat library for .NET - Formatting in Console using modern technologies
12 Feb 2015 by bling
Quote: 1) What are makefiles ?If you have Visual Studio installed, run "Visual Studio Command Line". In the command window, type "nmake". That's Microsoft's version of the make command. In that same command window, type "cl". That's Microsoft's C++ compiler. It's the same program that Visual...
10 Jul 2019 by Brett Goodman
There is a new tool that makes it pretty simple - see wisejwebapps.com
2 Apr 2015 by Chris Jorna
Source code and demo on general TCP client & server library mainly usable for / tested on SICK lidar devices
12 Feb 2015 by Codexzy
I am a newbie programmer who has some experience in C and C++ development but my knowledge and experience is very limited to the Windows and the Visual Studio environment. Recently I was looking into some open-source projects like Gimp, Inkspace, Code::Blocks...etc. but found myself in...
8 Jun 2014 by CPallini
Check out one (or more) of the 'About 2,540,000 results' Google returns[^].
6 Aug 2014 by DannyVarod
Fast, stable and powerful creation of NuGet packages
8 Dec 2016 by Dave Kreskowiak
Why are you asking a bunch of people who have never heard of Ozeki?ASK OZEKI!! Click on this[^] then look at the menu across the top of the page. See the "Support" link? What do you think that does?
10 Apr 2015 by Django_Untaken
Hello there. I am trying to display codec info (frame rate, bitrate) on the mplayer. I am trying following line but it shows only in the console .... and not in the video.mplayer -ao null -frames 0 -identify rtsp://my_cam_ip:portHow do I display codec info in mplayer video ?? thanks for...
15 Apr 2021 by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source
26 Dec 2015 by Frank-Rene Schaefer
Using Quex to generate lexical analyzers
20 May 2015 by FrostedSyntax
You can also use reflection to access embedded resources using a method similar to this:public static Stream GetResourceStream (string itemPath){ return Assembly.GetCallingAssembly().GetManifestResourceStream(itemPath);}You can then create an image from the stream:new...
28 Feb 2016 by Garth J Lancaster
If the projects are opensource, and here on CP or even GitHub, why dont you send a message to the owner of the project, and ask for help - Everyone's going to have a different style, so looking at someone's project and doing as much as you can beforehand will be a plus, then you can send a...
3 Jul 2014 by Gary E. Shay, Jr.
Hi,I work in an Engineering and Design group that uses CAD. Occasionally, we get hanging file locks that require us to remove the lock. Due to security constraints, we do not have access to the server on which the locked file resides.I created an admin application that connects to a...
22 Jun 2015 by Gbenbam
I needed to a free encryptable version of SQLITE. I have been searching for one for probably a year. Well, I stumdled into this webpage:[^]Even though I had a pre-compiled version of openssl installed on my PC, I decided to just follow the instruction through.But, while trying to...