Skip to content

Instantly share code, notes, and snippets.

View onre's full-sized avatar

Erno Palonheimo onre

  • Toijala, Finland
View GitHub Profile
[sgugshell esp@OCTODAD sample]$ cat file001.c
int func000000(void) { return 1000000; }
[sgugshell esp@OCTODAD sample]$ cat main001.c
#include <stdio.h>
#include "test.h"
int main01(void)
{
int rv = 0;
[sgugshell esp@OCTODAD t]$ export _RLDN32_PATH=/usr/lib32/rld.debug
[sgugshell esp@OCTODAD t]$ export _RLD_ARGS=-v
[sgugshell esp@OCTODAD t]$ ./a.out
998052: 04:36:00 _RLD_ARGS = "-v"
998052: 04:36:00 rld version 7.4.1a n32 ABI Oct 24 2005 20:52:01
998052: 04:36:00 _RLDN32_ROOT is empty
998052: 04:36:00 LD_LIBRARYN32_PATH = /usr/sgug/lib32:/usr/lib32:/lib32:/usr/lib:/lib
998052: 04:36:00 ./a.out: mapped ./a.out at 0x10000000
998052: 04:36:00 ./a.out: mapped ./libtest.so at 0x4000000 exact same DSO as in liblist
998052: 04:36:00 ./a.out: obj ./libtest.so got MOVED a distance of 0x5bfe0000
/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
Z> open http://localhost:8080/
Connecting...OK.
Z> sru GET 2.0
Z> f ultima thulen lintu
14:20:30-27/01 4027b727df7f0000 [debug] SRU HTTP Get Request /?version=2.0&operation=searchRetrieve&query=ultima%20thulen%20lintu&maximumRecords=0
SOAP Fault code SOAP-ENV:Client
SOAP Fault string No Envelope element
Elapsed: 1.323785
20:31 -!- goti [5f861ef4@gateway/web/freenode/ip.95.134.30.244] has joined #yii
20:31 < goti> test
20:31 < goti> how are you
20:31 < goti> ggg
20:31 < goti> g
20:31 < goti> reger
20:31 < goti> regerger
20:31 < goti> regerge
20:32 < goti> grergegeger
20:32 < goti> bitch
// if Yii::app()->controller doesn't exist create a dummy
// controller to render the view (needed in the console app)
if(!($controller = Yii::app()->controller))
$controller = new CController('YiiMail');
// renderPartial won't work with CConsoleApplication, so use
// renderInternal - this requires that we use an actual path to the
// view rather than the usual alias
$viewPath = Yii::app()->findLocalizedFile(Yii::getPathOfAlias(Yii::app()->mail->viewPath.'.'.$this->view).'.php');
$body = $controller->renderInternal($viewPath, array_merge($body, array('mail'=>$this)), true);
<?php
class ClientScript extends CClientScript
{
protected $disabledCoreScripts = array();
public function disableCoreScript($script)
{
$this->disabledCoreScripts[] = $script;
}