AlphaWallet / AlphaWallet/alpha-wallet-android

* Add `using namespace std`

Open
#3,391 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
646
Forks
579
PR merge metrics
No merged PRs in 30d

Description

* Add `using namespace std`
* Rename some functions (e.g. `zip` -> `co_zip`, `meow` -> `co_upto`)
* Add missing includes
* Other minor changes (see commit messages)

_Originally posted by @JMazurkiewicz in https://github.com/microsoft/STL/pull/4722_

_Originally posted by @Zipitn in https://github.com/Zipitn/shiny-system/issues/1_

from collections import Counter

counts = Counter()
counts1 = []
for row in data:
counts[row[IMPORT_COMMUNICATION]]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.