Click here to Skip to main content
15,868,016 members
Everything / Programming Languages / Shell

Shell

shell

Great Reads

by V. Subhash
About odd but critical shell-programming details that get easily forgotten or ignored
by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
by Kewin Rausch
Moving forward in the future networks evolution
by fd9750
Overview of required tools to cross compile/build/remote debug C/C++ projects on a Windows host ( 10 ) for a Raspberry PI 3B

Latest Articles

by V. Subhash
A simple fix for excessively bright video and low-volume audio
by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
by Ben McNamara
Container classes much faster than STL.
by k5054
How to update a bash variable inside a loop when reading from command output

All Articles

Sort by Score

Shell 

1 Feb 2017 by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
10 Sep 2018 by Kewin Rausch
Moving forward in the future networks evolution
30 Jan 2020 by fd9750
Overview of required tools to cross compile/build/remote debug C/C++ projects on a Windows host ( 10 ) for a Raspberry PI 3B
30 Jul 2019 by Don Hoang
This post describes implementing ASP.NET Gridview using Bootstrap 4.
25 May 2020 by Jonathan Nethercott
Automated Raspberry Pi Setup for .NET Core development and remote debugging using Visual Studio Code
31 May 2019 by Rick Lunglhofer
Details the Implementation and use of a C Language Interpreter with a browser Interface running on an ESP32
25 Aug 2018 by Kewin Rausch
Introduction to protocols to manage Key Exchange in secure channels communication
27 May 2021 by Oscar-Tark
In this article, we will be looking at a more advanced version of a buffer overflow attack.
13 Nov 2019 by Marijan Nikic
One-file shell-integrated easy solution for automatic recognition of movies and TV shows
9 Nov 2018 by YasIkeda
Tutorial about how to add authentication functionalities to your existing ASP.NET Core project using Microsoft.AspNetCore.Identity.UI package
19 Nov 2011 by User008
Drag 'n Drop asynchronous files from an external server or device
26 May 2021 by Patrick P. Frey
In this article we see how a very primitive compiler is written in Lua using Mewa and how to compile and run a simple demo program in the shell.
21 May 2021 by Jarek Szczegielniak
In this article we use Visual Studio Code to edit and debug our increasingly complex code running inside a Docker container.
25 May 2021 by Jarek Szczegielniak
In this article, we publish our NLP API service to Azure using Azure Container Instances.
6 Mar 2023 by V. Subhash
This final part of the article series covers some other important behaviour of bash, particularly that relating to text expansions and substitutions.
18 May 2021 by Jarek Szczegielniak
In this article we run inference on sample images with TensorFlow using a containerized Object Detection API environment.
27 Apr 2021 by Jarek Szczegielniak
In this article, we’ll create a container to run a CPU inference on the trained model.
8 Nov 2016 by Afzaal Ahmad Zeeshan
In this post, I will show you how to create a small script to automate the deployment of your ASP.NET Core applications to Microsoft Azure using local git deployment.
16 Dec 2021 by AlexeyAB
Atomic operations and C++11 memory barriers and assembler instructions generated on x86_64 CPUs
5 Jan 2017 by Midi_Mick
Accessing the Windows Property System in the Shell
1 Aug 2019 by Michael Haephrati
A tiny Command Line Interface wrapped with a Graphic User Interface
17 Jan 2019 by Ramon F. Mendes
Create HTML/CSS/script based cross-platform desktop apps in C# with Sciter engine!
18 Apr 2010 by kim.david.hauser
Microsoft Visual Studio Solution File Version Changer - for Visual Studio versions 2002, 2003, 2005, 2008 and 2010
7 Feb 2018 by Leung Yat Chun
FileExplorer is a WPF based control that has most features of the Windows Explorer, you can use it to display shell objects or any hierarchical data.
3 Oct 2012 by Shweta Lodha
An introduction to Prism.
7 Apr 2012 by Mikhail-T
How to write a Powershell script, which will first export all your projects (excluding source control data), then pack them with 7-Zip.
4 Oct 2014 by Pavel Durov
This article will explain how to explore Android internal data from Eclipse DDMS perspective using adb and Linux commands.
24 Apr 2019 by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
16 Jul 2023 by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
20 Jul 2010 by Eddy Vluggen
Building (almost) a RAM-Disk using the Dokan library and C#
12 Mar 2012 by HoshiKata
Describes some of the ways to kill a runaway process or malware
17 Jan 2011 by BoSkjoett
How to create and delete shortcut files in Windows Startup Folder using C#.
19 Oct 2010 by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab
1 Feb 2013 by Ahmed Charfeddine
A Visual C++ Project Wizard for the fast creation of high performance TCP servers in C++
9 Jan 2017 by Michael Haephrati
This article explains how the Skype account details are stored, how to fetch this information and in general, how to interpret XML files using Rapid XML library.
3 Dec 2010 by gbahns
Create fully functional windows with custom chrome and caption buttons in WPF
15 Aug 2012 by Shweta Lodha
A few more interesting concepts like Modules and Views.
30 Oct 2011 by Olivier Lecointre
This articles describes a way to reproduce the behavior of a panel applet (menus and interation with an application) on Gnome Shell for Mono applications on Linux, with the help of DBus
24 Jun 2012 by JJMatthews
21 Aug 2015 by David Hall
An MRU Manager Component that can be dropped on a Windows Form or WPF Window and integrates with Menu, MenuStrip, Application Settings, Registry, and Windows Recent Files.
7 Jul 2018 by CPallini
Programming Microchip PIC32MM microcontrollers in C++ and assembly
15 Dec 2016 by ergohack
Tired of the same old Windows Logon/Shutdown screen? I use a symbolic link rotation utility to cycle through a bank of backgrounds.
2 Dec 2013 by Gerald Gomes
Starting modular application development using Prism, WPF, and Unity container.
19 Jan 2014 by Andrey Chaschev
A Bear deployment example of a Petclinic Grails demo from GitHub.com
14 Nov 2010 by infinateone
A file manager app with Clipboard interaction and drag and drop support.
9 Nov 2018 by Сергей Челноков
5 Aug 2018 by ron85262
In this article, I'll make an overview of IoT and introduce a way to approach IoT using Wemos D1.
24 Mar 2004 by Jon Sagara
This article shows how to create a guestbook script using Perl. Data is stored in a MySQL table rather than in a flat file. DBI is used to connect to the database.