Week 1 - Practicing
- Two Sum (Easy)
- Valid Parenteses (Easy)
- Merge Two Sorted Lists (Easy)
- Best Time to Buy and Sell Stock (Easy)
- Valid Palindrome (Easy)
- Invert Binary Tree (Easy)
- Valid Anagram (Easy)
- Binary Search (Easy)
Week 1 - Practicing
version: '3.4' | |
services: | |
samba: | |
image: dperson/samba:armhf | |
container_name: samba | |
environment: | |
TZ: Europe/Sofia | |
USERID: 1000 | |
GROUPID: 1000 |
I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).
Use ssh keys and define host aliases in ssh config file (each alias for an account).
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
For more about AWS and AWS Certifications you can follow me @leonardofed
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Python", | |
"type": "python", | |
"request": "launch", | |
"stopOnEntry": true, | |
"program": "${file}", | |
"args": [""], |
using BTFIT.AutoTraining.Repository.Dapper.Base; | |
using StackExchange.Profiling; | |
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Configuration; | |
using System.Data; | |
using System.Data.Common; | |
using System.Linq; | |
using System.Text; |