Skip to content

Instantly share code, notes, and snippets.

root@/var/lib/quassel# quasselcore --configdir=/var/lib/quassel --change-userpass=myuser
2012-10-16 07:28:04 Warning: SslServer: Certificate file /var/lib/quassel/quasselCert.pem does not exist
2012-10-16 07:28:04 Warning: SslServer: Unable to set certificate file
Quassel Core will still work, but cannot provide SSL for client connections.
Please see http://quassel-irc.org/faq/cert to learn how to enable SSL support.
2012-10-16 07:28:04 Warning: SslServer: Certificate file /var/lib/quassel/quasselCert.pem does not exist
("QSQLITE", "QMYSQL3", "QMYSQL")
Core is currently not configured! Please connect with a Quassel Client for basic setup.
Quassel IRC: "0.8.0" "5988f4cd56e54fbe02e668fd48bf430e80f33f55"
# 0 quasselcore 0x00007f08445c1d41 0x0000000000000000
/usr/bin/clang++ -L/usr/local/lib -arch i386 -arch x86_64 -single_module -dynamiclib -Xarch_x86_64 -mmacosx-version-min=10.5 -Xarch_i386 -mmacosx-version-min=10.4 -o libphonon_qt7.dylib .obj/release-shared/quicktimevideoplayer.o .obj/release-shared/backendheader.o .obj/release-shared/medianodevideopart.o .obj/release-shared/medianodeevent.o .obj/release-shared/audiooutput.o .obj/release-shared/backendinfo.o .obj/release-shared/audiosplitter.o .obj/release-shared/audioeffects.o .obj/release-shared/quicktimestreamreader.o .obj/release-shared/medianode.o .obj/release-shared/backend.o .obj/release-shared/mediaobject.o .obj/release-shared/mediaobjectaudionode.o .obj/release-shared/audiomixer.o .obj/release-shared/quicktimeaudioplayer.o .obj/release-shared/videoframe.o .obj/release-shared/quicktimemetadata.o .obj/release-shared/audiodevice.o .obj/release-shared/audioconnection.o .obj/release-shared/audiograph.o .obj/release-shared/audionode.o .obj/release-shared/videowidget.o -F/private/tmp/brew-qt-4.8.3-G9Rk/qt-e
8 - not a Zombie
Survivors,
some of our most talented scientists uncovered a major Zombie vulnerability.
They don't like alcohol!
Each survivor group that wants to be in our team has to prove their humanity.
- Find a can/bottle of beer (0.5 liter and between 4.5 and 5.5 % alcohol)
- Show us your team name and the actual date
- Drink the whole beer as fast as you can
$ VERSIONER_PYTHON_PREFER_32_BIT=yes python
Python 2.7.2 (default, Jun 20 2012, 16:23:33)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.7/site-packages/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/Library/Python/2.7/site-packages/wx/_core.py", line 4, in <module>
Preparing CORE...
Preparing STC...
Preparing GLCANVAS...
Preparing GIZMOS...
running build_ext
building '_core_' extension
creating build
creating build/temp.macosx-10.8-intel-2.7
creating build/temp.macosx-10.8-intel-2.7/src
creating build/temp.macosx-10.8-intel-2.7/src/osx_cocoa
Preparing CORE...
Preparing STC...
Preparing GLCANVAS...
Preparing GIZMOS...
running build_ext
building '_core_' extension
creating build
creating build/temp.macosx-10.8-intel-2.7
creating build/temp.macosx-10.8-intel-2.7/src
creating build/temp.macosx-10.8-intel-2.7/src/osx_cocoa
#!/bin/sh
if [[ `date +"%H"` -lt '8' ]];
then
x=$(($RANDOM % 1000))
y=$(($RANDOM % 1000))
exp=$(($x + $y))
echo "Enter the sum of $x + $y: "
read -e in
if [[ "$exp" -ne "$in" ]]; then
‎#!/bin/sh
if [[ `date +"%H"` -lt '8' ]];
then
x=$(($RANDOM % 1000))
y=$(($RANDOM % 1000))
exp=$(($x + $y))
echo "Enter the sum of $x + $y: "
read -e in
if [[ "$in" == *"+"* || "$exp" -ne "$in" ]]; then
tar: lib64/liboptixu.so: Cannot create symlink to `liboptixu.so.1': Operation not permitted
tar: lib64/libcudart.so.4: Cannot create symlink to `libcudart.so.4.2.9': Operation not permitted
tar: lib64/liboptix.so: Cannot create symlink to `liboptix.so.1': Operation not permitted
tar: lib64/liboptix.so.1: Cannot create symlink to `liboptix.so.3.0.0': Operation not permitted
tar: lib64/liboptixu.so.1: Cannot create symlink to `liboptixu.so.3.0.0': Operation not permitted
tar: lib64/libcudart.so: Cannot create symlink to `libcudart.so.4': Operation not permitted
tar: SDK-precompiled-samples/liboptixu.so: Cannot create symlink to `liboptixu.so.1': Operation not permitted
tar: SDK-precompiled-samples/libcudart.so.4: Cannot create symlink to `libcudart.so.4.2.9': Operation not permitted
tar: SDK-precompiled-samples/liboptix.so: Cannot create symlink to `liboptix.so.1': Operation not permitted
tar: SDK-precompiled-samples/liboptix.so.1: Cannot create symlink to `liboptix.so.3.0.0': Operation not permitted
RT_PROGRAM void env_camera()
{
size_t2 screen = output_buffer.size();
float2 d = make_float2(launch_index) /
make_float2(screen) *
make_float2(2.0f * M_PIf , M_PIf) +
make_float2(M_PIf, 0);
float3 angle = make_float3( cos(d.x) * sin(d.y),
-cos(d.y),
sin(d.x) * sin(d.y));