Skip to content

Instantly share code, notes, and snippets.

View mateusza's full-sized avatar

Mateusz Adamowski mateusza

View GitHub Profile
#include <stdio.h>
void main(){
printf("%d %s\n", 0[(int*)"ground speed"], "km/h" );
}

IKEA

dowolny market budowlany

  • kosiarka elektryczna
  • wiertarka
  • przedłużacz elektryczny ogrodowy

domowe

  • talerzyki deserowe
<?php
function hello(){
~~~ ~~~ ~~~~~~~ ~~~ ~~~ ~~~~~
~~~ ~~~ ~~~~~~~ ~~~ ~~~ ~~~~~~~~~
~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
~~~~print ~"\xb7" .~~ ~~~ "\xba" .~~~
~~"\xb3". ~"\xb3" .~~ ~~~ "\xb0" .~~~
~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
~~~ ~ ~ "\xf5" .~~~~~~~ ~~~~~~~~ ~~~~~~~~
#include <stdio.h>
typedef struct pair_struct {
unsigned short a;
unsigned short b;
} pair;
unsigned int swap( unsigned int );
pair procedure( pair, unsigned short );
void show_pair( pair );
config_arp_hosts(){
echo "graph_title ARP hosts
graph_args --base 1000 -l 0
graph_vlabel hosts
graph_scale no
graph_category network"
for IFACE in $( ifconfig | grep -B 1 "inet addr" | grep Link | grep -v "^lo" | cut -d " " -f 1 )
do
echo "$IFACE.label $IFACE"