MadPlayer / Templates

Frequently used styles and templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Templates

Frequently used styles and templates

TeX

GNU Letter Style A (gnu_letter_A)

  • Logo on the left and address on the right of the header
  • Dept contact on the footer

letter style A

GNU Letter Style B (gnu_letter_b)

  • Logo on the left and address on the right of the header

letter style B

GnuPlot

Edit the variables in plot_this.GP file for title, data file, figure name, etc.

Bar graph with comparison

To draw the figure run the following command

gnuplot plot_this.GP

Bar graph

Single line graph

To draw the figure run the following command

gnuplot plot_this.GP

Single Line graph

Line graph with comparison

To draw the figure run the following command

gnuplot plot_this.GP

Comparing two lines

CDF with Frequency (histogram)

To draw the figure run the following command

gnuplot plot_this.GP

CDF with Frequency graph

Comparing two CDFs

To draw the figure run the following command

sh ./example.sh

Be ware that time to draw the graph increases as the data file size increases.

Comparing two CDFs

Script

KIRD skipper

KIRD 온라인 교육 스킵 스크립트 How to use

KIRD.png

// How to use: Run your browser's web debugger (F12) and copy-paste this on its JavaScript console.

if(pageTime == null) { console.log("Please run this script on the target 'HkmcMainFrame (clsrmContentsForm.do)'."); console.log("If you already done it, then unfortunately, this script is not working anymore..."); } else { pageTime = pageTime - 10000000; setBaseTimeCommit(); document.getElementsByClassName("btnNext")[0].onclick(); }

About

Frequently used styles and templates

License:MIT License


Languages

Language:YASnippet 91.3%Language:TeX 4.5%Language:Emacs Lisp 3.0%Language:Shell 0.6%Language:Gnuplot 0.4%Language:Vim Script 0.1%