Skip to content

coding_collects for practice coding with any other Programming languages

License

Notifications You must be signed in to change notification settings

hong539/coding_collects

Repository files navigation

coding_collects

codesignal code colletcs for practice coding with any other Programming languages

Setting up dev_enviroment on Linux

Start coding

  • With Python
pipenv --venv
#Spawns a shell within the virtualenv.
pipenv shell

#install package with pipenv
pipenv install package_name

#Generate a requirements.txt from Pipfile.lock. to requirements.txt
pipenv requirements > requirements.txt

many others

  • kotlin
    • map/reduce/filter

Important!!!

== We're Using GitHub Under Protest ==

This project is currently hosted on GitHub. This is not ideal; GitHub is a proprietary, trade-secret system that is not Free and Open Souce Software (FOSS). We are deeply concerned about using a proprietary system like GitHub to develop our FOSS project. We have an open {bug ticket, mailing list thread, etc.} where the project contributors are actively discussing how we can move away from GitHub in the long term. We urge you to read about the Give up GitHub campaign from the Software Freedom Conservancy to understand some of the reasons why GitHub is not a good place to host FOSS projects.

If you are a contributor who personally has already quit using GitHub, please check this resource for how to send us contributions without using GitHub directly.

Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.

Logo of the GiveUpGitHub campaign

About

coding_collects for practice coding with any other Programming languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published