Minahil Noor
C# Howtos
- C# Convert String to Enum
- Convert Int to Enum in C#
- Double Question Mark in C#
- Exponent in C#
- HashMap in C#
- Priority Queue in C#
- Question Mark in C#
- Random Int in C#
- Random Number in a Range in C#
- Get File Name From the Path in C#
- Get the Length of an Array in C#
- Optional Parameter in C#
- Sort an Array in C#
- Sort an Array in Descending Order in C#
- Use Strings in Switch Statement in C#
- Convert a String to Boolean in C#
- Remove Element of an Array in C#
- Convert a String to Float in C#
- Make a Delay Timer in C#
- Convert a String to a Byte Array in C#
- Convert an IEnumerable to a List in C#
- Pass a Method as a Parameter in C# Function
- Rename a File in C#
- Sort a List by a Property in the Object in C#
- Write a Multiline String Literal in C#
- Create a Folder in C#
- Download a File From a URL in C#
- C# Convert String to Datetime
- C# Remove Item From List
- C# Identify if a String Is a Number
- C# Read a Text File Line by Line
- Round a Decimal Value to 2 Decimal Places C#
- Get the Index of the Current Iteration of a Foreach Loop in C#
- C# Parse JSON
- C# Convert the Object to a JSON String
- C# Write Data Into a CSV File
- C# Get the Current Folder Path
- C# Make a Textbox That Only Accepts Numbers
- C# Read a CSV File and Store Its Values Into an Array
- C# Pass Multiple Parameters to a Get Method
- C# Join Two Lists Together
- C# Get the Unix Timestamp
- C# Get the Current Date Without Time
- C# Convert Byte Array to String
- C# Convert a Char to an Int
- C# Efficiently Remove All Whitespaces From a String
- C# Read and Parse an XML File
Python How-To's
PHP Howtos
- Remove All Spaces Out of a String in PHP
- Find the Foreach Index in PHP
- Convert an Integer Into a String in PHP
- Convert an Array to a String in PHP
- Convert a String to a Number in PHP
- Get the Last Character of a String in PHP
- Get the Current Year in PHP
- Convert a Date to a Timestamp in PHP
- Convert a Timestamp to a Readable Date or Time in PHP
- Get the First Element of an Array in PHP
- Echo or Print an Array in PHP
- Delete an Element From an Array in PHP
- Remove Empty Array Elements in PHP
- Show a Number to Two Decimal Places in PHP
- Convert One Date Format to Another in PHP
- Generate JSON File in PHP
- Parse a JSON File in PHP
- Use cURL to Get JSON Data and Decode JSON Data in PHP
- Check if a String Starts With a Specified String in PHP
- Write Into a File in PHP
- Get the Current Date and Time in PHP
- Get the Errors to Display in PHP
- Combine Two Arrays in PHP
- Convert XML to JSON in PHP
- Remove Duplicate Values From an Array in PHP
- Start and Stop a Timer in PHP
- Convert String to Float in PHP
- Get PHP String Length
- Replace String in PHP
- Check foreach Loop Key Value in PHP
- Escape Quotation in PHP
- Format Phone Numbers in PHP
- Check if File Exists in PHP
- Initialize Empty Array in PHP
- Perform Array Delete by Value Not Key in PHP
- Reset Array in PHP
- String Concatenation in PHP
- Write Multi-Line Strings in PHP
- Add Elements to an Array in PHP
- Check if a String Contains a Substring in PHP
- Create a New Line in PHP
- Remove the Last Character From a String in PHP
- Extract Data From JSON in PHP
- Get a File Extension in PHP
- Sort an Array of Associative Arrays by Value of a Given Key in PHP
- Extract Numbers From a String in PHP
- Get Time Difference in Minutes in PHP
- Loop Through an Array in PHP
- Read a Large File Line by Line in PHP
- Get Parameters From a URL String in PHP
- Check Whether an Array Is Empty in PHP
- 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