This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
###################### | |
# ~/.xinit/cstrike # | |
###################### | |
userresources=$HOME/.Xresources | |
usermodmap=$HOME/.Xmodmap | |
sysresources=/etc/X11/xinit/.Xresources | |
sysmodmap=/etc/X11/xinit/.Xmodmap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once 'GGBotApi/PushConnection.php'; | |
/********************************/ | |
/******* LISTA ROZMÓWCÓW ********/ | |
/********************************/ | |
$interlocutors = array( | |
8112393 => array('Asia', 149, 179, 0), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
W implementacji wskaźnikowej dana jest lista pojedynczo wiązana o parzystej liczbie elementów. | |
Zero też jest liczbą parzystą. Elementy danej listy POPRZESTAWIAC w ten sposób, | |
zeby na początku znalazły się elementy najbardziej skrajne | |
- pierwszy z ostatnim, następnie drugi z przedostatnim itd. | |
*/ | |
#include<stdio.h> | |
#include<stdlib.h> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Example usage: | |
# dfmonitor -h /home | |
while true; | |
do | |
clear | |
df $@ | |
sleep 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACLOCAL_AMFLAGS = -I m4 | |
VALAFLAGS = --vapidir $(top_srcdir)/src/vapi \ | |
--pkg gtk+-2.0 \ | |
--pkg geany \ | |
--pkg vte \ | |
-H multiterm.h --use-header | |
geanypluginsdir = $(libdir)/geany | |
geanyplugins_LTLIBRARIES = multiterm.la |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
# location=sidebar | |
location=message_window | |
bg_color=#000000 | |
fg_color=#ffffff | |
allow_bold=true | |
audible_bell=true | |
# one of: system, on, off | |
cursor_blink_mode=off | |
# one of: ascii_backspace, ascii_delete, delete_sequences, tty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Maciej Ciemborowicz <pub at ciemborowicz dot pl> | |
pkgname=geany-multiterm-git | |
pkgver=20110815 | |
pkgrel=2 | |
pkgdesc="MultiTerm plugin for Geany editor (terminal with tabs)." | |
arch=('i686' 'x86_64') | |
url="https://github.com/codebrainz/geany-multiterm" | |
license=('unknown') | |
depends=('geany' 'gtk2>=2.0' 'vte') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1='[\[\e[0;97m\]\u@\h\[\e[m\] \[\e[0;96m\]\W\[\e[m\]]\[\e[;97m\]\$\[\e[m\] \[\e[0;97m\]' | |
alias ls="ls --color=always" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// author: Maciej Ciemborowicz | |
// Jagiellonian University | |
// ZGK 2011/2012 | |
#include <stdio.h> | |
#include <math.h> | |
#include <gd.h> | |
#include "gd_wewy.h" | |
#define DARK 0 |
OlderNewer