Giter Club home page Giter Club logo

codinasion / codinasion Goto Github PK

View Code? Open in Web Editor NEW
51.0 51.0 171.0 15.99 MB

Community Monorepo

Home Page: https://codinasion.org

License: MIT License

JavaScript 11.47% TypeScript 43.96% C 4.27% C++ 4.22% C# 4.44% Java 4.59% Kotlin 2.98% Ruby 1.70% Python 2.42% Go 2.83% PHP 2.34% F# 1.08% Swift 2.55% Julia 1.26% Scala 1.79% Dart 1.74% Perl 1.45% R 1.56% Rust 2.27% Haskell 1.07%
c c-plus-plus c-sharp dart f-sharp hacktoberfest hacktoberfest-accepted hacktoberfest2023 java javascript monorepo perl python r ruby rust scala swift turborepo typescript

codinasion's Introduction

Codinasion

Collaborate, Create, Innovate: Together with Open Source ❤️

License Github Repo Size

Good First Issues Github Contributors Github Last Commit

Powered By Vercel

linha colorida

Read this Readme in another language:

English Português French Italian Chinese (Simplified) Русский

rainbow hr

Contributing

If you're looking for a way to contribute, you can scan through our existing issues for something to work on. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read our Contributing Guide on how you can take part in improving Codinasion.

rainbow hr

Join us in discussions

We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing, join us in the discussions.

rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Thanks for contributing 💜

  • Thanks for all your contributions and efforts
  • We thank you for being part of our ✨ commUnity ✨ !
rainbow hr

Made with 💖 by Codinasion

rainbow hr

codinasion's People

Contributors

adityanarayanpradhan avatar amanjeetcogoport avatar anandfresh avatar apurvagandhi avatar codingwithhardik avatar dependabot[bot] avatar esivakumar26 avatar greeshma-d avatar grraghav120 avatar harshraj8843 avatar hi-kartik2004 avatar jfinley6 avatar joao-vitor-souza avatar madhus-1605 avatar medmly20208 avatar osher160 avatar parvezkhan0 avatar pokharel-nishan avatar praaneshselvaraj avatar rafaover avatar rahmat-dev avatar riteshk-611 avatar rksp25 avatar sancolgates avatar tanishq-singh-2407 avatar technicalamanjeet avatar tushar12222 avatar usmanfani avatar vedantpople4 avatar vedha-vikash-pixel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

codinasion's Issues

Write a Ruby program to find square of a number

Description

Write a Ruby program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.rb file
  • Add FindSquareOfANumber.rb file in find-square-of-a-number folder

Write a Perl program to print hello world

Description

Write a Perl program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print_hello_world.pl file
  • Add print_hello_world.pl file in print-hello-world folder

Write a Java program to find square of a number

Description

Write a Java program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.java file
  • Add FindSquareOfANumber.java file in find-square-of-a-number folder

Write a C program to find volume of cube

Description

Write a C program to find volume of cube

Volume of cube = (edge of cube)^3

Input  : 2
Output : 8
How to contribute
  • Save the solution in FindVolumeOfCube.c file
  • Add FindVolumeOfCube.c file in find-volume-of-cube folder

Write a C program to print hello world

Description

Write a C program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.c file
  • Add PrintHelloWorld.c file in print-hello-world folder

Write a C# program to print hello world

Description

Write a C# program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.cs file
  • Add PrintHelloWorld.cs file in print-hello-world folder

Write a PHP program to find square of a number

Description

Write a PHP program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find_square_of_a_number.php file
  • Add find_square_of_a_number.php file in find-square-of-a-number folder

Write a Kotlin program to print hello world

Description

Write a Kotlin program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.kt file
  • Add PrintHelloWorld.kt file in print-hello-world folder

Write a C++ program to find square of a number

Description

Write a C++ program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.cpp file
  • Add FindSquareOfANumber.cpp file in find-square-of-a-number folder

Write a Dart program to find square of a number

Description

Write a Dart program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find_square_of_a_number.dart file
  • Add find_square_of_a_number.dart file in find-square-of-a-number folder

Write a R program to find square of a number

Description

Write a R program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find_square_of_a_number.r file
  • Add find_square_of_a_number.r file in find-square-of-a-number folder

Write a GO program to find square of a number

Description

Write a GO program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find_square_of_a_number.go file
  • Add find_square_of_a_number.go file in find-square-of-a-number folder

Write a Python program to find square of a number

Description

Write a Python program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find-square-of-a-number.py file
  • Add find-square-of-a-number.py file in find-square-of-a-number folder

Write a Rust program to print hello world

Description

Write a Rust program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print_hello_world.rs file
  • Add print_hello_world.rs file in print-hello-world folder

Write a Scala program to print hello world

Description

Write a Scala program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in printHelloWorld.sc file
  • Add printHelloWorld.sc file in print-hello-world folder

