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
traceroute to 141.0.170.157 (141.0.170.157), 64 hops max, 52 byte packets | |
1 router (192.168.88.1) 7.067 ms 1.334 ms 0.820 ms | |
2 * * * | |
3 89-75-4-65.infra.chello.pl (89.75.4.65) 11.036 ms 33.312 ms 9.097 ms | |
4 pl-krk01a-rd4-ae0-2183.aorta.net (84.116.253.70) 133.044 ms 115.262 ms 118.388 ms | |
5 pl-waw04a-rd1-ae12-2158.aorta.net (84.116.252.225) 123.660 ms * 129.095 ms | |
6 84.116.137.5 (84.116.137.5) 121.644 ms 121.122 ms | |
uk-lon01b-rd1-xe-0-2-0.aorta.net (84.116.132.53) 119.879 ms | |
7 84.116.133.178 (84.116.133.178) 118.672 ms | |
84-116-130-141.aorta.net (84.116.130.141) 119.332 ms 124.616 ms |
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
traceroute to 89.75.56.46 (89.75.56.46), 30 hops max, 60 byte packets | |
1 141.0.170.1 (141.0.170.1) 0.352 ms 0.204 ms 0.272 ms | |
2 vl225.mag01.ams03.atlas.cogentco.com (149.6.128.5) 0.643 ms 0.770 ms 0.660 ms | |
3 te0-3-0-4.mpd21.ams03.atlas.cogentco.com (130.117.48.61) 1.096 ms 1.648 ms 1.440 ms | |
4 te0-3-0-0.mpd21.lon13.atlas.cogentco.com (130.117.2.81) 82.269 ms 82.177 ms te0-0-0-0.mpd21.lon13.atlas.cogentco.com (130.117.1.98) 80.965 ms | |
5 te0-7-0-10.mpd21.jfk02.atlas.cogentco.com (154.54.84.133) 82.356 ms 82.241 ms te0-0-0-4.mpd21.jfk02.atlas.cogentco.com (154.54.45.229) 82.285 ms | |
6 te0-0-0-1.ccr21.jfk05.atlas.cogentco.com (154.54.7.14) 81.013 ms te0-2-0-6.ccr21.jfk05.atlas.cogentco.com (154.54.3.98) 82.765 ms te0-1-0-1.ccr21.jfk05.atlas.cogentco.com (154.54.31.2) 82.144 ms | |
7 xe-9-0-0.edge1.NewYork1.Level3.net (4.68.111.45) 81.790 ms level3.jfk05.atlas.cogentco.com (154.54.12.250) 82.582 ms xe-9-0-0.edge1.NewYork1.Level3.net (4.68.111.45) 82.525 ms | |
8 vlan80.csw3.NewYork1.Level3. |
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
traceroute to 141.0.170.157 (141.0.170.157), 30 hops max, 60 byte packets | |
1 rtr109.ftj.agh.edu.pl (149.156.109.9) 0.393 ms 0.795 ms 0.917 ms | |
2 ftjrtr.ftj.agh.edu.pl (149.156.110.9) 2.031 ms 2.205 ms 2.285 ms | |
3 149.156.6.222 (149.156.6.222) 0.567 ms 0.556 ms 0.542 ms | |
4 193.193.64.25 (193.193.64.25) 0.657 ms 0.644 ms 0.648 ms | |
5 149.156.0.9 (149.156.0.9) 0.613 ms 0.599 ms 0.613 ms | |
6 212.191.229.61 (212.191.229.61) 9.628 ms 9.611 ms 9.474 ms | |
7 poznan-gw3.gw3-gw4.rtr.pionier.gov.pl (212.191.126.61) 9.503 ms 9.549 ms 9.521 ms | |
8 port-channel203.car1.Berlin1.Level3.net (212.162.10.81) 62.200 ms 62.276 ms 62.356 ms | |
9 vl-3204-ve-134.ebr2.Berlin1.Level3.net (4.69.161.5) 16.810 ms 16.802 ms 16.783 ms |
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
Process: iTunes [20157] | |
Path: /Applications/iTunes.app/Contents/MacOS/iTunes | |
Identifier: com.apple.iTunes | |
Version: 11.0.1 (11.0.1) | |
Build Info: iTunes-1101012001000000~1 | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [243] | |
User ID: 501 | |
PlugIn Path: /Users/USER/Library/iTunes/iTunes Plug-ins/AudioScrobbler.bundle/Contents/MacOS/AudioScrobbler |
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<stdio.h> | |
int main() | |
{ | |
{ | |
#define M1(x,y) ((x)^=(y), (y)^=(x), (x)^=(y)) | |
unsigned int i=3, j=8, k=M1(i,j); | |
printf("i=%d,, j=%d, k=%d\n",i,j,k); | |
} | |
return 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
SzymonF:include svorka$ cd ~/Downloads/xctool-master | |
SzymonF:xctool-master svorka$ ls | |
Configurations mobile-installation-helper | |
LICENSE otest-shim | |
README.md xcodebuild-shim | |
Vendor xctool | |
build xctool.sh | |
build.sh xctool.xcworkspace | |
build_needed.sh | |
SzymonF:xctool-master svorka$ ./xctool.sh |
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
SzymonF:xctool-master szymondev$ ./xctool.sh | |
=== BUILDING XCTOOL === | |
/Users/szymondev/Desktop/xctool-master/build.sh | |
ERROR: Failed to build xctool: | |
Build settings from command line: | |
OBJROOT = /Users/szymondev/Desktop/xctool-master/build/./Intermediates | |
SHARED_PRECOMPS_DIR = /Users/szymondev/Desktop/xctool-master/build/./Intermediates/PrecompiledHeaders | |
SYMROOT = /Users/szymondev/Desktop/xctool-master/build/./Products |
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<iostream> | |
#include<cstdlib> | |
#include<cstdio> | |
using namespace std; | |
class Dane{ | |
FILE *fp; | |
int colnum; | |
int rownum; | |
public: |
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
<html> | |
<HEAD> | |
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=UTF-8"> | |
<TITLE>App Store Pricing Matrix</TITLE> | |
<style type="text/css"> | |
body { | |
font-family: "Lucida Grande", Arial; | |
} | |
table { |