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
/* Rozwiazanie zadania Nawiasy | |
* Autor: Jacek Królikowski | |
* Data: 30.09.2008 | |
*/ | |
//poprawiam repo | |
// | |
// | |
// | |
//cd | |
//#include <cstdio> |
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
set nocompatible | |
set showmatch | |
set autoindent | |
set smartindent | |
:set ts=3 | |
:set langmenu=en_US.UTF-8 | |
:command Tree NERDTree |
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
int intRcv(int qid, int type){ | |
ssize_t insize; | |
struct intmsgbuf out; | |
insize = msgrcv(qid, &out, sizeof(int), type, RCV_MSG_FLAG); | |
if(insize == -1){ | |
syserr("intrcv"); | |
} | |
return out.mtext[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
int intSnd(int qid, int type, int msg){ | |
int ret; | |
struct intmsgbuf in; | |
in.mtype = type; | |
in.mtext[0] = msg; | |
ret = msgsnd(qid, &in, sizeof(int), SND_MSG_FLAG); | |
if(ret == -1){ | |
syserr("msgsnd"); | |
} | |
return ret; |
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
void *watek(void *intype_ptr){ | |
printf("samo wnetrze watku \n"); | |
int intype = *((int*)intype_ptr); | |
free((int*)intype_ptr); | |
printf("%i - intype\n", intype); | |
int k = intRcv(inqid, intype); | |
printf("rozmiar wiadomosci do odebrania - %i \n", k); | |
int i, tmp; | |
/*for(i=0;i<k;i++){ |
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
#include <stdlib.h> | |
#include <stdio.h> | |
#include <unistd.h> | |
#include <sys/wait.h> | |
#include <string.h> | |
#include "err.h" | |
#include <limits.h> | |
#include <sys/types.h> | |
#include <sys/ipc.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
/* | |
*/ | |
function Oferta(slowo, pozycja){ | |
this.slowo = slowo; | |
this.pozycja = pozycja; | |
} | |
function mnoznik(procent){ |
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
Fabrycznie nowy (na gwarancji do ...) rower Batavus lento de luxe - nagroda w konkursie chopinowskim, jeszcze nie rozpakowany z fabrycznego pudła. | |
Do obejrzenia/odebrania w Warszawie, w razie pytań proszę dzwonić: 661-116-601, albo pisać: nietaki@gmail.com |
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
Fabrycznie nowy (na gwarancji do ...) rower Batavus lento de luxe - nagroda w konkursie chopinowskim, jeszcze nie rozpakowany z fabrycznego pudła. | |
Męski/damski, rozmiar ramy 48, kolor "ancient green" czyli na oko morski. | |
W zestawie fabryczny komplet akcesoriów jak na http://uk.batavus.com/collection/allround+bikes/lento/Lento+Deluxe.aspx , czyli w skrócie aluminiowa (ALU 7005) rama i obręcze, 7-biegowa przerzutka w piaście - Shimano Nexus 7, hamulce rolkowe Shimano, siodełko żelowe Selle Royal, blokada koła Trelock, aluminiowy bagażnik, jasne lampki z akumulatorami + dynamo oraz oczywiście dzwonek | |
Do obejrzenia/odebrania w Warszawie, w razie pytań proszę dzwonić: 661-116-601, albo pisać: nietaki@gmail.com |
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
Tytuł: NOWY Batavus Lento Deluxe 2/3 CENY | |
Fabrycznie nowy (na gwarancji do ...) rower Batavus lento de luxe - nagroda w konkursie chopinowskim, jeszcze nie rozpakowany z fabrycznego pudła. | |
Męski/damski, rozmiar ramy 48, kolor "ancient green" czyli na oko morski. | |
W zestawie fabryczny komplet akcesoriów jak na http://uk.batavus.com/collection/allround+bikes/lento/Lento+Deluxe.aspx , czyli w skrócie aluminiowa (ALU 7005) rama i obręcze, 7-biegowa przerzutka w piaście - Shimano Nexus 7, hamulce rolkowe Shimano, siodełko żelowe Selle Royal, blokada koła Trelock, aluminiowy bagażnik, jasne lampki z akumulatorami + dynamo oraz oczywiście dzwonek | |
Do obejrzenia/odebrania w Warszawie, w razie pytań proszę dzwonić: 661-116-601, albo pisać: nietaki@gmail.com |
OlderNewer