Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Add using namespace std #3391

Open
Zipitn opened this issue Jul 26, 2024 · 0 comments
Open

* Add using namespace std #3391

Zipitn opened this issue Jul 26, 2024 · 0 comments

Comments

@Zipitn
Copy link

Zipitn commented Jul 26, 2024

  • 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 microsoft/STL#4722

Originally posted by @Zipitn in Zipitn/shiny-system#1

from collections import Counter

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant