This file contains hidden or 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
| import ddf.minim.*; | |
| Minim minim; | |
| AudioPlayer song; | |
| PImage korwin; | |
| float counter; | |
| float rotateValue; | |
| void setup() | |
| { |
This file contains hidden or 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 | |
| # | |
| # xfce4 | |
| # | |
| # Copyright (C) 1999, 2003 Olivier Fourdan (fourdan@xfce.org) | |
| # Copyright (C) 2011 Guido Berhoerster (guido+xfce.org@berhoerster.name) | |
| # Copyright (C) 2011 Jarno Suni (8@iki.fi) | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by |
This file contains hidden or 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
| ---- 28 sie 2013 16:38:12 ---- | |
| 08-28 16:38:13.247 4102 4139 I InputDispatcher: Dropped event because input dispatch is disabled. | |
| 08-28 16:38:13.262 4102 4139 I InputDispatcher: Dropped event because input dispatch is disabled. | |
| 08-28 16:38:13.277 4102 4139 I InputDispatcher: Dropped event because input dispatch is disabled. | |
| 08-28 16:38:13.292 4102 4139 I InputDispatcher: Dropped event because input dispatch is disabled. |
This file contains hidden or 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 <SNR>64_repo_head_ref() | |
| Called 50 times | |
| Total time: 0.009825 | |
| Self time: 0.008881 | |
| count total (s) self (s) | |
| 50 0.009620 0.008676 return readfile(self.dir('HEAD'))[0] | |
| FUNCTION <SNR>64_repo_head() | |
| Called 50 times |
This file contains hidden or 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 <SNR>64_repo_head_ref() | |
| Called 50 times | |
| Total time: 0.009825 | |
| Self time: 0.008881 | |
| count total (s) self (s) | |
| 50 0.009620 0.008676 return readfile(self.dir('HEAD'))[0] | |
| FUNCTION <SNR>64_repo_head() | |
| Called 50 times |
This file contains hidden or 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
| class Player | |
| @rescued_captive = false | |
| def play_turn(warrior) | |
| @current_health = warrior.health | |
| if not @rescued_captive | |
| if warrior.feel(:backward).captive? | |
| warrior.rescue! :backward |
This file contains hidden or 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
| systemd-+-GoogleTalkPlugi---6*[{GoogleTalkPlugi}] | |
| |-agetty | |
| |-at-spi-bus-laun-+-dbus-daemon | |
| | `-3*[{at-spi-bus-laun}] | |
| |-at-spi2-registr---{at-spi2-registr} | |
| |-colord---{colord} | |
| |-conky---9*[{conky}] | |
| |-conky.sh---conky---9*[{conky}] | |
| |-crond | |
| |-cupsd |
This file contains hidden or 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
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x7dd917a9, pid=860, tid=2142800704 | |
| # | |
| # JRE version: 7.0_21-b11 | |
| # Java VM: Java HotSpot(TM) Server VM (23.21-b01 mixed mode linux-x86 ) | |
| # Problematic frame: | |
| # C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69 | |
| # |
This file contains hidden or 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
| float m; | |
| void setup() { | |
| size(500, 500); | |
| frameRate(30); | |
| } | |
| void draw() { | |
| background(176, 226, 206); | |
| m = millis(); |
This file contains hidden or 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
| // TODO | |
| // machanie ręką | |
| // zmieniające się tło | |
| int m, initialTime; | |
| void setup() { | |
| size(500, 500); | |
| frameRate(25); | |
| smooth(); |