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
$ LIBCLANG_PATH=/usr/lib ./mach build | |
0:01.21 Clobber not needed. | |
0:01.21 Adding make options from /home/sergeykish/.mozconfig-debug | |
MOZ_OBJDIR=/home/sergeykish/spidermonkey/obj-x86_64-pc-linux-musl | |
OBJDIR=/home/sergeykish/spidermonkey/obj-x86_64-pc-linux-musl | |
FOUND_MOZCONFIG=/home/sergeykish/.mozconfig-debug | |
export FOUND_MOZCONFIG | |
0:01.23 /usr/bin/make -f client.mk -s | |
0:01.98 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:02.00 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. |
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
$ LIBCLANG_PATH=/usr/lib ./mach build | |
0:02.90 Clobber not needed. | |
0:02.91 Adding make options from /home/sergeykish/.mozconfig-debug | |
MOZ_OBJDIR=/home/sergeykish/spidermonkey/obj-x86_64-pc-linux-musl | |
OBJDIR=/home/sergeykish/spidermonkey/obj-x86_64-pc-linux-musl | |
FOUND_MOZCONFIG=/home/sergeykish/.mozconfig-debug | |
export FOUND_MOZCONFIG | |
0:02.93 /usr/bin/make -f client.mk -s | |
0:03.58 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. | |
0:03.60 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. |
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
$ uname -a | |
Linux localhost 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux | |
$ node -v | |
v5.1.0 | |
$ elm-make -v | |
elm-make 0.16 (Elm Platform 0.16.0) | |
... | |
$ elm package install evancz/start-app | |
$ du -a elm-stuff/packages/evancz/elm-effects/ | |
4 elm-stuff/packages/evancz/elm-effects/2.0.1/src/Native/Effects.js |
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 08 02:18:19 myhost kernel: BUG: unable to handle kernel NULL pointer dereference at (null) | |
Sep 08 02:18:19 myhost kernel: IP: [<c030c9c0>] memset+0x10/0x18 | |
Sep 08 02:18:19 myhost kernel: *pde = 00000000 | |
Sep 08 02:18:19 myhost kernel: Oops: 0002 [#1] PREEMPT SMP | |
Sep 08 02:18:19 myhost kernel: Modules linked in: emgd(O) drm_kms_helper drm agpgart uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videode | |
Sep 08 02:18:19 myhost kernel: CPU: 1 PID: 502 Comm: X Tainted: G O 3.10.10-1-ARCH #1 | |
Sep 08 02:18:19 myhost kernel: Hardware name: Acer AO751h /JV11-ML , BIOS V0.3210 09/22/2009 | |
Sep 08 02:18:19 myhost kernel: task: f53a5d80 ti: f5cb6000 task.ti: f5cb6000 | |
Sep 08 02:18:19 myhost kernel: EIP: 0060:[<c030c9c0>] EFLAGS: 00210246 CPU: 1 | |
Sep 08 02:18:19 myhost kernel: EIP is at memset+0x10/0x18 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://earth.google.com/kml/2.2"> | |
<Document> | |
<Placemark><name></name><Point><coordinates>34.41158409925841,44.668760841553826,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>34.409398403705,44.676906605641,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>34.41102799999999,44.67397,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>34.10330290682373,44.43827138526437,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>34.023136306945844,45.11743770831363,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>34.2931732944702,44.5521493326788,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>34.388800898930434,45.70940426433363,0.000000</coordinates></Point></Placemark> |
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
diff -u usr/src/emgd-1.16.3196/emgd/drm/emgd_connector.c /usr/src/emgd-1.16.3196/emgd/drm/emgd_connector.c | |
--- usr/src/emgd-1.16.3196/emgd/drm/emgd_connector.c 2012-09-24 07:57:11.000000000 +0300 | |
+++ /usr/src/emgd-1.16.3196/emgd/drm/emgd_connector.c 2013-03-18 21:34:34.284773347 +0200 | |
@@ -299,7 +299,7 @@ | |
/* Set the property value to the new one. This doesn't actually change | |
* anything on the HW. */ | |
- ret = drm_connector_property_set_value(connector, property, value); | |
+ ret = drm_object_property_set_value(&connector->base, property, value); | |
if (ret) { |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<kml xmlns="http://earth.google.com/kml/2.2"> | |
<Document> | |
<Placemark><name></name><Point><coordinates>36.244015,50.000752,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>36.221076,50.03639,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>36.23965,50.000323,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>36.260908,49.948739,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>36.236206,49.982368,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>36.230707,49.985891,0.000000</coordinates></Point></Placemark> | |
<Placemark><name></name><Point><coordinates>36.1959437537433,50.0548099705486,0.000000</coordinates></Point></Placemark> |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title>Brightgrove :: transparent software outsourcing</title> | |
<link type="text/css" rel="stylesheet" href="http://www.brightgrove.com/css/style.css"/> | |
<script src="jquery-1.4.2.min.js" type="text/javascript"></script> | |
<script src="jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script> | |
<script src="jquery.localscroll-1.2.7-min.js" type="text/javascript"></script> | |
<script type="text/javascript"> |
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
# Contributor: Chris Griffith <codelicious.griffith at gmail dot com> | |
pkgname=psb-kmod | |
pkgver=4.41.1 | |
_rpmver=10.fc11.10 | |
pkgrel=3 | |
pkgdesc="Kernel module for Poulsbo(GMA500) graphics chipsets" | |
arch=('i686') | |
url="http://download1.rpmfusion.org/nonfree/fedora/updates/11/SRPMS/repoview/psb-kmod.html" | |
license=('GPL2') | |
groups=() |
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
APE=/sys/src/ape | |
<$APE/config | |
TARG=ruby | |
OFILES=\ | |
array.$O\ | |
bignum.$O\ | |
class.$O\ | |
compar.$O\ |