I created a framework writting on pure swift , but I cant find any .h file of public class . shouldn't Xcode generate .h file automaticly? here is project struc
I've created a simple function which is responsible for reversing scroll direction but it seems like the feature is cpu heavy which is causing the lag on mobile
I have a piece of HTML code. I want to give a border to my div: <div class="mb-3" style="width: 50%; margin: 0 auto; border: 2px black;
I was working with pgtype.NumRange. The lower and upper bounds are typed pgtype.Numeric. pgtype.Numeric has the following fields type Numeric struct { Int
This afternoon I was make some small adaptations to my react app. However, when trying to fetch information from my elasticsearch server, I receive a strict-ori
I´m trying to create a view matrix for my program to be able to move and rotate the camera in OpenGL. I have a camera struct that has the position and rot
I am reading a txt file line by line in VB to look for the word "unable". That much works. The code is here: Imports System Imports System.IO Imports PartMountC
I'm trying to add a firebase analytics track screen to my app. I tried to enter it in the menu like in the picture below but it always doesn't read I've tried
I am writing a python program that uses a function, the function name I have for example is first_difference(str1, str2) that accepts two strings as parameters