SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
Examples On Programing Languages
Home
Questions
Best way to list files in Java, sorted by Date Modified?
Capturing a form submit with jquery and .submit
How to find index of all occurrences of element in array?
Getting "method not valid without suitable object" error when trying to make a HTTP request in VBA?
How to convert from Hex to ASCII in JavaScript?
How to get IP address of running docker container
Why does Oracle not find oci.dll?
How to force a checkbox and text on the same line?
height: calc(100%) not working correctly in CSS
Switch between two frames in tkinter
How to terminate a python subprocess launched with shell=True
what is difference between success and .done() method of $.ajax
How can I tell if an algorithm is efficient?
How to draw circle in html page?
Getting Django admin url for an object
Prevent flex items from stretching
How to test multiple variables against a value?
How to get client IP address in Laravel 5+
How to Generate Barcode using PHP and Display it as an Image on the same page
Failed to execute 'atob' on 'Window'
How to filter WooCommerce products by custom attribute
Background position, margin-top?
Parse an HTML string with JS
Get first letter of a string from column
How do I spool to a CSV formatted file using SQLPLUS?
Task.Run with Parameter(s)?
How to run a script at a certain time on Linux?
How do I get the domain originating the request in express.js?
Creating an Array from a Range in VBA
How do check if a parameter is empty or null in Sql Server stored procedure in IF statement?
Can I add extension methods to an existing static class?
What's the C++ version of Java's ArrayList
How to filter an array from all elements of another array
SQL query to get most recent row for each instance of a given key
Determine if a cell (value) is used in any formula
git: Switch branch and ignore any changes without committing
maxFileSize and acceptFileTypes in blueimp file upload plugin do not work. Why?
How do I represent a time only value in .NET?
Module is not available, misspelled or forgot to load (but I didn't)
How to make clang compile to llvm IR
IndexError: too many indices for array
Trim Cells using VBA in Excel
How to connect SQLite with Java?
Disabling Chrome Autofill
Automated testing for REST Api
How to change the output color of echo in Linux
Rails Object to hash
How to install PyQt5 on Windows?
What's the difference between the Window.Loaded and Window.ContentRendered events
Text file with 0D 0D 0A line breaks
How to quietly remove a directory with content in PowerShell
IntelliJ and Tomcat.. Howto..?
How can I create a small color box using html and css?
How can I declare a Boolean parameter in SQL statement?
What is com.sun.proxy.$Proxy
How do I write a correct micro-benchmark in Java?
HTML text input allow only numeric input
Iterate through a C++ Vector using a 'for' loop
how to open *.sdf files?
How to print Unicode character in C++?
Clicking a checkbox with ng-click does not update the model
Difference between number and integer datatype in oracle dictionary views
Spring - @Transactional - What happens in background?
Display html text in uitextview
Overlay with spinner
PHP: How to check if image file exists?
How can javascript upload a blob?
Exit Shell Script Based on Process Exit Code
Passing an array of data as an input parameter to an Oracle procedure
Better way to revert to a previous SVN revision of a file?
How do I check (at runtime) if one class is a subclass of another?
Extract specific columns from delimited file using Awk
Add context path to Spring Boot application
How to make a Qt Widget grow with the window size?
Using putty to scp from windows to Linux
Using JQuery hover with HTML image map
Changing the maximum length of a varchar column?
Laravel 5 route not defined, while it is?
RegExp matching string not starting with my
Closing a file after File.Create
R: Print list to a text file
How can I generate an INSERT script for an existing SQL Server table that includes all stored rows?
How to find and replace all occurrences of a string recursively in a directory tree?
The PowerShell -and conditional operator
How to retrieve a single file from a specific revision in Git?
htaccess remove index.php from url
curl: (6) Could not resolve host: google.com; Name or service not known
How to pass a vector to a function?
Spring RestTemplate timeout
Create intermediate folders if one doesn't exist
Determine if map contains a value for a key?
Why does z-index not work?
Play audio from a stream using C#
How open PowerShell as administrator from the run window
How to print out the method name and line number and conditionally disable NSLog?
How do I create a MessageBox in C#?
Disable dragging an image from an HTML page
Where are Magento's log files located?
What is the difference between 'git pull' and 'git fetch'?
How to increase font size in the Xcode editor?
JavaScript - cannot set property of undefined
jQuery UI Tabs - How to Get Currently Selected Tab Index
How do I add a placeholder on a CharField in Django?
javascript - pass selected value from popup window to parent window input box
PHPMailer - SMTP ERROR: Password command failed when send mail from my server
'Use of Unresolved Identifier' in Swift
When is null or undefined used in JavaScript?
How do I set default terminal to terminator?
How to concat string + i?
Align printf output in Java
How to check the Angular version?
How to set up devices for VS Code for a Flutter emulator
MySQL, Concatenate two columns
How to change a field name in JSON using Jackson
How to use executeReader() method to retrieve the value of just one cell
Finding moving average from data points in Python
Get name of object or class
Remove characters except digits from string using Python?
Extension methods must be defined in a non-generic static class
Truncate/round whole number in JavaScript?
How to backup Sql Database Programmatically in C#
How do I fix this "TypeError: 'str' object is not callable" error?
Microsoft.Office.Core Reference Missing
MySQL : transaction within a stored procedure
How can I change UIButton title color?
How can I delete derived data in Xcode 8?
Convert Java String to sql.Timestamp
ASP.NET email validator regex
How to find the first and second maximum number?
Keyboard shortcut to clear cell output in Jupyter notebook
Which MySQL datatype to use for an IP address?
Read Numeric Data from a Text File in C++
Pandas: Subtracting two date columns and the result being an integer
Parsing ISO 8601 date in Javascript
Random row selection in Pandas dataframe
Setting Timeout Value For .NET Web Service
When to use LinkedList over ArrayList in Java?
TABLOCK vs TABLOCKX
Print commit message of a given commit in git
How can I set a proxy server for gem?
Is it ok to run docker from inside docker?
Introducing FOREIGN KEY constraint may cause cycles or multiple cascade paths - why?
Check date with todays date
How to set UTF-8 encoding for a PHP file
How to truncate string using SQL server
Swift programmatically navigate to another view controller/scene
How to generate a QR Code for an Android application?
Saving a Excel File into .txt format without quotes
An efficient way to transpose a file in Bash
DataGridView changing cell background color
Ansible: copy a directory content to another directory
Running CMD command in PowerShell
Custom Date Format for Bootstrap-DatePicker
Function or sub to add new row and data to table
Convert js Array() to JSon object for use with JQuery .ajax
Implement a simple factory pattern with Spring 3 annotations
What is a monad?
How to restart Activity in Android
A Generic error occurred in GDI+ in Bitmap.Save method
Correct way to quit a Qt program?
Insert multiple rows with one query MySQL
Best radio-button implementation for IOS
How can I measure the similarity between two images?
currently unable to handle this request HTTP ERROR 500
MySQL Database won't start in XAMPP Manager-osx
Postgresql - unable to drop database because of some auto connections to DB
Angular 2 declaring an array of objects
Dynamically updating css in Angular 2
Class has no initializers Swift
Which maven dependencies to include for spring 3.0?
Why doesn't catching Exception catch RuntimeException?
how can I login anonymously with ftp (/usr/bin/ftp)?
How do I make a composite key with SQL Server Management Studio?
How to access session variables from any class in ASP.NET?
How to add MVC5 to Visual Studio 2013?
Converting Chart.js canvas chart to image using .toDataUrl() results in blank image
Best approach to remove time part of datetime in SQL Server
How to unset a JavaScript variable?
Call async/await functions in parallel
Using lodash to compare jagged arrays (items existence without order)
Angular ui-grid dynamically calculate height of the grid
How to reference image resources in XAML?
Is there a .NET/C# wrapper for SQLite?
I want to compare two lists in different worksheets in Excel to locate any duplicates
Error:could not create the Java Virtual Machine Error:A fatal exception has occured.Program will exit
ReactJS: setTimeout() not working?
SCP Permission denied (publickey). on EC2 only when using -r flag on directories
How to nicely format floating numbers to string without unnecessary decimal 0's
javascript create empty array of a given size
CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False
How to use global variables in React Native?
how to implement Pagination in reactJs
Maximum length of the textual representation of an IPv6 address?
Creating a Custom Event
In PHP, how do you change the key of an array element?
How to convert UTF-8 byte[] to string?
[Ljava.lang.Object; cannot be cast to
Assign an initial value to radio button as checked
How do I parse a string into a number with Dart?
node.js vs. meteor.js what's the difference?
Spring profiles and testing
List distinct values in a vector in R
Angular ng-if="" with multiple arguments
jQuery: go to URL with target="_blank"
Export from pandas to_excel without row names (index)?
Oracle row count of table by count(*) vs NUM_ROWS from DBA_TABLES
Simple way to create matrix of random numbers
assignment operator overloading in c++
How to add bootstrap to an angular-cli project
Warning: A non-numeric value encountered
Nested iframes, AKA Iframe Inception
How to edit my Excel dropdown list?
CSS performance relative to translateZ(0)
pip install mysql-python fails with EnvironmentError: mysql_config not found
Does Android keep the .apk files? if so where?
Finding what methods a Python object has
How to create a backup of a single table in a postgres database?
Python 2.7.10 error "from urllib.request import urlopen" no module named request
How do I remove the blue styling of telephone numbers on iPhone/iOS?
Opposite of %in%: exclude rows with values specified in a vector
Switch to another Git tag
How to clone an InputStream?
append multiple values for one key in a dictionary
Scale image to fit a bounding box
When should we use mutex and when should we use semaphore
Difference between iCalendar (.ics) and the vCalendar (.vcs)
Merge up to a specific commit
What is the difference between Linear search and Binary search?
How to align a <div> to the middle (horizontally/width) of the page
Asus Zenfone 5 not detected by computer
Check whether there is an Internet connection available on Flutter app
Jquery mouseenter() vs mouseover()
Make the current Git branch a master branch
Return datetime object of previous month
jQuery - select the associated label element of a input field
How to check if field is null or empty in MySQL?
Powershell script to check if service is started, if not then start it
Replace or delete certain characters from filenames of all files in a folder
django change default runserver port
python: SyntaxError: EOL while scanning string literal
Accessing clicked element in angularjs
Write to custom log file from a Bash script
SQL Query - SUM(CASE WHEN x THEN 1 ELSE 0) for multiple columns
How do I add a user when I'm using Alpine as a base image?
Loading basic HTML in Node.js
How does a ArrayList's contains() method evaluate objects?
Plotting a python dict in order of key values
how to download file in react js
How to disassemble a binary executable in Linux to get the assembly code?
Android Studio - How to Change Android SDK Path
How to fix: "No suitable driver found for jdbc:mysql://localhost/dbname" error when using pools?
ldconfig error: is not a symbolic link
The R %in% operator
How can I get date and time formats based on Culture Info?
<Django object > is not JSON serializable
Granting Rights on Stored Procedure to another user of Oracle
What is an MvcHtmlString and when should I use it?
How to generate .angular-cli.json file in Angular Cli?
Setting SMTP details for php mail () function
Detect Windows version in .net
How to list all dates between two dates
Get array elements from index to end
Jquery click not working with ipad
global variable for all controller and views
Group array items using object
jQuery get specific option tag text
How to install SignTool.exe for Windows 10
How to add a custom button to the toolbar that calls a JavaScript function?
self referential struct definition?
Delete all rows in an HTML table
How can I view array structure in JavaScript with alert()?
How do I set a program to launch at startup
install cx_oracle for python
SSRS the definition of the report is invalid
How to get the Google Map based on Latitude on Longitude?
How can I add an image file into json object?
Jquery, checking if a value exists in array or not
How to include js and CSS in JSP with spring MVC
@Autowired - No qualifying bean of type found for dependency at least 1 bean
JS. How to replace html element with another element/text, represented in string?
how to convert .java file to a .class file
What do "branch", "tag" and "trunk" mean in Subversion repositories?
How to place a div on the right side with absolute position
How to install APK from PC?
How long would it take a non-programmer to learn C#, the .NET Framework, and SQL?
Create timestamp variable in bash script
Unresolved external symbol in object files
DataGridView checkbox column - value and functionality
How to select date from datetime column?
python: how to check if a line is an empty line
Check if a JavaScript string is a URL
Matrix Multiplication in pure Python?
Add a user control to a wpf window
How do I display image in Alert/confirm box in Javascript?
duplicate 'row.names' are not allowed error
MVC Return Partial View as JSON
Separating class code into a header and cpp file
Git: How to squash all commits on branch
How can you get the first digit in an int (C#)?
How to execute Python scripts in Windows?
How do I prevent the error "Index signature of object type implicitly has an 'any' type" when compiling typescript with noImplicitAny flag enabled?
Deserialize JSON into C# dynamic object?
Error pushing to GitHub - insufficient permission for adding an object to repository database
C# how to convert File.ReadLines into string array?
How does paintComponent work?
SQL Server Management Studio, how to get execution time down to milliseconds
Java Array, Finding Duplicates
Display exact matches only with grep
Permissions error when connecting to EC2 via SSH on Mac OSx
How to remove "disabled" attribute using jQuery?
Is there a difference between using a dict literal and a dict constructor?
How to return an array from an AJAX call?
How to loop backwards in python?
Write to text file without overwriting in Java
What's the difference between .so, .la and .a library files?
Unsupported major.minor version 52.0 when rendering in Android Studio
How to convert numbers between hexadecimal and decimal
Oracle query to identify columns having special characters
How to add button tint programmatically
Migrating from VMWARE to VirtualBox
Installing PIL with pip
Npm Please try using this command again as root/administrator
How to test android apps in a real device with Android Studio?
Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
DBCC CHECKIDENT Sets Identity to 0
Create line after text with css
IllegalMonitorStateException on wait() call
How do I apply a perspective transform to a UIView?
How to retrieve checkboxes values in jQuery
CSS media query to target iPad and iPad only?
Can someone explain Microsoft Unity?
C# Break out of foreach loop after X number of items
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
Reason: no suitable image found
How to get the fields in an Object via reflection?
Difference between application/x-javascript and text/javascript content types
How to update data in one table from corresponding data in another table in SQL Server 2005
How do I set the selected item in a drop down box
Do Java arrays have a maximum size?
SQL "select where not in subquery" returns no results
How to escape single quotes in MySQL
How do I pass a variable by reference?
SQL how to check that two tables has exactly the same data?
Multiple INNER JOIN SQL ACCESS
Rails DB Migration - How To Drop a Table?
How to implement swipe gestures for mobile devices?
Using Application context everywhere?
Remove all subviews?
Strip last two characters of a column in MySQL
Replace comma with newline in sed on MacOS?
Completely Remove MySQL Ubuntu 14.04 LTS
React-Native: Application has not been registered error
Download text/csv content as files from server in Angular
The module ".dll" was loaded but the entry-point was not found
How to get all possible combinations of a list’s elements?
How can I specify the required Node.js version in package.json?
How to type a new line character in SQL Server Management Studio
How to highlight a selected row in ngRepeat?
How do I bind a List<CustomObject> to a WPF DataGrid?
How to animate CSS Translate
Configure hibernate (using JPA) to store Y/N for type Boolean instead of 0/1
Laravel - Pass more than one variable to view
How do I parse command line arguments in Bash?
Two div blocks on same line
How do I fix the error 'Named Pipes Provider, error 40 - Could not open a connection to' SQL Server'?
CSS Classes & SubClasses
Date and time conversion to some other Timezone in java
How can I scale an image in a CSS sprite
how to use DEXtoJar
JDK was not found on the computer for NetBeans 6.5
VBA Count cells in column containing specified value
How to merge rows in a column into one cell in excel?
What is the difference between Step Into and Step Over in a debugger
How to use If Statement in Where Clause in SQL?
Convert data.frame column format from character to factor
How do I fix "Expected to return a value at the end of arrow function" warning?
How can I style even and odd elements?
php - add + 7 days to date format mm dd, YYYY
Complete list of reasons why a css file might not be working
Single selection in RecyclerView
Left padding a String with Zeros
The correct way to read a data file into an array
String.Format not work in TypeScript
How should I choose an authentication library for CodeIgniter?
SET NOCOUNT ON usage
SQL Server convert select a column and convert it to a string
Remove last character from C++ string
How to colorize diff on the command line?
How to write to a file without overwriting current contents?
Add 2 hours to current time in MySQL?
Xcode 10: A valid provisioning profile for this executable was not found
bash: npm: command not found?
IIS: Display all sites and bindings in PowerShell
INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android
'ls' in CMD on Windows is not recognized
How to use requirements.txt to install all dependencies in a python project
How to iterate through a DataTable
Get Image Height and Width as integer values?
how to access downloads folder in android?
How do I pass multiple parameters into a function in PowerShell?
string decode utf-8
How to remove all duplicate items from a list
The import javax.servlet can't be resolved
Warning message: In `...` : invalid factor level, NA generated
JQuery .hasClass for multiple values in an if statement
How can I check that JButton is pressed? If the isEnable() is not work?
How to retrieve Jenkins build parameters using the Groovy API?
Default values for Vue component props & how to check if a user did not set the prop?
Is the buildSessionFactory() Configuration method deprecated in Hibernate
How to concatenate multiple column values into a single column in Panda dataframe
How do I set response headers in Flask?
How to jump to a particular line in a huge text file?
Setting a Sheet and cell as variable
xlrd.biffh.XLRDError: Excel xlsx file; not supported
Press TAB and then ENTER key in Selenium WebDriver
hexadecimal string to byte array in python
How to add an empty column to a dataframe?
list.clear() vs list = new ArrayList<Integer>();
How to dynamically insert a <script> tag via jQuery after page load?
How to test an Oracle Stored Procedure with RefCursor return type?
Escaping single quote in PHP when inserting into MySQL
Understanding CUDA grid dimensions, block dimensions and threads organization (simple explanation)
jquery equivalent for JSON.stringify
AJAX reload page with POST
Simulate a button click in Jest
Why is php not running?
How to round the minute of a datetime object
Looping through a hash, or using an array in PowerShell
How do I deal with corrupted Git object files?
Import Package Error - Cannot Convert between Unicode and Non Unicode String Data Type
ASP.net Getting the error "Access to the path is denied." while trying to upload files to my Windows Server 2008 R2 Web server
Java Error opening registry key
How can I find the link URL by link text with XPath?
Specifying trust store information in spring boot application.properties
How do I access Configuration in any class in ASP.NET Core?
What is REST call and how to send a REST call?
How to Get a Sublist in C#
How to show progress dialog in Android?
Why use #ifndef CLASS_H and #define CLASS_H in .h file but not in .cpp?
Error: package or namespace load failed for ggplot2 and for data.table
How do I store and retrieve a blob from sqlite?
PuTTY Connection Manager download?
Using Chrome, how to find to which events are bound to an element
How can I use iptables on centos 7?
Refresh image with a new one at the same url
Nested rows with bootstrap grid system?
GitHub relative link in Markdown file
Invoking a PHP script from a MySQL trigger
Java IOException "Too many open files"
ModelState.AddModelError - How can I add an error that isn't for a property?
Using SQL LOADER in Oracle to import CSV file
What are Runtime.getRuntime().totalMemory() and freeMemory()?
PermissionError: [Errno 13] in python
COPY with docker but with exclusion
How to get WordPress post featured image URL
How to animate button in android?
Conversion failed when converting from a character string to uniqueidentifier - Two GUIDs
Bash mkdir and subfolders
pandas DataFrame: replace nan values with average of columns
Finding the number of days between two dates
PostgreSQL: Show tables in PostgreSQL
JavaScript - Hide a Div at startup (load)
How to change SmartGit's licensing option after 30 days of commercial use on ubuntu?
Deserialize JSON to Array or List with HTTPClient .ReadAsAsync using .NET 4.0 Task pattern
Retrieve data from website in android app
Filter by process/PID in Wireshark
sqlplus error on select from external table: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
TensorFlow ValueError: Cannot feed value of shape (64, 64, 3) for Tensor u'Placeholder:0', which has shape '(?, 64, 64, 3)'
String Concatenation in EL
How do I search for an object by its ObjectId in the mongo console?
How can I get a Dialog style activity window to fill the screen?
What is the difference between screenX/Y, clientX/Y and pageX/Y?
Find object by id in an array of JavaScript objects
How to use an array list in Java?
Split large string in n-size chunks in JavaScript
How can I style the border and title bar of a window in WPF?
Rounded corner for textview in android
Using multiple .cpp files in c++ program?
How to keep a Python script output window open?
Change URL without refresh the page
Are PDO prepared statements sufficient to prevent SQL injection?
How to get the squared symbol (²) to display in a string
Css pseudo classes input:not(disabled)not:[type="submit"]:focus
How to pass IEnumerable list to controller in MVC including checkbox state?
How to get base URL in Web API controller?
Is there a better alternative than this to 'switch on type'?
jQuery UI Sortable Position
What is the difference between an annotated and unannotated tag?
How should I print types like off_t and size_t?
How to convert JSON object to an Typescript array?
What is the best way to compare floats for almost-equality in Python?
Ruby on Rails - Import Data from a CSV file
How to make a background 20% transparent on Android
"PKIX path building failed" and "unable to find valid certification path to requested target"
What is javax.inject.Named annotation supposed to be used for?
How to read from a file or STDIN in Bash?
Show percent % instead of counts in charts of categorical variables
Difference between map and collect in Ruby?
What is a elegant way in Ruby to tell if a variable is a Hash or an Array?
Command to remove all npm modules globally?
‹
1
2
...
8
9
10
11
12
13
14
...
123
124
›