registration
Here are 544 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++
Admins should be able to sort by the dates/times hackers submitted by, to accommodate a first-come first-served admittance policy.
Add entry to check to see if the user is running 32-bit or 64-bit python,.
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
Jun 21, 2017 - Java
-
Updated
Jun 15, 2020 - Python
-
Updated
Jun 25, 2020 - C++
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 6, 2020 - TypeScript
This should be done after #48 will be done.
From #48:
I guess the initial solution could be leaving the name user_id but allow the user identification field to be changed, and then make the change user_id -> user in next major version (0.5.0?, 1.0.0?). Probably user_id should be deprecated first, and then removed altogether.
IMPORTANT: please remember to provide backward compatibility for th
Some images from online documentation are missing as shown here:
I tried to build the documentation locally but it didn't work. The build documentation is activated in cmake
$ make doxygen
make: *** No rule to make target 'doxygen'. St
-
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
Jan 7, 2019 - Java
-
Updated
Oct 29, 2019 - Python
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
Jun 24, 2020 - PHP
-
Updated
Apr 11, 2020 - JavaScript
-
Updated
Jul 1, 2020 - Python
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