Posts

make drag and drop android app - free for 5 apps then $3 per month

 https://www.kodular.io/

Chat GPT uses Multiple Nvidia A100 GPU sets...

 https://www.reddit.com/r/nvidia/comments/1137b16/chatgpt_hardware_a_look_at_8x_nvidia_a100/

validate an xml file against an xsd using pl sql reporting all errors and line numbers

 DECLARE     l_xml_clob CLOB;     l_xsd_clob CLOB;     l_xml XMLType;     l_xsd XMLType;     l_errors XMLType;     l_error_count NUMBER; BEGIN     -- Load XML and XSD into CLOB variables     -- Convert CLOBs to XMLType     l_xml := XMLType(l_xml_clob);     l_xsd := XMLType(l_xsd_clob);     -- Validate XML against XSD     l_errors := l_xml.schemaValidate(l_xsd);     -- Count the number of errors     l_error_count := l_errors.geterrorcount();     -- Output error details     IF l_error_count > 0 THEN         FOR i IN 1..l_error_count LOOP             DBMS_OUTPUT.put_line('Error ' || i || ':');             DBMS_OUTPUT.put_line('Line number: ' || l_errors.geterrline(i));             DBMS_OUTPUT.put_line('Error message:...

Carbon AGM Batteries for solar gives long life and no fire and sealed.

  Carbon AGM Battery Carbon AGM Batteries for solar gives long life and no fire and sealed.

Domain authority and keyword checker

https://moz.com/domain-analysis

Mobile Solar System container type

Image

Face detection with javascript - wrapper of tensorflow - face-api js

 https://www.youtube.com/watch?v=CVClHLwv-4I&t=29s https://www.youtube.com/watch?v=yBgXx0FLYKc