Skip to content

Instantly share code, notes, and snippets.

View scriptum's full-sized avatar

Pavel Roschin scriptum

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<style type="text/css">
* {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
#
# Copyright (c) 2012 Mellanox Technologies. All rights reserved.
#
# This Software is licensed under one of the following licenses:
#
# 1) under the terms of the "Common Public License 1.0" a copy of which is
# available from the Open Source Initiative, see
# http://www.opensource.org/licenses/cpl.php.
#
# 2) under the terms of the "The BSD License" a copy of which is
# rpm -q --scripts ofed-scripts
postinstall scriptlet (using /bin/sh):
if [ $1 -ge 1 ]; then #This package is being installed or reinstalled
if [ -e /etc/yum.conf ]; then
list="ibutils-libs"
lista=`echo ${list} | sed -e "s/ /* /g" -e "s/$/*/"`
if [ -n "$list" ]; then
if ( grep -q "^exclude=" /etc/yum.conf ); then
new_list=
HTTP/1.1 200 OK
Connection: close
Date: Thu, 08 Dec 2016 16:48:51 GMT
Cache-Control: no-cache
Server: Cyrus/2.5.10-Fedora-RPM-2.5.10-1z6.el7 Cyrus-SASL/2.1.26 OpenSSL/1.0.1e Zlib/1.2.7 LibXML2.9.1 SQLite/3.7.17 Libical/1.0 Jansson/2.4
DAV: 1, 2, 3, access-control
DAV: calendar-access, calendar-availability, calendar-auto-schedule
Allow: OPTIONS, GET, HEAD, PUT, DELETE
Allow: PROPFIND, REPORT, COPY, MOVE, LOCK, UNLOCK
Content-Length: 0
> OPTIONS /dav/calendars/user/ova/Default/ HTTP/1.1
> Soup-Debug-Timestamp: 1481186108
> Soup-Debug: SoupSessionSync 1 (0x3d3c150), SoupMessage 1 (0x7f8aa80290e0), SoupSocket 1 (0x7f8ac401d410)
> Host: ldc01.oca.nci:8008
> User-Agent: Evolution/3.20.6
> Connection: close
> Accept-Language: ru-ru, ru;q=0.9
< HTTP/1.1 200 OK
< Soup-Debug-Timestamp: 1481186108
#!/bin/bash
# Пример меню в Bash
# включить отладку
DEBUG=1
# Текст запроса
PS3='Введите номер пукнта меню (q - выход): '
# Перечень пунктов меню
OPTIONS=(
"Добавить пользователя"
## Mageia Linux Configuration
# (c) Mandriva 1999-2005
# (c) Mageia 2011-2012
# Chmouel Boudjnah, Pablo Saratxaga <pablo@mandriva.com>
# $Id: inputrc 105875 2005-12-07 06:56:46Z flepied $
# Show all if ambigious.
set show-all-if-ambiguous on
03:17:18,142 INFO anaconda: /sbin/anaconda 23.19.10-1
03:17:19,444 INFO anaconda: 1148332 kB (1121 MB) are available
03:17:19,452 INFO anaconda: check_memory(): total:1148332, needed:320, graphical:410
03:17:19,532 INFO anaconda: Not doing 'early exception handler' in live installation
03:17:19,533 INFO anaconda: Not doing 'start audit daemon' in live installation
03:17:19,535 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base']
03:17:19,536 INFO anaconda: Default encoding = utf-8
03:17:19,578 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks
03:17:19,794 DEBUG anaconda: setting locale to: en_US.UTF-8
03:17:19,843 DEBUG anaconda: network: devices found ['enp0s3']
import
intsets,
tables
type
GraphNode*[T] = ref GraphNodeObj[T]
GraphNodeObj[T] = object
val: T
adj: IntSet
nodesIn: int
/**
* xfce_dialog_show_help_with_version:
* @parent : transient parent of the dialog, or %NULL.
* @component : name of the component opening the help page or %NULL. If the
* value is %NULL the target will be the main page of the
* documentation website.
* @page : subpage of the @component on the website or %NULL.
* @offset : anchor offset in @page or %NULL.
* @version : alternative version, or %NULL to use xfce_version_string().
*