Write a JavaScript program to find square of a number

Description

Write a JavaScript program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.js file
  • Add FindSquareOfANumber.js file in find-square-of-a-number folder

Write a Python program to print hello world

Description

Write a Python program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print-hello-world.py file
  • Add print-hello-world.py file in print-hello-world folder

Find volume of a cuboid

Description

Volume of a cuboid = Length × Width × Height

Length : 2
Width  : 3
Height : 4

Volume : 24

Write a TypeScript program to find square of a number

Description

Write a TypeScript program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.ts file
  • Add FindSquareOfANumber.ts file in find-square-of-a-number folder

Write a F# program to find square of a number

Description

Write a F# program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.fs file
  • Add FindSquareOfANumber.fs file in find-square-of-a-number folder

Write a Dart program to print hello world

Description

Write a Dart program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print_hello_world.dart file
  • Add print_hello_world.dart file in print-hello-world folder

Write a C program to find square of a number

Description

Write a C program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.c file
  • Add FindSquareOfANumber.c file in find-square-of-a-number folder

Write a Swift program to find square of a number

Description

Write a Swift program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.swift file
  • Add FindSquareOfANumber.swift file in find-square-of-a-number folder

Write a Kotlin program to find square of a number

Description

Write a Kotlin program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.kt file
  • Add FindSquareOfANumber.kt file in find-square-of-a-number folder

Write a C# program to find volume of cube

Description

Write a C# program to find volume of cube

Volume of cube = (edge of cube)^3

Input  : 2
Output : 8
How to contribute
  • Save the solution in FindVolumeOfCube.cs file
  • Add FindVolumeOfCube.cs file in find-volume-of-cube folder

Write a C++ program to find volume of cube

Description

Write a C++ program to find volume of cube

Volume of cube = (edge of cube)^3

Input  : 2
Output : 8
How to contribute
  • Save the solution in FindVolumeOfCube.cpp file
  • Add FindVolumeOfCube.cpp file in find-volume-of-cube folder

Write a PHP program to print hello world

Description

Write a PHP program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print_hello_world.php file
  • Add print_hello_world.php file in print-hello-world folder

Write a R program to print hello world

Description

Write a R program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print_hello_world.r file
  • Add print_hello_world.r file in print-hello-world folder

Write a Scala program to find square of a number

Description

Write a Scala program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in findSquareOfANumber.sc file
  • Add findSquareOfANumber.sc file in find-square-of-a-number folder

Write a Julia program to print hello world

Description

Write a Julia program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print-hello-world.jl file
  • Add print-hello-world.jl file in print-hello-world folder

Write a Perl program to find square of a number

Description

Write a Perl program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find_square_of_a_number.pl file
  • Add find_square_of_a_number.pl file in find-square-of-a-number folder

Write a Swift program to print hello world

Description

Write a Swift program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.swift file
  • Add PrintHelloWorld.swift file in print-hello-world folder

Write a C++ program to print hello world

Description

Write a C++ program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.cpp file
  • Add PrintHelloWorld.cpp file in print-hello-world folder

Write a Rust program to find square of a number

Description

Write a Rust program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find_square_of_a_number.rs file
  • Add find_square_of_a_number.rs file in find-square-of-a-number folder

Write a F# program to print hello world

Description

Write a F# program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.fs file
  • Add PrintHelloWorld.fs file in print-hello-world folder

Write a GO program to print hello world

Description

Write a GO program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in print_hello_world.go file
  • Add print_hello_world.go file in print-hello-world folder

Write a Java program to print hello world

Description

Write a Java program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.java file
  • Add PrintHelloWorld.java file in print-hello-world folder

Write a Ruby program to print hello world

Description

Write a Ruby program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.rb file
  • Add PrintHelloWorld.rb file in print-hello-world folder

[Program]: Write a Dart program to find volume of cube

Description

Write a Dart program to find volume of cube

Volume of cube = (edge of cube)^3

Input  : 2
Output : 8
How to contribute
  • Save the solution in program/program/find-volume-of-cube/find_volume_of_cube.dart file

Write a C# program to find square of a number

Description

Write a C# program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in FindSquareOfANumber.cs file
  • Add FindSquareOfANumber.cs file in find-square-of-a-number folder

Write a TypeScript program to print hello world

Description

Write a TypeScript program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.ts file
  • Add PrintHelloWorld.ts file in print-hello-world folder

Write a Julia program to find square of a number

Description

Write a Julia program to find square of a number

Input  : 5
Output : 25
How to contribute
  • Save the solution in find-square-of-a-number.jl file
  • Add find-square-of-a-number.jl file in find-square-of-a-number folder

Write a JavaScript program to print hello world

Description

Write a JavaScript program to print hello world

Desciption

Hello World !!!
How to contribute
  • Save the solution in PrintHelloWorld.js file
  • Add PrintHelloWorld.js file in print-hello-world folder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.