-
2130149·text·35.0 KB·2012-03-19 20:04 UTC
-
2130147·text·1.4 KB·2012-03-19 19:44 UTC
ingredients =
7 26 6 60
1 29 15 52
11 56 8 20
11 31 8 47
7 52 6 33
11 55 9 22
3 71 17 6
-
2130146·text·253 B·2012-03-19 19:40 UTC
#
# A virtual host using mix of IP-, name-, and port-based configuration
#
server {
server_name {{ host_name }};
location /static/ {
root /opt/mysite/;
}
location
-
2130145·text·281 B·2012-03-19 19:37 UTC
nginx:
pkg:
- installed
file:
- managed
- name: /etc/nginx/conf.d/mysite.conf
- source: salt://common/files/nginx/mysite.conf
- template: jinja
- context:
-
2130144·actionscript·525.8 KB·2012-03-19 19:36 UTC
-
2130143·diff·6.1 KB·2012-03-19 19:34 UTC
Creator: Julian Ospald <julian.ospald@googlemail.com>
Date: Thu Mar 15 22:33:16 CET 2012
fix build system
remove all sound/esound references
port to gtk+:2
--- Makefile
+++ Makefile
@@ -5,8
-
2130142·text·285 B·2012-03-19 19:33 UTC
nginx:
pkg:
- installed
file:
- managed
- name: /etc/nginx/conf.d/mysite.conf
- source: salt://common/files/nginx/mysite.conf
- template: jinja
- context:
-
2130139·text·255 B·2012-03-19 19:32 UTC
#
# A virtual host using mix of IP-, name-, and port-based configuration
#
server {
server_name {{ host_name }};
location /static/ {
root /opt/mysite/;
}
location
-
2130138·text·153.2 KB·2012-03-19 19:31 UTC
-
2130137·text·153.2 KB·2012-03-19 19:28 UTC
-
2130136·text·524 B·2012-03-19 19:22 UTC
>> matrix = [ [-1 1]; [1 -1];];
>> mds = MatlabModelDataSanitizer(matrix,[], 1, [-2],true)
Calls written & deleted to: /tmp/lastoutput-mds-7
mds =
ca.ubc.cs.beta.smac.matlab.MatlabModelD
-
2130135·text·609 B·2012-03-19 19:15 UTC
>> matrix = [ [2 3]; [5 7];];
>> matrix
matrix =
2 3
5 7
>> import ca.ubc.cs.beta.smac.matlab.*
>> mds = MatlabModelDataSanitizer(matrix,[], 1, [-1],true)
Calls writt
-
2130132·text·166.5 KB·2012-03-19 18:58 UTC
-
2130129·text·166 B·2012-03-19 18:37 UTC
char*t(char*s,int d){for(;*s!='\0';s++){if(*s==d){*s='\0';return s+1;}}return 0;}int main(int c,char **v){char*a=v[1],*b;while(a!=0){b=t(a,',');printf("%s ",a);a=b;}}
-
2130127·text·1.1 KB·2012-03-19 18:26 UTC
Fight of the Legionnaire
1. Form Up
Whilst in formation with your fellow soldiers each side few enemies can hope to reach you
When fighting with others using this merit only one enemy can attack
-
2130124·text·35.5 KB·2012-03-19 18:12 UTC
-
2130120·text·1.3 KB·2012-03-19 17:43 UTC
# I am a comment, and I want to say that the variable CC will be
# the compiler to use.
CC=gcc
# Hey!, I am comment number 2. I want to say that CFLAGS will be the
# options I'll pass to the compi
-
2130088·text·1.3 KB·2012-03-19 16:38 UTC
flaptoppy cpu # cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a m
-
2130085·text·264 B·2012-03-19 16:35 UTC
dot11 ssid tsunami
authentication open
guest-mode
interface Dot11Radio0
ssid tsunami
transmit-interface Dot11Radio 1
no transmit-interface
interface Dot11Radio1
ssid tsunami
no
-
2130077·text·163 B·2012-03-19 16:20 UTC
for(int i=0;i<data.length()-1;i++){
temp=data.getValue(i+1);
temp2=data.getValue(i);
data.setValue(i+1,temp2);
data.setValue(i, temp);
}