Skip to content

Instantly share code, notes, and snippets.

View moriyoshi's full-sized avatar
😎
I do what to do.

Moriyoshi Koizumi moriyoshi

😎
I do what to do.
View GitHub Profile
#include <errno.h>
typedef char c;typedef int i;i sprintf(c*,c*,...);i socket();i close();i bind(i,i*,i);i read(i,c*,i);i write(i,c*,i);i***gethostbyname(c*);c*strstr(c*,c*);void*malloc();i open(c*,...);i recvfrom(i,c*,i,i,i*,i*);i sendto(i,c*,i,i,i*,i);i fcntl();i select(i,i*,i*,i*,i*);i listen();i setsockopt();i htonl();i signal();i strlen(c*);double log(double);i main(i e,c**y){i a=socket(2,1,6),o=socket(2,2,17),b[]={htonl(0x02000050),0},d=0,f,g,h=0,j,k[32]={a,o},l,n,p=0,r,t,z;c *s,m[512]=" \r\n\r\nHTTP/1.0 200 OK\r\nContent-Type: image/gif\r\nContent-Length: %d\r\n\r",q[300000],u[]="\0\0\201\200\0\1\0\1\0\0\0\0\3www\6bijint\3com\0\0\1\0\1\300\f\0\1\0\1\0\0\2X\0\4\x7f\x00\x00\x01";if(!--e)return 0;l=strlen(m)+9;f=read(e=open(*++y,0),q+l,sizeof(q)-l),s=q+9-(i)(log(f)/log(10)),s[sprintf(s,m,f)]='\n',l+=f;close(e);signal(13,1);for(e=32;--e>=0;)k[e]=fcntl(f,4,z=setsockopt(f=k[e],65535,4,q,4)?setsockopt(f,1,2,q,4),2048:4),d|=1<<f,p=f>p?f:p;bind(a,b,16);b[0]=htonl(0x02000035);bind(o,b,16);listen(a,5);for(;;){f=
Index: Zend/zend_language_scanner.l
===================================================================
RCS file: /repository/ZendEngine2/zend_language_scanner.l,v
retrieving revision 1.131.2.11.2.13.2.35
diff -u -r1.131.2.11.2.13.2.35 zend_language_scanner.l
--- Zend/zend_language_scanner.l 9 Jan 2009 17:21:12 -0000 1.131.2.11.2.13.2.35
+++ Zend/zend_language_scanner.l 21 Mar 2009 18:39:29 -0000
@@ -1093,6 +1093,9 @@
}
#include <stdio.h>
#include <stdlib.h>
#include <id3tag/id3tag.h>
static const char progname[] = "id3tagfix";
int main(int argc, char **argv)
{
int err = 0;
#include <stdlib.h>
#include <iostream>
#include <string>
#include <typeinfo>
#include <cxxabi.h>
template<typename Tretval_, typename Targ1_, typename Targ2_>
struct signature
{
typedef Tretval_ retval_type;
Index: Zend/zend.c
===================================================================
RCS file: /repository/ZendEngine2/zend.c,v
retrieving revision 1.308.2.12.2.35.2.28
diff -u -r1.308.2.12.2.35.2.28 zend.c
--- Zend/zend.c 2 Jan 2009 13:14:49 -0000 1.308.2.12.2.35.2.28
+++ Zend/zend.c 4 Apr 2009 04:55:46 -0000
@@ -543,6 +543,7 @@
EG(current_execute_data) = NULL;
EG(current_module) = NULL;
interface MyCallable<T> {
T call(Object[] args);
}
interface CallableFactory<T> {
MyCallable<T> create();
}
interface CallableFactoryProvider<T> {
CallableFactory<T> create(Object[] params);
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True)")}
Name: python-rpy2
Version: 2.0.3
Release: 1%{?dist}
Summary: Python interface to the R programming language.
Group: Development/Libraries
License: BSD
URL: http://rpy.sourceforge.net/
javascript:(function(c){function u(v){return c(v&255)+c((v>>8)&255);}function U(v){return u(v)+c((v>>16)&255)+c(v>>24);}function b(m,n){n=U(m.length+0x7c);return "\x7fELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0\3\0\1\0\0\0\x7c\0\0\7\x34\0\0\0\x54\0\0\0\0\0\0\0\x34\0\x20\0\1\0\x28\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7"+n+n+"\5\0\0\0\0\x10\0\0\0\0\0\0\1\0\0\0\6\0\0\0\0\0\0\7\0\0\0\0"+n+"\0\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"+m;}location.href='data:application/octet-stream,'+escape(b("\x31\xdb\xe8\x00\x00\x00\x00\x59\x81\xc1\x1a\0\0\0\xba\x0e\0\0\0\xb8\4\0\0\0\xcd\x80\xb8\1\0\0\0\xcd\x80Hello, World!\n"));})(String.fromCharCode);
var Buffer = function() {
this.__class__ = arguments.callee;
this.initialize.apply(this, arguments);
};
Buffer.prototype = {
initialize: function() {
this.vec = [];
this.length = 0;
this.anchor = 0;
#include <iostream>
#include <vector>
#include <typeinfo>
#include <utility>
#include <boost/shared_ptr.hpp>
#include <boost/variant.hpp>
#include <boost/foreach.hpp>
#include <boost/assert.hpp>
namespace xml_builder {