-
Updated
Jun 21, 2020 - C#
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
FreeBSD port
GraphQL
-
Updated
Jun 21, 2020 - Vue
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 15, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
MyGet
The #1 cloud artifact and package repository provider in the world
MyGet provides hosted NuGet, npm, Bower, Maven, PHP Composer, VSIX, Python PyPI and RubyGems feeds for developers, open-source projects and corporate dev teams. Create private artifact feeds for your developers and clients or public feeds the entire world. Upload packages from your build server, any upstream package source, or build, test, and package your code on GitHub into NuGet, npm or PHP Composer packages with MyGet.
Currently, the benchmarks and SMHasher scores shown in README.md and xxhash.h are out of date. They should be updated, as XXH32 fails SMHasher and they don't include the newer hashes.
WiFiClient setTimeout is documented to accept milliseconds (sane) but value is used as seconds directly (loss of resolution is not sane). Protoype expects u32 instead of f32/f64.
Documentation (inheritance) on value being milliseconds, not seconds
https://www.arduino.cc/reference/en/language/functions/communication/stream/streamsettimeout/
/path/to/sketch.ino: In function 'void loop()':
sk
Checklist
#![forbid(unused_qualifications)]
#[derive(Clone)]
pub struct S;error[E0453]: allow(unused_qualifications) overruled by outer forbid(unused_qualifications)
--> src/main.rs:3:10
|
1 | #![forbid(unused_qualifications)]
| --------------------- `forbid` level set here
2 |
3 | #[derive(Clone)]
| ^^^^^ overruled by previous forbid
All bu
-
Updated
Jun 21, 2020 - Shell
We newly uploaded a lookup table including UID, ISO alpha 2, ISO alpha 3, ISO 3-digit, FIPS, and location names used in our Dashboard and GitHub. The UID is a combination of ISO numeric code, FIPS, and some artificial numbers. This table will be updated along with more locations joining in. T
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 12, 2020
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 20, 2020 - Jupyter Notebook
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 21, 2020 - HTML
-
Updated
Jun 11, 2020 - Java
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.


Hello,
I'm trying to build OpenDiablo 2 on FreeBSD 12.1 amd64:
`go get github.com/OpenDiablo2/OpenDiablo2
github.com/go-gl/glfw/v3.3/glfw
In file included from ../go/src/github.com/go-gl/glfw/v3.3/glfw/c_glfw_linbsd.go:18:
../go/src/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.c:53:34: error: no member named 'linjs' in 'struct _GLFWjoystick'
../go/src/github.com/go-gl/glfw/v