repo
string
commit
string
message
string
diff
string
methodmissing/vio
cf68c502b6ecc50eeef7be73e1de59a1604c54ec
Implement IO.readv
diff --git a/ext/vio/Makefile b/ext/vio/Makefile index 7a7517f..e47763a 100644 --- a/ext/vio/Makefile +++ b/ext/vio/Makefile @@ -1,186 +1,157 @@ SHELL = /bin/sh #### Start of system configuration section. #### srcdir = . -topdir = /opt/local/ruby19/include/ruby-1.9.1 -hdrdir = /opt/local/ruby19/include/ruby-1....
methodmissing/vio
e5a1502627079275a7ae6b54033525c3080c6c22
gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d09f029 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.bundle +Makefile +mkmf.log +.DS_Store +*.o +test/scratch/*.txt \ No newline at end of file
methodmissing/vio
64d5d516384fff4607804756e8336c6fec0b5d71
Initial skeleton
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..1c2575f --- /dev/null +++ b/Rakefile @@ -0,0 +1,69 @@ +#!/usr/bin/env rake +require 'rake/testtask' +require 'rake/clean' +$:.unshift(File.expand_path('lib')) +VIO_ROOT = 'ext/vio' + +desc 'Default: test' +task :default => :test + +desc 'Run VIO tests...
eschulte/blorgit_themes
da2bbdc1555472a515f9ea0a6ae9bf38d79de539
added worg style
diff --git a/worg/style.sass b/worg/style.sass new file mode 100644 index 0000000..4bc00e6 --- /dev/null +++ b/worg/style.sass @@ -0,0 +1,95 @@ +// include the worg stylesheet +@import worg.css + +#sidebar + :float right + :width 12em + :font-size 9pt + :color black + :background #FFF + :font-size 80% + :padding...
eschulte/blorgit_themes
ff8184f1626730f3fb0c3645edf0cd5f25c92466
requiring sass for all theme rake files
diff --git a/food/food.rake b/food/food.rake index 187c9c9..7bc0c0b 100644 --- a/food/food.rake +++ b/food/food.rake @@ -1,10 +1,12 @@ +require 'sass' + $food_dir = File.dirname(__FILE__) namespace :themes do desc "a food theme for my recipes" task :food do File.open(File.join($blogs, $global_config[:confi...
eschulte/blorgit_themes
377a8dd30046dd6ee35e5e126a23c386e8a5d073
added default org-mode style to each theme
diff --git a/default/style.sass b/default/style.sass index 0893e11..9b402fa 100644 --- a/default/style.sass +++ b/default/style.sass @@ -1,35 +1,80 @@ #sidebar float: right width: 12em font-size: 9pt ul list-style: none #titlebar #title float: left #search float: right ul ...
eschulte/blorgit_themes
1887e0d8a3c3985c9c91e359e61a03bf62a12aec
CSS deployment no longer relies on the sass executable
diff --git a/default/default.rake b/default/default.rake index c42d65c..2f96a80 100644 --- a/default/default.rake +++ b/default/default.rake @@ -1,6 +1,10 @@ +require 'sass' + namespace :themes do desc "a default theme, should serve as a good starting point" task :default do - %x{sass #{File.join(File.dirname...
eschulte/blorgit_themes
9e24daf7e3de8b8839cef17e966604307f08838a
added unicorn favicon to org-mode theme
diff --git a/org/images/favicon.ico b/org/images/favicon.ico new file mode 100644 index 0000000..43103cc Binary files /dev/null and b/org/images/favicon.ico differ
eschulte/blorgit_themes
b9cec00c7b0fd74fc650efe8c1a5e6faf8ce0861
removed weird table css from org theme
diff --git a/org/style.sass b/org/style.sass index 5f2cc8d..62b92a0 100644 --- a/org/style.sass +++ b/org/style.sass @@ -1,145 +1,116 @@ #titlebar background: url(/images/folded-extension.png) repeat-x 0px 0px transparent width: 98% border-radius: 18px border: 2px solid #6d6d6d -moz-border-radius: 18px ...
eschulte/blorgit_themes
26fdfd8dd5cf8b2e4288b2edb32744403f5570f0
switching to nutmeg favicon
diff --git a/food/images/favicon.ico b/food/images/favicon.ico index e6b241d..9095a41 100644 Binary files a/food/images/favicon.ico and b/food/images/favicon.ico differ
eschulte/blorgit_themes
4218a34bf7b03557f3c4d0b4c2017fce5ff86c4a
added favicon for foods theme
diff --git a/food/images/favicon.ico b/food/images/favicon.ico new file mode 100644 index 0000000..e6b241d Binary files /dev/null and b/food/images/favicon.ico differ
eschulte/blorgit_themes
2fb394a106b5791bb7b73c11c365d0f58c2271c2
tweak to org style (body doesn't block on sidebar)
diff --git a/org/style.sass b/org/style.sass index c1e8ea5..5f2cc8d 100644 --- a/org/style.sass +++ b/org/style.sass @@ -1,145 +1,145 @@ #titlebar background: url(/images/folded-extension.png) repeat-x 0px 0px transparent width: 98% border-radius: 18px border: 2px solid #6d6d6d -moz-border-radius: 18px ...
eschulte/blorgit_themes
4ee486b87cea0a19469ec87655fe73018476208e
adding TOC style to org theme
diff --git a/org/style.sass b/org/style.sass index 35497cb..c1e8ea5 100644 --- a/org/style.sass +++ b/org/style.sass @@ -1,113 +1,145 @@ #titlebar background: url(/images/folded-extension.png) repeat-x 0px 0px transparent width: 98% border-radius: 18px border: 2px solid #6d6d6d -moz-border-radius: 18px ...
eschulte/blorgit_themes
0be391d3f15d46750134deb118aa5b5a34b7d225
added border to titlebar on org theme
diff --git a/org/style.sass b/org/style.sass index 66fc732..35497cb 100644 --- a/org/style.sass +++ b/org/style.sass @@ -1,112 +1,113 @@ #titlebar background: url(/images/folded-extension.png) repeat-x 0px 0px transparent width: 98% border-radius: 18px + border: 2px solid #6d6d6d -moz-border-radius: 18px ...
eschulte/blorgit_themes
334708531f028db23a84178e0fbf5ebdda3bf752
now showing title in org-mode theme
diff --git a/org/style.sass b/org/style.sass index 7bfaa91..66fc732 100644 --- a/org/style.sass +++ b/org/style.sass @@ -1,105 +1,112 @@ #titlebar background: url(/images/folded-extension.png) repeat-x 0px 0px transparent width: 98% border-radius: 18px -moz-border-radius: 18px -webkit-border-radius: 18p...
eschulte/blorgit_themes
20b6c4b529407185fc71e8d873f7baf2a8f75f36
adding folded-unicorn org-mode theme
diff --git a/org/images/folded-unicorn.png b/org/images/folded-unicorn.png new file mode 100644 index 0000000..1d2553c Binary files /dev/null and b/org/images/folded-unicorn.png differ diff --git a/org/org.rake b/org/org.rake new file mode 100644 index 0000000..7b5ac90 --- /dev/null +++ b/org/org.rake @@ -0,0 +1,8 @@ +...
eschulte/blorgit_themes
38cd180567fee752ac291a5737b413b2b7f87df9
adding food theme
diff --git a/food/food.rake b/food/food.rake new file mode 100644 index 0000000..880ae7b --- /dev/null +++ b/food/food.rake @@ -0,0 +1,8 @@ +$food_dir = File.dirname(__FILE__) +namespace :themes do + desc "a food theme for my recipes" + task :food do + %x{sass #{File.join($food_dir, 'style.sass')} #{File.join($blo...
eschulte/blorgit_themes
591162b286821dd6594d224d325a8995b2588af3
adding default theme
diff --git a/default/default.rake b/default/default.rake new file mode 100644 index 0000000..085a1c7 --- /dev/null +++ b/default/default.rake @@ -0,0 +1,6 @@ +namespace :themes do + desc "a default theme, should serve as a good starting point" + task :default do + %x{sass #{File.join(File.dirname(__FILE__), 'style...
eschulte/blorgit_themes
766fb643e3153eb78bb311e55039adad5264f5c9
added README
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..be51fa1 --- /dev/null +++ b/README.markdown @@ -0,0 +1 @@ +themes for [blorgit](http://github.com/eschulte/blorgit/tree/master)
mahu/pilse
315f50123563ef25dad013d9e299fe014c753277
fileparser
diff --git a/Raytracer1108/include/scene.hpp b/Raytracer1108/include/scene.hpp new file mode 100644 index 0000000..94a58b2 --- /dev/null +++ b/Raytracer1108/include/scene.hpp @@ -0,0 +1,36 @@ +#ifndef __SCENE_PARSER__ +#define __SCENE_PARSER__ + +#include "shape.hpp" +#include "sphere.hpp" +#include "box.hpp" +#include...
mahu/pilse
12e6342064e735d38c8ba665ccbd732d1e43c272
raytrac klasse
diff --git a/Raytracer1108/include/rtapplication.hpp b/Raytracer1108/include/rtapplication.hpp new file mode 100644 index 0000000..2fc6797 --- /dev/null +++ b/Raytracer1108/include/rtapplication.hpp @@ -0,0 +1,39 @@ +#ifndef __RTAPPLICATION_HPP__ +#define __RTAPPLICATION_HPP__ + +#include "light.hpp" +#include "shape.h...
mahu/pilse
910aa4bcdd20037899e8e4754aa2250aaba1feda
Stand 11.08, n bissl aufgeräumt
diff --git a/Raytracer1108/include/box.hpp b/Raytracer1108/include/box.hpp new file mode 100644 index 0000000..4b9d249 --- /dev/null +++ b/Raytracer1108/include/box.hpp @@ -0,0 +1,42 @@ +#ifndef _BOX_HPP +#define _BOX_HPP + +#include "shape.hpp" +#include "matrix.hpp" +#include "vector.hpp" +#include "point.hpp" +#incl...
mahu/pilse
0d32f85c2f0c3daa24d497321b8a203b70023b44
Backup 11.8.2010
diff --git a/Backup/Raytracer/include/box.hpp b/Backup/Raytracer/include/box.hpp new file mode 100644 index 0000000..ba2f489 --- /dev/null +++ b/Backup/Raytracer/include/box.hpp @@ -0,0 +1,37 @@ +#ifndef _BOX_HPP +#define _BOX_HPP + +#include "shape.hpp" +#include "point.hpp" +#include "rgb.hpp" +#include "ray.hpp" +#i...
mahu/pilse
92e3735b8c85ac6446d538ed2db8ee5e587da76c
c'tor angepasst
diff --git a/Raytracer/include/box.hpp b/Raytracer/include/box.hpp index 00faeaa..ba2f489 100644 --- a/Raytracer/include/box.hpp +++ b/Raytracer/include/box.hpp @@ -1,36 +1,37 @@ #ifndef _BOX_HPP #define _BOX_HPP #include "shape.hpp" #include "point.hpp" #include "rgb.hpp" #include "ray.hpp" +#include "material...
mahu/pilse
b2cf18a79100fc366cf1242ed31dedaa2d54fadf
eingerückt :)
diff --git a/Raytracer/src/box.cpp b/Raytracer/src/box.cpp index 81443dc..15a1ab5 100644 --- a/Raytracer/src/box.cpp +++ b/Raytracer/src/box.cpp @@ -1,154 +1,153 @@ #include "box.hpp" // // Konstruktoren, Destruktor // box::box() { std::cout << "Konstruktor Box\n"; } box::box(math3d::point const& p1, math3d:...
mahu/pilse
efd6b5b0511c3efeb891f4274a064131c4dc8f3f
doppeldeklaration von a entfernt
diff --git a/Raytracer/src/sphere.cpp b/Raytracer/src/sphere.cpp index 0fb6b96..a1ade6a 100644 --- a/Raytracer/src/sphere.cpp +++ b/Raytracer/src/sphere.cpp @@ -1,107 +1,107 @@ #include<cmath> #include "sphere.hpp" // // Konstruktoren // sphere::sphere() {} sphere::sphere(math3d::point const& c, double r, s...
mahu/pilse
213d9013bcec994c240043374d04eec288c6f826
intersection
diff --git a/Raytracer/include/box.hpp b/Raytracer/include/box.hpp new file mode 100644 index 0000000..00faeaa --- /dev/null +++ b/Raytracer/include/box.hpp @@ -0,0 +1,36 @@ +#ifndef _BOX_HPP +#define _BOX_HPP + +#include "shape.hpp" +#include "point.hpp" +#include "rgb.hpp" +#include "ray.hpp" +#include <iostream> +#i...
mahu/pilse
ae069bc394e291b2cc5850a83239e05909359f0b
ray, normalisieren auskommentiert
diff --git a/Raytracer/src/ray.cpp b/Raytracer/src/ray.cpp index 9f21f26..eb4fa19 100644 --- a/Raytracer/src/ray.cpp +++ b/Raytracer/src/ray.cpp @@ -1,25 +1,24 @@ #include "ray.hpp" -ray::ray(): +ray::ray() : origin_(0,0,0,0), - direction_(0,0,1,0) -{} + direction_(0,0,1,0) {} -ray::ray(math3d::vector o,math3d:...
mahu/pilse
cf4cd2ca034385bb39f795efffacdeb6a8c008b2
sphere intersect
diff --git a/Raytracer/src/sphere.cpp b/Raytracer/src/sphere.cpp index 4d2e84c..0fb6b96 100644 --- a/Raytracer/src/sphere.cpp +++ b/Raytracer/src/sphere.cpp @@ -1,103 +1,107 @@ #include<cmath> #include "sphere.hpp" // // Konstruktoren // sphere::sphere() {} sphere::sphere(math3d::point const& c, double r, s...
mahu/pilse
0d3a2c5fdf7d902de2727ab8850563616d3c3e66
sphere intersect
diff --git a/Raytracer/src/sphere.cpp b/Raytracer/src/sphere.cpp index df33f61..4d2e84c 100644 --- a/Raytracer/src/sphere.cpp +++ b/Raytracer/src/sphere.cpp @@ -1,99 +1,103 @@ #include<cmath> #include "sphere.hpp" // // Konstruktoren // sphere::sphere() {} sphere::sphere(math3d::point const& c, double r, st...
mahu/pilse
6d37a3f15852506afef48ce9c1e1451c46503381
aktualisiert
diff --git a/Raytracer/src/Makefile b/Raytracer/src/Makefile new file mode 100644 index 0000000..6473444 --- /dev/null +++ b/Raytracer/src/Makefile @@ -0,0 +1,25 @@ +FLAGS = -c +COMPILER = g++ +BFLAGS = -I ../include + +default: + $(COMPILER) $(FLAGS) point.cpp $(BFLAGS) + $(COMPILER) $(FLAGS) vector.cpp $(BFLAGS) + $...
mahu/pilse
93d6043319085d7c26e52fb987495aea8aa52f64
neugit add Raytracer/src/sphere.cpp Raytracer/src/intersecttest.cpp Raytracer/include/sphere.hpp
diff --git a/Raytracer/src/intersecttest.cpp b/Raytracer/src/intersecttest.cpp new file mode 100644 index 0000000..e0088bd --- /dev/null +++ b/Raytracer/src/intersecttest.cpp @@ -0,0 +1,21 @@ +#include"sphere.hpp" +#include"ray.hpp" +#include"point.hpp" +#include"iostream" + +int main() +{ + +math3d::vector a(0,0,0,0);...
mahu/pilse
f4bc4b9c40a8be66fb2319ace798c2f986932c34
ray incl-guard
diff --git a/Raytracer/include/ray.hpp b/Raytracer/include/ray.hpp index 7c539a3..6079d56 100644 --- a/Raytracer/include/ray.hpp +++ b/Raytracer/include/ray.hpp @@ -1,20 +1,28 @@ + +#ifndef __RAY_HPP__ +#define __RAY_HPP__ + #include "point.hpp" #include "vector.hpp" #include <iostream> #include <cmath> struct...
mahu/pilse
0864ba22be047f30c5f9f65450f3579319771ca9
Raytracer
diff --git a/include/shape.hpp b/include/shape.hpp index 80192c4..d8bab1f 100644 --- a/include/shape.hpp +++ b/include/shape.hpp @@ -1,42 +1,42 @@ #ifndef _SHAPE_HPP #define _SHAPE_HPP #include <iostream> #include <string> -#include "color.hpp" -#include "point3d.hpp" +#include "rgb.hpp" +#include "point.hpp" ...
mahu/pilse
bc43ccb16002953c5fa418a60be1b66b0b4524c9
sphere bearbeitet
diff --git a/Raytracer/include/sphere.hpp b/Raytracer/include/sphere.hpp index 5cc0fc2..3b49072 100644 --- a/Raytracer/include/sphere.hpp +++ b/Raytracer/include/sphere.hpp @@ -1,34 +1,32 @@ #ifndef _SPHERE_HPP #define _SPHERE_HPP #include "shape.hpp" #include "point.hpp" #include "rgb.hpp" class sphere : pub...
mahu/pilse
6dc81959283e0ba7ea3fcaf11c2e05b50e45fdcc
ray-bearbeitet
diff --git a/Raytracer/include/ray.hpp b/Raytracer/include/ray.hpp index dd61448..7c539a3 100644 --- a/Raytracer/include/ray.hpp +++ b/Raytracer/include/ray.hpp @@ -1,17 +1,20 @@ -#include<point.hpp> -#include<vector.hpp> +#include "point.hpp" +#include "vector.hpp" + +#include <iostream> +#include <cmath> struct ra...
mahu/pilse
46a306d880a2610fa4aab67d7f833d13305e7da4
Strahlen
diff --git a/Raytracer/src/ray.cpp b/Raytracer/src/ray.cpp index c6ee020..b038e37 100644 --- a/Raytracer/src/ray.cpp +++ b/Raytracer/src/ray.cpp @@ -1,14 +1,24 @@ ray::ray(): origin_(0,0,0,1), - direction_(1,1,1,0) + direction_(0,0,1,0) {} ray::ray(point o,vector d): origin_(o), direction_(d) + +{ ...
mahu/pilse
504634f0da38434a45fcf459fb991dd3540ec63d
Strahlen
diff --git a/Raytracer/include/ray.hpp b/Raytracer/include/ray.hpp new file mode 100644 index 0000000..dd61448 --- /dev/null +++ b/Raytracer/include/ray.hpp @@ -0,0 +1,17 @@ +#include<point.hpp> +#include<vector.hpp> + +struct ray +{ + + //Konstruktoren + + ray(); + ray(point a, vector b); + + + //Membervariablen + + p...
mahu/pilse
7d06ded9f7b3802bf62c7894c86354b04f0ec69f
Strahlen
diff --git a/Raytracer/ray.cpp b/Raytracer/ray.cpp new file mode 100644 index 0000000..c6ee020 --- /dev/null +++ b/Raytracer/ray.cpp @@ -0,0 +1,14 @@ + +ray::ray(): + origin_(0,0,0,1), + direction_(1,1,1,0) + + {} + +ray::ray(point o,vector d): + origin_(o), + direction_(d) + + {} + + diff --git a/Raytracer/ray.hp...
mahu/pilse
46b65ffd290e6f17c49a18f4beb907dd6bb36f5a
Strahlen
diff --git a/ray.cpp b/ray.cpp new file mode 100644 index 0000000..c6ee020 --- /dev/null +++ b/ray.cpp @@ -0,0 +1,14 @@ + +ray::ray(): + origin_(0,0,0,1), + direction_(1,1,1,0) + + {} + +ray::ray(point o,vector d): + origin_(o), + direction_(d) + + {} + + diff --git a/ray.hpp b/ray.hpp new file mode 100644 index 0...
mahu/pilse
b81506b17d34ca8f97a14198d4c6eb6e7f1ed6ff
framework
diff --git a/Raytracer/muhaha b/Raytracer/muhaha new file mode 100644 index 0000000..e69de29
mahu/pilse
87337370fb2f0ea5c3c3a7b37d4f29e6921d6342
framework
diff --git a/Raytracer/include/glutwindow.hpp b/Raytracer/include/glutwindow.hpp new file mode 100644 index 0000000..f3b70e7 --- /dev/null +++ b/Raytracer/include/glutwindow.hpp @@ -0,0 +1,65 @@ +#ifndef BUW_GLUT_WINDOW_HPP +#define BUW_GLUT_WINDOW_HPP + +// header, system +#include <vector> +#include <string> + +// h...
mahu/pilse
7e1da41e63c3228bc1c43321a9b849568ef76ae7
huuuuu
diff --git a/README~ b/README~ new file mode 100644 index 0000000..50b9dd2 --- /dev/null +++ b/README~ @@ -0,0 +1 @@ +timbuktu
mahu/pilse
8cf5a63f99922999fd9c9ec2e2f48e8274b8cba2
hello world
diff --git a/README b/README index 50b9dd2..4519826 100644 --- a/README +++ b/README @@ -1 +1,2 @@ timbuktu +tambakta
mahu/pilse
eafe54a537d1ba523e5e7f6980b39d0abcba6b1d
Please enter the commit message for your changes. Lines starting
diff --git a/README b/README index e69de29..50b9dd2 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +timbuktu
mahu/pilse
91e0ff95555acaad8c2bf7986ba56c4558c27cc6
Please enter the commit message for your changes. Lines starting
diff --git a/include/box.hpp b/include/box.hpp new file mode 100644 index 0000000..81bd9bf --- /dev/null +++ b/include/box.hpp @@ -0,0 +1,33 @@ +#ifndef _BOX_HPP +#define _BOX_HPP + +#include "shape.hpp" +#include "point.hpp" +#include "rgb.hpp" +#include <iostream> +#include <cmath> + + +class box : public shape +{ + ...
smejkalp/Bipartite
d198e6bd07d3134c5b9ce1b62b940549b78a9509
ptakoviny
diff --git a/src/Bipartite.cpp b/src/Bipartite.cpp index dbbeb33..3d6ea9d 100644 --- a/src/Bipartite.cpp +++ b/src/Bipartite.cpp @@ -1,24 +1,24 @@ //============================================================================ // Name : Bipartite.cpp // Author : // Version : // Copyright : Your c...
smejkalp/Bipartite
408ac15dd2e74a1bfc2b219879b1517532b1ec2b
Naivni implementace konstruktoru
diff --git a/Debug/Bipartite b/Debug/Bipartite new file mode 100755 index 0000000..323d1af Binary files /dev/null and b/Debug/Bipartite differ diff --git a/Debug/src/Bipartite.o b/Debug/src/Bipartite.o new file mode 100644 index 0000000..7c0d429 Binary files /dev/null and b/Debug/src/Bipartite.o differ diff --git a/src...
bpilkerton/php-crpapi
e027bc12ea9382a9952d95f190c7f9a4afc831d6
OCD tab2space
diff --git a/crpapi.php b/crpapi.php index 763030d..29412d9 100644 --- a/crpapi.php +++ b/crpapi.php @@ -1,91 +1,91 @@ <?php /** * class php-crpapi * Simple PHP client library for working with the Center for Responsive Politics' API. * Information on CRP's API can be found at http://www.opensecrets.org/action/a...
bpilkerton/php-crpapi
a2f18a754bbfa773213c6a3cf8bea8206da4d44f
removed key
diff --git a/crpapi.php b/crpapi.php index 474a063..763030d 100644 --- a/crpapi.php +++ b/crpapi.php @@ -1,91 +1,91 @@ <?php /** * class php-crpapi * Simple PHP client library for working with the Center for Responsive Politics' API. * Information on CRP's API can be found at http://www.opensecrets.org/action/a...
bpilkerton/php-crpapi
b5623cbc21a002173af4370a9a028533ef598996
added response header access and clean up
diff --git a/crpapi.php b/crpapi.php index c35eed0..474a063 100644 --- a/crpapi.php +++ b/crpapi.php @@ -1,85 +1,91 @@ <?php /** * class php-crpapi * Simple PHP client library for working with the Center for Responsive Politics' API. * Information on CRP's API can be found at http://www.opensecrets.org/action/a...
bpilkerton/php-crpapi
f123b5c6788211c2119e8217a4794acd26b89044
Edit formating
diff --git a/example.php b/example.php index de559d5..f7d9516 100644 --- a/example.php +++ b/example.php @@ -1,76 +1,76 @@ <?php /** * * php-crpapi example usage * @author Ben Pilkerton * * * There are a few options which need to be defined in the constructor * in crpapi.php. These include specifying ...
bpilkerton/php-crpapi
e0ea9c1fa5382ecd74c136d7cd91f915ceb16004
Added file cache mechanism. Improved example usage.
diff --git a/crpapi.php b/crpapi.php index d69b993..c35eed0 100644 --- a/crpapi.php +++ b/crpapi.php @@ -1,53 +1,85 @@ <?php /** * class php-crpapi - * Simple PHP client library for working with the Center for Responsive Politics' API + * Simple PHP client library for working with the Center for Responsive Politics...
bpilkerton/php-crpapi
029a24b15901cc12fda82a7f35faefe6448a2054
cleaned up a bit
diff --git a/crpapi.php b/crpapi.php index e9e31a6..d69b993 100644 --- a/crpapi.php +++ b/crpapi.php @@ -1,55 +1,53 @@ <?php /** * class php-crpapi * Simple PHP client library for working with the Center for Responsive Politics' API * Information on CRP's API can be found at http://www.opensecrets.org/action/ap...
ILikeUnicorns/light-eating-robot
84fc72c45e5e4e8b14570eb1d5c8e47beea698b2
Week 7
diff --git a/dwengoRS232.c b/dwengoRS232.c index 2f6e14c..61f8a20 100644 --- a/dwengoRS232.c +++ b/dwengoRS232.c @@ -1,30 +1,37 @@ #include "dwengoRS232.h" #include <usart.h> #include <capture.h> #include <timers.h> void initializeRS232(void) { //Configure Timer3 //OpenTimer3(TIMER_INT_OFF & T3_SOURCE_INT);...
ILikeUnicorns/light-eating-robot
ac0245c4b2110c3780b38a9d6454f25f4a2c147b
Enabled interrupts.
diff --git a/project.c b/project.c index 8c73ee4..c567d0b 100644 --- a/project.c +++ b/project.c @@ -1,119 +1,119 @@ #include <p18f4550.h> #include <delays.h> #include <string.h> #include <portb.h> #include "dwengoConfig.h" #include "dwengoBoard.h" #include "dwengoLCD.h" #include "dwengoMotor.h" #include "dwen...
ILikeUnicorns/light-eating-robot
1e50cdea5ef6ac67a01ed09fb48b8cfe5b268660
Start project, week 6.
diff --git a/QLearning.c b/QLearning.c new file mode 100644 index 0000000..12c255a --- /dev/null +++ b/QLearning.c @@ -0,0 +1,29 @@ +#include "QLearning.h" +#include <stdlib.h> +#include <stdio.h> +#define MIN -3 +#define GOAL 2 + +void initializeQLearning(void) +{ + //Make new table + int QTABLE_SIZE =3; +// char** qd...
luciofm/luciofm.github.com
3784995e2d6063cf7b0bf06cdb5f5c5c8a59476d
Moved heu cv to here.
diff --git a/heu/hnangelo.pdf b/heu/hnangelo.pdf new file mode 100644 index 0000000..c07501a Binary files /dev/null and b/heu/hnangelo.pdf differ
luciofm/luciofm.github.com
b1523d56c720f1fe5e8c88fc594ac1767bf668f0
Added index.html
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ba9056b --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +luciofm GitHub Page
luciofm/luciofm.github.com
68a2deb7dcb904b4b7bdc0590eda28826382c852
Place robots on right place.
diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..0e58931 --- /dev/null +++ b/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: /heu +Disallow: /LOs/heu +Disallow: /heu/hnangelo.pdf +Disallow: /LOs/heu/hnangelo.pdf
myfwhite/expenses
85903d3d1cd917c60a244005bca8ef8fe7305191
Fixed search and index
diff --git a/app/controllers/expenses_controller.rb b/app/controllers/expenses_controller.rb old mode 100644 new mode 100755 index 5f781f9..003789f --- a/app/controllers/expenses_controller.rb +++ b/app/controllers/expenses_controller.rb @@ -1,38 +1,50 @@ class ExpensesController < ApplicationController before_...
myfwhite/expenses
e6f5eb1a6747567a7815b049fe5a23bba32c259a
renamed controllers and views to plural, to make routes work. continued on search
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 6ab2e97..92bc27f 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,27 +1,31 @@ # Filters added to this controller apply to all controllers in the applicati...
myfwhite/expenses
df9ba5c3a7e8c659dfae189c91755da5d23ed192
Attempting to get search form to work
diff --git a/app/controllers/expense_controller.rb b/app/controllers/expense_controller.rb index d28c852..7e6665c 100644 --- a/app/controllers/expense_controller.rb +++ b/app/controllers/expense_controller.rb @@ -1,67 +1,67 @@ class ExpenseController < ApplicationController before_filter :check_authentication ...
nocturnal/EShell
91f5f8f5ab97158181725fcbef4e8114221e5597
license
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..78b6073 --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 200x, Insomniac Games, Inc. +All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions ...
skalnik/MUSI-3610
ae8b0c3287ab1095efe91573b6f0e9d67b134ed5
Another day, moar notes
diff --git a/Notes/11-2.txt b/Notes/11-2.txt new file mode 100644 index 0000000..56dbe84 --- /dev/null +++ b/Notes/11-2.txt @@ -0,0 +1,28 @@ +Handel +* Produces Opera Serias +* Famous for concertos +* Concerto is a 3 movement form (slow fast slow) +* Violin concerti & oboe concerti +* Known for his Oratori, especially ...
skalnik/MUSI-3610
8b4ffdd04ebfa0f1b5d26d5fb1f0085d14051007
More notes
diff --git a/Notes/10-14.txt b/Notes/10-14.txt new file mode 100644 index 0000000..2c547e5 --- /dev/null +++ b/Notes/10-14.txt @@ -0,0 +1,42 @@ +The Baroque Period 1600-1750 + +The Baroque Ideal +* The term 'baroque' literally refers to an ireegular pearl (one connotation; a flawed shape). The stylistic term was coined...
skalnik/MUSI-3610
a3e597c5e0d72e46560a2d6ad63c90fb03fd0af4
More notes
diff --git a/Notes/10-7.txt b/Notes/10-7.txt new file mode 100644 index 0000000..60619d8 --- /dev/null +++ b/Notes/10-7.txt @@ -0,0 +1,11 @@ +1. Word painting, imitation and monody are stylistic indicators of the early renaissance. T +2. Northern (Netherlander) composers dominate European music in the late Renaissance....
skalnik/MUSI-3610
31fecfad621f611913bea5f812a512117696f7d0
Random fixes discovered while studying
diff --git a/Notes/8-31.txt b/Notes/8-31.txt index f3da209..483278e 100644 --- a/Notes/8-31.txt +++ b/Notes/8-31.txt @@ -1,43 +1,43 @@ Music (from the Muses) * Muses inspired creativity The Muses * Kalliope is the eldest of the muses: goddess of song (Kallioph, Kallipeia, Calliope) daughter of Zeus and Titan Goddes...
skalnik/MUSI-3610
d95ef62a5b9f36f77dff9454cbab4c4a7b154810
Notes for 9/14
diff --git a/Notes/9-14.txt b/Notes/9-14.txt new file mode 100644 index 0000000..048c57f --- /dev/null +++ b/Notes/9-14.txt @@ -0,0 +1,29 @@ +The French Ars Nova (late 1300s-early 1400s) +* Secular Music + * Jongleurs street/court performers, jugglers, theatrical entertainers + * Troubadours <Fr: trouve; work, discov...
skalnik/MUSI-3610
00b4c1a45c450653c54ac70fbe6b8e98596e247a
Notes for 9/9
diff --git a/Notes/9-9.txt b/Notes/9-9.txt new file mode 100644 index 0000000..0ccfacf --- /dev/null +++ b/Notes/9-9.txt @@ -0,0 +1,27 @@ +Middle Ages (400-1450) +* The Propers - Special functions of the mass +* Re-organizes the Schola Cantorum (School for Singing) & edits/standardizes plainchant (now called Gregorian ...
skalnik/MUSI-3610
403fa3db1f816ed9fbb7d67fbfdf03eadfaecac8
Another day, moar notez
diff --git a/Notes/9-7.txt b/Notes/9-7.txt new file mode 100644 index 0000000..ac50e8a --- /dev/null +++ b/Notes/9-7.txt @@ -0,0 +1,68 @@ +Terms and Techniques of Composition and Counterpoint +* Retrograde - melodic fragment or motive stated backwards +* Inversion - Upside down +* Augmentation - expanded over more time...
skalnik/MUSI-3610
a992d19546208aa45e08e168d4156e1ebf0610d6
Added Syllabus & Concert Report Form
diff --git a/Concert Report Form.pdf b/Concert Report Form.pdf new file mode 100644 index 0000000..24080b3 Binary files /dev/null and b/Concert Report Form.pdf differ diff --git a/Syllabus.pdf b/Syllabus.pdf new file mode 100644 index 0000000..b8f8d6b Binary files /dev/null and b/Syllabus.pdf differ
skalnik/MUSI-3610
164ee39950ceb7db0fc327c9c60462e5740572a7
Another day, another set of notes.
diff --git a/Notes/8-31.txt b/Notes/8-31.txt new file mode 100644 index 0000000..f3da209 --- /dev/null +++ b/Notes/8-31.txt @@ -0,0 +1,43 @@ +Music (from the Muses) +* Muses inspired creativity +The Muses +* Kalliope is the eldest of the muses: goddess of song (Kallioph, Kallipeia, Calliope) daughter of Zeus and Titan ...
skalnik/MUSI-3610
24fe8f288ca17d52320b8af7be178e31e48e194d
Added first day of notes
diff --git a/Notes/8-26.txt b/Notes/8-26.txt new file mode 100644 index 0000000..177ed94 --- /dev/null +++ b/Notes/8-26.txt @@ -0,0 +1,45 @@ +Melody +* Succession of pitches perceived as a whole +* Variation and development +* Singable and memorable +* Melody is often the raison d'etre of a composition; all else follow...
alios/lab
cb307ad4c0c3ada1b04bc2cb86ab8840f7f96475
implemented greate circle course
diff --git a/Geodetic.hs b/Geodetic.hs index c0114c2..8deed40 100644 --- a/Geodetic.hs +++ b/Geodetic.hs @@ -1,246 +1,236 @@ +{-# LANGUAGE DeriveDataTypeable #-} +{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TemplateHaskell #-} ---{-# LANGUAGE TypeFamilies #-} -module Geodatic where - -import qualified Prelude ...
alios/lab
2ef27f93eb6a338c52e1e9d821d6abc13d738c0a
refactoring
diff --git a/Geodatic.hs b/Geodatic.hs index d2872dd..c0114c2 100644 --- a/Geodatic.hs +++ b/Geodatic.hs @@ -1,152 +1,246 @@ -{-# LANGUAGE GADTs, EmptyDataDecls, FlexibleInstances, Rank2Types, FlexibleContexts, TypeSynonymInstances, LiberalTypeSynonyms #-} +{-# LANGUAGE TemplateHaskell #-} +--{-# LANGUAGE TypeFamilies ...
alios/lab
2de5bfc0dfee353160eb1d2a16b17e9a82b01635
added solskens ba script thing
diff --git a/solske_ba.hs b/solske_ba.hs new file mode 100644 index 0000000..36692d7 --- /dev/null +++ b/solske_ba.hs @@ -0,0 +1,269 @@ +import Data.List +import qualified Data.Map as M + + +a = M.fromList $ m [ + ("q8",0.216), + ("q6_d",0.202), + ("Branche",0.191), + ("g4",0.170), + ("q2_b",0.168), + ("g1",0.146...
alios/lab
bffc2c5590917603c5ef193693fe4da2a4dc81d0
fixed pixel2coord
diff --git a/game/html/hexmap.pde b/game/html/hexmap.pde index a01b0dc..ec8e4cb 100644 --- a/game/html/hexmap.pde +++ b/game/html/hexmap.pde @@ -1,279 +1,280 @@ Map m; PVector dragvector = null; void setup() { size(800, 600, P3D); println("h = " + Hexagon.h); println("r = " + Hexagon.r); prin...
alios/lab
49ca02ab446341247e10f6e01b133cd0f4149383
pixel2coord, scrolling, zooming working
diff --git a/game/html/chart.html b/game/html/chart.html index ef6e2cc..dd5c630 100644 --- a/game/html/chart.html +++ b/game/html/chart.html @@ -1,68 +1,68 @@ <!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--...
alios/lab
149f4bd4190dfc3116495745f3a2034e6a16aa18
switched to processing.js
diff --git a/game/html/chart.html b/game/html/chart.html index 56c0ebc..ef6e2cc 100644 --- a/game/html/chart.html +++ b/game/html/chart.html @@ -1,59 +1,68 @@ <!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--...
alios/lab
86dad34d3fd22d6790ee79841dd5a06c4de22ed7
fixed MPI binary test to user Arbitrary instance of MPI
diff --git a/OpenPGPTests.hs b/OpenPGPTests.hs index b854991..4b68199 100644 --- a/OpenPGPTests.hs +++ b/OpenPGPTests.hs @@ -1,137 +1,135 @@ {-# LANGUAGE FlexibleInstances #-} module Main where import OpenPGP import Test.QuickCheck import Data.Binary import Data.Binary.Get import Data.Binary.Put import Data...
alios/lab
861ab1b7f92353220cd033fc01c3e0398a46546d
finalized signature version 3 packets
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index 2a5a96c..cadfa94 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,1752 +1,1757 @@ \begin{code} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TypeSynonymInst...
alios/lab
d2fc84a6852db732b8f9fb1e0476dd0cde26fb57
some more Binary instances and tests
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index 7a80088..2a5a96c 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -452,1072 +452,1102 @@ parseIteratedAndSaltedS2K = do Bits 5-0 -- packet tag 4.2.1. Old Format Packet Lengths The meaning of the length-type in old format packets is: 0 - The packet...
alios/lab
6012e9e30b0a110da74d6891d3ab1929b62bf243
removed debugging code
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index 87a6e56..7a80088 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -213,1044 +213,1024 @@ data StringToKeySpecifier = deriving (Eq, Show) parseStringToKeySpecifier :: Parser StringToKeySpecifier parseStringToKeySpecifier = A.choice [parseSimpleS2K, parseSaltedS2K, parseIt...
alios/lab
521384cea3311f6f8baca5e7490a80df4c595bac
fixed StringToKeySpecifier stuff
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index ecf5c7c..79663d5 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,815 +1,831 @@ \begin{code} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TypeSynonymInstan...
alios/lab
44d8c310b75534f3b54032f5a1b4c2d8a6590c41
added test cases
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index 83f8bd4..ecf5c7c 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,1643 +1,1782 @@ \begin{code} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} +{-# LANGUAGE StandaloneDeriving #-} +{-# LANGUAGE TypeSynonymInst...
alios/lab
bb23995680b82643dbddf8e3092c20cec5beb264
some more code cleanup
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index f26a169..83f8bd4 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,1163 +1,1152 @@ \begin{code} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} +module OpenPGP ( Packet (..) + , PEKSKP (..) + ...
alios/lab
8366ccdf9aecce78e5c92673f717dd4f3c962396
refactored the Packet data types to use type family classes
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index f19a327..f26a169 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,1507 +1,1480 @@ \begin{code} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} import Data.Enumerator (Iteratee) import Data.Attoparsec (Pars...
alios/lab
7809a9d1a8bd5ce673620a3114e42e140069dfb5
addded parsePacket function
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index 4010ecd..f19a327 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -150,1322 +150,1327 @@ parseTime = do 1 Salted S2K 2 Reserved value 3 Iterated and Salted S2K 100 to 110 Private/Experimental S2K These are des...
alios/lab
4457fd2f90443d9288cf59f2094d59638c1f00a2
introduced Packet data type
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index fb87e87..4010ecd 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,1468 +1,1491 @@ \begin{code} +{-# LANGUAGE TypeFamilies #-} +{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} import Data.Enumerator (Iteratee) import Data.Attoparsec (Pars...
alios/lab
68904a98e43f355b7f4cb0b4a3ca3450f4e1e790
implemented signature v3 packet type parser
diff --git a/OpenPGP.lhs b/OpenPGP.lhs index a77a738..fb87e87 100644 --- a/OpenPGP.lhs +++ b/OpenPGP.lhs @@ -1,1410 +1,1517 @@ \begin{code} {-# LANGUAGE NoMonomorphismRestriction #-} import Data.Enumerator (Iteratee) import Data.Attoparsec (Parser, (<?>)) import Data.Attoparsec.Enumerator import qualified Dat...
alios/lab
2bdc295517df9c668eea9d8ac0d9f04147001cd3
added OpenPGP module
diff --git a/OpenPGP.lhs b/OpenPGP.lhs new file mode 100644 index 0000000..80644f0 --- /dev/null +++ b/OpenPGP.lhs @@ -0,0 +1,343 @@ + +\begin{code} +module OpenPGP where +import Data.Binary +import Data.Bits +import Data.Word +import Data.Tuple +import Data.ByteString.Lazy (ByteString) +import qualified Data.ByteStrin...
alios/lab
0bddccaec23ab8a9b3cb405cbaea73faa492dedc
some type system reorganization
diff --git a/MilSymb.lhs b/MilSymb.lhs index 0aa25ee..d26bd3a 100644 --- a/MilSymb.lhs +++ b/MilSymb.lhs @@ -1,137 +1,166 @@ \begin{code} -{-# LANGUAGE GADTs #-} +{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, UndecidableInstances #-} +{-# LANGUAGE GADTs #-} module MilSymb where import Data.Text (Text...
alios/lab
0fad9fb351428bd785d5ef2d36fc53c19f287959
added MilSymbol
diff --git a/MilSymb.lhs b/MilSymb.lhs new file mode 100644 index 0000000..0aa25ee --- /dev/null +++ b/MilSymb.lhs @@ -0,0 +1,137 @@ + +\begin{code} +{-# LANGUAGE GADTs #-} + +module MilSymb where + +import Data.Text (Text) +\end{code} + +\subsection{Composition of tactical symbols} +A fully displayed tactical symbol...
alios/lab
8810bfb6fe01f95ef24484bd802d8f2c115042e9
added GoogleTTS
diff --git a/GoogleTTS.hs b/GoogleTTS.hs new file mode 100644 index 0000000..fea7665 --- /dev/null +++ b/GoogleTTS.hs @@ -0,0 +1,32 @@ + +import qualified Data.Text as T + +import Data.Maybe (fromJust) +import Network.URI (parseURI) +import Network.HTTP +import Network.Browser +import qualified Data.ByteString.Lazy as ...
alios/lab
974b18dd33676f73733cdc0a173d3dbcf08829fd
added Fractus
diff --git a/Fractus b/Fractus new file mode 160000 index 0000000..de4e6c6 --- /dev/null +++ b/Fractus @@ -0,0 +1 @@ +Subproject commit de4e6c6182b19919f54348fde3800db3c4946730
alios/lab
de4e6c6182b19919f54348fde3800db3c4946730
some more tex stuff
diff --git a/fractus.lhs b/fractus.lhs index c718415..17e68d6 100644 --- a/fractus.lhs +++ b/fractus.lhs @@ -1,27 +1,39 @@ -\documentclass[a4paper]{scrartcl} +\documentclass[a4paper]{scrbook} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} +\usepackage[english]{babel} +\usepackage{fa...
alios/lab
a9ad429e6208a192c49d52a965eb1e979a60efeb
trie now works implemented quick check properties
diff --git a/Trie.hs b/Trie.hs index b259de8..9174ac9 100644 --- a/Trie.hs +++ b/Trie.hs @@ -1,42 +1,49 @@ {-# LANGUAGE MultiParamTypeClasses, TypeFamilies, FlexibleInstances #-} module Trie where +import Data.Maybe (isJust, fromJust, fromMaybe) import qualified Data.Map as M +import Test.QuickCheck - -class T...
alios/lab
b000ee4ae4634190fbed1edd1c8ed27d37ebc5db
introduced Trie
diff --git a/Trie.hs b/Trie.hs new file mode 100644 index 0000000..b259de8 --- /dev/null +++ b/Trie.hs @@ -0,0 +1,42 @@ +{-# LANGUAGE MultiParamTypeClasses, TypeFamilies, FlexibleInstances #-} + +module Trie where + +import qualified Data.Map as M + + +class Tries k v where + data Trie k v + tempty :: Trie k v + tlo...
alios/lab
4a1b8df7abbdf5a7bb7a9c8afa29911bb23dbe03
added MemWorld
diff --git a/MemWorld/LICENSE b/MemWorld/LICENSE new file mode 100644 index 0000000..c14b8f7 --- /dev/null +++ b/MemWorld/LICENSE @@ -0,0 +1,30 @@ +Copyright (c)2011, Markus Barenhoff + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that...