Articles by Minahil Noor
C# Howtos
- How to Convert String to Enum in C#
- Double Question Mark in C#
- Exponent in C#
- HashMap in C#
- How to Convert Int to Enum in C#
- Priority Queue in C#
- Question Mark in C#
- Random Int in C#
- Random Number in a Range in C#
- How to Get File Name From the Path in C#
- How to Get the Length of an Array in C#
- How to Sort an Array in C#
- How to Sort an Array in Descending Order in C#
- How to Use Strings in Switch Statement in C#
- Optional Parameter in C#
- How to Convert a String to Boolean in C#
- How to Remove Element of an Array in C#
- How to Convert a String to Float in C#
- How to Make a Delay Timer in C#
- How to Convert a String to a Byte Array in C#
- How to Convert an IEnumerable to a List in C#
- How to Pass a Method as a Parameter in C# Function
- How to Rename a File in C#
- How to Sort a List by a Property in the Object in C#
- How to Write a Multiline String Literal in C#
- How to Create a Folder in C#
- How to Download a File From a URL in C#
- How to Convert String to Datetime in C#
- How to Remove Item From List in C#
- How to Identify if a String Is a Number in C#
- How to Read a Text File Line by Line in C#
- How to Round a Decimal Value to 2 Decimal Places C#
- How to Get the Index of the Current Iteration of a Foreach Loop in C#
- C# Parse JSON in C#
- How to Convert the Object to a JSON String in C#
- How to Write Data Into a CSV File in C#
- How to Get the Current Folder Path in C#
- How to Make a Textbox That Only Accepts Numbers in C#
- How to Read a CSV File and Store Its Values Into an Array in C#
- How to Pass Multiple Parameters to a Get Method in C#
- How to Join Two Lists Together in C#
- How to Get the Unix Timestamp in C#
- How to Get the Current Date Without Time in C#
- How to Convert Byte Array to String in C#
- How to Convert a Char to an Int in C#
- How to Efficiently Remove All Whitespaces From a String in C#
- How to Read and Parse an XML File in C#
Python How-To's
- How to Get and Increase the Maximum Recursion Depth in Python
- How to Convert Integer to String in Python
PHP Howtos
- How to Remove All Spaces Out of a String in PHP
- How to Find the Foreach Index in PHP
- How to Convert an Integer Into a String in PHP
- How to Convert an Array to a String in PHP
- How to Convert a String to a Number in PHP
- How to Get the Last Character of a String in PHP
- How to Get the Current Year in PHP
- How to Convert a Date to a Timestamp in PHP
- How to Convert a Timestamp to a Readable Date or Time in PHP
- How to Get the First Element of an Array in PHP
- How to Echo or Print an Array in PHP
- How to Delete an Element From an Array in PHP
- How to Remove Empty Array Elements in PHP
- How to Show a Number to Two Decimal Places in PHP
- How to Convert One Date Format to Another in PHP
- How to Generate JSON File in PHP
- How to Parse a JSON File in PHP
- How to Use cURL to Get JSON Data and Decode JSON Data in PHP
- How to Check if a String Starts With a Specified String in PHP
- How to Write Into a File in PHP
- How to Get the Current Date and Time in PHP
- How to Get the Errors to Display in PHP
- How to Combine Two Arrays in PHP
- How to Convert XML to JSON in PHP
- How to Remove Duplicate Values From an Array in PHP
- How to Start and Stop a Timer in PHP
- How to Convert String to Float in PHP
- How to Get PHP String Length
- How to Replace String in PHP
- How to Check foreach Loop Key Value in PHP
- How to Escape Quotation in PHP
- How to Format Phone Numbers in PHP
- How to Check if File Exists in PHP
- How to Initialize Empty Array in PHP
- How to Concatenate Strings in PHP
- How to Perform Array Delete by Value Not Key in PHP
- How to Reset Array in PHP
- How to Write Multi-Line Strings in PHP
- How to Add Elements to an Array in PHP
- How to Check if a String Contains a Substring in PHP
- How to Create a New Line in PHP
- How to Remove the Last Character From a String in PHP
- How to Extract Data From JSON in PHP
- How to Get a File Extension in PHP
- How to Sort an Array of Associative Arrays by Value of a Given Key in PHP
- How to Extract Numbers From a String in PHP
- How to Get Time Difference in Minutes in PHP
- How to Loop Through an Array in PHP
- How to Read a Large File Line by Line in PHP
- How to Get Parameters From a URL String in PHP
- How to Check Whether an Array Is Empty in PHP
- How to Convert an Array to an Object in PHP
Python Pandas Functions
- Pandas DataFrame.idxmax() Function
- Pandas DataFrame.insert() Function
- Pandas DataFrame.resample() Function
- Pandas DataFrame.reset_index() Function
- Pandas DataFrame.rolling() Function
- Pandas DataFrame.std() Function
- Pandas DataFrame.to_dict() Function
- Pandas DataFrame.to_numeric() Function
- Pandas Series.head() Function
- Pandas Series.to_frame() Function
- Pandas Series.tolist() Function
- Pandas DataFrame.astype() Function
- Pandas DataFrame.corr() Function
- Pandas DataFrame.describe() Function
- Pandas DataFrame.isnull() and notnull() Function
- Pandas DataFrame.ix[] Function
- Pandas DataFrame.loc[] Function
- Pandas Series Series.map() Function
- Pandas DataFrame DataFrame.transpose() Function
- Pandas DataFrame DataFrame.where() Function
- Pandas DataFrame DataFrame.plot.hist() Function
- Pandas DataFrame DataFrame.to_csv() Function
- Pandas DataFrame DataFrame.transform() Function
- Python Pandas pandas.pivot_table() Function
- Pandas DataFrame DataFrame.plot.bar() Function
- Pandas DataFrame DataFrame.sample() Function
- Pandas DataFrame DataFrame.aggregate() Function
- Pandas DataFrame DataFrame.dropna() Function
- Pandas DataFrame DataFrame.reindex() Function
- Pandas pandas.melt() Function