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
00011 | |
10000 | |
10011 |
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
{ | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Espresso Soda.tmTheme", | |
"default_line_ending": "unix", | |
"detect_slow_plugins": false, | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "DejaVu Sans Mono", | |
"font_options": | |
[ |
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
20589 | |
100 | |
3 | |
56 | |
71 | |
12 | |
13 | |
4 | |
7 | |
10 |
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
100 | |
3 | |
56 | |
71 | |
12 | |
13 | |
4 | |
7 | |
10 | |
11 |
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
""" | |
The BSD License | |
Copyright (c) 2012, Adobe Systems Incorporated | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | |
-Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | |
-Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. |
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
V: gerai, konsolės meistre, kaip pereiti iš C: į D:? | |
Me: turėtų būti cd D:\ | |
V: ne | |
V: neveikia | |
Me: arba | |
Me: cd d: | |
V: cd d:\ | |
D: | |
C: :D | |
Me: tu ble nori kad atsisėsčiau prie windowzių ? |
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/bash | |
. /etc/rc.conf | |
. /etc/rc.d/functions | |
# get the number of CPUs | |
num_cpus=`grep -c processor /proc/cpuinfo` | |
# set decremented number of CPUs | |
decr_num_cpus=`expr $num_cpus - 1` |
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
header .search>form>input[type=submit]::-moz-focus-inner { | |
padding: 1px!important; | |
} |
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
#include <stdio.h> | |
#include <Python.h> | |
static PyObject * shit(PyObject *self, PyObject *args) | |
{ | |
signed long long int number; | |
signed long long int steps; | |
signed long long int i; | |
signed long long int the_biggest = 0; | |
for(i = 0; i < 1000000;i++) { |
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
Sep 6 16:39:05 localhost pulseaudio[1221]: alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! | |
Sep 6 16:39:05 localhost pulseaudio[1221]: alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers. | |
Sep 6 16:39:05 localhost pulseaudio[1221]: alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. | |
Sep 6 22:24:52 localhost pulseaudio[1221]: alsa-util.c: snd_pcm_avail() returned a value that is exceptionally large: 1176124 bytes (6667 ms). | |
Sep 6 22:24:52 localhost pulseaudio[1221]: alsa-util.c: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers. |