I have a function called GreatFuncion1 defined in "profile.ps1" loads when powershell launches and works ok how can I get the path where this function was defin
var items = Array(523, 3452, 334, 31, ..., 5346); How do I get random item from items?
In the Music app of the new iOS, we can see an album cover behind a view that blurs it. How can something like that be accomplished? I've read the documentati
I am trying to make a hook that returns the clientX and clientY values when the mouse moves on the screen. My hook looks like this - useMouseMove hook const use
I have a php scirpt that send mails with smtp. When all mails are sent i want to close the smtp and then send back json response to an ajax call $mailer->
I am reading Agner Fog's optimization manuals, and I came across this example: double data[LEN]; void compute() { const double A = 1.1, B = 2.2, C = 3.3;
Hi i need a way to can use image from gallery as camera input . IT need to be as default so when other apps open camera will get by default the image from the g
I want to animate my widget in a curve between the two offsets. My current code moves them in a straight line. animation=MyTween(begin: startOffset,end: endOffs
I am passing a text file to a bash while running. Text file has contents I want to supply to a java program as argument. Text file has each content in a new lin