Skip to content

Instantly share code, notes, and snippets.

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Arch Linux)
restricted \write18 enabled.
entering extended mode
(./refcard.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texmf-dist/tex/latex/tools/multicol.sty)
alx@manjaro-alx /home/alx % sudo journalctl -xn [18:30:43]
-- Logs begin at Вс 2014-03-16 14:15:54 MSK, end at Ср 2014-03-19 18:30:49 MSK. --
мар 19 18:30:33 manjaro-alx kernel: vboxguest: PCI device not found, probably running on physical hardware.
мар 19 18:30:33 manjaro-alx systemd-modules-load[24684]: Failed to insert 'vboxsf': No such device
мар 19 18:30:33 manjaro-alx systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
мар 19 18:30:33 manjaro-alx systemd[1]: Failed to start Load Kernel Modules.
-- Subject: Unit systemd-modules-load.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Ср 2014-03-19 18:30:33 MSK; 8min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 24684 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 24684 (code=exited, status=1/FAILURE)
мар 19 18:30:33 manjaro-alx systemd-modules-load[24684]: Failed to insert 'vboxguest': No such device
мар 19 18:30:33 manjaro-alx systemd-modules-load[24684]: Failed to insert 'vboxsf': No such device
This system supports the OpenGL extension GL_EXT_framebuffer_object.
This system supports the OpenGL extension GL_EXT_framebuffer_blit.
This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
This system DOES NOT support the OpenGL extension GL_APPLE_fence.
This system DOES NOT support the OpenGL extension GL_NV_fence.
This system supports the OpenGL extension GL_ARB_sync.
This system supports the OpenGL extension GL_EXT_draw_buffers2.
This system DOES NOT support the OpenGL extension GL_EXT_bindable_uniform.
This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
This system supports the OpenGL extension GL_ARB_map_buffer_range.
This system supports the OpenGL extension GL_EXT_framebuffer_object.
This system supports the OpenGL extension GL_EXT_framebuffer_blit.
This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
This system DOES NOT support the OpenGL extension GL_APPLE_fence.
This system DOES NOT support the OpenGL extension GL_NV_fence.
This system supports the OpenGL extension GL_ARB_sync.
This system supports the OpenGL extension GL_EXT_draw_buffers2.
This system DOES NOT support the OpenGL extension GL_EXT_bindable_uniform.
This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
This system supports the OpenGL extension GL_ARB_map_buffer_range.
local/lib32-libgcrypt 1.6.0-1
General purpose cryptographic library based on the code from GnuPG (32-bit)
local/lib32-libgpg-error 1.12-1
Support library for libgcrypt (32-bit)
local/libgcrypt 1.6.1-1
General purpose cryptographic library based on the code from GnuPG
local/libgpg-error 1.12-1
Support library for libgcrypt
----- R_Init -----
Using libGL.so.1 for OpenGL...Display initialization
..Xrandr Extension Version 1.4
..XFree86-Xinerama Extension Version 1.1
..Got colorbits 24, depthbits 24, stencilbits 8
...setting mode 1366x768:
GL_VENDOR: Intel Open Source Technology Center
GL_RENDERER: Mesa DRI Intel(R) Sandybridge Mobile
#include <string>
#include <iostream>
int last_position = 0;
std::string string = "abcdefghijklmnoprstuvwxyz";
std::string match = "jn";
std::string result;
bool end_of_parsing = false;
std::string next(){
bool end_of_word = false;
std::string str = "";
# Maintainer: Alex Talker <alextalker at opemailbox dot org>
# Contributor: Luis von Bernus <PaterSiul@gmail.com>
# Contributors: L42y, aeosynth, Dan Serban, Kalipath
_name=firefox
_channel=aurora
_milestone=30.0a2
_lang=ru
pkgname="${_name}-${_channel}-${_lang}"
_pkgname="${_name}-${_channel}"
pkgver=30.0a2.20140324004000
#!/usr/bin/ruby
require 'vcardigan'
file = File.open('telephons.txt', 'a')
ARGV.each {|i|
f = File.read(i)
vcard = VCardigan.parse(f)
tlf = vcard.tlf.first.value
puts tlf
tlf.gsub!(/\D/, '')