To: [email protected]
From: [email protected]
Subject: GitHub Activity Stats for 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ECHO OFF | |
| SETLOCAL ENABLEDELAYEDEXPANSION | |
| REM Requirements: | |
| REM pixi global install conda-build | |
| REM conda install -c conda-forge python-libarchive-c | |
| REM conda update conda | |
| REM conda update --all | |
| REM Define symbols for statuses (colors are limited in batch scripts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🌞 Morning 222 commits ███████▎░░░░░░░░░░░░░ 34.7% | |
| 🌆 Daytime 140 commits ████▌░░░░░░░░░░░░░░░░ 21.9% | |
| 🌃 Evening 189 commits ██████▏░░░░░░░░░░░░░░ 29.5% | |
| 🌙 Night 89 commits ██▉░░░░░░░░░░░░░░░░░░ 13.9% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is a snippet for downloading PDFs to local computer from Paperfile. | |
| # See https://forum.paperpile.com/t/download-multiple-pdfs-to-computer/2405/7 for the details. | |
| # | |
| # Summary: | |
| # 1. In your paperfile account, create a shared folder and move the papers you want to download their pdfs | |
| # 2. Run the below script with adding the link to the shared folder. Install dependencies if needed: | |
| # pip3 install urllib3 -U | |
| # pip3 install beautifulsoup4 -U | |
| # | |
| # Tested with Python 3.9.5. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/libs/filamat/CMakeLists.txt b/libs/filamat/CMakeLists.txt | |
| index 02840fb..e15fc54 100644 | |
| --- a/libs/filamat/CMakeLists.txt | |
| +++ b/libs/filamat/CMakeLists.txt | |
| @@ -67,5 +67,5 @@ target_compile_options(${TARGET} PRIVATE | |
| # ================================================================================================== | |
| # Currently disabled because we don't need it | |
| # To proper support Vulkan, filamat needs to support SPIR-V compilation | |
| -# install(DIRECTORY ${PUBLIC_HDR_DIR}/filamat DESTINATION include) | |
| -# install(TARGETS ${TARGET} ARCHIVE DESTINATION lib/${DIST_DIR}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /home/jslee02/dev/prl/aikido/collisionfree/include/aikido/common/PseudoInverse.hpp:13: warning: The following parameters of aikido::common::pseudoinverse(const Eigen::MatrixXd &mat, double eps=1e-6) are not documented: | |
| parameter 'eps' | |
| /home/jslee02/dev/prl/aikido/collisionfree/include/aikido/common/string.hpp:25: warning: Found unknown command `\t' | |
| /home/jslee02/dev/prl/aikido/collisionfree/include/aikido/common/Spline.hpp:94: warning: argument '_index' of command @param is not found in the argument list of aikido::common::SplineND< _Scalar, _Index, _NumCoefficients, _NumOutputs, _NumKnots >::setTimes(TimeVector &&_t) | |
| /home/jslee02/dev/prl/aikido/collisionfree/include/aikido/common/Spline.hpp:100: warning: argument '_index' of command @param is not found in the argument list of aikido::common::SplineND< _Scalar, _Index, _NumCoefficients, _NumOutputs, _NumKnots >::setTimes(const TimeVector &_t) | |
| /home/jslee02/dev/prl/aikido/collisionfree/include/aikido/constraint/CollisionFree.hpp:62: warning: argument 'group |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @article{Lee2018, | |
| doi = {10.21105/joss.00500}, | |
| url = {https://doi.org/10.21105/joss.00500}, | |
| year = {2018}, | |
| month = {Feb}, | |
| publisher = {The Open Journal}, | |
| volume = {3}, | |
| number = {22}, | |
| pages = {500}, | |
| author = {Jeongseok Lee and Michael X. Grey and Sehoon Ha and Tobias Kunz and Sumit Jain and Yuting Ye and Siddhartha S. Srinivasa and Mike Stilman and C. Karen Liu}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Microsoft (R) Program Maintenance Utility Version 14.12.25834.0 | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.12.25827\bin\HostX64\x86\link.EXE"' : return code '0x470' | |
| Stop. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd port | |
| nmake /nologo /f makefile.vc | |
| cd .. | |
| cd gcore | |
| nmake /nologo /f makefile.vc | |
| cd mdreader | |
| nmake /nologo /f makefile.vc | |
| xcopy /D /Y *.obj .. | |
| 0 File(s) copied | |
| cd .. |
NewerOlder
