Messages - relipse [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 22next
31
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 22, 2015, 03:40 PM »
Update: cworklog.com has gone open source and you may visit http://github.com/relipse/cworklog to download to your own machine.
Also, the ANDROID App is now working again
and cworklog.com now has SSL so you may visit https://cworklog.com

32
Ok, so I have been experimenting with the script you posted sk.
Here is my modified version that seems good for my purposes:

https://gist.github.com/relipse/10655325

But my question is, how can I modify it to accept parameters in the command line?
Also where can I input the direction and and grab the current window that the mouse is over or something.
Thanks,
Jim

33
Post New Requests Here / IDEA: fling a window across the screen
« on: April 13, 2014, 05:54 AM »
You are given these via parameters on execution:
1. sx - Start X point
2. sy - Start Y point
3. fx - Final X point
4. fy - Final Y point
5. d - final displacement (int) of start to finish swipe
6. v - Velocity (double) of how fast the touch or swipe was
7. a - final acceleration of how fast the touch or swipe was accelerating (can be negative)


Coding Snack Job - Accept the above as command line parameters and then
Fling the window across the screen slowing it down due to the friction of the desktop.


This will be in used in conjunction with a touch-pad gesture program which I will release later.
It may pass parameters like so: s100,1032 f1300,123  d103 v1.38882 a-1.313

By the way, use WindowFromPoint() api call from sx,sy to grab the window that needs to be flung

34
Well I've finally decided to release http://cworklog.com under GPLv3
If you want a complete time logging system that I've been using for 3 years now, you can install it fresh on your own computer or central server to utilize.
And best of all if you want a feature, you can add it yourself by forking me! http://github.com/relipse/cworklog

Please let me know what you think as I know several of you were interested when I first released it publicly.
Jim

THIS IS A PHP PROGRAM IT REQUIRES A WEBSERVER (I USE A LOCAL XAMPP INSTALL)

35
Living Room / Robotic Ball Controlled by Anroid/iPhone/iPad
« on: April 09, 2014, 10:34 PM »
http://www.gosphero.com/

Yeah i want one for my cats :)
And potential babies :)

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 22next
Go to full version