-
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
Azure
-
Updated
Jun 21, 2020 - Vue
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 15, 2020 - JavaScript
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
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 21, 2020 - Java
Cirrus CI
Cirrus CI makes your development cycle fast, efficient, and secure by leveraging modern cloud technologies. Cirrus CI scales with your team and makes shipping software faster and cheaper.
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