we're building a service to help small and medium businesses in the US to get access to funding. Help to pre-fill most of the data and do a more fair underwriti
On my local I've got [email protected] running. And I have an application which relies on mysql, but got interesting error: File "/xxx/lib/python3.7/site-packages/M
I am trying to get animation as this website has, content is smoothly fading into the viewport as the user scroll. Can anyone please guide me on how to achieve
I am creating a plugin architecture that has a common record called IIndividual that the main program recognizes. However, I want to pass an IIndividual record
When editing a row in a GridView, I need a DropDownList whose list of available values depends on other column(s) in the row (let's just say the "type" of the r
I've just come across this in a WHERE clause: AND NOT (t.id = @id) How does this compare with: AND t.id != @id Or with: AND t.id <> @id I'd alway
In the functions file I have added a filter hook to add a custom label before the variation product "min" price. How can I get the label in the same line as t
I want to make i into 3 in file s2.py, but it keeps becoming 1. File s1.py i=1 class a(): def f(): global i i = 3 File s2.py from s1 impor
I am trying to set a score for the whole game in Unity2D, but it only saves it for one scene, then it comes back to 0 for the next scene. My g