registration
Here are 551 public repositories matching this topic...
-
Updated
May 28, 2020 - PHP
-
Updated
Feb 5, 2020
We should add configuration excerpts with their file names to the quickstart guide. Take a look at the oathkeeper guide for ideas.
-
Updated
Mar 25, 2020 - C++
Allow for 'SameSite' cookie attribute and 'X-Frame-Options' header to be disabled to support framing
The X-Frame-Options header can already be disabled as documented:
\header_remove('X-Frame-Options');Of course, this should be replaced with a proper option passed to this library so that setting and then removing the header is not necessary.
In our applications, we have a three level configuration system:
- application wide default configuration (versioned, in appliation folder)
- environment specific default configuration (versioned, in appliation folder)
- enviornment specific "local" configuration (only on server, outside of appliation folder)
The latter merges with and overwrites the former.
We load these configurati
-
Updated
Jun 4, 2020 - C++
Add entry to check to see if the user is running 32-bit or 64-bit python,.
Admins should be able to sort by the dates/times hackers submitted by, to accommodate a first-come first-served admittance policy.
Description
As suggested on this comment, it would be good to have a function for generating random affine matrix.
This is just a reminder.
-
Updated
Jun 22, 2020 - C++
-
Updated
Jun 1, 2020 - Python
-
Updated
Jul 16, 2020 - C++
-
Updated
Jun 21, 2017 - Java
-
Updated
Jun 15, 2020 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Jul 16, 2020 - Python
-
Updated
Sep 10, 2017 - JavaScript
Hi,
This looks like a neat repo that I'd like to try out. What is the target deployment environment you are expecting? Do you have any dependency/build/installation instructions you'd like to share?
I'm on Ubuntu 18.04 / Cuda 10.1.
-
Updated
Oct 29, 2019 - Python
-
Updated
Jan 7, 2019 - Java
Sending a warning email when someone tries to login to your account is a common feature of authentication systems. It would be great if we implement it here.
-
Updated
Feb 23, 2019 - C++
-
Updated
Jul 10, 2020 - PHP
-
Updated
Jul 1, 2020 - Python
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the registration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the registration topic, visit your repo's landing page and select "manage topics."
I'm working with Open3D with data from different devices. One of them does not provide the point cloud as a file, so I am creating the file by myself with a little Python script.
However, I am confused by the supported formats:
The pts format contains lines of
[x, y, z, i, r, g, b]. xyz and rgb are intuitive and explained, but what exactly is the i for? And in what format is it exp