Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / operating-systems / Linux

Linux

Linux

Great Reads

by Manjunath Matathamana
Implement a VPN killswitch that will stop all internet traffic when your VPN goes down
by Kamal Mahendra Sirisena
The article discuss general security issues in organizations by considering some common security components.
by Kornfeld Eliyahu Peter
PoC - a small trip to see how .NET Core IS multiplatform
by ZhaoRuFei
This article provides a macro + template solution to support .NET-like Reflection for enums such as ToString, IsDefined, Parse, GetValues, GetNames.

Latest Articles

by Manjunath Matathamana
Implement a VPN killswitch that will stop all internet traffic when your VPN goes down
by Kamal Mahendra Sirisena
The article discuss general security issues in organizations by considering some common security components.
by Kornfeld Eliyahu Peter
PoC - a small trip to see how .NET Core IS multiplatform
by ZhaoRuFei
This article provides a macro + template solution to support .NET-like Reflection for enums such as ToString, IsDefined, Parse, GetValues, GetNames.

All Articles

Sort by Score

Linux 

by Manjunath Matathamana
Implement a VPN killswitch that will stop all internet traffic when your VPN goes down
by Kamal Mahendra Sirisena
The article discuss general security issues in organizations by considering some common security components.
by Kornfeld Eliyahu Peter
PoC - a small trip to see how .NET Core IS multiplatform
by ZhaoRuFei
This article provides a macro + template solution to support .NET-like Reflection for enums such as ToString, IsDefined, Parse, GetValues, GetNames.
by Anupam_Datta
Motion activated Pushbullet notification from your Arduino to your Smart Gadgets
by Gaurav Kishore, Prateek Vaishnav
A 3D chess game that can be played between a computer and a human
by Pablo Aliskevicius
Memory reallocation generated by string concatenations can create performance bottlenecks. .NET has System.Text.StringBuilder, JavaScript has Array.join, and we have string::reserve.
by Software Developer's Journal
This article aims to explore the basic ideas and principles about noSQL databases. noSQL caters to database admins, programmers, coders, web devs, etc.
by Ahmed Charfeddine
A C++ library that democratizes development of application protocols.
by Ahmed Charfeddine
A Websocket protocol implementation atop the ush Framework real time library plus a demo example featuring four types of communication workflows between the HTML5 web client and the server.
by Mr. xieguigang 谢桂纲
Object-oriented evaluator of the mathmatics expression
by Carlos Jiménez de Parga
Explanation of a consistent 3D graphics software architecture through a basic OpenGL application
by Alan Fay
One API to rule them all (all XML file formats that is)
by Voevudko A. E., Ph.D.
Demonstrating a few approaches to generating and plotting fractals in R and offering R scripts realizing it.
by Michael Gazonda
A Fundamental Lock-Free Building Block - The Lock-Free Stack
by zvx
A library for writing simple TCP client applications
by PengHeProfessor
A high performance monte carlo simulation framework for financial derivative pricing
by Atle Solbakken
Are the programming languages we use for web design today really adapted well enough to fit our needs?
by Dr. Song Li
How to install CentOS in a VirtualBox
by Dr. Song Li
A discussion of auto-start services and how to manage and manually start/stop the services
by Dr. Song Li
This is a note on Docker.
by Dr. Song Li
This is a note on GIT & miscellaneous subjects.
by Dr. Song Li
This is a note on how compilers implement function calls to pass the parameters to and get the return value from the called functions.
by Dr. Song Li
This is a note on Linux Directory Structure & Users & Permissions
by Dr. Song Li
FAQs about Visual Studio Code
by Eric D Schmidt
A crash course in working with the BeagleBone and its built-in A/D converter, GPIO, and I2C bus using C++
by Mr. xieguigang 谢桂纲
I need a tool for exchange the data between my .NET program and R program, yeah this powerful library makes things better!
by Marc Clifton
Using JQuery UI and minimal Javascript to create a dynamic property grid editor that can be initialized in a fluid programming style or with a minimal DSL.
by luigidibiasi, binterlandi
Build a realtime visitors counter with AJAX and a server-side language.
by honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump
by Azim Zahir
This is a simple demonstration of using SQLite database in Android.
by Amit Kumar Dutta
Discusses a technique to record current geographic location from mobile and display in web pages (with Location History Browsing)
by carl morey
How to write a program that allows a simple game to run on Linux and Windows
by Apriorit Inc, Danil Ishkov
In this article, I am going to describe the process of writing and building of a simple driver-module for Linux OS
by Afshin Mehrabani
In this article we are going to review a piece of NodeJS code and learn how to use some of its common modules. This is a simple application which keeps record of logs including errors, warnings and information.
by charles henington
A simple workaround for FilePermission in monodevelop
by Han Bo Sun
This tutorial will introduce the basics needed to use RequireJS to build modularized web applications with JavaScript.
by Tim ONeil
Sometimes you need a hammer for a job, not a bazooka
by zvx
A framework for writing small to medium size cross-platform TCP servers
by Redgate Software
This article describes what was required of our database source control solution, the challenges we faced and how we approached them, and how using Redgate SQL Source Control as a template helped.
by Pablo Aliskevicius
Do you believe that memory corruption will generate an immediate, repeatable crash? Some programmers actually do...
by honey the codewitch
Using this cheap, powerful little device to make magic
by Ciro Sisman Pereira
Demonstrates how to create a simple application that interacts with terminal standard I/O ports to provide an IPC pipe based between processes
by Elmue
This article describes how to use a Teensy 3.1 board from PJRC.com to simulate keyboard, mouse and touch screen USB HID devices at the same time. This allows to remote-control a computer through one USB cable.
by Azim Zahir
This article demonstrates creating a Browser App in Android
by Voevudko A. E., Ph.D.
Demonstrating ability of the L-system in R, and offering helper functions able to plot all main categories of figures typical for the 2D L-system.
by Sergiy Korzh
A JavaScript function to get the absolute coordinates of a DOM element within a document
by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
by Pavel Durov
This article will explain how to explore Android internal data from Eclipse DDMS perspective using adb and Linux commands.
by Renato Tegon Forti
A set of class to access and manipulate MySQL database using MySQL C API
by pi19404
In this article we will look at Adaptive Skin Color Detection technique described in the paper "An Adaptive Real-time Skin Detector Based on Hue Thresholding"
by Travis Howle
Calculate the typing speed and accuracy of your users easily!
by valdok
A template class for multi-dimensional regions for any coordinate type.
by Florian Rappl
The third part discusses events, asynchronous and dynamic types, the TPL, and reflection.
by T. Herselman
C++11 header-only class, executes functions on a separate thread, including return values. Featuring a unique custom built, low level, lock-free double buffered queue; with a high speed data format, executes a queue of functions in only 6 CPU instructions; lea,call,mov,add,cmp,jb
by John Graham-Cumming
Five Steps to Continuous Integration
by Simon Jackson
All Hail the Old and the New – The MonoGame Content Builder Tool
by RCL_SPD
How to allocate memory on Linux and Windows
by Eddy Vluggen
Implemention of an ApplicationIndicator (NotifyIcon under Ubuntu)
by PatGulotta
An easy to use C++/Qt/Qml Floating Action Menu providing the ability to add Floating Actions Menus to a Qt/Qml cross-platform project.
by Android on Intel
I will describe a new way to implement security for sensitive data based on eCryptfs (eCryptfs.org).
by Ajay Vijayvargiya
Covering the nitty-gritties of C++ templates.
by Ajay Vijayvargiya
Let's dwell deeper into C++ templates!
by Richard Chambers
Providing a C library with primitives for manipulating a list including splice, for each, and algorithms.
by programmersmind
An Introduction for how to insert your own custom objects inside a std:::set
by programmersmind
This article is about how to use iterator traits for writing generic function for any kind of iterator seamlessly
by Lex Li
This article introduces #SNMP and how to use it to accomplish SNMP operations such as managing SNMP enabled devices.
by sayem.bd
This article is the first part of a series of articles which tries to explain the basic concepts of design patterns.
by Florian Rappl
Gulp is a modern build system for web technologies. It is also integrated into ASP.NET vNext and can be used in a lot of scenarios.
by Matt Scarpino
Developing Low-Level Linux Applications with XCB (X protocol C-language Binding)
by honey the codewitch
Revisiting our WiFi enabled smart clock project with more modern hardware
by M.Mo
Using the gdb debugger's Python API to analyze and visualize C/C++ arrays in a debugging session.
by pseudonym67
A complete beginners guide to a KDE application.
by henry sentio kauta
The Android operating System in action
by pi19404
In this article, we will look at unistrore gesture recognition for Android devices
by Florian Rappl
Connecting an existing JavaScript engine to AngleSharp to perform DOM operations and provide a working headless browser.
by Gaurav H
This article describes the basics of server side communication using JavaScript library Angular
by Relly Rivlin
Filter, sort and paging with ng-grid using AngularJS and REST
by Han Bo Sun
In this tutorial, I am going to discuss how ngResource works. I will demo all 4 HTTP verbs (or methods), and multiple ways request input data can be packaged. It will be a very fun tutorial.
by Intel
We are very excited to announce the release of Intel® IoT Developer Kit 5.0!
by VISWESWARAN1998
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
by Alex Schunk
This how-to shows the usage of Cauldron.Interception.Fody and its capabilities.
by Andy Kirkham
Part 1 - Setting up and getting started
by Andy Kirkham
Part 2 - Stepping into the C++ world
by ggraham412
Simple Java program demonstrates HBase table creation, data import and queries
by Afzaal Ahmad Zeeshan
This article discusses Android programming and aims at teaching you about Android programming for Camera and Widgets.
by Tiago Conceição
Application Management makes your application's life easier. It will automatically do memory management, handle and log unhandled exceptions, profile your functions, make your application single instance, and also provide utility functions to get system information.
by Mikhail Semenov
keywords: user-defined literals , templates, constant expressions, recursive functions
by Mark H Bishop
Build an Arduino Hardware Random Number Generator and use it from Java
by Zebedee Mason
Software for automatically constructing architecture diagrams and metrics from source code and .NET assemblies is presented. Examples for Visual C++, Python, the Linux kernel, Boost and .NET are discussed.
by Vincent Maverick Durano
A step-by-step demo on how to build and dockerize ASP.NET Core and Blazor apps on MacOS
by Bruce Yang CL
Develop an ASP.NET Core NES Game website on Linux with cross platform Database, and deploy to Ubuntu & Windows which have no .NET Core runtime installed.
by Kornfeld Eliyahu Peter
How to host a cross-platform ASP.NET Core application
by Brian Hendrickson
How to setup and install the PHP issue tracker starter kit on a Linux server.
by osohare
Porting and deploying the report starter kit to Linux (RH7.3/Tomcat5.0.28/Grasshoper1.61)
by Abi Bellamkonda
ASP.NET Reports Starter Kit Porting from Windows to Linux using Mainsoft's Grasshopper
by Bryian Tan
Select drop-down list item with jQuery plug-in
by Mark Cafazzo
Race To Linux - How to port a Visual Studio .NET web application to the J2EE Framework on Linux
by Abi Bellamkonda
ASP.NET TimeTracker Starter Kits Porting from Windows to Linux using Mainsoft's Grasshopper
by Roland Roos ICT Architectures
Using patterns like aspect-oriented programming in modern OO-languages in micro-services context
by Arthur V. Ratz
How to perform ARL by using FPGrowth algorithm
by Clark Fieseln
Chat using "enhanced" end-to-end-encryption and modulation of audio signal in isolated device, ensuring privacy, anonymity and cybersecurity.
by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
by Petr Kozelek
Logging of data changes in relational databases
by Andi Kleinbichler
Illustrates the implementation of a .NET Core app, running in a Linux container, connecting to a SQL Server database with integrated security.
by Qwertie
The Lexical Macro Processor transforms your C# code with a LISP-inspired macro system. Nice substitute for T4 templates, with Visual Studio integration and a Linux-compatible editor.
by Luis Vital
Avoiding Data Loss in Thread Communication
by Florian Rappl
This article will provide a hands-on tutorial that shows users how to get up and running with Azure Arc Enabled Servers.
by adriancs
Building a .NET Core Linux Project with MySqlBackup.NET
by Intel
With barcode scanning being a standard on mobile devices one might want to enable Intel(R) Edison to run automated barcode scannings.
by Intel
With barcode scanning being a standard on mobile devices one might want to enable Intel(R) Edison to run automated barcode scannings.
by Seth Webster
This article explains using the Drag and Drop events to filter for files from the system. It also converts line ends from Linux (or other operating systems) to Windows style \n (new line) \r (carriage return) line ends.
by Rajesh Pillai
I will give a walkthrough of the story of registering a new user using BDD on an ASP.NET MVC application.
by 23ars
This will be a simple article about Linux Device Drivers, in fact about a char driver that controls the GPIO ( General Purpose Input-Output) port of the Beaglebone Black.
by airlobster
Taking my previous lexer one step ahead.
by Igor Ladnik
The article presents compact and simple-to-use infrastructure for full duplex messages streaming with .NET Core 3.0 and gRPC.
by Mahsa Hassankashi
This article is the most complete essay about big data from scratch to practical.
by Intel
This article introduces BigDL, shows you how to build the library on a variety of platforms, and provides examples of BigDL in action.
by Grasshopper.iics
From unboxing to prototype, a complete C# and Node.js Intel Edison product development guide with a real time cloud biometric IoT project
by Intel
Using Intel® RealSense™ technology, this project modifies the JavaScript framework sample script to send captured gesture data to the Node.js server.
by Intel
This guide will teach you how to run a sample sketch on your Intel® IoT board using the Arduino IDE.
by hudku
Block any number of IP addresses using mod_security. We can do that dynamically without having to restart the Apache web server every time.
by DriveByCoder
A look at the boost units library
by Mario Mulansky
Using Boost.odeint together with Boost.SIMD to gain a factor three performance improvements.
by Han Bo Sun
In this tutorial, I will discuss some techniques that can be used so that modal dialogs can be used with AngularJS without integrating with ui-bootstrap.
by alex turner
COBOL already has SEARCH ALL, but what if you want to find table values which bracket a searched value - here is the solution.
by Joren Heit
This article describes how to program in the BrainFix language and how to compile your programs to Brainfuck.
by BrainlessLabs.com
A gentle introduction to android.
by Xiao Ling
In this post, we discuss how to control your scanners and acquired images easily and efficiently using JSON objects. The article is also a guide for beginners to get started with Dynamic Web TWAIN programming.
by Yuancai (Charlie) Ye
Application of SocketPro onto various databases for continuous inline request/result batching and real-time stream processing with bi-directional asynchronous data transferring
by Yuancai (Charlie) Ye
Continuous SQL-stream Sending and Processing System
by Yuancai (Charlie) Ye
Continuous in-line request/result batching, real-time stream sending/processing, asynchronous data transferring and parallel computation for best performance and scalability
by Alexey Nikolaev
The article describes integration of the new Web Real Time Communication technology and IP cameras for online video broadcasting purpose Section Multimedia SubSection Audio and Video
by Duke Wang
We will walk through Angular, Angular CLI and Angular Material to build a file upload component which does not exist in Angular Material
by Laurence Moroney
You can build Java console applications that will run on any Java-enabled platform. Using this, and the power of the System.Net namespace, inlcuding the TcpClient class, you can create distributed applications that use a Linux server and Windows Forms clients that interoperate, thanks to Grasshopper
by Tiancheng Hu
New samples of using ThinkAlike to accomplish Android/Desktop cross-platform development, including helloworld, Web API access and widget UI.
by Tiancheng Hu
New samples of using ThinkAlike to accomplish Android/Desktop cross-platform development, including helloworld, Web API access and widget UI.
by Jeffrey T. Fritz
Azure functions are an extremely versatile platform to operate on. The dtSearch tools allow us to build and manage a search index anywhere that we need intelligent search capabilities.
by Marc Clifton, Kornfeld Eliyahu Peter
Adventures in Javascript, JQuery, JQuery-UI, JQuery-tablesorter, and of course CSS and HTML
by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.
by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a simple search engine based on Strus (project-strus.net), a collection of libraries and line tools for building a search engine.
by Android on Intel
This article shows how to write a simple “Hello World” application and run it on an Android device using a remote shell.
by Gabor L Ugray
A quick Windows programmers' guide to building a secure .NET Core web app for a Linux VPS and NGINX
by Gabor L Ugray
A quick Windows programmers' guide to building a secure .NET Core web app for a Linux VPS and NGINX
by Alex J Lennon
.NET applications on Yocto/OpenEmbedded Linux
by Damilola Kassim
Let’s take a look at how NetApp Cloud Volumes can help us set up a Big Data analytics application on Amazon Web Services (AWS).
by Robert Umbehant
Building C++ Applications with HTML5
by Dub Andrei Manuel
This short tutorial aims to inculcate in the reader's mind a meaningful intuition to get around known Docker misconceptions.
by Mack Ait-Aoudia
A walk-through on how to build a notification engine by integrating applications
by Dynamsoft
Dynamsoft has released the Linux version of its barcode reader SDK, which supports programming in PHP. It is convenient to integrate Dynamsoft Barcode Reader to any server-side web applications.
by Martin Radu
How to install Debian with MATE Desktop Environment and setting it up.
by AD Colab Group
This set of tutorials demonstrate how to use the Visualization ToolKit (VTK) to develop robotics user interfaces.
by AD Colab Group
In the 2nd article in this thread, we start building out the 3D environment for the robots using the Visualization ToolKit (VTK).
by AD Colab Group
The continuation of the 2nd article, we look at the 3D environment and some more involved Visualization ToolKit (VTK) topics.
by Intel
There is a concept called Path to Product. You can imagine that if you have a rocky path to building a product that you will face a variety of obstacles in trying to reach a functional prototype phase in your product development. Intel® IoT Commercial Developer Kit helps provide a smoother road.
by rmostafa
A step by step guide for implementing your JavaScript editor
by PeteBarber
A basic implementation of an NFS server in C#.
by Volynsky Alex
New features of the C++17 standard
by Mikhail Semenov
Efficient Quicksort methods for sorting arrays with lots of duplicate elements
by Fredrik Bornander
How to write a memory leak detection program using library injection
by Chris Grimes
Shows how to create C++ property accessors that support C#-like syntax
by Richard Tauber
Implementing dynamic polymorphism without virtual functions and sharing objects across process boundaries.
by Ciro Sisman Pereira
tCNode template: An indexed multi-node data tree using STL containers
by Christoph Husse
The clean way for getting C++ enumerations with Reflection support.
by José Cintra
Iterative algorithms for computing approximations to the number PI through infinite series using double and arbitrary precision
by CoderGirl42
Finding true North using GPS and a compass with Raspberry Pi.
by Rohit U
Calling Web Services from Qt 4.5 using GSoap.
by Andrew Kirillov
The article describes cam2web project - an open source application aimed for streaming cameras as MJPEG streams.
by Mohammad Dayyan
This article demonstrates how we can create a CAPTCHA image with PHP
by CarNet-India
CarNet is a project which involves creation of an mesh network between vehicles moving in vicinity of each other.
by César de Souza, Diego Catalano
Scientific computing for Java and Android.
by _Asif_
Welcome to the wonderful word of CCXML/VXML
by DigitalInBlue
This article discusses how to implement and use a template-based C++ benchmarking library.
by Mohammad Elsheimy
Porting Windows Fonts to Linux
by Sunil Kumar P
Chat application in PHP
by mattkol
Build .NET/.NET Core HTML5 desktop apps using cross-platform native GUI API
by Arthur V. Ratz
A simple introduction to using K-Means Clustering for data analysis.
by Biswas, Sumit
Command Line Interface (CLI) Performance Testing using java
by m0rdred
Tired of generating your command line parsing interface to your apps? Here is yet another CLI tool for helping you do just that.
by Mihail Mateev
IBM Cloudant Data Layer Local Edition is a database management system (DBMS) platform designed to resemble IBM Cloudant Database as a service (DBaaS) in the privacy of your own data center.
by auralius manurung
An article on making neural network learn faster
by Rupesh Sreeraman
Programming language Detection AI
by Philippe_Cohen, RoyOsherove
We all know and love Microsoft Visual Studio, but did you know that you can use it to build server and Web applications that run on Linux and other Java EE-enabled platforms? Here’s how…
by Gregory Shpitalnik
How to inject some code into running Linux application
by John Simmon / outlaw programmer
The Code Project discussion board in Perl. This is an open source project for the Code Project community.
by Leslie Zhai
It is a reminiscent SLOC console in libc/libc++ cross GNU and WIN32
by Igor Ladnik
This article presents a compact framework for managing operations flow in various control, simulation and testing applications.
by Intel
The Intel® Joule™ module is the newest addition to a line of powerful, multi-purpose development boards from Intel®
by Asif Bahrainwala
by Android on Intel
In this article, we’ll show you how to compile some well-known open source libraries for the X86 Android platform.
by raddevus
Try out Linux Debian via Oracle VirtualBox (includes snaphots of every screen for setup)
by tojohere
Composite pattern made as a reusable C++ template class
by Bruno_Garcia
In this post, I want to show you how to: Create an App Service on Linux on Azure, set up a build pipeline on Azure DevOps (previously known as VSTS), and integrate Azure DevOps with Sentry.
by Kevin Mack
How to configure Terraform Development Environment
by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
by sparkliang
An introduction to and a C library source code for consistent hashing.
by Mark H Bishop
This article presents a Java example application that performs continuous wavelet transforms.
by Ludvik Jerabek
A C++ class to control Univelop CNC 4\5 Axis controller board in usermode on Linux.
by Mikhail Semenov
This articles proposes an implementation of a collection of constructs for writing loops in C++11, as an alternative to the standard C-style for-loop.
by anand choubey
The code snippet converts MAC Address String Format into Bytes
by Brian M Leach
Teaches how to write a simple class to convert dates to pixel X values and back.
by Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
by Marius Bancila
An introduction to cpplinq, a open-source template library that provides LINQ-like operators for querying collections (arrays and STL containers) in C++11.
by Marc Clifton
Using C#, a simple web server, and Docker, I show you how to create a "Fiddle" website to run Python (or other script languages)
by Han Bo Sun
This article will give an introduction on how to create microservices using Spring AMQP and RabbitMQ.
by Laurence Moroney
This article describes using the Visual Studio .NET® IDE to write a stock quote ASP.NET Web application that runs on Linux®.
by Pritam Zope
In this article we will create a simple kernel such as printing HelloWorld first and then writing functions for printing numbers, Keyboard I/O, Box Drawing GUI, and Tic-Tac-Toe game in kernel in C
by Walter Capers
A look at platform independent threading in C++.
by Ivan Shcherbakov
This article describes how to create and debug a simple device driver on a modern Linux kernel
by ima_c++_programmer
This is a utility to compress files in a self extracting binary. The self extracting binary can be used without any installation on any system to extract files from it.
by Florian Rappl
We utilize the Microsoft Bot Framework in conjunction with LUIS to make a Node.js powered bot available online via an ASP.NET Web API proxy. A software mock for the smart home system is supplied. Likewise a tutorial for a hardware mock using the CC3200 and / or sensor tags is provided.
by Intel
This is a guide for building images from source for the Intel® Galileo board, part of the Intel® IoT Developer Kit.
by Intel
This guide contains steps to create, build, and debug applications for the generic microcontroller unit (MCU) on an Intel® Edison board using the MCU SDK.
by Azim Zahir
This article explains how you can create charts in an Android application.
by Stas Wolski
Detailed description of how to use Gantt Chart in the MeteorJS based applications
by andrej33@yandex.ru
How to create cross-browser extensions with few lines in JavaScript
by Han Bo Sun
In this article, I like to discuss the way to set up a Spring Boot application that is packaged as a WAR archive and supports Spring MVC with JSP as view.
by Ranjit Viswakumar
Moving Linux mail to Windows mail
by Arun Kumar K S
Simple signal processing implementation to microphone audio
by Amit Gupta MDS
A cross platform thread class.
by Alex_Intw
This article shows you how to send or post events among processes using shared memory queues for the Windows and Linux platforms.
by Biswas, Sumit
CryptBox helps to encrypt and decrypt files using Password Based Encryption (PBE)
by Jerome Vonk
Description of cryptographic hashes and practical examples on how to calculate them
by pepethepepe
Access realtime Linux Web server statistics right away from Windows Store App
by M@dHatter
A Custom JavaScript Event Manager Class Designed to Manage Window, Document and Control Events on a Webpage
by Asame Imoni Obiomah
This article is the first toddler step in the development of a framework for the delivery of motion, touch and 3D forms as interactive services locally and over networks.
by Voevudko A. E., Ph.D.
Understanding and using technique of generating and plotting spirals in plain JavaScript. Offering web-pages demonstrating different kind of spirals.
by Pablo Aliskevicius
Dangling pointers were a problem in the past, but nowadays we'll find none, right? Guess again...
by Koushik Biswas
How to setup Darwin Streaming Server 6.0.3 on 32 or 64 bit Linux platforms, add custom functionality by developing plugins ("modules" as Apple calls them), and results of some performance and load tests I ran
by cocaf
The pause/resume thread functionality helps to avoid problems caused by invalid memory access and race conditions.
by Azim Zahir
This article demonstrates Data Visualization using Matplotlib library of Python.
by pseudonym67
Getting MySQL running and programming it with KDevelop.
by Marc Clifton
Creating a website in Ruby on Rails for dynamically displaying and navigating a SQL Server database
by Gregory Shpitalnik
How to debug simultaneously Java/C++ mixed code in both Java and C++ debuggers
by Mahesh Patil
Key issues in setting up VS 2015 for debugging applications running on local docker container
by Mallanagouda Patil
This article helps to setup debug environment for hadoop framework on Linux Ubuntu using IntelliJ IDEA
by Omar Al Zabir
Protect ASP.NET and WCF from various brute force and Denial of Service attacks and speed up response time using nginx.
by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
by Frédéric -lefred- Descamps
How to deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
by Vipul_Poojara
Step by step guide to deploy ASP .NET core web application on Amazon Linux Instance
by Frédéric -lefred- Descamps
How to install WordPress on Oracle Cloud Infrastructure (OCI) using always free tier
by g96b10
In-depth instructions covering several headaches, and personal musings
by J Martinsson
Written by Jonas Martinsson, an entrepreneur and member of Mainsoft's development team. Jonas helped to integrate Mainsoft's .NET-Java EE interoperability products with the Visual Studio IDE.
by Stephane Come
Diamanti’s plug-and-play, high-performance bare-metal platform makes it seamless to deploy and upgrade your containerized applications on a Kubernetes cluster. This article shows how quickly you can use Diamanti to deploy a WordPress application powered by MariaDB and Kubernetes.
by Akshay Srinivasan2
Step by step process to deploy Blazor Server-side app to an existing installation of Linux Distro Ubuntu
by Andrey Chaschev
A Bear deployment example of a Petclinic Grails demo from GitHub.com
by cloudking11966
Develop and deploy your applications to the Cloud easily
by Kewin Rausch
Design and development of a TOR-like protocol to keep your communication secure and your identity unknown
by EgorYusov
This article describes an efficient thread-safe reference counting system.
by Antonello Provenzano
A description of the base functionalities and usage of a full-featured open-source pure .NET/Mono embedded RDBMS
by anshulskywalker
Understanding of Example Based Machine Translation (EBMT) system and how to create your own using exisiting tools
by Santosh Vijay Patil
Configuring Developer Docker Tool to use BYOD VM as your Docker Host/Machine
by Datalogics Inc.
In this article, you will learn how APDFL works with .NET Core, along with instructions for how to deploy your applications using APDFL on .NET Core.
by Afzaal Ahmad Zeeshan
This post discusses the Ubuntu SDK and Qt IDE used in Ubuntu SDK for developing different types of Ubuntu applications and software services.
by Mahmoud Samir Fayed
Stars Fighter is a simple 2D Game developed using the Ring Programming Language for Desktop and Android.
by Afzaal Ahmad Zeeshan
Overview of what DevOps has to offer and how you can kickstart your DevOps chains on Microsoft Azure
by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
by Mayank Pal Singh
Know you digital presence / cyber presence / internet presence using DFMAP
by max3000
This article presents the Fibonacci Heap data structure and shows how to use it for graph optimization.
by Mark H Bishop
This article presents a Java example application that performs discrete wavelet transforms.
by Patrick P. Frey
Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements.
by Scott Pletcher
In this two-part series, you’ll learn how to turn a Raspberry Pi into a flexible and powerful Internet-of-Things device with AWS Greengrass v2, ultimately creating an off-grid remote-tasked data and image collection device.
by Scott Pletcher
In this two-part series, you’ll learn how to turn a Raspberry Pi into a flexible and powerful Internet-of-Things device with AWS Greengrass v2, ultimately creating an off-grid remote-tasked data and image collection device.
by MehreenTahir
This article lays the foundation for getting started with Docker networking. Let's get our containers to talk.
by Afzaal Ahmad Zeeshan
In this article, we lay the foundation of the concepts needed to understand Docker engine.
by onqtam
Intro to testing framework, what makes it unique and points about its capabilities
by Khaldoon Ghanem
This article describes how to visualize complex-valued functions of a single complex variable using the domain coloring method on GPU.
by b4rc0ll0
Create a useful draggable generic component to create custom graphic desktop applications, like visual editors or multimedia management
by Chris H.F. Tsang
With premium quality anti- aliasing, color, thickness, and minimum CPU overhead.
by Chris H.F. Tsang
Drawing Polylines by tessellation with joints, caps, feathering and per- vertex color
by Apriorit Inc, Semyon Boyko
Simple driver for Linux OS that performs hiding of the selected files from the system
by David Jeske
An overview and C# implementation of 3d space partitioning using a BVH (bounding volume hierarchy), with dynamic updates via refitting and tree-rotations.
by Alexander Schichmanter
Concept, Motivation and Implementation of Dynamic Logging - a valuable aid to the C++ programmer
by Dr. Song Li
How to write C/C++ programs with the help from Eclipse and CDT
by Dave Kerr
Subtelities of Shell commands
by Basil Voronkov
Description of an interpreted functional programming language implemented solely in .NET/C#.
by BernhardDieber, Jennifer Simonjan
Ella is a fully distributed publish/subscribe middleware written in pure C# and compatible with Mono, enabling scalability and flexibility for your application.
by MehreenTahir
To demonstrate how easy it is to set up and use Actian Zen in an embedded environment, and how well programming against Zen translates between server, desktop, and embedded environments, we'll walk through a simple example using a Raspberry Pi device as the embedded system.
by JAMcLaughlin
Embedding a webserver in your C++ application using the Lacewing networking library
by GWBas1c
Describes a technique to call JavaScript from C#, and then to allow the JavaScript to call back into C#.
by Nick Polyak
This article describes embedding native Windows and Linux control into an Avalonia application.
by Murtaza Abdeali
With their support for Mono 2.6.5 (and later), Infragistics NetAdvantage ASP.NET AJAX controls are the perfect choice for building rich and lively Web 2.0 applications that give you complete freedom to choose the hardware platform that’s best for you.
by Sandeep S. Sandhu
Implement LDAP and Kerberos on an embedded Linux IoT to provide enterprise grade authentication for IoTs (Part 1)
by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)
by Philipp Sch
Finding a fundamental Cycle Set forming a complete basis to enumerate all cycles of a given undirected graph
by Sergey Alexandrovich Kryukov
Generic classes for enumeration-based iteration and array indexing
by Cem Kalyoncu
A C++ TCP socket stream library.
by Kewin Rausch
An introduction on how these applications self-defend themselves against scanning techniques, and how they could have evolved from simple and naive forms to more sophisticated ones.
by Wajeeh Ahmed
This article is about launching a secondary process from within a process and verifying the successful launch.
by Издислав Издиславов
This article will demo the usage of Blazor WebAssembly and how to create simple web application with it.
by Intel
In this example application, you'll learn how to interact with the Terasic DE10-Nano board's digital I/O
by phoaivu
GPU Implementation of Extended Gaussian mixture model for Background Subtraction
by Igor Stanic
Extending boost::filesystem for Windows and Linux.
by Igor Stanic
Manage Linux Trash and Windows Recycle Bin with C++.
by altomaltes
An insigth in the heap "C" memory system.
by Mikhail Semenov
This article covers algorithms and implementations for maps with integers, contains benchmark results
by Mikhail Semenov
This article covers algorithms and implementations for sparse sets of integers, including the benchmark results.
by 1f604 ( F Y )
Source code and explanation of my io_uring based implementation of b3sum
by Sanmayce
Tuned function for searching a needle in a haystack
by Alexander Schwoch
This is an alternative for "Fault Tolerance for Large Files on Cranky Hardware"
by Roland Roos ICT Architectures
Separation of deployment and feature releases: how to enable and disable features in applications (services) at configuration time
by Indrajeet Valera
File Cleaner - Zip & delete old files
by Sei Flavius
Solution to Finding Sophie puzzle
by dotnetfireball
Fireblog is the fireball implementation of a WebBlog application completely written under mono on linux
by Steffen Ploetz
My way to have a first sample program running with "Texus' Graphical User Interface" (TGUI) - a cross-platform modern C++ immediate GUI, on which I use "Simple and Fast Multimedia Library" (SFML) as backend.
by Steffen Ploetz
How to run the -IntegrationSample- of the incredible feature-rich NoesisGUI, that might be the best WPF competitor, on Linux using MonoDevelop and C#.
by Intel
This document explains the installation procedure Flash Tool Lite for Windows, Linux and Mac hosts.
by Clark Fieseln
Simulate hardware containing an FPGA programmed in VHDL interactively
by Madanu Ujjwal Kumar
MakeLogic Tail is a freeware similar to " tail -f " of Linux. It is Tail for Windows, Tail for Linux and Tail for Mac
by Mike Hankey
Turn an old computer layng around into a NAS or Ubuntu Server
by Carlos A. Ramos
This brief article describes a frequency divider with VHDL along with the process of calculating the scaling factor.
by uuware
FTab (Floating Tabs) is a cool cross browser DHTML floating window script with support for tabs.
by otom
A non-MFC class to encapsulate the FTP protocol.
by AjithKp560_
PHP Application to Connect Server to FTP Server.
by honey the codewitch
Hoodwink your computer into doing your work for you using regular expressions
by Marc Clifton
Exploring how to implement functional programming features such as function composition and chaining in Ruby.
by Hamidreza Ebtehaj
Designing the simplest function evaluator
by KjellKod.cc
Don't let slow disk access bog your logger down. By using the g2log asynchronous logger you will remove the wait bottlenecks while it has the reliability of a *traditional* logging library.
by KjellKod.cc
Asynchronous, "crash safe" logging with dynamic logging sinks
by Intel
Game On: Intel® Edison with the Xadow Wearable Kit
by Voevudko A. E., Ph.D.
Defining and presenting Gearographic curves from the simplest to the most intriguing. Offering web-pages and R scripts used to illustrate different aspects of it.
by Voevudko A. E., Ph.D.
Continue defining and presenting Gearographic curves from the simplest to the most intriguing. Offering web-pages and R scripts used to illustrate different aspects of it.
by Fred van Lieshout
How to generate a simple map image, using Google's Map API
by Voevudko A. E., Ph.D.
Understanding, designing, generating and plotting Kronecker product based fractals and offering web-pages supporting it.
by Voevudko A. E., Ph.D.
Generating and plotting random Voronoi Diagrams and offering web-page supporting it and R scripts.
by 0xG00DC0FFEE
A better and much simpler implementation of Finite State Machine library for C++
by Rajesh Pillai
Learning jQuery the fun and easy way (hopefully).
by Agniva De Sarker
We now have a brand new interface to perform I/O with the kernel: io_uring.
by Android on Intel
Getting Intel® Mobile Development Kit working with Nexus Player (FUGU)
by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the Beagleboard C4 development board.
by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the Raspberry Pi development board.
by matthias-hahn
The Intel® Internet of Things (IoT) Developer Kit (dev kit) is a complete solution for creating and testing applications targeted for Intel® IoT platforms like the Intel® Galileo board.
by Ryan Peden
Getting started with Docker by installing it and pulling a small image
by Intel
This guide walks through energy profiling on an Android target using tools included with Intel® System Studio as installed on a Windows host machine.
by matthias-hahn
The Intel Development Kit for IoT (IoTDK) is a complete solution to create and test applications for Intel IoT platforms like the Intel® Galileo and Edison maker boards.
by Android on Intel
The intention of this guide is to provide quick steps to create, build, debug, and analyze OpenCL™ applications with the OpenCL™ Code Builder, a part of Intel® Integrated Native Development Environment (Intel® INDE)
by Miroslav Fidler
Installation and the first look at U++ platform
by Steffen Ploetz
Check OpenGL as a basis for appealing applications, that are not necessarily games.
by altomaltes
This code allows dumping and retrieval from a single variable to a complete tree of objects using both JSON and XML, in an unintrusive way, using tentative templates.
by Intel
With Intel DAAL, cgo, and SWIG we were able to integrate optimized Cholesky decomposition right in our Go programs.
by setevoy4
What pointers are? Pointers examples in Golang. * and & operators. Pointer as an argument to a function. Functions - arguments by value and by reference.
by Mark H Bishop
Tutorial: GPU computing with JCuda and Nsight (Eclipse)
by Laurence Moroney
Test the next generation of cross-platform development using the Visual Studio 2005 IDE, C# 2.0 features, and ASP.NET 2.0 controls. Recompile and deploy C# Web applications on Linux and other Java-enabled platforms running on Tomcat.
by pravin kumar sinha
This document is spanned over two sections DESIGN and EXAMPLE. DESIGN talks about generic way to develop GUI for a command line utility through composite design pattern and EXAMPLE is about using the above GUI design formula to develop DataPool ,DoS security tool, GUI.
by Mr. xieguigang 谢桂纲
The idea of hybrids the R script and my shellscript is awesome, and hybrid the shellscript with R can extends the function of my script and I also can write two type of the programming language both in one script file. Incredible thing! Right?
by Intel
This article covers and expands upon the material from the Hands-on Lab Intel® Internet of Things (IoT) Developer Kit SFTL005 presented at the Intel® Developer Forum 2015
by Rami Sayar
In this installment, I will show you how to use your existing express-based Node.js app to create a chatroom backend with WebSocket support.
by Rami Sayar
In this final installment, I will show you how to do a final deployment of your chatroom and how to perform remote debugging.
by Anele 'Mashy' Mbanga
Hello Basic4Java (B4J), a simple Java app written in basic language.
by im_xboss
This topic deals with the method of converting a stream of hex values to its corresponding ASCII values
by Gabor Szabo (szabgab)
How to report the number of hits from localhost and elsewhere based on the Apache log file.
by Ashwin. Shetty
Horizontal scaling application using Proxy & Service Discovery
by Igor Ladnik
Compact infrastructure for custom hosting of .NET Core component in unmanaged C/C++ code with reciprocal methods calls between the parts running in Windows and Linux. Section Threads and Processes
by Han Bo Sun
In this tutorial, I am going to show the readers how to create an MVC application using Spring Boot, packaging as a self host WAR file, and execute using embedded Jetty application server.
by Dan Sporici
This article discusses the idea of Hot Patching C/C++ functions using Intel Pin in order to remove known vulnerabilities
by Bruno_Garcia
Here, I’ll go over what Microsoft hath wrought with its most recent Windows update and how you can implement a workaround for crashes caused by the release and how to use Sentry to monitor for errors and iterate on your app without breaking a sweat.
by Mohammad Dayyan
Shows you how using PHP Fusion 7 CAPTCHA class
by Mohammad Dayyan
Using PHPBB3 CAPTCHA
by ianjennings
Connect a (laser-cut) model house to the internet and take control of it's lights and doors!
by Intel
This article describes how to build and install the sampling driver for an embedded Linux system.
by Alex J Lennon
A refreshed article on how to build the older releases of Mono on Windows
by Alex J Lennon
A refreshed article on how to build the current release of Mono on Windows
by Dynamsoft
In this post, let’s take a glimpse of how easy to build a custom Node module on Windows, Linux, and Mac by wrapping Dynamsoft Barcode Reader SDK, as well as how to integrate the module to quickly implement an online barcode reader.
by lepipele
Enjoy watching your videos on the big screen by building your own Home Theater PC and using XBMC / Kodi. Article also touches on other Media Players like Roku 3, Apple TV, Android TV Boxes...
by markkang
In this article, I will introduce how to call RESTful API in servlet.
by Chris Maunder
A quick overview and a simple bash script to make your script output a little more lively
by Calinyara
This article shows how to change the pitch and tempo of a sound.
by Just Perfection
In this article, you will learn about the GNOME Shell extension basics, schema, gettext and more.
by Software_Developer
How to create a Random Joke Generator in Java
by Chris Croft-White
This walkthrough illustrates how time travel debugging works.
by Database Star
This article explains how to download and install Oracle Express and SQL Developer on your own computer, to get started with running SQL queries.
by Gabor Szabo (szabgab)
Count how many hits were generated from each IP address and show the top 10 sources.
by Arthur V. Ratz
In this article, I will ground the discussion on the several aspects of delivering a modern parallel code using the Intel® MPI library, that provides even more performance speed-up and efficiency of the parallel “stable” sort, previously discussed.
by Joy Mali
In this article, we are talking Postfix, Dovecot and DKIM so we will walk you through the steps of installing and configuring an email server with Postfix, Dovecot and OpenDKIM on a CentOS 7 system
by adriancs
Step by step guide for installing MySQL on CentOS
by Jaiswar Vipin Kumar R.
In the digital world, we are in Machine Leaning Phase. Where are need to everything on lighting speed. Data storing as we need, in our custom formant, and their availability, stability should be done on finger tips with low infrastructural cost.
by Tiancheng Hu
Using ThinkAlike, an ongoing Java MVVM framework(employing Android and JavaFX as view layer), to implement a cross-platform HearthStone game card reference and more.
by Arthur V. Ratz
In this article I will thoroughly discuss about the several aspects of using the revolutionary new Intel® oneAPI HPC Toolkit to deliver a modern code that implements a parallel “stable” sort
by Chris La
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.
by Plantronics
How to run Spokes in a mac or linux machine (for development)
by techbird
Step by step guide to implementing Swarm mode for private Docker registry
by Intel
In this article I'll show how to create a runnable image of Yocto and how to test it inside QEMU, a basic software emulator; and following how to run it inside an Hypervisor, like Microsoft Hyper-V on Windows.
by techbird
Step by step guide to apply the SSL and basic authentication to the Docker registry
by Renz Ladroma
A tutorial on how to setup firewalld on CentOS
by techbird
Step by step guide to set up our own private docker registry
by programmersmind
An introduction to the necessary steps for updating const key fields in a map/multimap
by Chris Moutsos
How to connect to Amazon S3 with gSOAP to store and retrieve data
by Aditya Rajendra Patil
Don't mess with docker Network, else the below article on Docker with Network Complexity will be helpful!
by André V. Lemos
A tutorial for generating searchable, archivable PDFs for your workflow with iText pdfOCR
by Gaston Verelst
How to set up and use an Azure key vault to store your secret values
by M@dHatter
An article with detailed code examples of creating tokens and assigning them to pages for display thoughout Wordpress using the Token Manager plugin.
by ocoudert
How to write generic STL-like iterators in C++.
by MrTimmins
A general overview and introduction to the basics of writing PL/pgSQL functions in PostgreSQL.
by Ilya Builuk
This article describes how we can use our programming skills on the .NET framework to implement platform-independent code
by 1&1 Internet
In this tutorial we will provide you with detailed instructions on how to install and setup Git and GitList for your Git repositories
by Alejandro Xalabarder
HTTP for everybody
by Huang Geng Geng
If you are looking for a tool
by Mikhail Semenov
This is an alternative for "Member Function Pointers and the Fastest Possible C++ Delegates"
by Amir Mahfoozi
This article describes implementing and manipulating a tree structure by means of SQL
by Sébastien Jodogne
This article explains how to create a basic WADO server to provide Web access to DICOM images. The WADO server is implemented as a plugin for Orthanc, a lightweight DICOM store.
by kosmoh
Describes a simple yet nice approach to make an interactive console application
by Fayaz Soomro
This article describes the implementation of distributed caching using Memcached, Including Memcached server Installation on Linux and Windows and using it in .NET.
by Suffyan Asad
How to implement Joins in Hadoop Map-Reduce applications during Reduce and Map phases
by Bunty1983
Implementing message queue in C Sharp
by Arthur V. Ratz
This article demonstrates how to implement the Huffman adaptive compression alogrithm to compress graphics images of 256 colors depth and other multimedia files
by Ludvik Jerabek
Object based INI file editing in Windows and Linux
by Antoine Amend
Create custom indexes for improving Mapreduce performance
by stevenong_2006
How to install/configure the Artemis on the Linux Ubuntu 18.04.x OS
by Intel
This guide will teach you how to install the Arduino* IDE and connect to your Intel® Edison or Intel® Galileo board on Windows* OS, Mac* OS X, or Linux* OS.
by Intel
This guide explains how to install the Eclipse IDE on Windows, OS X, or Linux.
by Intel
The Intel® Distribution of OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision.
by Purinda Gunasekara
Explains about how to install Linux on an Apple Mac Mini late 2012 hardware, configuration of device drivers such as built-in Broadcom B43 wifi controller.
by Intel
Installing the Intel® Distribution for Python and Intel® Performance Libraries with pip and PyPI
by Arthur V. Ratz
How to properly install and configure SAP-HANA and TensorFlow Model Server to predict the S&P 500 Index
by Arthur V. Ratz
How to predict S&P 500 Index on the SAP-HANA SQL-engine backend using EML library
by Nippo
Integrating Asp.Net And JSP pages On Linux using mono and JBOSS
by david.ribeiro
How to consume reports created on BIRT via PHP
by Han Bo Sun
In this article, I will show you how to integrate Hibernate Search into a simple yet feature complete web application with the Spring MVC and Hibernate enabled.
by Android on Intel
Integrating the Intel(R) C++ Compiler for Android with multiple Android NDKs
by Intel
In this article, we can see how to debug and check the exception error in Android Linux Kernel in Intel ® Architecture-based system with Intel ® JTAG Debugger which is a part of tool Intel System Studio ® Ultimate Edition.
by Android on Intel
In this article, we can see how to debug and check the exception error in Android Linux Kernel in Intel ® Architecture-based system with Intel ® JTAG Debugger which is a part of tool Intel System Studio ® Ultimate Edition
by Intel
Intel® Edison - adding kernel modules to Yocto - example "Batman"
by Intel
Steps for setting up various components of your Intel® Edison board, including steps to flash your board's firmware, create a serial connection with your board, and connect your board to a Wi-Fi network.
by Intel
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.
by Intel
These instructions guide you through the steps to publish data from an Intel® IoT Gateway to an MQTT broker (server) using a Python Script.
by Intel
In this guide you will learn how to transfer files between your computer and Intel® IoT device such as the Intel® Edison or Intel® Galileo board.
by Intel
The Developer's Introduction to Intel MKL-DNN tutorial series examines Intel MKL-DNN from a developer’s perspective. Part 1 identifies informative resources and gives detailed instructions on how to install and build the library components.
by Intel
Using Intel® Quark™ Microcontroller Software Interface (Intel® QMSI), this sample application reads and outputs accelerometer data to the serial port.
by Intel
This guide contains steps to create Internet of Things (IoT) projects in Java, using the Intel® System Studio.
by Intel
This document provides general overview of the Intel® System Studio for Microcontrollers, information how to use it for developing and debugging your applications for the Intel® QuarkTM microcontroller D1000 on Linux platforms from the command line and from Eclipse IDE, gives a list of compiler opti
by Android on Intel
This article describes how the Intel® Tamper Protection Toolkit can help protect critical code and valuable data in a password-based encryption utility (Scrypt Encryption Utility) [3] against static and dynamic reverse-engineering and tampering.
by Laurent Lardinois
A short OpenGL demo showing multitexturing effects and clever math optimizations.
by theoldfool
Using a Blazor Server, running on a Raspberry Pi, to display output from an MCP9808 I2C sensor
by Naren Neelamegam
A complete walk through on IoT Device programming, Web Service programming and IoT Client programming.
by Marc Clifton, Arthur Brock, Eric Harris-Braun
Semtrex is a semantic tree expression evaluator
by Perspx
An introduction to animation in JavaScript
by Perspx
An introduction to writing object-oriented structures in JavaScript
by Han Bo Sun
Basics of using Thymeleaf integration with Spring Boot web application, and the four basic uses of Thymeleaf mark-ups
by Roland Roos ICT Architectures
Concept and implementation of Inversion Of Control, aka IOC through Dependency Injection (DI)
by Naren Neelamegam
Building robots from the scratch with speech recognition, remote voice control, learning intelligence with Raspberry PI, Intel Galileo and Microsoft Azure.
by Abhishek Nandy
An Overview of IOT
by gmarkc
A simple and inexpensive project to control your first IoT device using an Azure service
by Intel
The Face Access Control application is one of a series of IoT reference implementations aimed at instructing users on how to develop a working solution for a particular problem.
by honey the codewitch
An advanced network connected clock that puts the Arduino through its paces
by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
by Mircea Diaconescu, Gerd Wagner
In this article, we describe how to develop IoT apps with Node/JavaScript for the Arduino-compatible PCDuino. We take JavaScript to the land of microseconds where a digitalWrite operation takes 6-7 microseconds and a digitalRead operation takes 4-5 microseconds.
by Clark Fieseln
Protect your privacy against malicious network activity and policy violations
by ChristianNeumanns
This article aims to answer the question: Should we return an empty list or 'null' from functions?
by ChristianNeumanns
Part III: Empty Lists in Real Life
by ChristianNeumanns
This article aims to answer the question: Should we return an empty list or 'null' from functions?
by ChristianNeumanns
This article series aims to answer the question: Should we return an empty list or 'null' from functions?
by trueknow
Mostly used iterators in Ruby
by Biswas, Sumit
Java API Performance Testing using LoadRunner
by Mark H Bishop
A quick demo of the JEL expressions library.
by ireland94
This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
by Han Bo Sun
This article is an introduction on how to use the JJWT library, key stores, private/public keys to encrypt and decrypt the JWT token.
by David Catuhe
In this tutorial, I want to share with you how to use this for your own projects and how performance and memory are impacted for the major browsers.
by Christopher Swiderski
We’ll be using Java 7 and the Apache CXF framework for implementing a web service and client within the Eclipse IDE.
by webdev_hb
jLinq is a Javascript query language that makes it easy to work with large arrays of information. Today, jLinq 2.2.0 is released which offers new commands, bug fixes and more!
by Sazzad Hossain
Shows a simple implementation of JQuery UI based Message Box Dialog and Confirm Dialog
by tonywilk
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C
by honey the codewitch
Designing infinitely scalable JSON: JSON (C++)
by Don Fizachi
A set of C# classes to create and manipulate JSON Schema and Instances.
by Don Fizachi
A set of C# classes to create and manipulate JSON Schema and Instances.
by Vyacheslav Voronenko
Secure jumpbox to access your network infrastructure from remote locations
by tonywilk
A simple set of functions to write C variables out to JSON with no fuss or errors
by Vangos
Kinect is dead! Now what?
by Azim Zahir
KMeans and MeanShift Clustering using sklearn and scipy
by Han Bo Sun
This tutorial will discuss two ways to create templates with KnockutJS, one is creating template and use it on the page, the other is separating the template out as separated files for use.
by Carlos Jiménez de Parga
Expert system modeling in CommonKADS and CLIPS implementation, embedded in C++.
by Pranay Bakre
How to build and deploy a multi-architecture application with x86/amd64 and arm64-based container images on Amazon EKS
by Pranay Bakre
How to migrate existing x86 containerized applications to Arm
by Gaurav Aroraa, Mahsa Hassankashi
In this article, we will discuss how to create npm packages/modules
by AmirAslan Haghrah
Implementing LMS algorithm using C++
by Mark H Bishop
Computational classes and a GUI interface to illustrate usage
by DataBytzAI
Are you a developer? ... then you can build a robot...
by Eduardo Mireles
POOV is a programming technique for object-oriented languages developed in MIRA Software Factory by Ing. Eduardo Mireles and experts programmers. It facilitates coding software solutions.
by nitstheone
Prints last 10 lines of a file
by DataBytzAI
Installing the BASH shell on Windows for use with Azure and other cloud providers
by Nagaraj Krishnamurthy
This article goes into the details of how to write a Linux Device Driver for a pseudo Ethernet device simulated on a Qemu platform.
by Asif Bahrainwala
Inject a library file in a running process
by Andy Aspell-Clark
A simple todolist designed for an Asus Eee Pc
by Shai Raiten
Most of the software companies are running Load Testing on their products. Load testing is one of the most important testing types today....
by matthias-hahn
Intel® XDK IoT Edition is a HTML5 hybrid and node.js application development environment that allow users to deploy, run, debug on various IoT platforms such as the Intel® Galileo and Edison board running the IoT Development Kit Linux Image and utilizes the Grover Starter Kit Plus – IoT Intel® Editi
by Azim Zahir
In this article I cover localizing text, date and currency
by KjellKod.cc
How to make a wait-free, lock-free CircularFifo using C++11.
by reachmeviz
Concept + brief implementation details about Lock-free, thread based log buffer implementation, for debugging high performance multi-threaded applications
by Eric D Schmidt
Overview of a cross-platform spreadsheet-based rules enigne with algorithms implemented in C++ and JavaScript, and wrappers to C#/.NET/WinRT
by Mikhail Semenov
The article shows the techniques for defining pass-through methods
by Eddy Quicksall
This is a set of macros that can be used to write structured code as if it were blocking code while in an interrupt context.
by Florian Rappl
This article introduces MAGES - a very simple, yet powerful, expression parser and interpreter.
by Ciro Sisman Pereira
Explain the use of make command and the syntax of makefiles.
by Anton Kleshchev
Article describes useful tips for making UI user friendly
by Florian Rappl
Exploring the abilities, benefits and features of TypeScript by extending / rewriting the original Mario5 source.
by Ata Amini
A set of static methods in Java that are critical in all mathematical calculations that involve matrices
by SercanOzdemir
New generation, annotation based maven 3 plugin development. Get rid of javadocs !
by Carey Payette
LinkIt Smart 7688 Duo - a good board for anyone needing to develop quick IoT prototypes that also wish to continue into the manufacturing and delivery phases of their new product.
by tojohere
Mediator Design Pattern enhanced as a reusable C++ template class.
by ebrahim amini sharifi
Sending and receiving message, user authentication, user permission, priority message
by Kim, Byungsu
Suggest queueing and parsing method for string type message packet
by Patrick P. Frey
This article shows how to generate method call traces for debugging, introspection and statistical analysis in the context of an application written with the search engine library project Strus.
by Error410
Setting up a microservice architecture from scratch, using Kubernetes, Helm and Docker. Automating the deployment process using a CI/CD tool. (Part 1) Base configuration.
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
by Shameel
Part 1 of this multi-part article series discusses Open Source considerations, history of SQL Server and PostgreSQL, choosing the right PostgreSQL version for your needs and On-Premise vs Cloud comparison
by Intel
For modbus on Intel(R) Edison you can easily use WiFi, or serial (RS232) as they are directly available on the platform.
by Mr. xieguigang 谢桂纲
Mathematical method of S-system equation to simulate a biochemical network system
by Frank Thomsen
This article describes how to write parsers using monadic combinators in F#.
by aa2max
Receive email notification if your website is down or slow
by George H. Slaterpryce III
Getting Started with Node.js Part 2
by Dr.Walt Fair, PE
A PHP script to generate an audio Morse code file from text.
by Mikhail Semenov
Essential features in Visual C++ 11 and GCC 4.7.0: move, rvalue references, prvalues, xvalues, perfect forwarding.
by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
by LEADTOOLS Support
Multi-Platform OCR with LEADTOOLS 18.
by Bunty1983
Multithreaded and interprocess signaling using semaphores in C++.
by jmolivieri
Extension of boost::upgrade_mutex
by Intel
Intel® Software Innovator Joshua Montgomery, Karl Fezer, and Steve Penrod of the Mycroft team let me pick their brains to learn a bit more about Mycroft.
by Renz Ladroma
A tutorial on how to setup Keepalived for MySQL Auto Failover
by Arthur V. Ratz
In this article we’ll formulate and thoroughly discuss about probabilistic Bayesian classification algorithm and its implementation in Node.JS and JavaScript that can be actively used to detect and locate messages containing potential spam and other unsolicited data.
by Shalyto
The aim of the foundation is to prove the necessity for software project documentation. This documentation is not only to contain the description of the desired final software product, but also the process of its development. Foundation's website http://is.ifmo.ru.
by Cory Borrow
A small and easy to use notification bar like that found in IE6+ and Firefox web browsers.
by swuk
It is very much like WScript.arguments plus it keeps track of how the named arguments (options) are used.
by headmyshoulder
odeint v2 - Solving ordinary differential equations in C++
by Don Fizachi
A C# implementation of the OTR protocol.
by Ariel Segal
Applying Object Oriented Programming principles when coding in C
by Gergo Bogdan
Object Oriented Programming in Python
by Gergo Bogdan
Object Oriented Programming in Python - part 2 (Inheritance)
by Intel
OpenCL™ Drivers and Runtimes for Intel® Architecture
by Intel
The SDK includes components to develop applications: IDE integration, offline compiler, debugger, and other tools.
by martin_bisson
How to use OpenCL with OpenGL to implement algorithms on GPU.
by Samuel Teixeira
Why simple if we can be complex?
by Intel
This article describes a common type of regression analysis called linear regression and how the Intel® Data Analytics Acceleration Library (Intel® DAAL) helps optimize this algorithm when running it on systems equipped with Intel® Xeon® processors.
by Member 11127135
Oracle materialized views under ETL processes
by Hoi Yen Loo
Design and implementation of the parallel I/O of a CFD code
by PrasadPerera
This is an individual effort on parallelizing the quicksort algorithm using MPI (Message Passing Interface) to sort data by sharing the partitions generated from regular sampling.
by Sameerkumar Namdeo
An article highlighting the advantages of using a composite datatype for passing parameters to functions.
by Intel
In this tutorial, we will cover the steps required to install the Parse Embedded SDK on an Intel® Edison board and show an example of how to run a sample application and receive push notifications.
by NitinShrivastava
A brief introductory tutorial on AngularJS
by Kewin Rausch
How to patch the Linux kernel with a custom mechanism and without having to reboot the system.
by Android on Intel
In this note, we discuss how to obtain similar performance data for the Android* operating system.
by Vaclav Naydenov
Comparing the performance of two similar CRUD server apps, one written in Python and SQLAlchemy, the other in C++ and YB.ORM.
by csrss
This article is about creating a ready to run chat system in Perl scripting language.
by Gazmend Jakupi
Tutorial for developing in PHP
by Joren Heit
Designing and implementing a Pi2Pi chat-protocol in C++
by Joren Heit
PiCom is a protocol/C++-class that handles communication between 2 RaspberryPi's that are connected through their GPIO pins. PiFTP is a file-transfer protocol that uses PiCom as its interface to send files across the GPIO.
by Quake2th
The first part of a two-part article which will illustrate how to redirect the PLT of a process through the injection of a shared object into its address space.
by Simone Graudejus
This is a client for NatMonitor daemon
by Elmar de Koning
A generic C++ implementation for n-dimensional Douglas-Peucker approximation
by Greg Utas
Analogous functions, subtle differences, multiple compilers...
by mf040
Idea and implementation of a simple and easy database synchronization tool.
by DigitalInBlue
This article discusses the implementation and use of a fast alternative to dynamic_cast, Priori.
by Lino Barreca
Quick and efficient way to upload an entire folder to Picasa / Google+
by Steffen Ploetz
Draw text using Cairo from C# with full control over character positioning, linebreaking, etc.
by MehreenTahir
This article will help you get started with concurrency and will also introduce you to the features C++ has to support concurrent programming.
by raddevus
Learn to program Linux via .NET Core 3 and Visual Studio code: Beginning Console Apps
by raddevus
Learn to program Linux via .NET Core 3 and Visual Studio code: Getting started
by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of composite widgets.
by Steffen Ploetz
How to get out the maximum from the Roma widget in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Basics and description of concepts.
by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of simple widgets.
by Steffen Ploetz
How to get out the maximum from the Roma widget set in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Short introduction of the widgets.
by Steffen Ploetz
How to draw transparent and gradient output on a X11 window unsing the (low level API) XRender protocol extension for X11.
by Steffen Ploetz
How to call native X11 API from Mono Develop C# ending up in a very little application.
by Steffen Ploetz
How to call native Xt API from Mono Develop C# ending up in a very little Athena widget application.
by Steffen Ploetz
How to call native Xm API from Mono Develop C# ending up in a very little Motif widget application.
by Steffen Ploetz
How to use Free Widget Foundation Xt compatible widgets from Mono Develop C#
by Intel
However, many think smart homes have two main stumbling blocks: no unified solution and they’re not practical yet. Project Newton, one of Intel’s latest innovation projects, can help mitigate these issues.
by Dmitriy Ryajov
A technique to use templates and class level new and delete overrides to handle object allocations.
by Emiliarge
Native, simply, fast, cross-platform, and quite powerful PL? Is it nothing? No, it isn't. It is PureBasic!
by Intel
Explore performance analysis options provided by the Intel® VTune Amplifier for Python applications to identify the most time-consuming code sections and critical call paths.
by Zehaie M. Hailu
Python lends itself to the development of multi-threaded GUI and network applications.
by Spandan_Sharma
Manipulations in a Qt Quick Tree View
by pseudonym67
Demoing the QTreeWidget with KDevelop 3.5.
by HoshiKata
Qt Metaobject Programming
by Vaclav Naydenov
How C++ library YB.ORM can help manipulate the data stored in RDBMS using domain classes. Basic concepts of ORM are explained by examples.
by Farhad Reza
In this article, we will quickly overview the Google's Go programming language.
by Mr. xieguigang 谢桂纲
I want to develop a simple wrapper operation to do the hybrid programming data conversion job automatically. This makes my laboratory scientific research job happy!
by idepaula
Time Tracker Starter Kit port to Linux using Mono and FireBird
by idepaula
Reports Starter Kit port to Linux using Mono
by Azim Zahir
Developing a random number game using J2ME technology
by Mark H Bishop
Build a motion-triggered cam with room illumination, off-site storage of captured movies, and secure remote administration... all with simple bash scripts. Great for off-site monitoring and wildlife cams.
by meconer
Developing a display reader for raspberry pi
by Kewin Rausch
Moving forward in the future networks evolution
by Steffen Ploetz
Check OpenGL as a basis for appealing applications, that are not necessarily games.
by Chad Z. Hower aka Kudzu
Remotely controlling a PC to turn it on and off from software control on another PC.
by AndiHoffi
Turn it on and off using a simple tray icon.
by magr74
The article describes the usage of a modularization framework called Remote SOF supporting distributed software modules.
by CalvinHartwell
A short guide on how to remove SQL Injection, with reusable code
by Sidd Gautama
Declarative, Configurable and Super Easy API testing lib using YAML/JSON steps
by Han Bo Sun
In this article, I like to show the reader step by step to create a RESTFul web service using Jersey 2.x.
by Han Bo Sun
How to design a previewable HTML editor, and how to use this control in your application
by Igor Okulist
Robust MVC framework for desktop and web development
by Phil Hopley
Fourth part in a series on a ROS (Robot Operating System) House Bot
by Phil Hopley
Sixth part in a series on a ROS (Robot Operating System) House Bot
by Phil Hopley
Seventh part in a series on a ROS (Robot Operating System) House Bot
by b4rc0ll0
Reusable extension of JPanel with rounded borders, shadow and antialiasing
by Sumit2.Chauhan
Article on end to end guide for running ASP .NET Core web applications on Linux servers on Amazon Cloud Service using Apache Server proxy
by Intel
This paper provides introductory information, links and resources for operating an IEI Tank with the Intel® Distribution of OpenVINO™ toolkit for Linux with FPGA support.
by Dr. Song Li
This article is a study note on installing Linux in Microsoft Windows in a VirtualBox. I hope that it may be of some help to those who are interested in this topic.
by Dr. Song Li
How to run Linux in a VirtualBox and miscellaneous subjects
by Farooq Kaiser
With a web crawler that runs on a Raspberry Pi, you can automate a boring daily task, such as price monitoring or market research
by Vince Chan
I have been hearing quite a bit about the new ASPNET 5 (vNext) and .NET Core for a while now.
by henrykorir
Running native Linux binaries in Windows Operating System without modifying it
by FiegeU
A worktime tracking solution that reads RFID tags on a Raspberry based terminal that is integrated to Dynamics AX 2009
by Don Fizachi
A C# implementation of the SCRAM SHA-1 (RFC 5802) authentication protocol.
by Mahmudul Haque Azad
This article describes the natural evolution of BDD from common problems of developers not following TDD properly. It also describes a bit about Domain Driven Design (DDD) and Domain Specific Language (DSL) which are naturally connected with BDD.
by LEADTOOLS Support
LEADTOOLS is an imaging toolkit that can be utilized to help enable end-users to utilize almost any camera as feature-enhanced scanner and “scan” anything, anywhere, any time with excellent image quality.
by c-smile
Basics of Sciter embedding principles, high-level overlook of Sciter SDK structure.
by codef00
Combining methods to better search for words that sound like other words when searching a MySQL database.
by Han Bo Sun
In this article, I will show the reader how to secure a web application based on Spring Boot and WAR archive, using the Spring Security and Tags. The application will have a login page, page access based on user roles, login failure, and access denied pages.
by Layer 7 Technologies
Discuss XML and Web services-specific security challenges and presents the limitations of an SSL or sole XML Firewall solution. Outlines the attributes of an ideal Web services security solution.
by Intel
This article is for developers who’d like to learn more about the Terasic self-balancing robot, understand how it was designed, and explore some of the architectural decisions that were made.
by Jeroen De Dauw
A MediaWiki extension that allows you to insert, edit, view and aggregate coordinate data
by Han Bo Sun
Short tutorial on Javax mail library
by Ricardo Trujillo Rodríguez
How to integrate push notifications on your Drupal 7 site and your Titanium Apps
by Ahmed Charfeddine
A Visual C++ Project Wizard for the fast creation of high performance TCP servers in C++
by Shuqian Ying
Service based, multi-application ASP.NET custom membership, role and profile providers with a hierarchical role system.
by Fardin Koochaki
In this article we're gonna create a simple WebSocket session manager module for Nodejs to help us out with our next projects.
by Mark Vinod Sinnathamby
How to set up the OpenGL and freeglut libraries for development in Ubuntu.
by Max Spencer
Article 2 - Setting up Android Studio or Eclipse ADT on Ubuntu
by Intel
In this article we are going to demonstrate how to optimize Single precision floating General Matrix Multiply (SGEMM) kernels for the best performance on Intel® Core™ Processors with Intel® Processor Graphics.
by Volynsky Alex
This article describes the difference between shallow and deep copy using Python 3.
by zebulon75018
This is an original idea - a short key reminder display with Qt
by Mosi_62
Writing a I/O device driver for Raspberry Pi
by muhsin meydan
A simple jquery tab as template that addresses few issues with JavaScript tabs
by Igor Ladnik
Simple Kafka producer and consumer written in C# and Scala with Avro schema read either from local file or simple Web server
by Miroslav Fidler
Using asynchronous nature of U++ library HttpRequest class to implement parallel web crawler with GUI
by Steffen Ploetz
How to calculate a radial gradient and draw the output on a System.Drawing.Bitmap. And how to use this bitmap as a tile pixmap to fill any path.
by Igor Ladnik
The article presents infrastructure components for data streaming from server to clients and bidirectional communication with SignalR .NET Core.
by Igor Ladnik
Simple software to solve quadratic optimal control problem
by Robert Umbehant
A two file graphics library for debugging otherwise graphically deficient applications.
by Sharp Ninja
Helper methods should be simple, and these SimpleHelpers make your code simpler, too!
by Ogwara Rowland
NW.ORM, a helper framework for working Hibernate.
by Clayton Rumley
An easy-to-use class that allows us to create PHP classes whose methods are automatically exposed in client-side JavaScript.
by Ahmed Bouchefra
Single page apps with Flask and Angular 4|5 tutorial series
by Sunil Pandita
The articles intriduces with the concept of single page web application and describes in detail how we can built ome such using AngularJS
by sklivvz
SixPack Library tutorial on how to use the CaptchaImage class
by sklivvz
SixPack Library tutorial on how to use the StoredProcedure class.
by Evan Zhao
I'd like to share my experience dealing with problems about memory allocation and memory leaks.
by Saurabh.Garg
SLogLib is an easy to use, fully customizable and extensible, cross-platform logging library.
by Artem Kustikov
This article describes results of ahttpserver evolution - implementation of ASP.NET handler and many architecture improvements
by john morrison leon
observer_ptr, a smart observer guaranteed to always be either valid or test as null. Transparently harnessing unique_ptr's custom deleter feature to detect object destruction.
by Jakub Piwowarczyk
The CSmtp class allows to send emails with attachments. It only provides the AUTH LOGIN authentication.
by Anele 'Mashy' Mbanga
A look at a flexible Java MySQL CRUD PHP script generator
by Patrick Kalkman
A C# assembly for calculating Sunrise, Sunset, and Maximum Solar Radiation
by headmyshoulder
This article explains a framework for solving ordinary differential equations, which is based on template metaprogramming.
by nchamberlain
The Concurrency Explorer (ConcX) provides the objects, tools and features to make solving the Dining Philosophers problem relatively simple
by nchamberlain
The Sleeping Barber problem, a classic inter-process communication problem, can be studied and explored more easily using tools such as the Concurrency Explorer than using standard parallel or asynchronous coding techniques.
by Andriy Padalka
Lightweight profiling and test units; template for operator = overloading.
by SpaceSoft
To simply encrypt\decrypt your data...
by Voevudko A. E., Ph.D.
Presenting one kind of the exotic spiral, i.e., using big round dots, twisting polygons and, possibly, your own photo. Offering web-page used to illustrate different aspects of it.
by Han Bo Sun
This tutorial discusses the way to setup a Spring boot application that can utilize JSTL template and taglib.
by Han Bo Sun
In this article, I will present a fully working Spring MVC application. It integrates with Spring Security, and Spring Rest. The sample application can be used as a template while the tutorial gives you a general idea of how each component work.
by Android on Intel
This document provides step-by-step instructions on how to build SQLCipher for Android on a Linux host, with architecture settings to an Intel® x86 target.
by coder_of_salvation
Skip the 'starting from scratch' & Makefile bullsh*t, this will boost your creativity
by metcarob
GTK+ is a GUI widget toolkit. This article describes how I have compiled a Hello World GTK+ program to allow me to evaluate it.
by Parasoft Corporation
Data flow analysis enables early and effortless detection of critical runtime errors like exceptions, resource leaks, and security vulnerabilities. It can also check if exceptions reported from automated unit testing are “real bugs.
by Corinna John
Encode a text by sorting notes.
by Intel
Step by Step Performance Optimization with Intel® C++ Compiler
by Shao Voon Wong
Writing comparison function for std::sort
by TheQult
Implementing a simple message delivery system in C#
by Sunasara Imdadhusen
String.Format creates strings from a pattern and values
by Marc Clifton
Use Semantic Native Types for even stronger typing
by TheQult
A simple introduction to NetFluid Application Server 11
by ro-php-code
A plugin to upload an image using SWF upload and to crop the uploaded image using jQuery and then save the crop result.
by Uros Calakovic
How to create Swing based GUIs with JRuby
by Mahmoud Samir Fayed
The Ring programming language comes with different styles for I/O and Control Structures and support changing the language keywords and operators.
by Pavel Evgenjevich Timoshenko
In this article I would like to discuss about “nameof” operator supported by C# 6. It allows to map strings to named code elements.
by Tejas_Pathak
A platform independent application that runs on Windows, Mac and Linux
by Mike Gavaghan
Applications that open and close a large number of client TCP/IP sockets run the risk of running out of available socket ports. The exceptions raised can be misleading because they are generally associated with server socket conflicts – not outbound client connections.
by Sergey Alexandrovich Kryukov
A Visual Studio Code extension, a convenient UI wrapper for Tesseract OCR — in the VSCode style: it performs Optical Character Recognition of data found in an image file and opens the recognition result in a text editor.
by Paolo Parise
Dockerized Postgre to improve coupling between versioned codebase and DB schema
by phparray
Using PHP-SOAP to access the world's fastest server web service and plot each trip using the Google maps API
by Alvin Ashcraft
Hot on the heels of my last review for DevExpress Universal 2014.2, I will next dive into my recent experiences with DevExpress TestCafe.
by Michael Chourdakis
All in one: x86, x64, Virtualization, multiple cores, along with new additions
by _Maxxx_
The Internet of Things needs YOU!
by Qwertie
Concerned about regular expressions being unintelligible, repetitive, hard to get right and non-recursive? Read part 5, possibly the most useful part yet!
by Xiao Ling
In this article, we discuss the unique challenges DPM codes present, and how Dynamsoft Barcode Reader overcomes these challenges with just a few lines of code.
by Ajay Vijayvargiya
Learn from this guide how and when - as well as when not - to use multithreading.
by Ajay Vijayvargiya
More of practical situations to use multithreading!
by Walter Capers
The webonization of the netstat command, netstat in a browser
by Mahmoud Samir Fayed
Free Open Source Innovative and practical general-purpose multi-paradigm Scripting language developed using C/C++
by Bachowny
C++ code showing how to track memory usage to avoid memory leaks
by Alexander Wieser
The Spectre Framework is an attempt to introduce HTML5 as a first class citizen UI language for CLR based applications.
by Voevudko A. E., Ph.D.
Explaining the Vogel spiral phenomenon. Offering web-pages used to illustrate different aspects of the Vogel spirals.
by Mukit, Ataul
An Interactive White-Board for distance learning
by dave.dolan
Implement a language interpreter by mapping a GOLD grammar to semantic nodes with the new BSN Engine.
by nchamberlain
Avian Computing provides new tools for thinking and designing parallel programs
by AlexeyAB
Examples of use and testing of a thread-safe pointer and contention-free shared-mutex
by Kamran A
How to use RavenDB to implement throttling in less than 40 lines of code
by Mohammad Dayyan
Creating thumbnail images using PHP.
by Tejas_Pathak
A simple game in C# that can run on Windows, Linux(mono) and Mac(mono)
by Tejas_Pathak
A platform independent game that runs on Windows, Mac and Linux
by Evan Zhao
I hope that this will help someone who is just trying to solve the same problems that I have met.
by c-smile
How the TIScript language is different from its prototype - JavaScript
by M@dHatter
The Token Manager allows web developers to program PHP, HTML, CSS and JavaScript into tokens that can be used throughout WordPress.
by Alejandro Ferreira Guido
This article is about explaining the process of building an authentication servlet filter from scratch, including configuration initialization, url path filtering for login page and the process to get a user dynamically authenticated on a separate LDAP Windows Active Domain.
by Intel
Fast and Easy Training and Inference Using Intel® Consumer GPUs and Windows* Subsystem for Linux 2
by malaugh
Translating applications using Windows messsaging to GTK
by Tomasz_Wisniewski
A treap implementation in C
by elw00d123
How to create console app with pseudographics using XAML quickly
by Jerry Jiang
Two fast and efficient classes of RC4 and Base64 stream cipher algorithms
by Paulo Uechi
Uechi APM Web is an APM (Application Performance Management) Open Source Server Performance Monitor written and developed in Java and C # for all Linux and Windows platforms. The Uechi.APM.Web offers a complete resource for unlimited monitoring servers in real time. Have full control of the CPU cons
by Han Bo Sun
This article will discuss the integration of ui-bootstrap with AngularJS 1.6.x, I will show how to popup the modal dialog, how to pass data into the modal dialog, and how to pass data back to the caller.
by Yuancai (Charlie) Ye
C++, C++20 Coroutine, Awaitable Object, co_await, Cross Platform Development and Non-blocking Socket Communication
by Salar Hafezi
In this text, we see how to use Recursion in our Java programs.
by Jais Joy
This article explains STL internals.
by Robert Crockett
Use safe Destructive Editing techniques to load a SQLITE table
by Shao Voon Wong
A portable and easy-to-use C++ file library to read and write structured data
by Harshit Gindra
The article covers the concept of Unity Framework to help Dependency Injection and Inversion of Control(IoC).
by Alexei Shcherbakov
How to make almost universal NuGet 'System.Data.Sqlite' package for .NET and Mono
by Steffen Ploetz
How to get out the maximum from the Roma Widget Set's list and tree widgets in C#.
by Fiyaz Hasan
Setting up environment, writing C# code in brackets and running from command prompt.
by Friedrich Brunzema
How to programmatically edit a Confluence Wiki page
by Cloudster
Run command line Linux apps inside of Django to rapidly process 360 degree images.
by Jason Floyd
Use Mina to deploy a Ruby on Rails app quickly and easily.
by Kevin Schaefer
Quickly summarize the secure log file on Linux systems to easily see who is trying to ssh to the server
by Intel
This tutorial explores the use of deep learning models for face detection, age, gender, and emotion recognition, and head pose estimation included in versions of the Intel® Distribution of OpenVINO™ toolkit.
by Elmue
An article about some useful PHP 5 extensions with a fully functional demo and all required files
by Igor Ladnik
The article presents a collection of Web technologies. Multi-OS servers written in ASP.NET Core and node.js along with HTML / JavaScript / TypeScript single-page client construct scrollable table sample.
by Intel
The Intel® Edison board contains an internal microcontroller unit (MCU) in addition to the CPU. In this article, I explain the benefits of using an internal MCU for both
by Walter Capers
Using C to write a browser source editor.
by Azim Zahir
This article describes how to get the internal details of a class in Java using introspection.
by Han Bo Sun
In this tutorial, I will introduce the use of Spring JdbcTemplate in a Spring Boot web application. This tutorial will show how to create the necessary configuration for JdbcTemplate. And how it can be used for data insertion and retrieval.
by Han Bo Sun
I will introduce two ways to use Jetty as a web server to serve static contents to end user. This can be used for testing in development.
by davekahn
An easy way to control the lists of options in multiple related SELECT controls
by pesmith
Application allows voice communications (VOIP) utilizing the Distributed Interactive Simulation protocol (IEEE 1278.1)
by Miguel Restrepo
This blog will focus on the image component of DICOM files, and specifically on how to access and decode DICOM pixel data using Accusoft’s PICTools.
by rerhart585
Using SQLite, leverage the create_aggregate(), and SQL's Between Operator to create a Normal Probability Distribution Histogram, or what is more commonly referred to as a Bell Curve.
by 1&1 Internet
Providing a rich, interactive experience will increase visitors returning to your website. Symfony, known as a stable and powerful development environment, can be used to create a wide range of Web projects. Here we provide an introduction to Symfony and a guide to getting started.
by Jim Crafton
A tutorial and brief explanation of RTTI in the VCF.
by Intel
This guide will teach you how to use GATT profile, by interfacing with the Texas Instruments SensorTag over Bluetooth* Low Energy.
by Intel
How to convert a trained Caffe model using the Model Optimizer with both framework-agnostic and Caffe-specific command-line options
by Intel
The Model Optimizer is a cross-platform command-line tool that facilitates the transition between the training and deployment environment, performs static model analysis, and adjusts deep learning models for optimal execution on end-point target devices.
by Intel
This article demonstrates how to use Thinger.io on an UP Squared board running the Ubuntu operating system.
by Han Bo Sun
A tutorial on how to setup an application Spring Security and Spring MVC, and use ThymeLeaf for secured page rendering.
by Vyacheslav Voronenko
Store deployment credentials in secure way by Harshicorp Vault (authors of the Vagrant tool)
by shankarp
A simple program that uses the LCS algorithm to compare two files.
by Intel
Examples of How Intel® Compilers Can Vectorize and Speed Up Loops
by Kenji Sulzberger
The Agile Manifesto states that individuals and interactions are more important than processes and tools. I pretty much agree with that. But the iterative nature of agile projects also raises some particular challenges to version control, which are just as important for small shops.
by Kenji Sulzberger
You want version control regardless of whether you are working at your office desk or on the train? You want to be able to create checkpoints even when developing without server connection? Read on to learn how to get this without the need to spend big to purchase an enterprise tool.
by Denis Demidov
This article is an introduction to VexCL. VexCL is vector expression template library created for ease of C++ based OpenCL development.
by 'Anil' Radhakrishna
Show off your book collection using a AngularJS script & Google Spreadsheet as your back-end
by Michael Chourdakis
Curious on how you create a hypervisor app? Read mode!
by Richard Chambers
This article discusses using cross compile tools under x86 Ubuntu Linux to build the Linux kernel for the VisionFive 2 RISC-V SBC.
by Mr. xieguigang 谢桂纲
Easy way to map the table in the mysql database.
by Ed Airey
Micro Focus supports platform choice. Which is why the new incarnation of Visual COBOL means that any environment can be customized to offer future flexibility, whatever the profile.
by Fredrik Bornander
Obscuring out-of-sight areas in games using HTML5 and JavaScript
by jerryd_intw
This article presents a commercial-grade cross-platform Harel UML StateChart Open-Source application framework named StateWizard for concurrent, distributed, and real-time reactive system development with simplicity, efficiency, and scalability.
by Laurence Moroney
We all know and love the Visual Studio .NET® IDE, but did you know that you can use it to build server applications that run on Linux®? Discover how with Visual MainWin® for J2EE™ from Mainsoft.
by Igor Kushnarev
Vulkan API with Kotlin Native. Drawing loop.
by Igor Kushnarev
Creating Vulkan instance with Kotlin Native
by Igor Kushnarev
Native windows with Kotlin Native for Linux and Windows platforms
by Igor Kushnarev
Using Vulkan API with Kotlin Native example
by Igor Kushnarev
Vulkan surface, physical and logical devices with Kotlin Native
by Igor Kushnarev
Vulkan pipeline with Kotlin Native
by Florian Rappl
An introduction to lambda expressions as well as an advanced discussion on how and where to use them. This article will also show known and introduce new design patterns that might be helpful.
by AlexeyAB
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers
by VISWESWARAN1998
Scrape the websites with Python 3
by Igor Ladnik
Software for large image smart viewing, mark out and annotation
by Mahmoud Samir Fayed
Simple database application for Desktop and Android written in the Ring Programming Language
by setevoy4
The chroot() Linux system call explanation and the chroot utility usage examples
by Ilka Guigova
The use of spreadsheets to record tasks as a universal, minimalistic, portable, flexible, and very customizable approach that requires "no" learning curve.
by Intel
Intel® IoT Gateways come in single core up to four core processors, with adjoining ram and storage media. More importantly, gateways using Intel® IoT Technology have been customized for many industrial and commercial uses.
by bjames02
An article explaining the benefits of learning assembly language
by Shayne P Boyer
Why should we care about containers for development
by Chris_Riley
A cloud provider like Alibaba Cloud has deliberately made compute with SSD predictable and cost-effective, providing developers more of what they need to build great applications for production in the cloud.
by Intel
Why the Yocto Project isn't called "Linux"
by Bigcheesegs
A class to dynamically load DLLs and SO files and call functions from them
by Intel
Wind River® Pulsar™ Linux is a small, high-performance, secure, and manageable Linux distribution that combines the best of Wind River open source technology and delivers it without the traditional cross-build complexity.
by Bryian Tan
Create WordPress plugin - Password strength indicator using jQuery and XML
by Al-Farooque Shubho
A jQuery script that lets you display the “Navigate Away” browser message when an input field value is changed in the page, and for that, you don’t need to write any code!
by Harshit Gindra
This article explains a design approach that involves setting the work flow of the process using config file and Unity Framework. It helps to change the flow only by updating the config file and no other code change is required.
by Duong Ba Hong Minh
In this article I want to give a solution to work with an Oracle database has a large number of Columns
by Marc Clifton
A deep dive into the $lookup aggregator with examples of one-to-one, one-to-many, many-to-many, and nested relational "queries"
by adminmyserver
Ruby on Rails application for the world's fastest server data.
by Asif Bahrainwala
Basic debugger for linux
by AshakiranBhatter
Understanding FAT file system and kernel programming in C/C++
by AshakiranBhatter
How to boot a floppy image with your own hand written code in C and Assembly
by AshakiranBhatter
Reading the contents of a floppy disk using BIOS interrupts and Services.
by Sharjith
Article showing how to write OS and GUI toolkit portable OpenGL view class
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article introduces a XAML based 7 segment LCD display utilizing a WPF UserControl.
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing the DrawingBrush with offset and tiles.
by Steffen Ploetz
This article introduces a small tool (much simpler than sandcaste help file builder) to create HTML help for .NET/MONO assemblies and reviews the XAML based approach to create GUI application with the Roma Widget Set XrwXAML.
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing massive data binding with zero code.
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing WPF UserControls.
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with WPF geometry objects (shapes).
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with basic menu, clipboard & validation features.
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based dialog application with the Roma Widget Set (Xrw) in C#
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article introduces a XAML based Minesweeper game with WPF.
by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based ribbon application with the Roma Widget Set (Xrw) in C#
by Koushik Ghosh
In this article, I have gathered all the experiences and information, which can be applied to make a C code optimized for speed as well as memory.
by Apriorit Inc, Sergey Yakimenko
This article was mostly written for Linux developers. The article gives a method of writing out-of-process plugins to open source software.
by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux baseline operating system containing Mono for use on a variety of different hardware configurations.
by Ryan Peden
Writing to a Slack Channel - Node.js Edition
by Ryan Peden
Writing to a Slack Channel - Python Edition
by DriveByCoder
XLL Auto-Generation - An Example of a Metadata Driven Tool
by Jim Crafton
An article describing a new build tool for C/C++ projects
by Simon Jackson
We have finally reached the end of an era and the dawn of the next with the MonoGame project. The latest release has now broken its ties to the old XNA framework and stands alone.
by MaasOne
Download financial data, managing online portfolio or using Search BOSS from Yahoo! with .NET
by Neil_lu
A powerful, easy-use, cross-platform C++ log utility.
by Faustino Frechilla
A circular array based lock-free queue with no memory allocation on the heap and no ABA problem
by Tobias Wenig
This article shows an easy way to implement basic image processing algorithms in a generic STL like way for a pixel iterator and benchmarks the results on different compilers.
by Manar Ezzadeen
Examining packets exchanged between ZeroMQ sockets using Wireshark; and studying ZMTP protocol and its grammar that governs these packets through a simple PUSH-PULL example.