topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday December 3, 2023, 1:54 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - c-sanchez [ switch to compact view ]

Pages: [1] 2next
1
General Software Discussion / Re: Macro Creation programs
« on: October 06, 2023, 11:07 PM »
UI.Vision ?
Heh I didn't know UI.Vision, it seems to be exactly what I am looking for, the only negative point I would give is that it does not have such a simple interface as the previously mentioned programs, however the rest is perfect.

Thank you very much for mentioning the program :)

2
General Software Discussion / Macro Creation programs
« on: September 29, 2023, 02:44 PM »
I'm considering using Linux at some point, but one thing I can't find is a macro creator that is simple and complete.
For Linux, there are generally only programs to use by command and not an interface that allows you to do everything visually.

Actiona / Actionaz
https://github.com/Jmgr/actiona
https://github.com/niconil/actionaz
I can't even find where to download it and it seems that it hasn't been updated in a long time.

SikuliX1
https://raiman.github.io/SikuliX1/
The only thing you have to do visually is select the image and little else, the rest is to use as scripting.

Pulover's Macro Creator
https://www.macrocreator.com/
It's free, open source and built with AutoHotkey, only for Windows.

Macro Recorder
https://www.macrorecorder.com/
It is currently what I use, it is really complete and very easy to use, only for Windows and Mac.

PyAutoGUI
It is quite complete in terms of functions to create macros, it is available for Windows, Mac and Linux, however, being only a Python module it only works by commands, so in principle it is not easy for a common user as the previous programs.

Does anyone know of an option as complete as PyAutoGUI but with an easy-to-use interface to create macros like Macro Recorder?

3
N.A.N.Y. 2023 / Re: NANY 2023: Binance Test App
« on: February 20, 2023, 08:02 AM »
Hi @wraith808, some new about this?

4
N.A.N.Y. 2023 / Re: NANY 2023: Binance Test App
« on: February 10, 2023, 08:22 PM »
* The program crashes opening the settings window twice.

* I can't get the list of all the orders or the balance, it tells me:
Api Error Code: -1021 Message: Timestamp for this request is outside of the recvWindow.

endpoint url used: https://api.binance.com



* program crashes creating the BinanceTestTool.config file

5
N.A.N.Y. 2023 / Re: NANY 2023: Binance Test App
« on: February 10, 2023, 04:32 PM »
By the way, after some searching I had been able to contact someone who did what I needed for the notifications, the bot sends them using telegram.
https://github.com/P...p-order-notification

If you can make the program do it without more than the api key and secret key it would be good.

6
N.A.N.Y. 2023 / Re: NANY 2023: Binance Test App
« on: February 10, 2023, 04:25 PM »
Hahahaha oh my gosh, thanks for doing it!
I just came to the forum looking for something else and I didn't remember this, I saw by chance the topic "binance" and I came in out of curiosity haha

I'm going to try it and I'll let you know :)

7
Post New Requests Here / Binance P2P notificaitons
« on: August 01, 2022, 03:30 PM »
Binance has notifications for P2P orders (android app, don't know about iOS, probably too)
But the website and the desktop program (Windows / Linux / Mac) have no notifications for P2P orders.
The problem with this is that you have to manually check the orders to see if they have been created, completed or cancelled.

There are some bots that try to solve this, but are somewhat complicated to put to work.
Like this:
https://github.com/P...t-order-notification

If someone can make some simple and easy to configure program for this would be great.

8
Wonderful calculator software. I loved :D

Please just add support to translate the program, I would like tohave this in spanish hehe :P

And again thank you very much for creating this calculator, it is exactly how a good PC calculator should be.

By the way, an article that may be of interest:
https://chachatelier...k/article/chalk.html

9
General Software Discussion / Re: notepad calculator?
« on: June 25, 2022, 08:23 PM »
I have added a link to Numara, it is open source and available for Windows, MacOS, Linux and on the web, built on Electron, powered by Math.js.

I have also added Calculor, it is very small and complete, although it is not a "Notepad calculator" it is excellent, it has very good tools that a standard calculator like windows does not have, like variables, and everything can be done in a single line with immediate results.
It is my favorite now  :)

10
General Software Discussion / VB 2005/2008 (VS Express) download links
« on: November 04, 2021, 08:30 PM »
Hi, I am looking for the installers of Visual Basic Express 2005 and 2008 but, I have only been able to find them in English, I would like to find the Spanish version, but from the Express version, without all the rest of the full version (Visual Studio).

