registration
Here are 534 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.
I install cakephp 4 then follow step by step tutorial on https://github.com/CakeDC/users/blob/master/Docs/Documentation/Installation.md
But I am stuck when run command :
bin/cake users addSuperuser
Please help, the Result is :
bin/cake users addSuperuser
Exception: Unknown method "generateUniqueUsername" called on Cake\ORM\Table
In [/var/www/html/myapp/vendor/cakephp/cakephp/src/OR
-
Updated
May 27, 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
Feb 5, 2020 - C++
-
Updated
Jun 21, 2017 - Java
-
Updated
Jun 1, 2020 - Python
-
Updated
Apr 29, 2020 - Python
-
Updated
May 8, 2020 - TypeScript
-
Updated
Feb 12, 2020 - C++
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
-
Updated
Jan 7, 2019 - Java
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
Mar 31, 2020 - PHP
-
Updated
Feb 23, 2019 - C++
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
Apr 11, 2020 - JavaScript
There are multiple ways to compose transforms in ANTsR and it's not always clear which can do what. I'm trying to understand what's going on and here is what I got:
composeAntsrTransforms: takes in a list of transforms (not character vectors) and puts out a type ofantsrTransform of type "CompositeTransform". There doesn't seem to be a way to write this out to disk (to use in `antsApp
-
Updated
May 9, 2020 - C++
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