I have an interface against which I run a linq to sql query: public interface IMyDataContext : IDisposable { ITable<MyTable> GetMyTable(); } On thi
I want to display real-time info from my Observer.kt class that shows the apps lifecycle ex. "On.Create", "STARTED", "OnStart", etc on my textView in my Main_fr
In the browser, we have the MediaSession API. A web page can show what media is playing with some simple code: navigator.mediaSession.metadata = new MediaMetad
I am trying to invoke a scripted pipeline twice based on input parameters passed. The initial groovy script processes the parameters and then when I try to invo
Edited the post!!! id coming trough login request, at the else branch at handleChangeId! it gets the correct id! i try to push at the top! export function Login
This is what I have to do; "Assume that you have the coordinates (x,y) of four points p1, p2, p3, and p4. Write a function name check_is_square() that asks the
I have a chart (that works in browsers as expected in browsers) it is a react component that accepts an interger and then adds the point to the graph with the d
I have been exploring pedometers and playing around with a simple app that counts your steps. This works perfectly on the iPhone however when run on an iPad it