msaccess-vcs-addin VS crypto_vba

Compare msaccess-vcs-addin vs crypto_vba and see what are their differences.

msaccess-vcs-addin

Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system. (by joyfullservice)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
msaccess-vcs-addin crypto_vba
3 4
180 154
- -
9.2 0.0
about 1 month ago over 1 year ago
VBA VBA
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

msaccess-vcs-addin

Posts with mentions or reviews of msaccess-vcs-addin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • MS Access Version Control
    2 projects | /r/MSAccess | 3 May 2023
    I use Access VCS. You export the database, front end or back end to a folder and then add it to a git repo from there. It will not save the data only the code, macros, forms, reports, queries, and table schemas.
  • Distributing front-end file via SharePoint.
    1 project | /r/MSAccess | 6 Jan 2023
    This is similar to what I was thinking of doing but was just curious if because of the way SharePoint works with the user directories if I could pop an update into the folder and it would resync with the new version whenever I may updates. If it doesn't indeed play well I've got a VBA script that checks to make sure the an FE file variable matches a table in the backend and if not prompts them to update to the newest version. I've also been using msaccess-vcs-integration and it's been a life saver.

crypto_vba

Posts with mentions or reviews of crypto_vba. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.
  • VBA API call with nested JSON data
    2 projects | /r/vba | 10 Dec 2021
    It basically uses the Dictionary object to create variables (e.g. with a dictionary in a dictionary) and after that using that library to transform it into a string. I'm using it in my project here: https://github.com/krijnsent/crypto_vba/blob/master/ModExchKucoin.bas
  • Where should I store API Keys?
    1 project | /r/vba | 9 Dec 2021
    I agree with u/sslinky84 that there is no safe place in VBA. The main question is: what's the purpose of an API key in this case? From your description you are not linking an API-key to a single user, but have "one key to rule them all". So you probably want to prevent someone from grabbing your end-point and spamming it? In that case you're perfectly fine in creating one API-string in VBA and checking that on the server: it blocks the person who is opening a browser to fiddle with your end-point, but it does give you some security. The people who can get through are the ones that manage to crack open your VBA (assuming you have a password on the VBA). To make their life a bit harder you could instead of a "fixed string" as API key go for some kind of hash, as u/archn suggests. E.g.: take the rest of the post message that e.g. also includes a mandatory timestamp, make a simple hash of that (might even include a "fixed key", see e.g. https://github.com/krijnsent/crypto_vba/blob/master/ModHash.bas for some code).
  • Self made Excel/VBA triggers virus scan - what to do?
    1 project | /r/vba | 19 Mar 2021
    I've built an open source VBA-Excel library to communicate with cryptocurrency exchanges ( https://github.com/krijnsent/crypto_vba ) and have my code available as .bas and in an .xlsm file. A couple of days ago someone posted an issue that my xlsm file triggered a Windows defender alert. At my pc this doesn't happen, the AVG virus scanner also won't show anything.
  • How to import price actions with API from CoinGecko
    1 project | /r/excel | 16 Feb 2021
    I am mainly using Cryptocompare, but if you want to use CoinGecko, check out my code, it has the basics: https://github.com/krijnsent/crypto_vba/ It has most of the essentials: connecting Excel to web, handling Json and some API examples.

What are some alternatives?

When comparing msaccess-vcs-addin and crypto_vba you can also consider the following projects:

VBA - Code Blocks relating to everything VBA

crypto-trading-bot - Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition)

revup - Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.

ccxws - WebSocket client for 38 cryptocurrency exchanges

VBA_personal - Library with VBA, used in multiple projects.

VBA-JSON-parser - Backus-Naur Form JSON Parser based on RegEx for VBA

stdVBA - VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.

QueryCsvToExcel - Provides VBA code for executing a SQL query on a CSV file to import data into a worksheet in Excel

SQLiteC-for-VBA - SQLite library for VBA wrapping ADODB and SQLite C-language API.

Export-MS-Project-to-MS-Excel - Export tasks, Gantt chart and resources from MS Project to MS Excel. No additional software or installation required. Using build-in MS Project features (VBA).

VBAIPFunctions - IP manipulation and lookup VBA functions

coinbasepro-python - The unofficial Python client for the Coinbase Pro API