Remove dead name from repo
This commit is contained in:
@@ -38,7 +38,7 @@ endglobal
|
||||
snippet helloworld "Hello world example to test features" b
|
||||
-- `!p snip.rv = fn`
|
||||
-- Created on: `date`
|
||||
-- Author(s): Yannick Reiss <yannick.reiss@nickr.eu>
|
||||
-- Author(s): Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>
|
||||
-- Content: Hello world example
|
||||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
|
||||
@@ -53,9 +53,7 @@ end $1;$0
|
||||
endsnippet
|
||||
|
||||
snippet docstring "Document String with most important information" b
|
||||
-- `!p snip.rv = fn`
|
||||
-- Created on: `date`
|
||||
-- Author(s): ${1:Yannick Reiß}
|
||||
-- Author(s): ${1:Nina Chloe Kassandra Reiss <nina.reiss@nickr.eu>}
|
||||
-- Description: ${2:`!p snip.rv = fn.split('.')[0]`}
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
@@ -3,7 +3,7 @@ snippet dd "Date and Time" i
|
||||
endsnippet
|
||||
|
||||
snippet crednick "My private Credentials"
|
||||
Yannick Reiss <yannick.reiss@nickr.eu>
|
||||
Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>
|
||||
endsnippet
|
||||
|
||||
snippet credhsrm "Credentials HSRM"
|
||||
|
||||
@@ -21,7 +21,7 @@ endsnippet
|
||||
|
||||
snippet template "Template for assembly program"
|
||||
global ${1:_start} ; linker entry point
|
||||
; Author: ${2: Yannick Reiß}
|
||||
; Author: ${2:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}
|
||||
; Date: `date`
|
||||
; Description: ${3:Desciption}
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ endsnippet
|
||||
snippet docstring "Meta Comment for Documenation" A
|
||||
/*
|
||||
* Filename: `!p snip.rv = fn`
|
||||
* Author: ${1:Yannick Reiss}
|
||||
* Author: ${1:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}
|
||||
* Date: `date`
|
||||
* Project: ${2:Project Name}
|
||||
* Copyright: ${3:None}
|
||||
|
||||
@@ -11,7 +11,7 @@ snippet template "template for new program" A
|
||||
*-----------------------------------------------------------------
|
||||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. ${1:Title}.
|
||||
*AUTHOR. ${2:Yannick Reiß}.
|
||||
*AUTHOR. ${2:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}.
|
||||
*CONTENT. ${3:Beschreibung}.
|
||||
*-----------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
snippet docstring "Document string" b
|
||||
-- Filename: `!p snip.rv = fn`
|
||||
-- Author: ${1:Yannick Reiß}
|
||||
-- Author: ${1:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}
|
||||
-- Copyright: ${2:MIT-License}
|
||||
-- Description: ${3:Funny lua script}
|
||||
$0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
snippet helloworld "Hello world example" b
|
||||
"""
|
||||
File: `!p snip.rv = fn`
|
||||
Author: Nicki
|
||||
Author: Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>
|
||||
Created on: `date`
|
||||
Description: Hello world python example
|
||||
"""
|
||||
@@ -14,7 +14,7 @@ endsnippet
|
||||
snippet docmodule "Documentation for modules"
|
||||
"""
|
||||
File: `!p snip.rv = fn`
|
||||
Author: ${1:Yannick Reiß}
|
||||
Author: ${1:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}
|
||||
Created on: `date`
|
||||
Description: ${2:No further description}
|
||||
"""
|
||||
|
||||
@@ -93,7 +93,7 @@ endsnippet
|
||||
|
||||
snippet textemplate "include header" A
|
||||
\\input{~/latex/header.tex}
|
||||
\\header{${1:report/article}}{${2:Yannick Reiß}}{${3:Titel}}
|
||||
\\header{${1:report/article}}{${2:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}}{${3:Titel}}
|
||||
|
||||
\\begin{document}
|
||||
\\input{~/latex/init.tex}
|
||||
|
||||
Reference in New Issue
Block a user