Skip to content

Instantly share code, notes, and snippets.

View blang's full-sized avatar

Benedikt Lang blang

View GitHub Profile
@blang
blang / gist:b628ad05cd746134e2c18030fb8c955b
Created March 9, 2017 11:01
Joomla Default Directory Structure
.
├── administrator
│   ├── cache
│   ├── components
│   │   ├── com_admin
│   │   ├── com_ajax
│   │   ├── com_banners
│   │   ├── com_cache
│   │   ├── com_categories
│   │   ├── com_checkin

Deps

matplotlib==1.5.1
numpy==1.11.0
pandas==0.18.0
scipy==0.17.0
statsmodels==0.6.1
@blang
blang / gist:482d3920fd1fce3df2aa
Created August 25, 2015 15:52
Debian dependency sizes
texlive-lang-korean 40525052
texlive-lang-chinese 30793488
texlive-lang-japanese 8116072
libllvm3.5 7606578
cpp-4.9 5168834
libqtgui4 4189190
mupdf 3420730
libruby2.1 3276844
perl 2629342
perl-modules 2551450
@blang
blang / gist:b1b50d71ace6d45a887f
Created August 25, 2015 15:49
Debian dependency sizes
cpp-4.9 5168834
file 60112
fonts-crosextra-caladea 82102
fonts-crosextra-carlito 744996
fonts-ebgaramond 414966
fonts-ebgaramond-extra 679644
gnuplot-data 148792
gnuplot-qt 950824
gnuplot-tex 103120
javascript-common 6120
@blang
blang / gist:5e9ad7d180d58b2c6712
Created August 25, 2015 15:49
Ubuntu dependency sizes
ko.tex-extra-hlfont 13685558
libllvm3.4 6540034
pgf 5667818
cpp-4.8 4597306
latex-beamer 3787886
groff 3175164
luatex 2776426
libruby1.9.1 2645096
libgtk-3-0 1960312
libsane 1929270
@blang
blang / gist:dc9a1de4a0bbf946be92
Created August 25, 2015 15:22
Ubuntu Extra Dependencies
acl
at-spi2-core
clisp
colord
cpp-4.8
dconf-gsettings-backend
dconf-service
fonts-liberation
gnuplot-nox
groff
@blang
blang / gist:998d88aed2b59efa3b38
Created August 25, 2015 15:21
Debian Extra Dependencies
cpp-4.9
file
fonts-crosextra-caladea
fonts-crosextra-carlito
fonts-ebgaramond
fonts-ebgaramond-extra
gnuplot-data
gnuplot-qt
gnuplot-tex
javascript-common
pre-build test passed successfully
✓ pngquant rebuilt successfully
✗ Command failed: lib/libimagequant.a(pam.o): In function `pam_computeacolorhash':
pam.c:(.text+0x4cf): undefined reference to `mempool_alloc'
pam.c:(.text+0x62c): undefined reference to `mempool_alloc'
lib/libimagequant.a(pam.o): In function `pam_allocacolorhash':
pam.c:(.text+0x729): undefined reference to `mempool_create'
pam.c:(.text+0x742): undefined reference to `mempool_alloc'
lib/libimagequant.a(pam.o): In function `pam_freeacolorhash':
pam.c:(.text+0xc24): undefined reference to `mempool_destroy'
@blang
blang / README.txt
Created July 24, 2011 17:32
Quick sourcecode 2 pdf script
<h1>Quick source code 2 pdf</h1>
Author: Benedikt Lang <git@benediktlang.de>
usage: SRC_HOME="/home/ben/jworkspace" enscript2pdf listing.txt output
Generates output.pdf from files listed in listing.txt with parent directory /home/ben/jworkspace
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@blang
blang / result.jsp.patch
Created July 24, 2011 13:25
Patch WebE_UB6_Waehrung/WebContent/result.jsp
--- result.jsp 2011-06-15 17:06:24.000000000 +0200
+++ result.jsp 2011-07-24 15:23:41.552999992 +0200
@@ -48,8 +48,8 @@
<%-- ============================================================= --%>
<%-- 2 Versionen: ohne und mit Benutzung des "FormatNumber" Tags --%>
<%-- ${result.fromAmount} ${result.fromCurrency.getCode()} entsprechen derzeit ${result.toAmount} ${result.toCurrency.getCode()}.--%>
- <fmt:formatNumber type="currency" value="${result.fromAmount}" currencyCode="${result.fromCurrency.getCode()}" /> entsprechen derzeit
- <fmt:formatNumber type="currency" value="${result.toAmount}" currencyCode="${result.toCurrency.getCode()}" />.
+ <fmt:formatNumber type="currency" value="${result.fromAmount}" currencyCode="${result.fromCurrency.code}" /> entsprechen derzeit
+ <fmt:formatNumber type="currency" value="${result.toAmount}" currencyCode="${result.toCurrency.code}" />.