-
2053670·text·348 B·2011-05-04 00:55 UTC
###### Debian Main Repos
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free
###### Debian Update Repos
de
-
2053666·text·841 B·2011-05-04 00:38 UTC
ich habe die hoffnung darauf,dass die konsolen aktivierungen alle verschwunden sind xD und ich endlich mein alten acc auf meiner neuen konsole benutzen kann -.- um meine spiele runter zu laden! habe c
-
2053665·text·879 B·2011-05-04 00:36 UTC
# Contributor: Vladimir Chizhov <jagoterr@gmail.com> /edited by kourampies
pkgname=inssider
pkgver=0.1.0.0429
pkgrel=1
pkgdesc="Wi-Fi scanner"
arch=('i686' 'x86_64')
depends=('gtk-sharp-2')
ur
-
2053664·c·1.1 KB·2011-05-04 00:28 UTC
#include <stdio.h>
#include <stdlib.h>
// Andrey Alencar e Lorayne Pinheiro nº 15
int main () {
float alt_francisco=1.50, alt_jose=1.10;
int
-
2053661·text·742 B·2011-05-04 00:11 UTC
This works with just the first function (using var availableTags) perfectly - but as soon as I add the second function (containing cusAvailableTags) then both cease to function. I'm sure its because I
-
2053660·c·928 B·2011-05-04 00:01 UTC
#include <stdio.h>
#include <stdlib.h>
// Andrey Alencar e Lorayne Pinheiro nº 15
int main () {
float alt_francisco=1.50, alt_jose=1.10;
int
-
2053657·text·1.8 KB·2011-05-03 23:54 UTC
<?xml version="1.0" encoding="UTF-8"?>
<fits_configuration>
<!-- Order of the tools determines preference -->
<tools>
<!-- exclude-exts attribute is a comma delimited list of file extensio
-
2053656·text·1.8 KB·2011-05-03 23:50 UTC
austin@archivematica:/var/archivematica/sharedDirectory$ cat /usr/share/fits/xml/fits.xml
<?xml version="1.0" encoding="UTF-8"?>
<fits_configuration>
<!-- Order of the tools determines preferen
-
2053655·text·1.8 KB·2011-05-03 23:49 UTC
cpan[1]> install DBD::Oracle
Going to read '/app/gmd/home/gmdadmin/.cpan/Metadata'
Database was generated on Mon, 02 May 2011 07:39:34 GMT
Running install for module 'DBD::Oracle'
Running ma
-
2053653·text·3.9 KB·2011-05-03 23:31 UTC
Chris Hull <chrisx9@gmail.com>
Re: I would like to request a meeting with you due to compiling problems with Anatoly.
1 message
Thomas Mundie <tmundie@ggc.edu> Thu, Mar 24, 2011 at 10:38 PM
T
-
2053649·text·164 B·2011-05-03 23:21 UTC
[0 1] [9 8]
[2 3] * [7 6] =
[(0*9 + 1*7) (0*8 + 1*6)]
[(2*9 + 3*7) (2*8 + 3*6)] =
[(0 + 7) (0 + 6) ]
[(18 + 21) (16 + 18) ] =
[ 7 6]
[39 34]
-
2053648·text·37.1 KB·2011-05-03 23:20 UTC
-
2053647·text·784 B·2011-05-03 23:20 UTC
#!/app/gmd/sw/perl5.12.3.linux/bin/perl
use strict;
use warnings;
use YAML::Syck;
use Data::Dumper;
use CPAN::Distroprefs;
my %ext_map = (
'yml' => 'YAML::Syck',
'dd' => 'D
-
2053646·text·1.6 KB·2011-05-03 23:13 UTC
Не знаю откуда вы взяли что та планета не была в реал тайме. В РТ была и есть. Те данные перечисленные там - ето размер записи без сжатия, не инфо о планете или игре. Видео было записано с закрытой (д
-
2053643·text·725 B·2011-05-03 23:08 UTC
#!/app/gmd/sw/perl5.12.3.linux/bin/perl
use strict;
use CPAN::Distroprefs;
my %ext_map = (
'yml' => 'YAML::Syck',
'dd' => 'Data::Dumper',
);
my %info = (
'distrib
-
2053642·text·932 B·2011-05-03 23:08 UTC
for( unsigned i = 0 ; i < vVerts.size() ; i++ )
printf( "v %f %f %f\n", vVerts[i].x, vVerts[i].y, vVerts[i].z );
for( unsigned i = 0 ; i < vNormals.size() ; i++ )
-
2053638·text·162 B·2011-05-03 22:59 UTC
[0 1] [9 8]
[2 3] * [7 6] =
[(0*9 + 1*7) (0*8 + 1*6)]
[(2*9 + 3*7) (2*8 + 3*6)] =
[(0 + 7) (0 + 6) ]
[(18 + 21) (16 + 18) ] =
[7 6]
[39 34]
-
2053633·text·350 B·2011-05-03 22:34 UTC
Imagine that you have the follow classes:
class Download():
def download(self):
print 'foo'
class Installer():
def _fetch(self):
print 'foo'
Both methods have the same imp
-
2053630·php·1.2 KB·2011-05-03 22:26 UTC
/**
* Get list of actions that a User has on an administrable
*/
function getActionsOnAdministrable($user_id, $administrable_id) {
$user_id =
-
2053627·text·201 B·2011-05-03 21:47 UTC
# Specifies debug level
# 0 - debug is not created
# 1 - critical information
# 2 - error information
# 3 - warnings
# 4 - information (default)
# 5 - for debugging (produces lots of information