-
2083225·text·3.6 KB·2011-09-27 08:45 UTC
mysql> explain SELECT post.postid, post.pagetext, post.dateline AS date, thread.forumid, thread.title as thread_title, thread.threadid, forum.forumid, forum.title as forum_title FROM po
-
2083224·text·3.6 KB·2011-09-27 08:17 UTC
mysql> explain SELECT post.postid, post.pagetext, post.dateline AS date, thread.forumid, thread.title as thread_title, thread.threadid, forum.forumid, forum.title as forum_title FROM po
-
2083223·text·3.6 KB·2011-09-27 08:14 UTC
mysql> explain SELECT post.postid, post.pagetext, post.dateline AS date, thread.forumid, thread.title as thread_title, thread.threadid, forum.forumid, forum.title as forum_title FROM po
-
2083222·text·2.0 KB·2011-09-27 08:06 UTC
mysql> explain SELECT post.postid, post.pagetext, post.dateline AS date, thread.forumid, thread.title as thread_title, thread.threadid, forum.forumid, forum.title as forum_title FROM po
-
2083217·javascript·4.0 KB·2011-09-27 05:44 UTC
// ==UserScript==
// @name Download YouTube Captions
// @namespace http://userscripts.org/*
// @include http://www.youtube.com/watch?*
// ==/UserScript==
var id = unsafeWind
-
2083214·text·2.3 KB·2011-09-27 04:49 UTC
exo 1
#include<stdio.h>
int main (void)
{
int a,b,c,d,moy;
printf("Entrez vos 3 notes");
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
moy=a+b+c/3;
-
2083207·text·1002 B·2011-09-27 02:07 UTC
#include <sys/stat.h>
#include <stdio.h>
#include <time.h>
int main(int argc, char *args[])
{
void wait(int sec)
{
clock_t end_wait;
end_wait = clock() + sec * CLK_TCK;
-
2083206·text·1.1 KB·2011-09-27 02:06 UTC
#include <sys/stat.h>
#include <stdio.h>
#include <time.h>
/*
Bojidar Stoianov
PROG40000 UNIX Systems Programming
26/09/2011
*/
int main(int argc, char *args[])
{
void wait(int s
-
2083205·text·1.0 KB·2011-09-27 01:51 UTC
I/SurfaceFlinger( 164): EGL informations:
I/SurfaceFlinger( 164): # of configs : 36
I/SurfaceFlinger( 164): vendor : Android
I/SurfaceFlinger( 164): version : 1.4 Android META-EGL
I/Surfa
-
2083204·text·1.0 KB·2011-09-27 01:44 UTC
I/SurfaceFlinger( 164): EGL informations:
I/SurfaceFlinger( 164): # of configs : 36
I/SurfaceFlinger( 164): vendor : Android
I/SurfaceFlinger( 164): version : 1.4 Android META-EGL
I/Surfa
-
2083201·text·616 B·2011-09-27 01:13 UTC
#include <stdio.h>
#include <stdlib.h>
int main()
{
long loc;
FILE *in, *out;
char ch;
if((in = fopen("g:/dev-cpp/file1.tloct", "r")) == NULL) {
printf("Cannot open input fil
-
2083200·text·5.8 KB·2011-09-27 01:06 UTC
I propose to you as a company release your RPG Xenoblade Chronicles (?????? in Japan) to North America, for doing so, I believe that you as a company will make great strides in financial income with l
-
2083196·cpp·482 B·2011-09-27 00:45 UTC
#include <cstdio>
#include <GL/glx.h>
#include <GL/glu.h>
int main() {
int attrib[10] = {GLX_RED_SIZE, 5, GLX_GREEN_SIZE, 5, GLX_BLUE_SIZE, 5, None};
int a;
Display *d = XOpenDisplay(NULL);
-
2083195·text·2.5 KB·2011-09-27 00:45 UTC
Public Distance As Integer 'Shot Distance
Public Yards As Integer 'Yards Left
Public Shots As Integer 'Number Of Shots
Public Total As Integer ' Total amount of yards
Public NextShot As Integer '
-
2083194·text·592 B·2011-09-27 00:41 UTC
Observable
.Start(() => _channelFactory.CreateChannel())
.SelectMany(channel => Observable
.Timer(TimeSpan.FromSeconds(1), Scheduler.
-
2083193·text·14.3 KB·2011-09-27 00:25 UTC
This is the log of the call:
freeswitch@pbx2> 2011-09-27 00:22:52.395093 [NOTICE] switch_channel.c:911 New Channel sofia/sipinterface_1/michael_bolton@50.56.80.51 [d69a2d5c-e89e-11e0-b82d-7564c173f
-
2083192·text·6.4 KB·2011-09-27 00:25 UTC
Exact Audio Copy V0.99 prebeta 5 from 4. May 2009
EAC extraction logfile from 26. November 2010, 20:09
Various / PRESS START The 5th Anniversary
Used drive : Optiarc DVD-ROM DDU1675S Adapt
-
2083191·cpp·454 B·2011-09-27 00:07 UTC
#include <cstdio>
#include <GL/glx.h>
int main() {
int attrib[10] = {GLX_RED_SIZE, 5, GLX_GREEN_SIZE, 5, GLX_BLUE_SIZE, 5, None};
int a;
Display *d = XOpenDisplay(NULL);
GLXFBConfig *fb =
-
2083190·text·456 B·2011-09-27 00:07 UTC
#include <cstdio>
#include <GL/glx.h>
int main() {
int attrib[10] = {GLX_RED_SIZE, 5, GLX_GREEN_SIZE, 5, GLX_BLUE_SIZE, 5, None};
int a;
Display *d = XOpenDisplay(NULL);
GLXFBConfig *fb =
-
2083189·text·308 B·2011-09-27 00:04 UTC
def grayScale(redWeight,greenWeight,blueWeight):
pic=makePicture(pickAFile())
show(pic)
for p in getPixels(pic):
r = getRed(p)*redWeight #0.299
g = getGreen(p)*greenWeight #0.587