Skip to content

Instantly share code, notes, and snippets.

View danielTobon43's full-sized avatar
🤠
Working

Daniel danielTobon43

🤠
Working
View GitHub Profile
@danielTobon43
danielTobon43 / README-Template.md
Created March 25, 2020 09:00 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@danielTobon43
danielTobon43 / README.md
Last active June 10, 2021 12:06
Add Microsoft Store Windows 10 Enterprise LTSC
@danielTobon43
danielTobon43 / $README.md
Last active June 10, 2021 12:14
This is a tutorial of how to use Eigen3 on windows 10 and CMake

Eigen3 project

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. This tutorial will get you through the steps of how to use Eigen in your own CMake project on Windows 10.

Getting Started

These instructions will get you a full Eigen3 CMake template for your C++ project.

Prerequisites

Eigen doesn't have any dependencies other than the C++ standard library. It use the CMake build system, but only to build the documentation and unit-tests, and to automate installation. If you just want to use Eigen, you can use the header files right away. There is no binary library to link to, and no configured header file. Eigen is a pure template library defined in the headers.

Style any color scheme Sublime Text 3

To style anything, you have to get its scope and define how to style it in the color scheme. To get the scope at the current cursor position, press:

Ctrl+shift+alt+p.

Color scheme configuration

<dict>
 name
@danielTobon43
danielTobon43 / README.md
Last active July 20, 2021 16:05
Sublime Text 3 Python/Cpp plugins

Sublime Text 3 Python/Cpp IDE

Python and Cpp plugins IDE for Sublime Text3

Python IDE

  1. MagicPython --> "disable package -> python"
  2. Django
  3. Djaneiro
  4. More Python Completions
  5. AutoDocstring
  6. Anaconda
@danielTobon43
danielTobon43 / $README.md
Last active August 12, 2021 17:06
Agile Oceanic Next User Color-scheme sublime Text 3

Agile Oceanic Next User Color-Scheme

Color scheme for sublime text 3

@danielTobon43
danielTobon43 / README.md
Last active August 27, 2021 02:42
Open Conda Prompt Here - Windows

How to add Conda Prompt Here to the right-click menu on Windows 10

Download and run the following .bat files.

Note

You must update the conda path on these files with your own conda path

Registry path

HKEY_CLASSES_ROOT\Directory\Background\shell\ HKEY_CLASSES_ROOT\Directory\shell\

Setting Bash on Windows

1. Download and install git: https://git-scm.com/downloads
2. Append git/bin and git/cmd directories to system path environment variable

git-env-var

  • The /bin directory contains the bash.exe and sh.exe executables
  • The /cmd directory contains the git.exe executable
@danielTobon43
danielTobon43 / $README.md
Created September 5, 2021 13:11
Installation tutorial Epson L355 Ubuntu 20.04