repo string | commit string | message string | diff string |
|---|---|---|---|
viirya/image-quantization-server | b31b516576cded7ca08ed5dc76598f925607b80f | added loader for tree meta data. fixed bug of parsing query features. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index 182b210..aa64129 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,292 +1,330 @@
package org.viirya.quantizer
import scala.io.Source
import scala.actors.Actor
import scala.actors.Actor._
im... |
viirya/image-quantization-server | 323ae9d632d4622535e49fe0afe5660965262b02 | connect to quantization service. | diff --git a/src/main/web/inc/cbir.inc b/src/main/web/inc/cbir.inc
new file mode 100644
index 0000000..3644371
--- /dev/null
+++ b/src/main/web/inc/cbir.inc
@@ -0,0 +1,191 @@
+<?php
+
+function merge_query_result($arg) {
+
+ $ret = array();
+
+ $flickr_photos = $arg['results'];
+ $weights = $arg['weights'];
+
+ $re... |
viirya/image-quantization-server | d3cef2b159ce05ea4611215968dddd66aa3760db | remove debug message. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index ece8e9e..182b210 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,293 +1,292 @@
package org.viirya.quantizer
import scala.io.Source
import scala.actors.Actor
import scala.actors.Actor._
im... |
viirya/image-quantization-server | 7eccaccf38440903587d1a4c906c41d39f7cd15b | POST parameter used. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index ef70598..ece8e9e 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,257 +1,293 @@
package org.viirya.quantizer
import scala.io.Source
import scala.actors.Actor
import scala.actors.Actor._
im... |
viirya/image-quantization-server | a6d22e00d1634191056764bc4926b428e4e9c1fb | Web-based service interface added. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index 2662821..ef70598 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,166 +1,257 @@
package org.viirya.quantizer
import scala.io.Source
+import scala.actors.Actor
+import scala.actors.Actor._
+
+im... |
viirya/image-quantization-server | bfd2b29996c5e1d187584a924ba775faccaed570 | fixed out of array bug in calculating distance | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index eb5e690..2662821 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,166 +1,166 @@
package org.viirya.quantizer
import scala.io.Source
case class MTree(id: Int, value: Array[Float], var child... |
viirya/image-quantization-server | d96440656b832c53bacf64e010ef28118880f61c | web interface. | diff --git a/src/main/web/bin/extract_features_64bit.ln b/src/main/web/bin/extract_features_64bit.ln
new file mode 100755
index 0000000..2b3c942
Binary files /dev/null and b/src/main/web/bin/extract_features_64bit.ln differ
diff --git a/src/main/web/cbir.html b/src/main/web/cbir.html
new file mode 100644
index 0000000.... |
viirya/image-quantization-server | b6b77574e4a9a0eac50bd4ad270c40f76380032f | added quantizing function. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index 7f0ae20..eb5e690 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,143 +1,166 @@
package org.viirya.quantizer
import scala.io.Source
case class MTree(id: Int, value: Array[Float], var child... |
viirya/image-quantization-server | 448a144f0f98d57773105413be4c729999764e88 | fix debug message. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index d2ddc09..7f0ae20 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,142 +1,143 @@
package org.viirya.quantizer
import scala.io.Source
case class MTree(id: Int, value: Array[Float], var child... |
viirya/image-quantization-server | e5e01139b79fe3b9d342c678cce40fba6f8197cf | added Query class to load SIFT features to quantize | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index cae9701..d2ddc09 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,91 +1,142 @@
package org.viirya.quantizer
import scala.io.Source
-case class MTree[T](id: Int, value: Array[T], var childre... |
viirya/image-quantization-server | f5ff8683e828808b9fe9b7e9f54130cc597171e4 | add usage message. | diff --git a/src/main/scala/quantizer.scala b/src/main/scala/quantizer.scala
index 1da0ebe..cae9701 100644
--- a/src/main/scala/quantizer.scala
+++ b/src/main/scala/quantizer.scala
@@ -1,84 +1,91 @@
package org.viirya.quantizer
import scala.io.Source
case class MTree[T](id: Int, value: Array[T], var children... |
kolia/cones_MC | 4c34401cad2893169e6cb436a3efe528709dfc0c | bugfix | diff --git a/main.m b/main.m
index dd344b6..4a6f046 100644
--- a/main.m
+++ b/main.m
@@ -1,56 +1,56 @@
cone_map.datafolder = 'peach' ;
addpath(genpath(pwd))
%% LOAD DATA
load(sprintf('%s/stas', cone_map.datafolder)) % stas struct contains fields:
% stas(i).spikes : the list of spike times of cell i
% stas... |
kolia/cones_MC | f6a2d9c72ca0c5eb689a8651e9ff6ef74e95b5f9 | bugfix | diff --git a/SimTempMCMC.m b/SimTempMCMC.m
index 2a21ebf..01bb31b 100644
--- a/SimTempMCMC.m
+++ b/SimTempMCMC.m
@@ -1,86 +1,86 @@
function [X,ST] = SimTempMCMC( X, PROB, ST , j )
% Simulated Tempering + Wang-Landau update
% simTempMCMC : We update the state, and then update the temperature
% ST (Simulated Tem... |
kolia/cones_MC | 434a6e4e4148c30ff67c26c1a2ead4348dcb904d | routine changes | diff --git a/main.m b/main.m
index 5d6fb3c..dd344b6 100644
--- a/main.m
+++ b/main.m
@@ -1,56 +1,56 @@
cone_map.datafolder = 'peach' ;
addpath(genpath(pwd))
%% LOAD DATA
load(sprintf('%s/stas', cone_map.datafolder)) % stas struct contains fields:
% stas(i).spikes : the list of spike times of cell i
% stas... |
kolia/cones_MC | f3801be15c2c2555c408a8cf3b280db3f49e8811 | CAST using new SimTempMCMC, starts with just 2 temperatures | diff --git a/CAST.m b/CAST.m
index 3bffe18..1d66fd0 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,208 +1,206 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | 5a7e8e8b2c897d8c3e082f27a884c8abff1dc41f | refine_mesh does simple interpolation with a curvature parameter | diff --git a/refine_mesh.m b/refine_mesh.m
new file mode 100644
index 0000000..3146c09
--- /dev/null
+++ b/refine_mesh.m
@@ -0,0 +1,27 @@
+function [Y,Z] = refine_mesh(X, curvature)
+% Consider each column of X to be the values of a function on a mesh.
+% Refine this mesh by making X larger in the first dimension, addi... |
kolia/cones_MC | e493874112d716356e19c70acaf96a67c1553c81 | SimTempMCMC builds up temperatures by interpolating successively | diff --git a/SimTempMCMC.m b/SimTempMCMC.m
index d6f4786..2a21ebf 100644
--- a/SimTempMCMC.m
+++ b/SimTempMCMC.m
@@ -1,68 +1,86 @@
function [X,ST] = SimTempMCMC( X, PROB, ST , j )
% Simulated Tempering + Wang-Landau update
% simTempMCMC : We update the state, and then update the temperature
% ST (Simulated Tem... |
kolia/cones_MC | e52e83078f0f271f522fd9f15172eb47584ba3e0 | routine change | diff --git a/main.m b/main.m
index f35e0ed..5d6fb3c 100644
--- a/main.m
+++ b/main.m
@@ -1,56 +1,56 @@
cone_map.datafolder = 'peach' ;
addpath(genpath(pwd))
%% LOAD DATA
load(sprintf('%s/stas', cone_map.datafolder)) % stas struct contains fields:
% stas(i).spikes : the list of spike times of cell i
% stas... |
kolia/cones_MC | 9c6e0fe370e95f75a6995b6e01f048d4d094da20 | slight change in LL, helps apparently | diff --git a/calculate_LL.m b/calculate_LL.m
index 6ad3583..3c1b9e8 100644
--- a/calculate_LL.m
+++ b/calculate_LL.m
@@ -1,10 +1,10 @@
function ll = calculate_LL( X , PROB , T )
if X.N_cones>0
ll = 0.5 * T(1) * (sum( PROB.N_cones_terms .* sum(abs(X.sparse_STA_W_state)>0,2)) + ...
- sum( PROB.quad_f... |
kolia/cones_MC | 558a332ed3c623d924d52c780fcbf84d7c18bed0 | SimTempMCMC.m was incorrect, now implements Wang-Landau properly | diff --git a/SimTempMCMC.m b/SimTempMCMC.m
index ecbdb09..d6f4786 100644
--- a/SimTempMCMC.m
+++ b/SimTempMCMC.m
@@ -1,41 +1,68 @@
-function ST = SimTempMCMC( X, PROB, LL, ST , j )
+function [X,ST] = SimTempMCMC( X, PROB, ST , j )
% Simulated Tempering + Wang-Landau update
% simTempMCMC : We update the state, and ... |
kolia/cones_MC | be47b7a0a5f0e66e6d9dffa273e693d22aadcc9d | move.m returns single proposal, calculated reverse proposal probe, for MH | diff --git a/move.m b/move.m
index eed3160..e6340a1 100644
--- a/move.m
+++ b/move.m
@@ -1,131 +1,132 @@
-function samples = move( X , PROB , T , n )
-% samples = move( X , PROB , n )
-% Draw n trial flips starting from state X.
+function sample = move( X , PROB , T )
+% sample = move( X , PROB )
+% Draw a trial flips ... |
kolia/cones_MC | 878e07277e06b81b4ad135a5e67b5b55e7f57df3 | restructured swap code | diff --git a/swap/swap_closure.m b/swap/swap_closure.m
index 65474a4..a212df5 100644
--- a/swap/swap_closure.m
+++ b/swap/swap_closure.m
@@ -1,158 +1,53 @@
-function XS = swap_closure( X , T, otherX , oT, PROB )
+function [slowX,fastX,class] = swap_closure( slowX , slowT, fastX , fastT, PROB, class )
% Combine two sys... |
kolia/cones_MC | d38013d33a57370cbb229da6a75355efac889308 | CAST and MCMC now use Metropolis-Hastings | diff --git a/CAST.m b/CAST.m
index 0ec3303..3bffe18 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,194 +1,208 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | d0e91f19a27f4c4b4e0d4f6ccbbb99e9752e7d75 | parameter tweaks in CAST | diff --git a/CAST.m b/CAST.m
index 84385cb..0ec3303 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,194 +1,194 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | d4ace03ab4576f74f4604d08e441d8978d52be0a | parameter tweaks in CAST | diff --git a/CAST.m b/CAST.m
index f09cae3..84385cb 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,193 +1,194 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | fb64809680e12f5f61c4b258d685130f4569ef3f | MCMC_step unused. | diff --git a/CAST.m b/CAST.m
index 0b8a54e..f09cae3 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,192 +1,193 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | 0f8f0349152a1c7b9589eeb16d056f279bf5df2a | use m2html for documentation | diff --git a/README.md b/README.md
index ca01c4b..94619a6 100644
--- a/README.md
+++ b/README.md
@@ -1,51 +1,50 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | 8808c12b005898e4ac0ed97b825060641efe52aa | m2html documentation; it works well⦠| diff --git a/README.md b/README.md
index 76c7762..ca01c4b 100644
--- a/README.md
+++ b/README.md
@@ -1,44 +1,51 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | eb53a0cf8e9cba10001cad377129e8c087dcae6c | markdowning some more | diff --git a/README.md b/README.md
index ab4ae51..6864799 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,26 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | de9ee366d10343b1cb9018ffd54dbbd3ee6d938a | markdowning some more | diff --git a/README.md b/README.md
index 527dc6d..ab4ae51 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,25 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | aaca3eb449f85da1e5b5c7702f22a78cd5629d48 | markdowning some more | diff --git a/README.md b/README.md
index fd19302..527dc6d 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,25 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | 02d8f6d29333e849a976ff3fd0002ae6a650019c | mark downing some more | diff --git a/README.md b/README.md
index 589a478..fd19302 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,32 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | ce5e910fa7f79fa8d3728b730d8745c01e9fb7f2 | markdowning | diff --git a/README.md b/README.md
index b85fe25..589a478 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,32 @@
USAGE
------
`main.m` details typical usage: loading data, preparing calculations,
running calculations and making some plots.
INPUTS
------
place the following two files containing your da... |
kolia/cones_MC | 8f01e29c00624697a3096f05d7213def5975f04b | Shaping up the README.md | diff --git a/README.md b/README.md
index d5af7f1..b85fe25 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,25 @@
-USEAGE
+USAGE
------
+`main.m` details typical usage: loading data, preparing calculations,
+running calculations and making some plots.
-Place `peach_data.mat` and `cone_params.mat` in the folder w... |
kolia/cones_MC | 9c8d1e512eb3dcc15be59c9fb764bbadcea1312c | routine change | diff --git a/main.m b/main.m
index 7095500..f35e0ed 100644
--- a/main.m
+++ b/main.m
@@ -1,56 +1,56 @@
cone_map.datafolder = 'peach' ;
addpath(genpath(pwd))
%% LOAD DATA
load(sprintf('%s/stas', cone_map.datafolder)) % stas struct contains fields:
% stas(i).spikes : the list of spike times of cell i
% stas... |
kolia/cones_MC | dd84cfb2869820226ca5fec721988b6c5ac1b3fc | dancing_cones_movie.svg naming for clarity | diff --git a/svg_movie.m b/svg_movie.m
index 7ba2c9b..8c631d0 100644
--- a/svg_movie.m
+++ b/svg_movie.m
@@ -1,78 +1,78 @@
function svg = svg_movie( init , dX , greedy, NICE )
data = 'data = [' ;
iterations = zeros(numel(dX),1) ;
for j=1:numel(iterations)
iterations(j) = size(dX{j},1) ;
end
for i=[1 nnz(... |
kolia/cones_MC | cb8a6373eab36f5ffc573305a31a2aed9bbd8fa4 | added .svg extensions to new make_plots plots | diff --git a/make_plots.m b/make_plots.m
index 7ca5d61..9ef5f61 100644
--- a/make_plots.m
+++ b/make_plots.m
@@ -1,82 +1,82 @@
function make_plots( result, varargin )
% make_plots( X )
% or make_plots( X, cone_map )
% or make_plots( result )
% where X = result.X and cone_map = result
% as retur... |
kolia/cones_MC | ce80eb765ff68c4959331d7d2f328223732ad32e | gitignoring *.*~ matlab autosave files | diff --git a/.gitignore b/.gitignore
index 1bc82e2..1483866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,18 @@
*.mat
*.jpg
*.pdf
*.png
*.eps
*.jar
*.log
batik
figs
-*.m~
+*.*~
.unison.*
cluster__*
plots_for_*
LL_ncones.svg
evidence.png
Best_Greed_MCMC_CAST.svg
timeline__*.svg
*.DS_Store
|
kolia/cones_MC | 435eede7f8efa29b08d8d72ab9395ced5c2389b8 | cosmetic | diff --git a/fullstas2stas.m b/fullstas2stas.m
index 71d03d2..160f3cf 100644
--- a/fullstas2stas.m
+++ b/fullstas2stas.m
@@ -1,26 +1,26 @@
load george/full_stas
load george/time_courses
load george/datarun
-rf = zeros( 160, 160, 3 ) ; %0 * squeeze(full_stas{1}(:,:,:,1)) ;
+rf = zeros( 160, 160, 3 ) ;
k = 0 ;
r... |
kolia/cones_MC | d59cff2276a8b78306b4958cac6f8dbcb0e1bc4e | plot_cones_field now takes X as well as confidence | diff --git a/make_plots.m b/make_plots.m
index b0b2322..7ca5d61 100644
--- a/make_plots.m
+++ b/make_plots.m
@@ -1,79 +1,82 @@
function make_plots( result, varargin )
% make_plots( X )
% or make_plots( X, cone_map )
% or make_plots( result )
% where X = result.X and cone_map = result
% as retur... |
kolia/cones_MC | c5d5e1adf08a385e6a1d41b340b94611ac1bef34 | bugfix | diff --git a/make_plots.m b/make_plots.m
index 7953962..b0b2322 100644
--- a/make_plots.m
+++ b/make_plots.m
@@ -1,79 +1,79 @@
function make_plots( result, varargin )
% make_plots( X )
% or make_plots( X, cone_map )
% or make_plots( result )
% where X = result.X and cone_map = result
% as retur... |
kolia/cones_MC | 5cc7ce9ffac0efc06b3deb4d7a3c4e1cbbd96ba3 | using plot_cones_matlab instead of plot_cones | diff --git a/greedy.m b/greedy.m
index a816678..13caab4 100644
--- a/greedy.m
+++ b/greedy.m
@@ -1,88 +1,88 @@
function cone_map = GREEDY( cone_map , speed )
warning off
if nargin<2 % default is regular greedy (anything but 0: 'hot' version)
speed = 0 ;
end
% plot, display, and save every N iterations... |
kolia/cones_MC | 9614477cccbf467fb09dc6e854a3024beec49649 | using plot_cones_matlab instead of plot_cones | diff --git a/CAST.m b/CAST.m
index 1cc0c8d..0b8a54e 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,192 +1,192 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | e02ed569b08d199a8dd899372bb23f4a25a362fa | routine changes to main | diff --git a/main.m b/main.m
index 87874b3..7095500 100644
--- a/main.m
+++ b/main.m
@@ -1,54 +1,56 @@
cone_map.datafolder = 'peach' ;
addpath(genpath(pwd))
%% LOAD DATA
load(sprintf('%s/stas', cone_map.datafolder)) % stas struct contains fields:
% stas(i).spikes : the list of spike times of cell i
% stas... |
kolia/cones_MC | 53222fe6d038054fea0b284f3aebd213e4a02477 | plotters save to simpler file names | diff --git a/plot_Greedy_MCMC_CAST.m b/plot_Greedy_MCMC_CAST.m
index 16b521d..df84fe5 100644
--- a/plot_Greedy_MCMC_CAST.m
+++ b/plot_Greedy_MCMC_CAST.m
@@ -1,39 +1,39 @@
function svg = plot_Greedy_MCMC_CAST( greed , mcmc , cast , PROB )
[~,ll,states,keep] = get_best( [mcmc ; cast ; {greed}] ) ;
id = [ones(numel(m... |
kolia/cones_MC | 07e605655f6752dad644750bb88bb0096e64f1b3 | greedy does not save_disk_space by default | diff --git a/greedy.m b/greedy.m
index 10a1e31..a816678 100644
--- a/greedy.m
+++ b/greedy.m
@@ -1,80 +1,88 @@
function cone_map = GREEDY( cone_map , speed )
warning off
if nargin<2 % default is regular greedy (anything but 0: 'hot' version)
speed = 0 ;
end
% plot, display, and save every N iterations... |
kolia/cones_MC | ed00558e13b07cf4ce568c9d2e6e828d97f61346 | cosmetic | diff --git a/cone_map_string.m b/cone_map_string.m
index 4fa22b9..531d33c 100644
--- a/cone_map_string.m
+++ b/cone_map_string.m
@@ -1,7 +1,8 @@
function base_str = cone_map_string(cone_map)
base_str = sprintf('%s__%.0eiters', cone_map.datafolder,cone_map.N_iterations) ;
base_str(base_str=='+') = '' ;
base_str... |
kolia/cones_MC | 5df548c05fdd56053744c420c78c75f9a3fa77d2 | svg_movie works with ROIs of varying sizes | diff --git a/dance.js b/dance.js
index 6995f31..c7012d1 100644
--- a/dance.js
+++ b/dance.js
@@ -1,53 +1,65 @@
var svgDocument;
var xmlns="http://www.w3.org/2000/svg"
var xlinkns = "http://www.w3.org/1999/xlink"
function startup(evt) {
O=evt.target
svgDocument=O.ownerDocument
O.setAttribute("onmousedown","... |
kolia/cones_MC | f32eebaf3db77cbdf539dcd27ae19f0c5b99f2e0 | new make_plots plot whatever it can using results from CAST and MCMC | diff --git a/make_plots.m b/make_plots.m
index fcbba5d..2d34a5e 100644
--- a/make_plots.m
+++ b/make_plots.m
@@ -1,42 +1,80 @@
-function make_plots(greed,mcmc,cast,cone_map)
+function make_plots( result, varargin )
+% make_plots( X )
+% or make_plots( X, cone_map )
+% or make_plots( result )
+% where X = re... |
kolia/cones_MC | 76faaef3208e6cb2935546d6a9f3b24ee1352e10 | exact_L_setup and remake_cone_map use transfer_info | diff --git a/exact_LL_setup.m b/exact_LL_setup.m
index 322862a..d481509 100644
--- a/exact_LL_setup.m
+++ b/exact_LL_setup.m
@@ -1,224 +1,228 @@
function cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
%% cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
% Expand data and parameters into v... |
kolia/cones_MC | 250f32b38c66bc0ce2aeec4e580bd5578b1730c1 | CAST and MCMC do not save_disk_space by default anymore | diff --git a/CAST.m b/CAST.m
index eeec76f..1cc0c8d 100644
--- a/CAST.m
+++ b/CAST.m
@@ -1,184 +1,192 @@
function to_save = CAST( cone_map , ID )
% IDs for each chain on the cluster; not useful for single local execution
if nargin>1 , cone_map.ID = ID ; end
% has_evidence is true only where cones contribu... |
kolia/cones_MC | 79e6a54579452dab234a59bdcc7740c8e8dc2d5b | renamed old make_plots to make_paper_plots | diff --git a/make_paper_plots.m b/make_paper_plots.m
new file mode 100644
index 0000000..fcbba5d
--- /dev/null
+++ b/make_paper_plots.m
@@ -0,0 +1,42 @@
+function make_plots(greed,mcmc,cast,cone_map)
+
+% if nargin<4
+% cone_map = remake_cone_map(mcmc{1}) ;
+% end
+
+folder_name = cone_map_string(cone_map);
+
+file... |
kolia/cones_MC | fee3ec36c0b01c0f71c3d84c5cf51300786f6ee2 | remake_initX restores initX as necessary | diff --git a/remake_initX.m b/remake_initX.m
new file mode 100644
index 0000000..89ccdee
--- /dev/null
+++ b/remake_initX.m
@@ -0,0 +1,23 @@
+function cone_map = remake_initX( cone_map, hot )
+% remake cone_map.initX if it was deleted
+
+if ~isfield(cone_map,'initX')
+ if nargin<2, hot = false ; end
+
+ %% initia... |
kolia/cones_MC | f206b5ceb29ccec70729acb3874d4d1c6e1b320b | transfer_info transfers all fields with fewer than 10000 bytes | diff --git a/transfer_info.m b/transfer_info.m
new file mode 100644
index 0000000..73a5e96
--- /dev/null
+++ b/transfer_info.m
@@ -0,0 +1,22 @@
+function B = transfer_info( A, B, byte_cutoff )
+% Transfer all fields that are in a but not in b into b, only if their
+% contents are smaller than byte_cutoff bytes (default... |
kolia/cones_MC | 142a57a7c43a44488a22dca1a051acca0ee55a48 | renamed cone_map.type to cone_map.datafolder | diff --git a/cone_map_string.m b/cone_map_string.m
index 78c1d73..4fa22b9 100644
--- a/cone_map_string.m
+++ b/cone_map_string.m
@@ -1,7 +1,7 @@
function base_str = cone_map_string(cone_map)
-base_str = sprintf('%s__%.0eiters', cone_map.type,cone_map.N_iterations) ;
+base_str = sprintf('%s__%.0eiters', cone_map.da... |
kolia/cones_MC | e689bf0341bb626b74cbf2ca792a9aa914298705 | renamed greedy_cones to greedy, and greedy to greedy_regular | diff --git a/greedy.m b/greedy.m
index f19bbf1..10a1e31 100644
--- a/greedy.m
+++ b/greedy.m
@@ -1,105 +1,80 @@
-function [X,done] = greedy( X , PROB )
+function cone_map = GREEDY( cone_map , speed )
-% if X.N_cones == 0
-% profile clear
-% profile on
-% elseif mod(X.N_cones,10) == 0
-% p = profile('info'... |
kolia/cones_MC | e0dd32ca6f8a35123c72fdc407241f7f5cb91bdc | bugfix | diff --git a/MCMC.m b/MCMC.m
index 937e609..b22eb6c 100644
--- a/MCMC.m
+++ b/MCMC.m
@@ -1,119 +1,119 @@
function to_save = MCMC( cone_map , ID )
% defaults
default( cone_map , 'N_iterations' , 1000000)
default( cone_map , 'plot_every' , 0 )
default( cone_map , 'display_every' , 50 )
default( cone_... |
kolia/cones_MC | b5e3157c66cacacf8bb83a8b9794aa6290ccd85c | bugfix | diff --git a/remake_X.m b/remake_X.m
index 7db1483..cc395db 100644
--- a/remake_X.m
+++ b/remake_X.m
@@ -1,27 +1,27 @@
function Y = remake_X( cone_map, X )
Y = X ;
if ~isfield(X,'WW') || ~isfield(X,'contact')
Y = initialize_X( cone_map.M0, cone_map.M1, ...
cone_map.N_colors, cone_map.... |
kolia/cones_MC | 2582da964d22b44f34d75f94ddf2d334a3379185 | removed ROI info from main_CAST | diff --git a/main_CAST.m b/main_CAST.m
index 2f25f18..cb3e80b 100644
--- a/main_CAST.m
+++ b/main_CAST.m
@@ -1,35 +1,47 @@
-% function main_CAST( type )
-type = 0 ;
+type = 1 ;
-cone_map = make_cone_map( type ) ;
+warning off
-base_str = cone_map_string( cone_map ) ;
+if type==1
+ type = 'peach' ;
+ load peac... |
kolia/cones_MC | 0f1bffc5ead41db25ab393c8e63d6a91eec8fc59 | comment in flip_LL | diff --git a/flip_LL.m b/flip_LL.m
index a31e780..70f7c4e 100644
--- a/flip_LL.m
+++ b/flip_LL.m
@@ -1,155 +1,156 @@
function X = flip_LL( X , flips , PROB , T )
% X = flip_LL( X , flips , PROB , T )
%
-% pardon my appearance, i've been optimized for speed, not prettiness
+% This is where most cpu time is spent,
+% ... |
kolia/cones_MC | 02d7c3e3395d0cf7ca421f064bacc7eb270fc868 | cone_map_string only uses type and N_iterations | diff --git a/cone_map_string.m b/cone_map_string.m
index 75310aa..78c1d73 100644
--- a/cone_map_string.m
+++ b/cone_map_string.m
@@ -1,15 +1,7 @@
function base_str = cone_map_string(cone_map)
-% log_iters = round( log(cone_map.N_iterations)/log(10) ) ;
-
-base_str = sprintf('%s_NROI%d_ROI%d%d_support%d_SS%d_beta%.1... |
kolia/cones_MC | 3ab2e66d155993e9411bb2c6fc0e7cef843fbd64 | commented exact_LL_setup | diff --git a/exact_LL_setup.m b/exact_LL_setup.m
index ce58ff3..322862a 100644
--- a/exact_LL_setup.m
+++ b/exact_LL_setup.m
@@ -1,216 +1,224 @@
function cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
%% cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
% Expand data and parameters into v... |
kolia/cones_MC | 97cf816ecc685e3f671417ace204d705282f1019 | cosmetic | diff --git a/exact_LL_setup.m b/exact_LL_setup.m
index b13faed..ce58ff3 100644
--- a/exact_LL_setup.m
+++ b/exact_LL_setup.m
@@ -1,216 +1,216 @@
function cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
%% cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
% Expand data and parameters into v... |
kolia/cones_MC | 27c7bb5ada3a066095cc3414d0feec0cb457d01f | X.connections was unused | diff --git a/exact_LL_setup.m b/exact_LL_setup.m
index 1d0dc95..b13faed 100644
--- a/exact_LL_setup.m
+++ b/exact_LL_setup.m
@@ -1,219 +1,216 @@
function cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
%% cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
% Expand data and parameters into v... |
kolia/cones_MC | b17a78a451afab7bc2d631d61bd22b85f1f9d8f3 | cleaned up greedy_cones and main | diff --git a/greedy_cones.m b/greedy_cones.m
index f19b7ce..b331d9a 100644
--- a/greedy_cones.m
+++ b/greedy_cones.m
@@ -1,86 +1,80 @@
function cone_map = greedy_cones( cone_map , speed )
warning off
if nargin<2 % default is regular greedy (anything but 0: 'hot' version)
speed = 0 ;
end
-%% PARAMS from... |
kolia/cones_MC | 88fdf820539556887d86c368f8123cff8b71fda2 | cleaned exact_LL_setup up a bit | diff --git a/exact_LL_setup.m b/exact_LL_setup.m
index 926d4d1..1d0dc95 100644
--- a/exact_LL_setup.m
+++ b/exact_LL_setup.m
@@ -1,224 +1,219 @@
function cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
%% cone_map = exact_LL_setup( GC_stas , cone_params , cone_map )
% Expand data and parameters into v... |
kolia/cones_MC | 61ea22a8f9ae50ff1062c86b2560cf5d3fead7a8 | deleted dead comments | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1bc82e2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+*.mat
+*.jpg
+*.pdf
+*.png
+*.eps
+*.jar
+*.log
+batik
+figs
+*.m~
+.unison.*
+cluster__*
+plots_for_*
+LL_ncones.svg
+evidence.png
+Best_Greed_MCMC_CAST.svg
+timeline__*.svg
+*.DS_Store
dif... |
beepscore/GalleryDesktopService | fbc6884d6c00b8695379344b4bd809a41b5b0118 | Add autorelease pool. Without pool, if iPhone client quits during send, console logs | diff --git a/ApplicationController.m b/ApplicationController.m
index 8f81c52..94d0edc 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,442 +1,442 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 40aa20dad3ccd78b826e24b7f3f630d8b0ca5d52 | Add try-catch blocks to handle async send and recieve errors instead of crashing. | diff --git a/ApplicationController.m b/ApplicationController.m
index b3ed0fe..8f81c52 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,448 +1,442 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 1b78ea806ad020047c5b92d88898681a644cc5e9 | In imageBrowser:cellWasDoubleClickedAtIndex: send image. | diff --git a/ApplicationController.m b/ApplicationController.m
index 37ab7a5..b3ed0fe 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,452 +1,448 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | c817b6d761157dd5baa68afbba0831c370a5a111 | When asynchronous send completes, stop progressIndicator animation. | diff --git a/ApplicationController.h b/ApplicationController.h
index a65a889..96d4d58 100644
--- a/ApplicationController.h
+++ b/ApplicationController.h
@@ -1,50 +1,53 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions Co... |
beepscore/GalleryDesktopService | c6aa496ceeb39023cf1fef06e81c8d02898df36e | Refactor/rename asynchSendWithDictionary: to sendWithDictionary: | diff --git a/ImageShareService.m b/ImageShareService.m
index add4363..2429aed 100644
--- a/ImageShareService.m
+++ b/ImageShareService.m
@@ -1,391 +1,394 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ImageShareService.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions Copyright Beepscore ... |
beepscore/GalleryDesktopService | 73b4af75d073b30e42893ac43c5fcb572c187198 | Change send from synchronous to asynchronous. | diff --git a/ApplicationController.m b/ApplicationController.m
index ef1f5c8..744b00c 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,447 +1,449 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | e7e861d3d813ad7c69aa0411b6eb4371e36f796c | Delete soyuz image- it had white strip at bottom, could be confused with border. | diff --git a/ApplicationController.m b/ApplicationController.m
index 6e2769f..ef1f5c8 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,447 +1,447 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | c8e137a6d71f115d8aef122f8e4c903f0a4e0c79 | Add progress indicator for send. | diff --git a/ApplicationController.h b/ApplicationController.h
index bae76cb..a65a889 100644
--- a/ApplicationController.h
+++ b/ApplicationController.h
@@ -1,44 +1,50 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions Co... |
beepscore/GalleryDesktopService | 660e372783759133f13035f21ec84d2dca4ef6c0 | In sendImage:, add checks on image selection. | diff --git a/ApplicationController.m b/ApplicationController.m
index e4ca795..351410f 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,416 +1,436 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | d6b86495c7b02700d3069cb81bc99940aa7cae0e | Add gif, pdf, and png public domain images. All show on Mac, pdf doesn't show on iPhone. | diff --git a/ApplicationController.m b/ApplicationController.m
index 6814b07..e4ca795 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,411 +1,416 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | bda12eaff284d62a9727b60d308d059644363d00 | Set browser cells style to show title. Shorten title to lastPathComponent. | diff --git a/ApplicationController.m b/ApplicationController.m
index 2d0b38b..6814b07 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,408 +1,411 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 15c82ef86e22534b8b922ceee8a726bdafb0b956 | Add images from application bundle. | diff --git a/ApplicationController.m b/ApplicationController.m
index bee074a..2d0b38b 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,402 +1,408 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | fb252b43c187a8786865daebe09c937d76921453 | In sendImage, add check for no selected image and for array index out of bounds. | diff --git a/ApplicationController.m b/ApplicationController.m
index f1e7664..bee074a 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,388 +1,402 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | ed8e3de6bf791c12d6438197f2c1f39a1f7014eb | Passed manual test- send image. | diff --git a/ApplicationController.m b/ApplicationController.m
index 099e3e3..f1e7664 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,396 +1,388 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 66450256af5b7ba1f1fc95c8aeb799809be8f678 | App passed manual tests- | diff --git a/ApplicationController.m b/ApplicationController.m
index d913d53..099e3e3 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,398 +1,396 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 0542df68f8826c1d4b7679c47f0d0f1a01faaacc | Implement zoomChanged: On Mac, use NSSlider and [sender floatValue]. | diff --git a/ApplicationController.h b/ApplicationController.h
index f60b05d..bae76cb 100644
--- a/ApplicationController.h
+++ b/ApplicationController.h
@@ -1,42 +1,44 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions Co... |
beepscore/GalleryDesktopService | 51b08c4505d4a207fbbf67401af4a1668401658b | Implement remove images. | diff --git a/ApplicationController.m b/ApplicationController.m
index 07da5ee..7926298 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,403 +1,402 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 216a35fc3733df9570157c4e1d5f334d30157705 | In FilePathImageObject, implement required methods. | diff --git a/ApplicationController.m b/ApplicationController.m
index 0a9ca9b..07da5ee 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,398 +1,403 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 28023b019ba008c122755c96b5292cdab66fcd6c | Change Build Settings/Packaging/PRODUCT_NAME in Build and Target | diff --git a/ApplicationController.m b/ApplicationController.m
index c1c0d16..0a9ca9b 100644
--- a/ApplicationController.m
+++ b/ApplicationController.m
@@ -1,394 +1,398 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
// portions Copyright 2010 Chris Parrish
// portions ... |
beepscore/GalleryDesktopService | 9321d4386c49ecfe0f3e50a1dcecdff4c2cd7d11 | In comments, update file names. | diff --git a/GalleryDesktopServiceAppDelegate.h b/GalleryDesktopServiceAppDelegate.h
index 8e896fb..c507aa9 100644
--- a/GalleryDesktopServiceAppDelegate.h
+++ b/GalleryDesktopServiceAppDelegate.h
@@ -1,26 +1,26 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
-// DesktopServiceAppDelegate.h
+// GalleryDesktopServ... |
beepscore/GalleryDesktopService | 99124f8c00d9282cc8960f618600268c6d662021 | Add // portions Copyright Beepscore LLC 2010. All rights reserved. | diff --git a/ApplicationController.h b/ApplicationController.h
index 23e2700..f60b05d 100644
--- a/ApplicationController.h
+++ b/ApplicationController.h
@@ -1,41 +1,42 @@
//
// IPHONE AND COCOA DEVELOPMENT AUSP10
//
// ApplicationController.m
// HW7
//
-// Copyright 2010 Chris Parrish
+// portions Copyright 2... |
disbeliever/disbeliever-overlay | 6e9504321242fe0e7285e30ff19580f8f62b286f | Added lounge theme ebuild | diff --git a/x11-themes/lounge/Manifest b/x11-themes/lounge/Manifest
new file mode 100644
index 0000000..0a75ed9
--- /dev/null
+++ b/x11-themes/lounge/Manifest
@@ -0,0 +1,2 @@
+DIST lounge-1.24.tar.gz 765203 BLAKE2B 66bf48c9db4938f441024b6cf06def8d6a09e092949ba7457b663df962582a18d116fce0c907f92c9a5215eaaea03fab51795604... |
disbeliever/disbeliever-overlay | 02cfe6f86cee9d1e5b94fd31af9ae1a868ba504e | added sys-fs/vmfs-tools. | diff --git a/sys-fs/vmfs-tools/Manifest b/sys-fs/vmfs-tools/Manifest
new file mode 100644
index 0000000..2908ce1
--- /dev/null
+++ b/sys-fs/vmfs-tools/Manifest
@@ -0,0 +1,4 @@
+AUX vmfs-tools-0.2.5-buildsystem.patch 1166 BLAKE2B d56fd5117474a45920009172a1045a886083d6df387f293a725f22ba1ffa29542bfc562c8578132878c083f5cb2... |
disbeliever/disbeliever-overlay | bba0be3e5d386f16913cf1357e14ab3b24b949ca | added sys-fs/tmsu/tmsu-0.7.4 | diff --git a/sys-fs/tmsu/Manifest b/sys-fs/tmsu/Manifest
new file mode 100644
index 0000000..053b6c6
--- /dev/null
+++ b/sys-fs/tmsu/Manifest
@@ -0,0 +1,2 @@
+DIST tmsu-0.7.4.tar.gz 98631 BLAKE2B 4af013de08f43b6ee337259b394aafce0862d3f0811174b196785d6e05d520a188ef6a1ce6f320dddcff6b2ab47cae8c248201a27d79bdd09d80b91e1216... |
disbeliever/disbeliever-overlay | 3933036f2a3e39b4e8249fdada68b4402d825c1f | Set auto-sync=false. | diff --git a/metadata/layout.conf b/metadata/layout.conf
index d43e61c..c673a95 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,2 @@
masters = gentoo
+auto-sync = false
|
disbeliever/disbeliever-overlay | d27d3cbf57dd5ea0d34f4d7f7f023febeba62436 | Added deadbeef-0.6.2.ebuild from funtoo-overlay | diff --git a/media-sound/deadbeef/Manifest b/media-sound/deadbeef/Manifest
index 261853a..6b2f0f6 100644
--- a/media-sound/deadbeef/Manifest
+++ b/media-sound/deadbeef/Manifest
@@ -1,6 +1,6 @@
DIST deadbeef-0.5.6.tar.bz2 3279899 SHA256 17c123eb50e33c89403d8d3035b9132463a227a6905fd42bcbb2a3a5616cea5b SHA512 20d8d58e2df... |
disbeliever/disbeliever-overlay | c88ea4fe46db3f682338c0d55565895d147e1a11 | added media-sound/deadbeef-0.6.2 | diff --git a/media-sound/deadbeef/Manifest b/media-sound/deadbeef/Manifest
index b591069..261853a 100644
--- a/media-sound/deadbeef/Manifest
+++ b/media-sound/deadbeef/Manifest
@@ -1,6 +1,6 @@
-DIST deadbeef-0.5.5.tar.bz2 3219511 SHA256 d9d01276f07e90155da37fb257c744af4accb4da17da048ce5604cb1174750b7 SHA512 18ff9d10f3e... |
disbeliever/disbeliever-overlay | 323c6af0fe2bb398e6a9473cb2bf4fe24be8ce40 | added metadata/layout.conf | diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..d43e61c
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1 @@
+masters = gentoo
|
disbeliever/disbeliever-overlay | 90f23356a9931029d99ee5b24003e9c3be575360 | add games-engines/instead-1.9.0 | diff --git a/games-engines/instead/Manifest b/games-engines/instead/Manifest
new file mode 100644
index 0000000..ce7b826
--- /dev/null
+++ b/games-engines/instead/Manifest
@@ -0,0 +1,5 @@
+AUX zlib.patch 277 SHA256 abfa40d4031ab46bb5e63cbfdc4372d26e74a6228a3fffd1c02decb48976179d SHA512 b131b64687c37a552137b1afc6c8a723d... |
disbeliever/disbeliever-overlay | b6eb37b687855460253bd18fee84c745cbb1e5d2 | added media-sound/deadbeef-0.6.1 | diff --git a/media-sound/deadbeef/Manifest b/media-sound/deadbeef/Manifest
index 09c9535..b591069 100644
--- a/media-sound/deadbeef/Manifest
+++ b/media-sound/deadbeef/Manifest
@@ -1,4 +1,6 @@
DIST deadbeef-0.5.5.tar.bz2 3219511 SHA256 d9d01276f07e90155da37fb257c744af4accb4da17da048ce5604cb1174750b7 SHA512 18ff9d10f3e... |
disbeliever/disbeliever-overlay | 339ab91cae6caab0962d25a99a9612314885bb64 | Added dev-util/radare2 | diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
new file mode 100644
index 0000000..20dbae8
--- /dev/null
+++ b/dev-util/radare2/Manifest
@@ -0,0 +1,2 @@
+DIST radare2-0.9.6.tar.xz 2072552 SHA256 91e8820ab7003de422cde777af681b0023d6b20253a81759df94578c514ae883 SHA512 bb65ae9ebfc30fcc41d9906f5951f3947... |
disbeliever/disbeliever-overlay | 7c2247ec4f2eee57056c8f2ebe6540bb95c8b9e5 | add app-dicts/tagainijisho/tagainijisho-1.0.1.ebuild | diff --git a/app-dicts/tagainijisho/tagainijisho-1.0.1.ebuild b/app-dicts/tagainijisho/tagainijisho-1.0.1.ebuild
new file mode 100644
index 0000000..9da0079
--- /dev/null
+++ b/app-dicts/tagainijisho/tagainijisho-1.0.1.ebuild
@@ -0,0 +1,16 @@
+EAPI=2
+
+inherit cmake-utils
+
+DESCRIPTION="Tagaini Jisho is a free, open-... |
disbeliever/disbeliever-overlay | 06497056583f2e4f53d44106979d1f7dc7c03653 | remove media-sound/deadbeef-0.5.1 | diff --git a/media-sound/deadbeef/Manifest b/media-sound/deadbeef/Manifest
index 85beaf7..09c9535 100644
--- a/media-sound/deadbeef/Manifest
+++ b/media-sound/deadbeef/Manifest
@@ -1,6 +1,4 @@
-DIST deadbeef-0.5.1.tar.bz2 2317508 SHA256 449e2933634c8f06dfdac65cd1afbe87a7f97fcd8e541694d6e65fe1941ac18f SHA512 49c06b6a208... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.