8000 GitHub - Pires1937/organicmaps: 🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!

License

Notifications You must be signed in to change notification settings

Pires1937/organicmaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<class Molecule: def init(self, formula): self.formula = formula

def __str__(self):
    return self.formula

def hydrogenation(alkene, hydrogen): if alkene.formula == "C2H4" and hydrogen.formula == "H2": return Molecule("C2H6") else: raise ValueError("Reagentes incorretos para a hidrogenação.")

Reagentesb

eteno = Molecule("C2H4") hidrogenio = Molecule("H2")

Reação de Hidrogenação

try: etano = hydrogenation(eteno, hidrogenio) print(f"Produto da reação: {etano}") except ValueError as e: print(e)>

About

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.8%
  • C 7.5%
  • Java 6.3%
  • Swift 3.6%
  • Objective-C++ 3.1%
  • Python 2.9%
  • Other 5.8%
0