So that, I am looking for:
Visual Basic 2005 Express installer in Spanish
Visual Basic 2008 Express installer in Spanish

Interest links
Visual Basic 2005 Express Edition (English)
https://archive.org/...20Express%20Edition/

Visual Basic 2008 Express Edition (English)
https://www.blitzcod...orum/topic.php?id=94

http://download.micr...pressENUX1397868.iso

11
General Software Discussion / Re: Multi-VPN Conections and rules
« on: June 29, 2021, 10:38 AM »
Thanks for your reply Shades, however my goal is to avoid additional operating systems with virtual machines.
I can't figure out how to correctly configure the openvpn adapters, network configurations are not something I am exactly proficient in and I find it a bit complicated heh

12
General Software Discussion / Re: Multi-VPN Conections and rules
« on: June 19, 2021, 05:15 PM »
I can then have my local ip address + one vpn addresss
Now I want have my local ip address + two or more vpn address
Why?
Why not? :P

Indeed OpenVPN have option to connect to multiple VPNs with and different adapters at time.
I followed this guide
https://michlstechbl...ple-vpns-on-windows/
However once I connect two vpns all connections are blocked, I have no access to any of them, neither local nor VPNs.

I wonder if I have not yet configured the vpn files correctly or there is something I have not seen.
Can someone help me with this?

13
General Software Discussion / Re: Multi-VPN Conections and rules
« on: June 17, 2021, 12:12 PM »
I found a way to do this properly with BindIP, as described by its author, it is a spiritual successor to ForceBindIP :D
https://github.com/katlogic/bindip

Works as a charm :D

14
General Software Discussion / Re: Multi-VPN Conections and rules
« on: June 16, 2021, 09:42 PM »
Ok I found something very interesting :D
https://github.com/s...ontrol/VpnDialerPlus
Now I need to see how to set this up with OpenVPN / Tap.
I hope I can get it, if anyone knows how to make it work let me know.

15
General Software Discussion / Re: Multi-VPN Conections and rules
« on: June 16, 2021, 09:16 PM »
I think you want Split Tunnelling, but I'm not sure OpenVPN can do it at the application level, only network routes.

Some VPN providers do application level split tunnelling, (eg. WindScribe), where you can either specify apps that will, (Inclusive mode), or won't, (Exclusive mode), use the VPN connection.  But that only applies to a single VPN connection.

Seeing as you seem to want multiple VPN connections and be able to direct certain programs toward a specific VPN connection I think you'll have to resort to proxies or stay with VMs.
Yeah, I want do this, if I am not mistaken windscribe uses openvpn (tap driver)
If I can at least use VPN and my local IP at the same time it would be great.
Being able to use more than two connections simultaneously would be great too, but I understand that this can be much more complicated.

16
General Software Discussion / Multi-VPN Conections and rules
« on: June 15, 2021, 10:05 PM »
I want some way to have multiple OpenVPN connections at the same time and set different rules.
e.g. have an OpenVPN connection used only in Chrome and use the local IP address for all other programs on the computer

So far the only way I find are virtual machines, but this is not very good, I want to do this without spending resources on a vm.

This kind of thing is possible with Proxies and using proxifier, but I don't know if it is possible with OpenVPN.

Related link:
https://github.com/s...suecomment-861978967

17
Post New Requests Here / Re: Start Menu mod
« on: April 29, 2021, 09:17 PM »
Does it have to be the Start Menu as such?  I ask because I see you use Horst Schaeffer's MemPad.  If you're open to alternative launchers, have you tried his Qsel?
I tried QSel, it's a good program, light and does what it should, although I don't find it very nice to open a window to search a list of programs and have the start menu for others.
I've tried many other launchers, the ones I like the most are the ones that are a contextual menu in the system tray.

Portable Start Menu is a very good one, it's simple and clean but you can't customize the menu sort.
https://www.aignes.com/psmenu.htm

But of this type of launchers, the one I liked the most is TrayLauncher.
https://code.google....hive/p/traylauncher/

So far the best option (for my taste) I have found is Jumplist-Launcher.
creating a list of programs and adding it to the start menu is a good combination, it's a feature of Windows and doesn't keep any extra programs running in the background
https://jumplist-lau...uptodown.com/windows

