Skip to content

Instantly share code, notes, and snippets.

View DrLeucine's full-sized avatar
💎

Leonardo Castorina DrLeucine

💎
View GitHub Profile
.markdown-source-view.mod-cm6 .cm-scroller, .markdown-source-view, .cm-s-obsidian, .cm-s-obsidian span.cm-formatting-task{
margin-top: 40px !important;
}
.workspace-leaf.mod-active .view-header {
background: linear-gradient(
120deg
, var(--color-view-header-gradient-2) 0.5%, var(--color-view-header-gradient-2) 0.5%);
}
https://kpwulab.com/2020/01/04/pymol-cartoon-mode/
@DrLeucine
DrLeucine / dataview template
Created August 25, 2022 08:08
dataview template
### Basics
```dataview
table tags as "Tags"
from "2. Notes"
WHERE contains(tags, "optimisation")
SORT file.name ASC
```
### VAE
```dataview
@DrLeucine
DrLeucine / book tracker with dataview note
Created August 25, 2022 08:13
book tracker with dataview note
### [Books MOC](../0.%20MOC/Books%20MOC.md)
# Social Engineering : The Art of Human Hacking
**Author**:: Chris Hadnagy
**Date**:: 2022-01-01
**Tags**:: #psychology/socialengineering #psychology
**Grade**:: 9/10
**Links**::
## Gathering Information
@DrLeucine
DrLeucine / thesis-eisvogel
Created December 2, 2022 12:45
An adaptation of https://github.com/Wandmalfarbe/pandoc-latex-template but for academic thesis with minor changes to the layout
%%
% Copyright (c) 2017 - 2021, Pascal Wagler;
% Copyright (c) 2014 - 2021, John MacFarlane
%
% All rights reserved.
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted provided that the following conditions
% are met:
%