I am using the getrlimit() function to get the maximum stack size on my system. This function stores both the current limit and the maximum limit in a struct wi
I am new to C# development and I am trying to write something that can insert a record in a DB. I have a simple test, which I hoped would insert a record into t
I'm trying to work with multiple db in symfony I followed the documentation: https://symfony.com/doc/current/doctrine/multiple_entity_managers.html . I had some
import unittest from jump import get_formatted_name class NamesTestCase(unittest.TestCase): """Test for the jump.py """ def test_first_last_name(self):
I have 10 audio players with simple html audio tags on a html5 page. No jquery, no special audio js plugins, etc... Does anyone has a simple script in js to pa
When the page loads I am seeing the error of - "This field is required" with the input form 'Title' highlighted with the red board. I would expect that this sho
im trying to integrate spring security with a custom angular 2 login, that is a specific endpoint of my app is protected with spring security, trying to access
i can't seem to send form submit through server. before form was submit if any require validate that seem alert working well, but if all required field are valu
I'm learning me some F#, and I'm trying to figure out how constructors work. I want to write a class that takes some input data, parses it, and makes the result