Having an additional start menu in addition to windows' own is not good at least for me.

Anyway the start menu + jumplist I think is a very good solution :D


18
Post New Requests Here / Start Menu mod
« on: April 28, 2021, 12:41 PM »
I would like some kind of mod for the (Windows 7) start menu to allow something as two columns of programs.
Here a image of my idea.
Windows 7 / Start Menu mock up

19
General Software Discussion / Re: Blue Light filter programs
« on: September 13, 2020, 09:36 AM »
redshift looks very good
RedshiftGUI this is small, have smooth transition and we can configure brightness too.
Redshift Tray this looks very good too, with more options, however nothing seems to work here. Am I doing something wrong or maybe it is broken in Windows?

the settings for redshift tray are:
[Values]
latitude=9.566700
longitude=-69.216700
daytemp=4500
nighttemp=3500
brightness=1
fullscreentemp=6500
pauseminutes=10
daytime=0600
nighttime=1800
[Switches]
colorizecursor=1
customtimes=1
keepbrightness=0
fullscreenmode=0
nofading=1
hotkeys=1
extrahotkeys=0
keepcalibration=0
remotedesktop=0
rdpnumlock=0
runasadmin=1
startdisabled=0
traveling=0

20
General Software Discussion / Blue Light filter programs
« on: September 12, 2020, 09:38 AM »
I am looking for good Blue Light Filter free programs.
I want some small, with some way to config color temperature and brightness :P

f.lux probably the best known, is a good one, howevere at every start this shows a window to enter my location (zip code)

NightLight by D-Ermis is another really small and good, however haven't options to change settings, the filter is not applied to the mouse cursor.

21
General Software Discussion / Re: notepad calculator?
« on: July 01, 2020, 07:26 PM »
Thanks @x16wda @flamerz

OpalCalc looks nice, requires .net 3.5, the most smaller and featured .net notepad calculator at moment.
OpalCalc although is "small, 1mb~ requires .net 3.5 and uses 18mb~ ram

However CalcTape have a "modern" interface which it doesn't look bad at all, and I don't see any .net as requirement.
indeed CalcTape installed is 29mb~
but are: CalcTape.exe 9.8mb~ and 20mb~ in dll wich are just translations, you can eliminate those you don't want.
CalcTape uses 4.5mb~ ram
so CalcTape have nice features, translations, without .net requirements and uses less ram.

is winning CalcTape :)

22
General Software Discussion / Re: notepad calculator?
« on: July 01, 2020, 02:17 PM »
Hi Shades, I've tested RedCrab now with your comment.

This requires net 4.0, i think this is better because requires then a minor version of .net than CalcPad by example, is be able of work on Windows XP also.
However have their cons too.

1. It looks more like a spreadsheet than a notepad

2. Uses much more memory than CalcPad
CalPad starts with 18mb~
RedCrab starts with 80mb~

The start of redCrab is a bit slow.

23
General Software Discussion / notepad calculator?
« on: July 01, 2020, 11:57 AM »
I'm searching by a free windows calculator with notepad style.
My favorite one is SpeQ Mathematics, although is not more update is small, simple and works good.
However, it does not seem to work with percentages.
I can't make things as declare a variable x=10% or make a sustration as 200-10%
I wonder if SpeQ have some way to works with percentaje.

Another good one is CalPad by TekaGen.
Is small, fast and works with percent and variables.
However this requires .NET 4.8 to works, I would like find something like this but without this kinds requirements (.net, java, etc)

another good one is nekoCalc, this does all this, just in a simple website, the cons, is online, requires a web browser :P

Links:
SpeQ Mathematics: https://www.speqmath.com/
TekaGen CalcPad: https://tekagen.com/calcpad/
nekoCalc: https://nekocalc.com/notepad-calculator
Numara: https://github.com/b...va/numara-calculator
Calculor: https://www.donation...ex.php?topic=43180.0

24
Easy Screencast Recorder / Locale support
« on: June 14, 2020, 06:48 PM »
It would be nice if ESR could be translated into other languages.

25
General Software Discussion / Re: Good Freeware Audio Editor?
« on: June 10, 2020, 10:57 PM »
yeah audacity is probably the best option, however another good one is ocenaudio, this one has a much better interface than audacity.
another good one is Wavosaur, this is smaller 3mb~ the full editor.

Pages: [1] 2next