-
Updated
Oct 31, 2020 - C
Python
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Here are 1,218 public repositories matching this topic...
-
Updated
Jul 27, 2020 - C
This function needs a unit test.
Guide to how to contribute to an open source project on GitHub.
Draft guide on how to write a unit test for pygame
Test stub: https://github.com/pygame/pygame/blob/master/test/image_test.py#L551-L557
Docs: None.
**
-
Updated
Mar 28, 2020 - C
Currently, most units are defined in si.py, cgs.py, and astrophys.py. As noted by @adrn in astropy/astropy#10586 (comment), the latter has become a bit of a miscellaneous bunch, including units that are not particular to astronomy at all. It would make sense to move those to a new misc.py. Indeed, some are sufficiently obscure that it might be an idea to allo
-
Updated
Jul 2, 2020 - C
Credits to Brian — Brian Dean [email protected] BDMICRO, LLC https://www.bdmicro.com
According to the datasheet for the MX25R1635F, the JDEC should be 0xc2, 0x28, 0x15. In the devices.h file, the capacity parameter is specified as 0x18 for that chip. So the value is incorrect in devices.h
/ Settings for the Macronix MX25R1635F 8MiB SPI flash.
// Datasheet: https://www.macronix.com/Lists/Dat
Since #3358 and #3407 systemd-journal() source supports Journald namespaces.
Since the source stores the journald cursor under different persist-keys (based on the configured namespace() option), it allows multiple concurrent sources.
However, we still have a limitation, that only 1 systemd-journald() source can be used in the config.
(See the the journal_reader_initialized global va
-
Updated
Sep 20, 2020 - C
-
Updated
Jun 23, 2020 - C
-
Updated
Oct 29, 2020 - C
hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out
Seek performance
-
Updated
Sep 10, 2020 - C
-
Updated
Aug 27, 2020 - C
-
Updated
Jul 14, 2020 - C
-
Updated
Oct 22, 2020 - C
-
Updated
Apr 10, 2019 - C
-
Updated
Oct 8, 2020 - C
-
Updated
Oct 7, 2020 - C
-
Updated
Oct 14, 2020 - C
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
I made a new release 1.1.15b1 for testing, see there:
https://github.com/borgbackup/borg/releases/tag/1.1.15b1
As you see, the borg code is pretty much the same as in 1.1.14, but especially the binary building got some updates. Thus, primarily the binaries should get some testing, to find issues before I make the final 1.1.15 release later this year.
As they were made on debian stretch wi