repo
string
commit
string
message
string
diff
string
thomaskern/heuropt_09
c659d4f92c14125427bc1f8da89d04fdc0bbf1c4
sweep enhanced
diff --git a/bsp2/src/logic/Ant.java b/bsp2/src/logic/Ant.java index cab16a8..34a4e06 100644 --- a/bsp2/src/logic/Ant.java +++ b/bsp2/src/logic/Ant.java @@ -1,139 +1,139 @@ package logic; import data.Edge; import data.EdgeList; import data.Graph; import data.Node; import data.tree.Trie; import logic.search.Vnd...
thomaskern/heuropt_09
1b0cffd6123b8fd8b77ec1e6437384875f0c7906
sweep enhanced
diff --git a/bsp2/out/production/bsp2/data/tree/Trie.class b/bsp2/out/production/bsp2/data/tree/Trie.class index cc13cd1..1a59ad0 100644 Binary files a/bsp2/out/production/bsp2/data/tree/Trie.class and b/bsp2/out/production/bsp2/data/tree/Trie.class differ diff --git a/bsp2/src/data/tree/Trie.java b/bsp2/src/data/tree/...
thomaskern/heuropt_09
1c78a6a36b0fa5f6c3aa3b85beec5ada96c99c11
sweep enhanced
diff --git a/bsp2/src/data/tree/TrieNode.java b/bsp2/src/data/tree/TrieNode.java index 522eb88..60afd10 100644 --- a/bsp2/src/data/tree/TrieNode.java +++ b/bsp2/src/data/tree/TrieNode.java @@ -1,68 +1,76 @@ package data.tree; import data.Node; public class TrieNode implements Comparable<TrieNode> { private ...
thomaskern/heuropt_09
a9661dec39a238a40980b8c8f0691aa635d4156e
enhanced visualization
diff --git a/bsp2/out/production/bsp2/logic/Aco.class b/bsp2/out/production/bsp2/logic/Aco.class index a0c1bc5..d18f44b 100644 Binary files a/bsp2/out/production/bsp2/logic/Aco.class and b/bsp2/out/production/bsp2/logic/Aco.class differ diff --git a/bsp2/src/logic/Aco.java b/bsp2/src/logic/Aco.java index b8ccfe6..6c36d...
thomaskern/heuropt_09
a3805ea8998aa57ae84dfab46bf606764e6e7da3
refactored Diagram
diff --git a/bsp2/out/production/bsp2/logic/Aco.class b/bsp2/out/production/bsp2/logic/Aco.class index 1174ba3..a0c1bc5 100644 Binary files a/bsp2/out/production/bsp2/logic/Aco.class and b/bsp2/out/production/bsp2/logic/Aco.class differ diff --git a/bsp2/src/logic/Aco.java b/bsp2/src/logic/Aco.java index 32152a9..b8ccf...
thomaskern/heuropt_09
9e5be313a69c512dbcb9e2dbf15068dd6ba6e63b
refactored Diagram
diff --git a/bsp2/src/views/Diagram.java b/bsp2/src/views/Diagram.java index fef02e3..78ae937 100644 --- a/bsp2/src/views/Diagram.java +++ b/bsp2/src/views/Diagram.java @@ -1,80 +1,73 @@ package views; import data.Node; import data.tree.Trie; import data.tree.TrieNode; import logic.Utility; import java.awt.*;...
thomaskern/heuropt_09
c30999fa8f1448dbb72b0a8a7db2534dc99b0b04
node removal from trie
diff --git a/bsp2/out/production/bsp2/data/tree/Trie.class b/bsp2/out/production/bsp2/data/tree/Trie.class index b40e8d2..cc13cd1 100644 Binary files a/bsp2/out/production/bsp2/data/tree/Trie.class and b/bsp2/out/production/bsp2/data/tree/Trie.class differ diff --git a/bsp2/src/data/tree/Trie.java b/bsp2/src/data/tree/...
buckket/hl2info
c288e11122a94a39fb0bfef6cc8b42f98735fe01
ohey, hello typedef
diff --git a/main.c b/main.c index 28216f7..1ea872f 100755 --- a/main.c +++ b/main.c @@ -1,112 +1,112 @@ // // main.c // hl2info // // Created by bucketT on 2009-10-20. // #include <stdlib.h> #include <stdio.h> #include "hl2info.h" int printServerDetails(char *ipadress,int port); int main(...
buckket/hl2info
6bd1343fc5e1450f850763a6a4a9e18174a79a1b
Moved sockaddr_in to win/bsdsock routines
diff --git a/bsdSock.c b/bsdSock.c index e5941b5..1025027 100644 --- a/bsdSock.c +++ b/bsdSock.c @@ -1,105 +1,106 @@ // // bsdSock.c // hl2info // // Created by bucketT on 2009-10-20. // #define PACKETSIZE 1400 // ============================ // = start and connect socket = // ===================...
gosshujin/gtk
0f89f736610adcad9ef82f4af9565d3abf41ed28
'README'
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
nanotech/jellybeans.vim
ddf78cf0ad5239d50bd893ac8b770c663a0326b6
Link to the Ports wiki page
diff --git a/README.markdown b/README.markdown index fa6ab41..4ea908c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,175 +1,180 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
0f054e7e19cda7ccfaac5632eccd6f7728099ac3
Mention compatibility with Vim plugin managers
diff --git a/README.markdown b/README.markdown index c7fe41d..fa6ab41 100644 --- a/README.markdown +++ b/README.markdown @@ -1,165 +1,175 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
590c9ba23ef7e343b97cbbde5fa9bfb9346ede62
Reformat example install script for readability
diff --git a/README.markdown b/README.markdown index 630dbb9..c7fe41d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,162 +1,165 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
4cbe8a8530ca8167dddddd93f86286fb99095b31
Added basic install instructions to README (curl)
diff --git a/README.markdown b/README.markdown index b298643..630dbb9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,148 +1,162 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
36f4f82bd7749928ba4e61a58b2e76effb6ecd66
Skip cterm approximation when setting GUI colors
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 0b9545c..9f86755 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,718 +1,728 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
c447029159aac86233985333fdefe8acde8ec7c5
Specialize color approximation functions on &t_Co
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index f879759..0b9545c 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,706 +1,718 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
6eae4cda5a2744b39ea8ad367ec59f0a22536ca0
Set alternate MatchParen colors in some terminals
diff --git a/README.markdown b/README.markdown index 4be3003..cd4df65 100644 --- a/README.markdown +++ b/README.markdown @@ -1,111 +1,145 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
5d9a4eaa0283319ce4ee30e36827fec90f983633
Remove Vim >= 7.0 version check
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 2d53f2e..2b231ef 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,684 +1,682 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
e0abf530053a3b92d33f98802c3578dcc6666767
Disable g:jellybeans_use_lowcolor_black by default
diff --git a/README.markdown b/README.markdown index 75cb4df..4be3003 100644 --- a/README.markdown +++ b/README.markdown @@ -1,110 +1,111 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
ca9a24b18f51acdaf3afdc516e59be3f242a44ca
Remove outdated Terminal.app plugin reference
diff --git a/README.markdown b/README.markdown index 55067fc..75cb4df 100644 --- a/README.markdown +++ b/README.markdown @@ -1,116 +1,110 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
7c5adc7b8f982daea6766ad7d8596ef6c585a741
#64 only affects Normal
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index a089a5a..0d08386 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,646 +1,643 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
2ca7d8a27072a8f449887179c3fee81cb00f8c18
Work around Vim ignoring guibg=NONE sometimes
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 6c2bc47..a089a5a 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,631 +1,650 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
8165fb586b3220883974aafda74fa79a36bf85d8
Add a note about the screenshot font to the README
diff --git a/README.markdown b/README.markdown index da3fd7c..55067fc 100644 --- a/README.markdown +++ b/README.markdown @@ -1,109 +1,116 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
ff925fe873fffd593fe97fa6b24839361d3e5417
Avoid the Vim bug in #63 by not using floats unnecessarily
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index fab434d..6c2bc47 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,668 +1,668 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
fdc7b7ecd714c9afb0a5872ae87db0b23d50ea30
Check has('termguicolors') instead of exists('&tgc')
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 86f026e..fab434d 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,580 +1,580 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
8bd01c4d7e3a710ddeb02b6ed97af32b3c47bd32
Also use high-color if `termguicolors` is set
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index e663792..86f026e 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,580 +1,580 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
8a3b0d9332f8d1b5db7763db3d8c2bafb7475fec
Set `s:low_color = 0` for terminal colors >= 88
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 651194d..e663792 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,580 +1,580 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
dbddc1633b60dfaaadb623fc6ff23514a6949a6a
Link Conceal to Operator
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 84699f5..e48944b 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,659 +1,660 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
713e530afe6d27de2afa63deb8e172cd97c0d48f
Accept "NONE" as a GUI color
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 444527d..84699f5 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,658 +1,659 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
7a637372d0ed43ca740426f010cd0963c358aaf2
Generalize background: none usage description
diff --git a/README.markdown b/README.markdown index 618d86d..da3fd7c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,107 +1,109 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
9a6a4cfec93160a9d8feedb99ce16b2ab2789316
Move the italics section up
diff --git a/README.markdown b/README.markdown index 284c5a4..87f4887 100644 --- a/README.markdown +++ b/README.markdown @@ -1,107 +1,107 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 25...
nanotech/jellybeans.vim
c4febd4ec4486962a71f04c4abb45774970c9ffe
Read-only overrides global for cleaner reloading
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 6572836..444527d 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,653 +1,658 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
bbd2cfc26f1101e232b8a84157e4213c3b27a00a
Replace use_term_background_color with overrides
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 176cabe..b55fb06 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,669 +1,653 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
c5aa91982a9d9f3781f4c0b404f517e0629af647
New config: g:jellybeans_use_gui_italics
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index da84dfe..176cabe 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,656 +1,669 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
e0b9ef9ff42b91133d7da5d36d2c264994cc3cdd
Fix 256-color mapping for white and black
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index bb5db30..da84dfe 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,656 +1,656 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
b01398984f11ae4da2cad9462dc5794993dabc9e
More accurate 256-color mapping for greys
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index d12d89a..bb5db30 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,656 +1,656 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
a11389a85b1ef89489d520f63102448106158d77
Replace background_color* configs with overrides
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index a2619a1..d12d89a 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,624 +1,656 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
577d80118fcc378ff8fde4ba36c439235cc2e24c
Independent override parameters
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index f396c62..a2619a1 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -59,544 +59,566 @@ let colors_name = "jellybeans" if has("gui_running") || &t_Co == 88 || &t_Co == 256 let s:low_color = 0 else let s:low_color = 1 endif " Co...
nanotech/jellybeans.vim
9ce5285cb6ca83a0fa6dbae84df22103f011b7da
Set use_term_background_color by default in MacVim
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 74ae03e..f396c62 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,595 +1,602 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
1e2cecee46ed3038dc53e61fad6db793ea2ab7fd
New config: g:jellybeans_use_term_background_color
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 20978ff..74ae03e 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,590 +1,595 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
2b423cf7d9d300ea7dee70fac081aeb44c186007
Allow transparency on common Linux terminals
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index c8b5653..20978ff 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,592 +1,590 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
a35befeecc166c340c5a72be93ace36924ae8169
Document g:jellybeans_use_term_italics
diff --git a/README.markdown b/README.markdown index 9cba08a..e798fa6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,65 +1,76 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 256,...
nanotech/jellybeans.vim
9c4461e086b3f97fb150f84f999289103f94880b
Added Elixir to languages
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 107bfb1..c8b5653 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,587 +1,592 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
550fcaee440a93f7a111781bd05c88daec666784
Add javascript template string.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 5e86643..107bfb1 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,584 +1,587 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
e91688db1efc0847b1f629875b92772a88bae9c9
New config variable: g:jellybeans_use_term_italics
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 1940873..5e86643 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,576 +1,584 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
66dea33e261d716f0858bc7d233f165dd078c4fe
Collect global options at the top of the script
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index f9d5397..1940873 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,569 +1,576 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
f931895c20681684278aef2ffd810730b9c36ec3
Nicer XML declaration and doctype colors
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 2fefef8..f9d5397 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,566 +1,569 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
5606ce1dc2b3f51513189ff6dccb2c2e1867d109
Match XML "=" and entity colors with HTML
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index adf7b1c..2fefef8 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,563 +1,566 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
7eb42e4b8628c56b063be413eacbe0eedeaf5a17
Uniform HTML & XML tag name and bracket colors
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 21e7dbe..adf7b1c 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,551 +1,563 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
0761708c890becd3e027551068e0ae272da003e0
More contrast for Cursor and MatchParen
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 3485b99..21e7dbe 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,551 +1,551 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
c173b85f7a99f3ccc1956040957dc279aa523a8c
Highlight `Operator` in light blue by default
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index ecedc6f..3485b99 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,549 +1,551 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
a527bbd738da78c8fb0ff02797d0b18a85f14c48
Fix PHP's $var highlight
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 846a015..ecedc6f 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,548 +1,549 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
0feb92e20db2670cf45c1a5ea19aae9d66a8947f
Highlight Haskell operators
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index ae67fb6..846a015 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,544 +1,548 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
20975570a6f1f952e19ae3293ce44b9d73fd48bd
Add a highlight for CursorLineNr.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 85bfbbe..ae67fb6 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,543 +1,544 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
879d5b0936bd0d4e0cfaa24b2eccca264d08ae86
Add highlights for Erlang.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 7ddbc4e..85bfbbe 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,535 +1,543 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
2737231a45b02e54c53c1912ba06d7e77502cb46
Add an anchor link to the screenshots.
diff --git a/README.markdown b/README.markdown index dc44f10..9cba08a 100644 --- a/README.markdown +++ b/README.markdown @@ -1,62 +1,65 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 256,...
nanotech/jellybeans.vim
dca2524142e406ef90dca4363336ae36e95830ad
Move low-color black info down under Options.
diff --git a/README.markdown b/README.markdown index 717b5db..dc44f10 100644 --- a/README.markdown +++ b/README.markdown @@ -1,53 +1,62 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 256,...
nanotech/jellybeans.vim
fa6ca195954f4cea8279e4a7e3f8abeffc2587de
Raise headers up a level.
diff --git a/README.markdown b/README.markdown index e733dbf..717b5db 100644 --- a/README.markdown +++ b/README.markdown @@ -1,53 +1,53 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 256,...
nanotech/jellybeans.vim
3391f0b8ab3c60a3ae56bc8d588909f60fd8a36e
Document g:jellybeans_overrides
diff --git a/README.markdown b/README.markdown index 4c0e0a2..e733dbf 100644 --- a/README.markdown +++ b/README.markdown @@ -1,30 +1,53 @@ jellybeans.vim ============== A colorful, dark color scheme, inspired by [ir_black][] and [twilight][]. Designed primarily for a graphical Vim, but includes support for 256,...
nanotech/jellybeans.vim
f4568fe5925892ebb282bcd09f278602026b30f9
Implement a custom highlight override system.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 382b2e3..7ddbc4e 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,513 +1,535 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
4854b12ff1f253fd49ab9dd756068f2aff174359
Reformat license text, add license attribute.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 0e056d2..382b2e3 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,507 +1,513 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
3a2f531e9f0e86a12661a6f8a7f7ffea2700222f
Clean up attribution section.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index b3de40a..0e056d2 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,507 +1,507 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
7f2c325e182a7ed9bd7f8fe0ab0705d0acf19d72
Add Github and Vim.org URLs
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index 5d01abb..b3de40a 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,505 +1,507 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
3bcb82efd93c91ce3c01ba5f29f5dd7e278a0b2b
Prevent namespace pollution.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index c5ed82c..5d01abb 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,505 +1,505 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
9baa7cec7dbfb161a0c7eab696e21a83254b9eff
Brighten GUI/256 TODO highlight.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index bd5f690..c5ed82c 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,505 +1,505 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
e5efb4c4761a9118f4d9013ac93dd55c1a6bb14c
Highlight printf format strings like interpolation.
diff --git a/colors/jellybeans.vim b/colors/jellybeans.vim index f8c5262..bd5f690 100644 --- a/colors/jellybeans.vim +++ b/colors/jellybeans.vim @@ -1,504 +1,505 @@ " Vim color file " " " __ _ _ _ " " " \ \ ___| | |_ _| |__ ___ __ _ _ __ ___ " " " \ \/...
nanotech/jellybeans.vim
3fe8b2f20317c094fdbcb048637700a0fb583976
Support the g:jellybeans_background_color_256 option
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6befc68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +Thumbs.db +*.swp diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..4c0e0a2 --- /dev/null +++ b/README.markdown @@ -0,0 +1,30 @@ +jellybeans.vim +==...
nanotech/jellybeans.vim
2c306097f8320286ae26fd9e45b9c0a8911ec210
pythonOperators are not symbolic. Highlight them.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6befc68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +Thumbs.db +*.swp diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..4c0e0a2 --- /dev/null +++ b/README.markdown @@ -0,0 +1,30 @@ +jellybeans.vim +==...
sunlightlabs/Chutney
3ac9bfd52b0f56fc75e169f2f0d2da8efb2a4834
Adding license
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bc08fe2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,619 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy...
sunlightlabs/Chutney
98268f2f0297799c955a5c299cf0d24e30304e1e
Move chutney to the new IE design.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 377df67..dcf41fc 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,139 +1,238 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
d642c6c9a2eddc3a7332e3a7b7cd771d569adf2d
Don't use scary SVN checkouts of Django.
diff --git a/chutney_server/requirements.txt b/chutney_server/requirements.txt index 70e3542..191053a 100644 --- a/chutney_server/requirements.txt +++ b/chutney_server/requirements.txt @@ -1,2 +1,3 @@ --e svn+http://code.djangoproject.com/svn/django/trunk#egg=Django +django==1.3.1 +cmemcache urllib3
sunlightlabs/Chutney
1ba32fc7f6aed76214a8f65cad7d2b5e5fc0009c
Remove the word 'chutney' from the error message.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index a329453..fe9078c 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,938 +1,938 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. //if (...
sunlightlabs/Chutney
e7b36275b0e80dcef8c3aab9ab026c50cf99bf5e
Fixing title tag location.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 6bb5041..377df67 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,139 +1,139 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
96200d844ed0e65cbaac3f55c3c7167f4a22fa91
Replacing Chutney with Checking Influence in the privacy statement.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index e4e151a..c96ca9f 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,48 +1,48 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
1e961fe8f9e3b6c626ffc1d7292fca09eef4ab57
Adding chartbeat code (refs #658).
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 88e4ce2..6bb5041 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,118 +1,139 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
c7da980e966912669be0d256d7c02cea12c77e26
Adding survey page.
diff --git a/chutney_server/chutney/templates/survey.html b/chutney_server/chutney/templates/survey.html new file mode 100644 index 0000000..c6035d3 --- /dev/null +++ b/chutney_server/chutney/templates/survey.html @@ -0,0 +1,126 @@ +{% extends "search_base.html" %} + +{% block body_class %}about flatText{% endblock %} ...
sunlightlabs/Chutney
404de20abd4638924b753610dc0503e13e4a33ce
[#677] Changed installation instructions.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index 143026c..e4e151a 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,48 +1,48 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
e032dba8aec6c3a266fe0ec3c6c48606b3c4cae5
Disabling debugging support.
diff --git a/chutney_server/chutney/urls.py b/chutney_server/chutney/urls.py index 965e839..9ebf1f1 100644 --- a/chutney_server/chutney/urls.py +++ b/chutney_server/chutney/urls.py @@ -1,15 +1,15 @@ from django.conf.urls.defaults import * from django.views.generic.simple import direct_to_template from django.conf im...
sunlightlabs/Chutney
1876e5fc23377d1005efed5633ee9ef29347d43a
trying HTTP_USER_AGENT. See if that works on production.
diff --git a/chutney_server/request_logging/middleware.py b/chutney_server/request_logging/middleware.py index bf927be..dee4067 100644 --- a/chutney_server/request_logging/middleware.py +++ b/chutney_server/request_logging/middleware.py @@ -1,80 +1,80 @@ from chutney_server.request_logging.models import Request from ...
sunlightlabs/Chutney
3ea265f1b30f93bf458e6762411fc1a37272f35c
#672 Request logging working.
diff --git a/chutney_server/logging/__init__.py b/chutney_server/request_logging/__init__.py similarity index 100% rename from chutney_server/logging/__init__.py rename to chutney_server/request_logging/__init__.py diff --git a/chutney_server/logging/middleware.py b/chutney_server/request_logging/middleware.py similari...
sunlightlabs/Chutney
066beffd09198c33cda68c042822311ff52905a3
#672 Began moving request logging over from Brisket.
diff --git a/chutney_server/logging/__init__.py b/chutney_server/logging/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/chutney_server/logging/middleware.py b/chutney_server/logging/middleware.py new file mode 100644 index 0000000..0d7a40a --- /dev/null +++ b/chutney_server/logging/middleware.py @...
sunlightlabs/Chutney
94961a7d4ec5e24227476b478749f210aa5fe1d8
New Analytics UA.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 66a20c2..88e4ce2 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,118 +1,118 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
345bd28d28c4bd0105fd86e45188f73f60141e35
added note to feedback page that we will delete data when done
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 1b99b68..a329453 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -734,625 +734,626 @@ var chutney = { )); }); } else if (window.location.href.sear...
sunlightlabs/Chutney
cd32ecd8f75660a71024d84a08ae2982ba7bea06
Made InfluenceExplorer.com reference a link
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index 00e2147..776e1a4 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,48 +1,48 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
24163b15064e47e25b491fbb47e055de1f77476a
Updating landing page description.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index 00e2147..504a255 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,48 +1,48 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
aa8eacd9f2d6d1937afab216ddad710aa92bd7b6
Changing page title to include 'Checking Influence.'
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index da3f29b..00e2147 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,46 +1,48 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
1497ab88b13703d4636fa85e8abea779e9d0687d
Adding 'no activity' message to lobbying.
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 9698e26..0d70fdc 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,256 +1,257 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
dc9d61d325a76a2be99d32f26b12262dea63a864
IE fixes
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 07d29e9..371afd4 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,250 +1,250 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
4354765819e8e9ef3971ca06ba1a9bc3669a9c56
IE changes
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 3a36028..07d29e9 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,250 +1,250 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
b13c9d994af25b2d48c066f8fef135b09ff63c04
IE changes
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index c4c4b7e..3a36028 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,249 +1,250 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
90fe2a81b9413acd5f3cbd921ac45e2ee1b5d625
changes to work in IE
diff --git a/chutney_server/media/css/style.css b/chutney_server/media/css/style.css index 9698e26..c4c4b7e 100644 --- a/chutney_server/media/css/style.css +++ b/chutney_server/media/css/style.css @@ -1,256 +1,249 @@ /* * YUI Resect CSS version: 2.2.2 * Copyright (c) 2007, Yahoo! Inc. All rights reserved. * Lic...
sunlightlabs/Chutney
08e8ef5363bbb05f404d4cf853b37dcde0b3c253
Taking absolute values of all amounts.
diff --git a/chutney_server/media/js/chutney.js b/chutney_server/media/js/chutney.js index 29e199c..052b77d 100644 --- a/chutney_server/media/js/chutney.js +++ b/chutney_server/media/js/chutney.js @@ -1,724 +1,724 @@ jQuery.noConflict(); // Define window.console in case we forget to remove a console.log call. //if (...
sunlightlabs/Chutney
ee6b51d4e2191839a3be7ef0cdbd5ed37e693e65
Fixing button href.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index 9e0e879..da3f29b 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,46 +1,46 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
ca35b4977959cb4eeccc46e0f696bd71483a0303
Fixing button text.
diff --git a/chutney_server/chutney/templates/chutney/home.html b/chutney_server/chutney/templates/chutney/home.html index cf0afb2..9e0e879 100644 --- a/chutney_server/chutney/templates/chutney/home.html +++ b/chutney_server/chutney/templates/chutney/home.html @@ -1,46 +1,46 @@ {% extends "search_base.html" %} {% b...
sunlightlabs/Chutney
7f54c709b8452d822f28d1cfaad4597fbd6554ee
Making Typekit use SSL.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 842dd9d..66a20c2 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,118 +1,118 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
207a0dec314462d4a31af707efda4be19d74289f
Commenting out the hat for now due to SSL glitches.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 3308ebd..842dd9d 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,118 +1,118 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
26c26745ddba977cf634468847e1bcc51b03b873
Fixing SSL warnings for media.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index aedd6ae..3308ebd 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,118 +1,118 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
dbf1d15d162c44252eee4863ad158bcc1d882798
Switching temporarily to an alternate copy of the CSS until full launch.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index cc59a74..aedd6ae 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,118 +1,118 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/...
sunlightlabs/Chutney
cfb0b9c7da75840a2e0da075269de8964190fca1
Adding new landing page.
diff --git a/chutney_server/chutney/templates/base.html b/chutney_server/chutney/templates/base.html index 87b8dc1..cc59a74 100644 --- a/chutney_server/chutney/templates/base.html +++ b/chutney_server/chutney/templates/base.html @@ -1,13 +1,118 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3...
sunlightlabs/Chutney
23cbf4e3663a825507e93f96ee3535af875a2317
added Eclipse files to .gitignore
diff --git a/.gitignore b/.gitignore index 9fa5bd5..cad3423 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.pyc *.swp .sass-cache local_settings.py test_files/* +.pydevproject +.project \ No newline at end of file