Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/Julia

Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
https://github.com/TheAlgorithms/Julia

CI improvements (#61)

* CLean code and improve CI

* Threads for CI

07a96cfab25e9c4687413818f01e06348ad8addb authored over 3 years ago by Jean-Francois Baffier <[email protected]>
Fix codecov failure

Signed-off-by: ErikQQY <[email protected]>

b44a477323a65b49656e15bb0a88837b66ba5c74 authored over 3 years ago by ErikQQY <[email protected]>
Fix failing checks

Signed-off-by: ErikQQY <[email protected]>

54ef9f9c5e103fa9b84bb71c75e335cfe8a61fa8 authored over 3 years ago by ErikQQY <[email protected]>
Fix failing checks

Signed-off-by: ErikQQY <[email protected]>

f34f972f9c3f6b077ee8ed291df0cbf020253f2d authored over 3 years ago by ErikQQY <[email protected]>
Merge branch 'main' into main

c867a2468b9c18c8ca555de48c5d70dabe20a08a authored over 3 years ago by Jean-Francois Baffier <[email protected]>
added monte carlo integration (#52)

* added monte carlo integration

* Update src/math/monte_carlo_integration.jl

Co-authored-b...

3903da801bc652f0972af4617c7dc781a0f45a1c authored over 3 years ago by Ved Mahajan <[email protected]>
corrected the export

33b1e9069b621559dc8a0d016eca503eb6f2a666 authored over 3 years ago by Ved Mahajan <[email protected]>
added sieve of Eratosthenes

41ee4a1b7b5b119b3a9b7a0a3ffa6d18cbf46b82 authored over 3 years ago by Ved Mahajan <[email protected]>
Merge branch 'main' of https://github.com/ErikQQY/Julia

a1d336d97701d31cf54e9a8b319eefc0d9170867 authored over 3 years ago by ErikQQY <[email protected]>
Add Volume computing methods

Signed-off-by: ErikQQY <[email protected]>

Fix failing checks

Signed-off-by: ErikQQY <22839848...

65ca2e3ce605ae44fa9854b4dd95f7748e992d06 authored over 3 years ago by ErikQQY <[email protected]>
Fix failing checks

Signed-off-by: ErikQQY <[email protected]>

57ee7415725a9456bd4bc7dc1f602b3578d64319 authored over 3 years ago by ErikQQY <[email protected]>
Fix failing checks

Signed-off-by: ErikQQY <[email protected]>

ebe8adfcf1364f510e4d6bd5b7eac79185b75e38 authored over 3 years ago by ErikQQY <[email protected]>
Fix failing checks

Signed-off-by: ErikQQY <[email protected]>

fe4461c9503f3c51ab29ba69ddeba7fea78fc81b authored over 3 years ago by ErikQQY <[email protected]>
Add Volume computing methods.

Signed-off-by: ErikQQY <[email protected]>

93a6de4e3604896a3938c317ff8f42f6aa2645d6 authored over 3 years ago by ErikQQY <[email protected]>
Add Volume computing methods

Signed-off-by: ErikQQY <[email protected]>

fac55ba5310ef95d924a38e73122c7118a6801ce authored over 3 years ago by ErikQQY <[email protected]>
Add Volume computing

Signed-off-by: ErikQQY <[email protected]>

0590f524baa6e6c995395c9fda0ebc9f41de173c authored over 3 years ago by ErikQQY <[email protected]>
Update README.md

f02c1b07bb491a27e02599888a545db86305a97a authored over 3 years ago by David Leal <[email protected]>
add sorts (#49)

* add data structures

* add sorts

87aef42b0579d7c00062c86070df64dd8b4dbd57 authored over 3 years ago by Rratic <[email protected]>
Fix a lot of small things (#32)

* Lot of small changes (format). Fix a few missing includes.

* Clean and improve doc. Fix mis...

e95eaaa5007ed90e21a0bf94bac14ff39cdb0a6c authored over 3 years ago by Jean-Francois Baffier <[email protected]>
added rotation matrix (#47)

* added rotation matrix

* exported the function rotation_matrix

* included the file

* c...

f9cb8689e9c8ab03120eca8b45a42f0d83ebd9e5 authored over 3 years ago by Ved Mahajan <[email protected]>
Prime Check and Prime Factors (#42)

* prime check

* prime factors

50e15b490aec3941cb24742670e5c370d3bcb552 authored over 3 years ago by Ashwani Rathee <[email protected]>
Weight & Temparature Conversion (#45)

* weight conversion

* temperature conversion

* Fix for documentation

75c8b3eec5da5ecfe900a3889e10bd6bcc6d7142 authored over 3 years ago by Ashwani Rathee <[email protected]>
add data structures (#48)

7ac5b39b8979c27aa65f3151130c4d4f8a9927fb authored over 3 years ago by Rratic <[email protected]>
factorial iterative & recursive (#39)

fcf36a917121d2f853219bab61bd1df3b1775ffd authored over 3 years ago by Ashwani Rathee <[email protected]>
Perfect cube,number,square (#41)

* perfect cube

* perfect number

* perfect square

229d749683e918b2285c0df251e7f2c5a86d0d35 authored over 3 years ago by Ashwani Rathee <[email protected]>
Sum of Arithmetic & Geomtric progressions (#40)

* arithmetic progression sum

* geometric progression sum

a231d5d540b3e8220b6c9808bbc392e7cf0f58b0 authored over 3 years ago by Ashwani Rathee <[email protected]>
Update README.md

9acbcefc310b5cdc0e9c72c8544eb6ddf81dda88 authored over 3 years ago by David Leal <[email protected]>
added Pearson correlation function (#31)

* added Pearson correlation

* removing one line

Co-authored-by: David Leal <halfpacho@gmai...

3513931c70c84f61d2c974e722c65fa5463b57f3 authored over 3 years ago by Aru Bhardwaj <[email protected]>
First come first serve (#30)

* First come first serve

* Fixes and improved docstring

* Test

321248a152338032ed759f89077d09254c53382c authored over 3 years ago by Ashwani Rathee <[email protected]>
Mean,Mode,Median (#29)

* Average mean

* Average Median

* Average mode

487b78575f4f0d5923c69052a05280eb7e661001 authored over 3 years ago by Ashwani Rathee <[email protected]>
Some more math functions (#27)

* absolute value related

* Ceil and Floor

* area of various shapes

f69fa9a0065be24b5424404f38c062d205e6050f authored over 3 years ago by Ashwani Rathee <[email protected]>
adding knapsack (#19)

2fd53b81b0d249feba6622d09b11bfa4cc7d8224 authored over 3 years ago by Rratic <[email protected]>
CompatHelper: add new compat entry for "Plots" at version "1" (#23)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-...

a488637a0add9ea6540c7642fc6ba5c6d3799977 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: add new compat entry for "GLM" at version "1" (#24)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-...

feeecc4f5ed5f279e37d95d891bd89e25cd27d62 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: add new compat entry for "DataFrames" at version "1" (#25)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-...

7c706c622a7147b1af84b966037819764249f9dc authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
CompatHelper: add new compat entry for "DifferentialEquations" at version "6" (#26)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

e5276edd7019d53445e03fd5841dcce182b54f85 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Test file for `variance.jl` (#22)

3afd94517ab6613c7b7683667bf476711d1d5290 authored over 3 years ago by Aru Bhardwaj <[email protected]>
Variance by Pearson method (#21)

06ef299c982d6cf94354153c34e8c70222ca491c authored over 3 years ago by Aru Bhardwaj <[email protected]>
Add is_palindrome (#20)

* Add is_palindrome

Added is_palindrome.jl under the src > string folder.

* Adding is_pal...

11b7604189dbe17087bd79262ca267a05a1d4e10 authored over 3 years ago by Madison Estabrook <[email protected]>
Tentative to exclude macOS CI on nightly (#18)

merged!

799508e2b8a3087bdd7fb4d2a23a2ab4788ea854 authored over 3 years ago by Jean-Francois Baffier <[email protected]>
Armstrong Number (#17)

192fc7ca841533cecb36b4d138fbcc751dbc85cf authored over 3 years ago by Ashwani Rathee <[email protected]>
InterpolationSearch (#15)

8b0a8b9986eb4f0097f4478eb0ba2f41ef900c4b authored over 3 years ago by Ashwani Rathee <[email protected]>
JumpSearch (#16)

04e82be44016283c26334bf921d2e599b92ba03d authored over 3 years ago by Ashwani Rathee <[email protected]>
ExponentialSearch (#14)

mered, ignoring CI failure for macOS-latest

ca7a9fd5b5a625f305b0bd7ffdc675fd5ccd2160 authored over 3 years ago by Ashwani Rathee <[email protected]>
Make the repository a Julia package (#13)

* Rebase package files

* Moverd folders within /src. Add some test subfiles

* Remove old f...

8cc8a3848daeac105555afa0498ed1f4a058aa7d authored over 3 years ago by Jean-Francois Baffier <[email protected]>
added determinant.jl to matrix (#12)

* added project-rosalind folder and some starter

* added determinant.jl to matrix

5c23e88319b72da3053785c800a48e71383d09b6 authored over 3 years ago by Ved Mahajan <[email protected]>
added LU decomposition. (#11)

* added project-rosalind folder and some starter

* added lu decomposition

72333dd66913c3760c1b99bdb5d948da42b9309d authored over 3 years ago by Ved Mahajan <[email protected]>
Add binary search (#10)

* Add binary search

* updated instructions

Co-authored-by: Aru Bhardwaj <aru.bhardwaj01@gm...

17d709632e7eed7f1059baec1da0d83e9e589c90 authored over 3 years ago by Soc V. E <[email protected]>
Remove empty lines in `project-rosalind/reverse_complement.jl`

04316e9028311a7a1324ae5d5cb7df0672185685 authored over 3 years ago by David Leal <[email protected]>
added reverse complement (#9)

* added project-rosalind folder and some starter

* added reverse complement

79d06b1902f83cb524b2f784e0d977e9b20583ff authored over 3 years ago by Ved Mahajan <[email protected]>
Minor filename fix in the `math` folder

6686726084e0cb8ae5ec63bb04ac25738b084e08 authored over 3 years ago by David Leal <[email protected]>
Create OLS.jl (#5)

* Create OLS.jl

* Create SIR.jl

* Change filename according to what @maltejur said

* Re...

720c3d71ba4ec3521a3f025788f2e3fdf0aa74dc authored over 3 years ago by Aru Bhardwaj <[email protected]>
added project-rosalind folder and some starter (#8)

f4b7ea77b59c4be14e5dbfdd8cc1005e83617540 authored over 3 years ago by Ved Mahajan <[email protected]>
Math folder (#4)

* add math folder and collatz seq

* Apply suggestions from code review

* added area under ...

e033b95a97c86d9a753f316ac354a3766c57a9de authored over 3 years ago by Ved Mahajan <[email protected]>
Add linear search (#3)

fe9278741b5dcf96764192dc5e9697ce28a72bc8 authored over 3 years ago by Malte Jürgens <[email protected]>
Add README.md (#1)

* README.md

* Update README.md

* Apply suggestions from code review

* Apply suggestions...

cbde822b2016d6aca7ee7af614768aa789fe4b20 authored over 3 years ago by Dominik PAULITSCH <[email protected]>
Add CONTRIBUTING.md file (#2)

* CONTRIBUTING.md File

* Apply suggestions from code review

Co-authored-by: David Leal <ha...

cd0510e2fa4071a1f7c89816215edbadcaba470b authored over 3 years ago by Dominik PAULITSCH <[email protected]>
Initial commit

a80577a23ca65f7965e7900c665b637845f7360a authored over 3 years ago by Anup Kumar Panwar <[email protected]>