#
statement
Here are 62 public repositories matching this topic...
A JavaScript framework for downloading bank statements in OFX, QIF, CSV, and JSON. Currently supports HSBC UK Personal Banking. http://shuckster.github.io/OBIS/
-
Updated
Jan 12, 2020 - JavaScript
Simplify the task of exporting financial data from banking websites.
-
Updated
Sep 4, 2016 - JavaScript
Library for executing customizable script-languages in python
-
Updated
Mar 26, 2018 - Python
Neater control statements (if/for) for react, as a component
-
Updated
Sep 25, 2017 - JavaScript
ScriptBasic for Java
-
Updated
Feb 9, 2020 - Java
A very small light php query builder
-
Updated
Apr 5, 2020 - PHP
GotoLong Investor Stock Advisor: Indian Stock Market BSE 500 & NSE 500
portfolio
bank
small
statement
cap
dividend
bonus
all
nse
mid
bse
large
stock-analysis
icici
zerodha
investment-analysis
stock-screener
dividend-information
buyback
icicidirect
-
Updated
Feb 9, 2020 - TSQL
SharpMT940Lib implements the MT940 format in C# and is based on specifications of multiple banks. You can use it as a base for financial software or for conversions to other formats like CSV or OFX.
-
Updated
Apr 27, 2020 - C#
Categorical syllogisms are generated from a user-customisable word bank. The fallacies the syllogism has committed — if any — are displayed. For each syllogism, a Venn diagram is also created.
-
Updated
May 11, 2019 - Java
A small cross-database tool for building excel documents (reports) based on data from database that extacts via View or Stored Procedures with parametres, ordering e.t.c.
database
generator
etl
excel
cross-database
reports
statement
reporting-engine
stored-procedures
excel-export
excel-to-sql
reportgenerator
database-reporting
reporting-tool
smart-reporting
sql-to-excel
etl-automation
di-service
-
Updated
Mar 27, 2019 - C#
This is a LR(1) parser generator for Kotlin.
-
Updated
Jan 1, 2020 - Kotlin
A GraphQL-inspired markup language that transpiles to vanilla SQL 🔍
-
Updated
Apr 23, 2018 - JavaScript
laravel
query
eloquent
database
statements
ico
query-builder
reset
statement
link-packagist
eloquent-database
laravel-query-builder
set-statements
-
Updated
Apr 1, 2020 - PHP
Python module for tracking stock portfolio performance based on price changes and dividend payouts only, rather than value of deposits.
-
Updated
Mar 18, 2020 - Python
Finance management tool for Monzo/Santander
-
Updated
Jun 15, 2018 - Python
-
Updated
Jul 3, 2017 - JavaScript
PL/SQL Parser written in PL/SQL
-
Updated
Apr 17, 2019 - PLSQL
-
Updated
Aug 9, 2018 - Java
C header file
c
data-structures
pointer
statement
memory-allocation
exception-handler
c-library
object-oriented-programming
pseudo
tonight
hight-level
c-framework
tonight-library
thiago-fernandes-leal
-
Updated
Apr 17, 2020 - C
Here any one wanting to learn c can find basic programs and learn
c
language
programming-language
conversion
equation
calculations
statement
calculation
wap
salary
leap
beginners-friendly
beginner-code
beginners-guide
swapping
basic-c-progams
c-basic
charecter
velocity-conversion
hra
-
Updated
Aug 30, 2019 - C
An atom package to increase coding speed (for now only in js)
-
Updated
Jul 16, 2017 - JavaScript
Improve this page
Add a description, image, and links to the statement topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the statement topic, visit your repo's landing page and select "manage topics."
Describe the bug
SQL Server supports assigning a value to a variable from a selected expression.
For example:
To Reproduce
assertSqlCanBeParsedAndDeparsed("SELECT @var = 1");
System