Pinned Repositories
Admin-Panel-
It is a Admin Panel that support RTL , Angular 8+
Admin-Panel--Angular
It is a Admin Panel that support RTL , Angular 8+
angular2-persian-pipes
APIs-made-in-Iran
A list of APIs from Iran
ASPNETCore2JwtAuthentication
Jwt Authentication without ASP.NET Core Identity 2.0
dynamic-app
Dynamic Forms Builder are reusable and make building large-scale applications easier (Easy Peasy)
JwtWithWebAPI
Creating a RESTful API with authentication using Web API 2.x and JSON Web Tokens
KendoUI-Samples
Using KendoUI with ASP.NET.
ng2-admin-rtl
🆖 Angular 2 admin dashboard framework
OnlineMarket
Angular 4
reza3zar's Repositories
reza3zar/dynamic-app
Dynamic Forms Builder are reusable and make building large-scale applications easier (Easy Peasy)
reza3zar/angular2-persian-pipes
reza3zar/JwtWithWebAPI
Creating a RESTful API with authentication using Web API 2.x and JSON Web Tokens
reza3zar/ng2-admin-rtl
🆖 Angular 2 admin dashboard framework
reza3zar/OnlineMarket
Angular 4
reza3zar/KendoUI-Samples
Using KendoUI with ASP.NET.
reza3zar/Admin-Panel-
It is a Admin Panel that support RTL , Angular 8+
reza3zar/Admin-Panel--Angular
It is a Admin Panel that support RTL , Angular 8+
reza3zar/APIs-made-in-Iran
A list of APIs from Iran
reza3zar/ASPNETCore2JwtAuthentication
Jwt Authentication without ASP.NET Core Identity 2.0
reza3zar/CMS-IME-
First Release
reza3zar/Credit
reza3zar/Customers
reza3zar/foodsmoods
reza3zar/hybridangular
reza3zar/IonicSample1
it is a sample project
reza3zar/jalali-angular-datepicker
Highly configurable jalali date picker built for Angular ( 2 or 4 ) applications
reza3zar/JS
reza3zar/NewCustomerSRC
reza3zar/Online
reza3zar/OnlineMarket_IONIC
This is a Ionic Project that provides online shopping feature and it use Signalr to notify offers
reza3zar/Persian-DateRangePicker
jalali date range picker
reza3zar/PostsAppWithReact
reza3zar/SampleCssProject
reza3zar/samplePost
reza3zar/ServerNodeJS
NodeJS Express MongoDB Joi JWT BcryptJS Cors and More
reza3zar/velocity-Limits
In finance, it's common for accounts to have so-called "velocity limits". In this task, you'll write a program that accepts or declines attempts to load funds into customers' accounts in real-time.our business logic from the rest of your code.
reza3zar/velocityLimits
In finance, it's common for accounts to have so-called "velocity limits". In this task, you'll write a program that accepts or declines attempts to load funds into customers' accounts in real-time. Each attempt to load funds will come as a single-line JSON payload, structured as follows: ```json { "id": "1234", "customer_id": "1234", "load_amount": "$123.45", "time": "2018-01-01T00:00:00Z" } ``` Each customer is subject to three limits: - A maximum of $5,000 can be loaded per day - A maximum of $20,000 can be loaded per week - A maximum of 3 loads can be performed per day, regardless of amount As such, a user attempting to load $3,000 twice in one day would be declined on the second attempt, as would a user attempting to load $400 four times in a day. For each load attempt, you should return a JSON response indicating whether the fund load was accepted based on the user's activity, with the structure: ```json { "id": "1234", "customer_id": "1234", "accepted": true } ``` You can assume that the input arrives in ascending chronological order and that if a load ID is observed more than once for a particular user, all but the first instance can be ignored. Each day is considered to end at midnight UTC, and weeks start on Monday (i.e. one second after 23:59:59 on Sunday). Your program should process lines from `input.txt` and return output in the format specified above, either to standard output or a file. Expected output given our input data can be found in `output.txt`. You're welcome to write your program in a general-purpose language of your choosing, but as we use Go on the back-end and TypeScript on the front-end, we do have a preference towards solutions written in Go (back-end) and TypeScript (front-end). We value well-structured, self-documenting code with sensible test coverage. Descriptive function and variable names are appreciated, as is isolating your business logic from the rest of your code.
reza3zar/WebSitePureSCSS