Articles by Naila Saad Siddiqui

C# Howtos

  1. How to Simulate Mouse Click Events in C#
  2. C# Await Multiple Tasks
  3. How to Save File Dialog in C#
  4. How to Read a CSV File Into a DataTable in C#
  5. Lambda Expression in LINQ Statements in C#
  6. How to Evaluate C# Expressions Dynamically
  7. How to Add Items to ListView in C#
  8. How to Wait for Event in C#
  9. How to Read PDF File in C#
  10. How to Get Mouse Position Using C#

Linux Howtos

  1. How to Execute Commands in a Variable in Bash Script
  2. How to Get the Primary IP Address in Linux
  3. Floating Point Arithmetic in Bash
  4. How to Get Current Date and Time in Bash
  5. How to Add New Users in Linux in Bash Script
  6. How to Change Drive in Git Bash
  7. How to Pass an Array to a Function in Bash
  8. Fork in Bash
  9. How to Continue on the Next Line in Bash
  10. How to Recursively Find Files in Bash
  11. Variable Interpolation in Bash Script
  12. How to Check Syntax in Bash
  13. How to Redirect Bash Output to a File

CSS Howtos

  1. How to Resize an Image While Keeping the Aspect Ratio Using CSS
  2. How to Change the Color of SVG Element in HTML Using CSS
  3. How to Have Gradient Background in CSS
  4. How to Center the Navbar Using CSS
  5. Stretchable Background Image Using CSS
  6. CSS Image Path Conventions
  7. How to Make an HTML Table With Rounded Corner Using CSS
  8. How to Override Bootstrap CSS

C Howtos

  1. How to Handling Errors in C
  2. Null Terminated Strings in C
  3. C Compiler for Windows

HTML Howtos

  1. How to Insert Vertical Space in HTML
  2. How to Change Format in HTML Datepicker
  3. How to Create A Read-Only Checkbox in HTML
  4. How to Display XML in HTML
  5. How to Display Arrows in HTML

Python How-To's

  1. How to Use Global Variables Across Multiple Files in Python
  2. How to Count Vowels in a String Using Python
  3. How to Extract Domain From URL in Python

C++ Howtos

  1. C++ Run Command Line
  2. How to Check C++ Compiler Version in Linux
  3. Prime Number Generator in C++
  4. How to Overload the Bracket Operator in C++
  5. Multidimensional Vectors in C++
  6. The ShellExecute() Function in C++
  7. NULL Undeclared Error in C++
  8. C++ std::bad_alloc Exception
  9. Error: Cannot Call Member Function Without Object in C++
  10. Warning: Cast From Pointer to Integer of Different Size in C++
  11. Vector Destructor in C++
  12. How to Handle Errors in C++
  13. Difference Between Struct and Typedef Struct in C++
  14. Struct Constructors in C++
  15. Tower of Hanoi in C++
  16. How to Iterate Through a List in C++

MySQL Howtos

  1. How to Backup MySQL Database in Windows
  2. How to Kill Connections in MySQL