repo string | commit string | message string | diff string |
|---|---|---|---|
Perl-Email-Project/Email-Folder-IMAP | be50e2bcabaa84baf1d4dad9899b02e1390642ae | v1.105 | diff --git a/Changes b/Changes
index cf68b73..16ff580 100644
--- a/Changes
+++ b/Changes
@@ -1,24 +1,26 @@
{{$NEXT}}
+
+1.105 2014-04-04 22:27:01-04:00 America/New_York
- require URI::imap
1.104 2014-01-03 19:41:26 America/New_York
fix VERSION mismatch error
1.103 2013-08-05 18:18... |
Perl-Email-Project/Email-Folder-IMAP | 7658e15801897461cd6706f75adf5361fd3f09ba | require URI::imap | diff --git a/Changes b/Changes
index de27334..cf68b73 100644
--- a/Changes
+++ b/Changes
@@ -1,23 +1,24 @@
{{$NEXT}}
+ - require URI::imap
1.104 2014-01-03 19:41:26 America/New_York
fix VERSION mismatch error
1.103 2013-08-05 18:18:20 America/New_York
repackage to update repo... |
Perl-Email-Project/Email-Folder-IMAP | 47b177544b80cce8aade2de378af7e9521045944 | v1.104 | diff --git a/Changes b/Changes
index 88484d7..de27334 100644
--- a/Changes
+++ b/Changes
@@ -1,21 +1,23 @@
{{$NEXT}}
+
+1.104 2014-01-03 19:41:26 America/New_York
fix VERSION mismatch error
1.103 2013-08-05 18:18:20 America/New_York
repackage to update repo, bugtracker
1.102 200... |
Perl-Email-Project/Email-Folder-IMAP | 4e100fab75cd94f32b545884baa5d15e7b59bbf2 | prep next release | diff --git a/Changes b/Changes
index c98de00..88484d7 100644
--- a/Changes
+++ b/Changes
@@ -1,20 +1,21 @@
{{$NEXT}}
+ fix VERSION mismatch error
1.103 2013-08-05 18:18:20 America/New_York
repackage to update repo, bugtracker
1.102 2007-04-01
avoid use of package variables ... |
Perl-Email-Project/Email-Folder-IMAP | 2681ac63fa3847adaf098977ec6fd9cf997705fe | v1.103 | diff --git a/Changes b/Changes
index b6f8d2e..c98de00 100644
--- a/Changes
+++ b/Changes
@@ -1,15 +1,20 @@
+{{$NEXT}}
+
+1.103 2013-08-05 18:18:20 America/New_York
+ repackage to update repo, bugtracker
+
1.102 2007-04-01
avoid use of package variables for configuration; seriously, guys
... |
Perl-Email-Project/Email-Folder-IMAP | 46da302e218c1e3d556877beb56185325e3db1b4 | dzilify | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ec8a339
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.build
+Email-Folder-IMAP-*
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 05e86e0..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,378 +0,0 @@
-
-Terms of Perl itself
-
-a) the GNU ... |
Perl-Email-Project/Email-Folder-IMAP | 29e05ec3b19b1f038caced5ef8f5f36ef725dffc | r31249@knight: rjbs | 2007-04-01 11:38:42 -0400 no pkg vars | diff --git a/Changes b/Changes
index 6bae348..b6f8d2e 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,15 @@
+1.102 2007-04-01
+ avoid use of package variables for configuration; seriously, guys
+
1.101 2007-03-22
fix major documentation gaffe
packaging improvements
1.10 20... |
Perl-Email-Project/Email-Folder-IMAP | 7ed5bcf3525da1e694f4ec8c4a02481fea198082 | r31150@knight: rjbs | 2007-03-22 17:03:19 -0400 docs,etc | diff --git a/Changes b/Changes
index 74806f1..6bae348 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,12 @@
-1.10 2006-07-11
+1.101 2007-03-22
+ fix major documentation gaffe
+ packaging improvements
- - require newer Net::IMAP::Simple to allow port numbers
+1.10 2006-07-11
+ re... |
Perl-Email-Project/Email-Folder-IMAP | 5add50afe290ba8284cfaa8727e802e926420fc0 | r28280@minion101: rjbs | 2006-11-20 07:25:54 -0500 licenses, licenses, everywhere | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..05e86e0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,378 @@
+
+Terms of Perl itself
+
+a) the GNU General Public License as published by the Free
+ Software Foundation; either version 1, or (at your option) any
+ later version, or
+b) the "Artistic Licens... |
Perl-Email-Project/Email-Folder-IMAP | d3573b8425f43a8a6a1605a62e4ef860379de70c | r23181@knight: rjbs | 2006-07-11 11:23:07 -0400 remove trustme | diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index 65ac370..a14e699 100644
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -1,13 +1,10 @@
#!perl -T
use Test::More;
eval "use Test::Pod::Coverage 1.08";
plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
if $@;
-# Having to trust... |
Perl-Email-Project/Email-Folder-IMAP | a9f8253d7d51988ca48e7189275a23fe18a1cf1a | r23175@knight: rjbs | 2006-07-11 11:10:44 -0400 pod tests | diff --git a/MANIFEST b/MANIFEST
index e662444..aa40fc1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,9 @@
Changes
lib/Email/Folder/IMAP.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
+t/pod.t
+t/pod-coverage.t
t/test.t
diff --git a/t/pod-coverage.t b/t/pod-coverage.t
new file mode 100644
index 0... |
Perl-Email-Project/Email-Folder-IMAP | faf379d652cb975680b297454523b164074c2faa | r23172@knight: rjbs | 2006-07-11 11:09:42 -0400 date | diff --git a/Changes b/Changes
index b45593d..74806f1 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,11 @@
-1.10 2006-07-07
+1.10 2006-07-11
- require newer Net::IMAP::Simple to allow port numbers
1.02 2004-08-17
- Synopsis screwup.
1.01 2004-08-07
- Initial version.
|
Perl-Email-Project/Email-Folder-IMAP | a63fe5c7929b0fac37ad0c9c22dbcff136dfbb71 | r23171@knight: rjbs | 2006-07-11 11:09:25 -0400 version deflation | diff --git a/Changes b/Changes
index 577d147..b45593d 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,11 @@
-1.21 2006-07-07
+1.10 2006-07-07
- require newer Net::IMAP::Simple to allow port numbers
1.02 2004-08-17
- Synopsis screwup.
1.01 2004-08-07
- Initial version.
diff --git a/lib/Em... |
Perl-Email-Project/Email-Folder-IMAP | 7abe2245a21fd34d8b5515b7afc3cc3ada5fcee6 | r23069@knight: rjbs | 2006-07-07 09:47:00 -0400 newer imap modules for :port | diff --git a/Changes b/Changes
index 4910a75..577d147 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,11 @@
+1.21 2006-07-07
+
+ - require newer Net::IMAP::Simple to allow port numbers
+
1.02 2004-08-17
- Synopsis screwup.
1.01 2004-08-07
- Initial version.
diff --git a/Makefile.PL b/Makefile.PL
i... |
Perl-Email-Project/Email-Folder-IMAP | 250aa4c80baa0a270ab565853f139f509040aacb | r22882@knight: rjbs | 2006-07-04 07:19:15 -0400 import from mailclue cvs | diff --git a/Changes b/Changes
new file mode 100644
index 0000000..4910a75
--- /dev/null
+++ b/Changes
@@ -0,0 +1,7 @@
+1.02 2004-08-17
+
+ - Synopsis screwup.
+
+1.01 2004-08-07
+
+ - Initial version.
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..e662444
--- /dev/null
+++ b/MANIFEST
@@ -... |
aasmith/plastic-pig | f510b0a83b1c077640fa4c19321c2d86d51679e8 | Adding more strategies | diff --git a/bt.rb b/bt.rb
index b15628c..fd77cf3 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,98 +1,100 @@
$: << "lib"
require 'plastic_pig'
BASE_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdata;"
DATA_QUERIES = [
"type=quote;range=%s/json/", # price-data
"type=m... |
aasmith/plastic-pig | 6051a9f583c674784bb814cd303ee64d2ad5507a | Formatting. | diff --git a/lib/plastic_pig/strategies/rsi_agita.rb b/lib/plastic_pig/strategies/rsi_agita.rb
index 12ad0c4..e6963a6 100644
--- a/lib/plastic_pig/strategies/rsi_agita.rb
+++ b/lib/plastic_pig/strategies/rsi_agita.rb
@@ -1,23 +1,23 @@
module PlasticPig
module Strategies
class RsiAgita
ENTER_RSI = [5,10,... |
aasmith/plastic-pig | 497429f921ff1983d8cf9f658ef4d4d425116dd0 | Remove data-deleting bug. | diff --git a/bt.rb b/bt.rb
index 7d862c6..b15628c 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,101 +1,98 @@
$: << "lib"
require 'plastic_pig'
BASE_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdata;"
DATA_QUERIES = [
"type=quote;range=%s/json/", # price-data
"type=m... |
aasmith/plastic-pig | 21c6ba1bf0b661936f3b3d4619726b9ab9a82aa8 | Add more variables to Day. | diff --git a/lib/plastic_pig/structures/day.rb b/lib/plastic_pig/structures/day.rb
index 36e6812..f307c89 100644
--- a/lib/plastic_pig/structures/day.rb
+++ b/lib/plastic_pig/structures/day.rb
@@ -1,20 +1,26 @@
module PlasticPig
module Structures
class Day
include LinkedList
- VARS = [:date, :ope... |
aasmith/plastic-pig | 21f9fafdcf0377d516e0170cf87dcc510b802226 | Generify data loading, and prefix type keys to prevent collisions. | diff --git a/bt.rb b/bt.rb
index 455fdfc..7d862c6 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,68 +1,101 @@
$: << "lib"
require 'plastic_pig'
-RSI_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdata;type=rsi;range=%s/json?period=14"
-PRICE_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdat... |
aasmith/plastic-pig | d0a2f8ec33da156735cebebbbeddb5eaddcbc165 | Add trading summary. | diff --git a/bt.rb b/bt.rb
index fc9648a..455fdfc 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,54 +1,68 @@
$: << "lib"
require 'plastic_pig'
RSI_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdata;type=rsi;range=%s/json?period=14"
PRICE_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdata... |
aasmith/plastic-pig | 2e04113711764754758df622b2fb5ac1c7699401 | Move classes into directory structure. | diff --git a/bt.rb b/bt.rb
index dfd016d..fc9648a 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,323 +1,54 @@
-require 'linked_list'
+$: << "lib"
+require 'plastic_pig'
-require 'pp'
-require 'open-uri'
-require 'rubygems'
-require 'json'
-
-class ::Range
- def crossed_below?(n)
- first > n and last < n
- end
-
- def cro... |
aasmith/plastic-pig | 5fa24e3b702a49d14985fcd62f0d678ee97b83cf | Add README. | diff --git a/README b/README
new file mode 100644
index 0000000..5402cb7
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+Backtester, Copyright Andrew A. Smith, 2010.
+
+SYNOPSIS
+ ruby bt.rb symbol [-h] [-r range] [-m max_date]
+
+DESCRIPTION
+ Backtests a stock symbol against a predefined set of trading
+ strategies.
... |
aasmith/plastic-pig | 00938cfa7a52e1daa0c114ed7dff441274d769c9 | Cleaning up args. | diff --git a/bt.rb b/bt.rb
index c2143f0..9ce1480 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,315 +1,339 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 2549d6c087bec1d6e6836c25a7a8da9eb75a9abf | Handles cases where the exit trigger occurs on the last day of the series. | diff --git a/bt.rb b/bt.rb
index 2207660..c2143f0 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,305 +1,315 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 519ce311a8b7c4260b3b209b0feeac5c80d42a22 | Add comments. | diff --git a/bt.rb b/bt.rb
index 78ab660..2207660 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,303 +1,305 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 8375ac2bbf785e000a54fbc17d2dfed2ad8c5355 | Simplify data loading and always force series alignment. | diff --git a/bt.rb b/bt.rb
index 5a71003..78ab660 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,308 +1,303 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | c35e2860d065b7ad24aa95f5e457bcfec5b8d25e | Allow a custom range to be specified. | diff --git a/bt.rb b/bt.rb
index e66d774..5a71003 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,307 +1,308 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 1b508a82c3c4d3597099cdc6d851ecbb1a171d25 | Handle cases where the next day is not available. | diff --git a/bt.rb b/bt.rb
index 263aec9..e66d774 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,300 +1,307 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 2da75ff9bdcf286469885d9ebd71bfcfcda90375 | Add percentage and cleaner formatting. | diff --git a/bt.rb b/bt.rb
index c833f40..263aec9 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,289 +1,300 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 21bce9b6de035f03dc3790926e25c05d90801398 | Add max date trimming | diff --git a/bt.rb b/bt.rb
index 405c612..c833f40 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,280 +1,289 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
class ::Range
def crossed_below?(n)
first > n and last < n
end
def crossed_above?(n)
first < n and l... |
aasmith/plastic-pig | 82ffba45b54146f11c494b5a45020697a4030f50 | Add more strategies, allow only one exit per strategy. | diff --git a/bt.rb b/bt.rb
index 0b983e4..405c612 100644
--- a/bt.rb
+++ b/bt.rb
@@ -1,208 +1,280 @@
require 'linked_list'
require 'pp'
require 'open-uri'
require 'rubygems'
require 'json'
+class ::Range
+ def crossed_below?(n)
+ first > n and last < n
+ end
+
+ def crossed_above?(n)
+ first < n and l... |
aasmith/plastic-pig | 74d6fff978c3ae15bd95651a1583f87ff53768b5 | Basic back tester with initial strategy | diff --git a/bt.rb b/bt.rb
new file mode 100644
index 0000000..0b983e4
--- /dev/null
+++ b/bt.rb
@@ -0,0 +1,208 @@
+require 'linked_list'
+
+require 'pp'
+require 'open-uri'
+require 'rubygems'
+require 'json'
+
+module PlasticPig
+ RSI_URL = "http://chartapi.finance.yahoo.com/instrument/1.0/%s/chartdata;type=rsi;rang... |
xdissent/monowave-eagle | 2299ae4f3ae5c78942fa44721c8fda36b3395871 | Saving state before reinstall | diff --git a/Libraries/Charge Pump Voltage Convertors.lbr b/Libraries/Charge Pump Voltage Convertors.lbr
new file mode 100644
index 0000000..fc79a1c
Binary files /dev/null and b/Libraries/Charge Pump Voltage Convertors.lbr differ
diff --git a/Libraries/Supply.lbr b/Libraries/Supply.lbr
index 25dff70..99feee7 100644
Bin... |
xdissent/monowave-eagle | c01b8cbc4c631a40fa86c1c66184a1ab40b3788e | Added LED device with SPICE data (temporary package). Added larger oscilloscopes to SPICE Tools. Added pulse SPICE signal generator. Added PNP transistors. | diff --git a/Libraries/Diodes.lbr b/Libraries/Diodes.lbr
index d44d947..5a06382 100644
Binary files a/Libraries/Diodes.lbr and b/Libraries/Diodes.lbr differ
diff --git a/Libraries/SPICE Tools.lbr b/Libraries/SPICE Tools.lbr
index 90270cb..a14107a 100644
Binary files a/Libraries/SPICE Tools.lbr and b/Libraries/SPICE Too... |
xdissent/monowave-eagle | 059fd1ef0ce473c1d8459b324fe43854dc37d841 | Typo in readme. | diff --git a/README.rst b/README.rst
index 9c2077c..47ffc33 100644
--- a/README.rst
+++ b/README.rst
@@ -1,272 +1,272 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | d0a2339b0c527077e2fca2b9ffc1d8a41a200f1b | Fixed link for library browser in readme. | diff --git a/README.rst b/README.rst
index 917e506..9c2077c 100644
--- a/README.rst
+++ b/README.rst
@@ -1,272 +1,272 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | c1fa994c1632ac94333df4ed56696be5ab8cf9fe | Removed id attribute from library template to avoid spaces in the id. Now xhtml 1.0 strict compatible again. | diff --git a/User Language Programs/Library Browser/templates/library.html b/User Language Programs/Library Browser/templates/library.html
index 73e96c5..15f61b1 100644
--- a/User Language Programs/Library Browser/templates/library.html
+++ b/User Language Programs/Library Browser/templates/library.html
@@ -1,34 +1,3... |
xdissent/monowave-eagle | 6a7291b5037046d34b536d8b970d275bdd7cf460 | Finished up the library browser styles and templates. | diff --git a/User Language Programs/Library Browser/Combine Templates.ulp b/User Language Programs/Library Browser/Combine Templates.ulp
index 45cdb06..b616621 100644
--- a/User Language Programs/Library Browser/Combine Templates.ulp
+++ b/User Language Programs/Library Browser/Combine Templates.ulp
@@ -1,69 +1,71 @@... |
xdissent/monowave-eagle | 67fcc6f91db86434d6b4fc95feba99dcc20b759b | Added library browser ULP. | diff --git a/User Language Programs/Library Browser/Combine Templates.ulp b/User Language Programs/Library Browser/Combine Templates.ulp
new file mode 100644
index 0000000..45cdb06
--- /dev/null
+++ b/User Language Programs/Library Browser/Combine Templates.ulp
@@ -0,0 +1,69 @@
+/**
+ * str_replace
+ *
+ * Replaces al... |
xdissent/monowave-eagle | 53ac104b74962a1e458b4b9d6c038d2ac48b2406 | Added note to readme about design rules. | diff --git a/README.rst b/README.rst
index 1217fef..d445c80 100644
--- a/README.rst
+++ b/README.rst
@@ -1,260 +1,262 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 5a92f4347536bd6df3390172f35c759bc307d83a | Noted that the BOM manager doesn't exist yet. | diff --git a/README.rst b/README.rst
index 341640e..1217fef 100644
--- a/README.rst
+++ b/README.rst
@@ -1,259 +1,260 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 24f8728306c446442d9a522f50021473dde6f22a | Corrected potentiometer notes. | diff --git a/README.rst b/README.rst
index 52707b5..341640e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,259 +1,259 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 4e4182840645b956e5b76b0c31eb72fa2f250e63 | Converted backslashes in paths to forward slashes. | diff --git a/README.rst b/README.rst
index 3049b73..52707b5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,257 +1,259 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 7b61ca87e633bf5f7abd5562e7076051c98e2800 | Last table. | diff --git a/README.rst b/README.rst
index 4235c53..3049b73 100644
--- a/README.rst
+++ b/README.rst
@@ -1,262 +1,257 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | cac3c242a27416c083bb8bb1a3ac2a9e1a923331 | Tabulated readme. | diff --git a/README.rst b/README.rst
index 6ab7606..4235c53 100644
--- a/README.rst
+++ b/README.rst
@@ -1,265 +1,262 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 5022b6bb477f13fcb7e5bcbbbb91b997189c5562 | Added setup notes to readme. | diff --git a/README.rst b/README.rst
index ffee178..6ab7606 100644
--- a/README.rst
+++ b/README.rst
@@ -1,237 +1,265 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 440900b132875762601af87cb6798cb1bf618932 | Added note about SPICE Examples to readme. | diff --git a/README.rst b/README.rst
index 703aa4c..ffee178 100644
--- a/README.rst
+++ b/README.rst
@@ -1,235 +1,237 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mon... |
xdissent/monowave-eagle | 291556e8de8ec7196d3cfeaa1007c54c12879b5e | Added SPICE Examples. | diff --git a/Projects/SPICE Examples/BJT Differential Amplifier.cir b/Projects/SPICE Examples/BJT Differential Amplifier.cir
new file mode 100644
index 0000000..7c46ac6
--- /dev/null
+++ b/Projects/SPICE Examples/BJT Differential Amplifier.cir
@@ -0,0 +1,26 @@
+BJT Differential Amplifier
+.CONTROL
+run
+.ENDC
+.mo... |
xdissent/monowave-eagle | 73af8317a8fc5300f7043e78dee3ecfed7191c12 | Added run command to SPICE circuits automatically in Eagle to Spice ULP. Updated SPICE tools to use .TRAN instead of MacSpice specific commands. | diff --git a/Libraries/SPICE Tools.lbr b/Libraries/SPICE Tools.lbr
index a7d91a9..90270cb 100644
Binary files a/Libraries/SPICE Tools.lbr and b/Libraries/SPICE Tools.lbr differ
diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
index a0e34c1..ac57cc6 100644
--- a/User Lan... |
xdissent/monowave-eagle | 78b96b8545ae418d2f1014eebd5a90b3d11d6c7b | Added LF347 op amp. Added LM348 op amp. | diff --git a/Libraries/Op Amps.lbr b/Libraries/Op Amps.lbr
index 999252c..d09dbbb 100644
Binary files a/Libraries/Op Amps.lbr and b/Libraries/Op Amps.lbr differ
|
xdissent/monowave-eagle | eb03549400f6d57161aa870092658c0b61406fd4 | Added EXP operator to Eagle to Spice ULP. | diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
index c794f1a..a0e34c1 100644
--- a/User Language Programs/Eagle to Spice.ulp
+++ b/User Language Programs/Eagle to Spice.ulp
@@ -1,433 +1,437 @@
/**
* Eagle to Spice
*
* This User Language Program will genera... |
xdissent/monowave-eagle | 790da8ec6907ab967f1ab8c5049f984d1d75c934 | Removed automatic plotting from signal generator. | diff --git a/Libraries/SPICE Tools.lbr b/Libraries/SPICE Tools.lbr
index 8c9dfa4..a7d91a9 100644
Binary files a/Libraries/SPICE Tools.lbr and b/Libraries/SPICE Tools.lbr differ
|
xdissent/monowave-eagle | a044a710bd342085973f0af6c5f17e3a85855ce3 | Added SPICE data for potentiometers with different tapers. | diff --git a/Libraries/Passives/Potentiometers.lbr b/Libraries/Passives/Potentiometers.lbr
index bc6ee96..4f0e19c 100644
Binary files a/Libraries/Passives/Potentiometers.lbr and b/Libraries/Passives/Potentiometers.lbr differ
|
xdissent/monowave-eagle | 6828b4722c5846b644c6c7eb6372c97490dd9c6b | Added prefix FRM to frames. | diff --git a/Libraries/Frames.lbr b/Libraries/Frames.lbr
index b7c9dc5..9b875a6 100644
Binary files a/Libraries/Frames.lbr and b/Libraries/Frames.lbr differ
|
xdissent/monowave-eagle | 3c1be6253fb4e7e7ce1290f01e2b727267647389 | Fixed screwy characters that were breaking the op amps library. | diff --git a/Libraries/Op Amps.lbr b/Libraries/Op Amps.lbr
index 8751d17..999252c 100644
Binary files a/Libraries/Op Amps.lbr and b/Libraries/Op Amps.lbr differ
|
xdissent/monowave-eagle | 1b2d87d48b2494839722f56b6606752436155501 | Added operations to Eagle to Spice ULP. | diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
index 8c39cda..f09fda9 100644
--- a/User Language Programs/Eagle to Spice.ulp
+++ b/User Language Programs/Eagle to Spice.ulp
@@ -1,231 +1,408 @@
/**
* Eagle to Spice
*
* This User Language Program will genera... |
xdissent/monowave-eagle | 80faa19ea8f5b150b3c3abdf47b2b956b39ca07b | Added TextMate temp files to .gitignore. | diff --git a/.gitignore b/.gitignore
index 496a39a..6f1edf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.?#[0-9#]
.DS_Store
+._*
|
xdissent/monowave-eagle | fdf9ca37cf84bfc20cda38889cb457ffd39229fe | Added attribute substitution and global attributes to Eagle to Spice ULP. | diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
index e319b02..8c39cda 100644
--- a/User Language Programs/Eagle to Spice.ulp
+++ b/User Language Programs/Eagle to Spice.ulp
@@ -1,204 +1,231 @@
/**
* Eagle to Spice
*
* This User Language Program will genera... |
xdissent/monowave-eagle | 83fc8a9da06662e96531169ee916f479471a4c5e | Added standard op-amps and their SPICE data. | diff --git a/Libraries/Op Amps.lbr b/Libraries/Op Amps.lbr
index 3496f39..8751d17 100644
Binary files a/Libraries/Op Amps.lbr and b/Libraries/Op Amps.lbr differ
|
xdissent/monowave-eagle | c1c8aa02128e08cdf735627acbbb5f7ee0255811 | Changed SPICE tools to be configured using attributes. | diff --git a/Libraries/SPICE Tools.lbr b/Libraries/SPICE Tools.lbr
new file mode 100644
index 0000000..8c9dfa4
Binary files /dev/null and b/Libraries/SPICE Tools.lbr differ
|
xdissent/monowave-eagle | a61e5a6e5df33fe44577be3699cb397ca9015559 | Added SPICE data for MC14007 to CMOS library. | diff --git a/Libraries/CMOS.lbr b/Libraries/CMOS.lbr
index 8c9aea9..5562a8b 100644
Binary files a/Libraries/CMOS.lbr and b/Libraries/CMOS.lbr differ
|
xdissent/monowave-eagle | eb298ec9686026c0aa0a3813507fef1a9cf42313 | Recreated all switch possibilities in a more manageable sorting arrangement. Added SPICE data for all switches. | diff --git a/Libraries/Switches.lbr b/Libraries/Switches.lbr
index 9ef0422..00d40a3 100644
Binary files a/Libraries/Switches.lbr and b/Libraries/Switches.lbr differ
|
xdissent/monowave-eagle | a97f53b65f564a0a78b12072ed35a9130d4fce5e | Changed DIP14 in CMOS library to metric. | diff --git a/Libraries/CMOS.lbr b/Libraries/CMOS.lbr
index e6e9c65..8c9aea9 100644
Binary files a/Libraries/CMOS.lbr and b/Libraries/CMOS.lbr differ
|
xdissent/monowave-eagle | 292df9134c0faf289025da006240f7131fa1650c | Moved 1n4148 to variant of DIODE. Added ideal diode spice model. Added DO-35 package and removed old metric package. | diff --git a/Libraries/Diodes.lbr b/Libraries/Diodes.lbr
index 2d44034..d44d947 100644
Binary files a/Libraries/Diodes.lbr and b/Libraries/Diodes.lbr differ
|
xdissent/monowave-eagle | 0c0cb9a3d5ff0a1f6c453d1a5043191e79e19be3 | Added value to control sheet title in document fields. | diff --git a/Libraries/Frames.lbr b/Libraries/Frames.lbr
index 83eb9ae..b7c9dc5 100644
Binary files a/Libraries/Frames.lbr and b/Libraries/Frames.lbr differ
|
xdissent/monowave-eagle | 0a932da5da66964d01402e9614addb89df60678b | Added standard practices to readme. | diff --git a/README.rst b/README.rst
index e3a3e1e..ec5cc6f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,76 +1,193 @@
Eagle Support Files for Monowave Labs
=====================================
This package contains all libraries, user scripts, CAM files, etc. which are
used in the design and production of Mono... |
xdissent/monowave-eagle | 770702c0ad0cfc8468dc781d750a32af55655ce5 | Added OS detection to open spice circuit with appropriate application. | diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
index 861674d..e319b02 100644
--- a/User Language Programs/Eagle to Spice.ulp
+++ b/User Language Programs/Eagle to Spice.ulp
@@ -1,155 +1,204 @@
/**
* Eagle to Spice
*
* This User Language Program will genera... |
xdissent/monowave-eagle | cf2af526eeedc2ab5d0afc79f84fbac10fe83445 | Trying to get MacSpice to launch. | diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
index e233a4a..861674d 100644
--- a/User Language Programs/Eagle to Spice.ulp
+++ b/User Language Programs/Eagle to Spice.ulp
@@ -1,146 +1,155 @@
/**
* Eagle to Spice
*
* This User Language Program will genera... |
xdissent/monowave-eagle | 06bdec463aa947297cb6ceaa12667413f8aba2f0 | Fixed supply library. | diff --git a/Libraries/Supply.lbr b/Libraries/Supply.lbr
index 6005257..332e20a 100644
Binary files a/Libraries/Supply.lbr and b/Libraries/Supply.lbr differ
|
xdissent/monowave-eagle | 780beefdd10f76d3112ec9ff20da78925a3f97a5 | Corrected op amp spice data. | diff --git a/Libraries/Op Amps.lbr b/Libraries/Op Amps.lbr
index 5ee68e8..45c5d77 100644
Binary files a/Libraries/Op Amps.lbr and b/Libraries/Op Amps.lbr differ
|
xdissent/monowave-eagle | 9dfd9188e25766c9eb721fee95e6d17b07c88a96 | Added generic NPN device SPICE data. | diff --git a/Libraries/Transistors.lbr b/Libraries/Transistors.lbr
index 2b4001e..6cbf13f 100644
Binary files a/Libraries/Transistors.lbr and b/Libraries/Transistors.lbr differ
|
xdissent/monowave-eagle | 98fbb406dbe0e51db78e519584e66b268fa4fb94 | Added .DS_Store to git ignore file. | diff --git a/.gitignore b/.gitignore
index ff3a7d1..496a39a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.?#[0-9#]
+.DS_Store
|
xdissent/monowave-eagle | 25e7f8a947e463a62e5a1ce079e5250f820c8394 | Added SPICE data to diodes, resistors, capacitors, and supply libraries. | diff --git a/Libraries/Diodes.lbr b/Libraries/Diodes.lbr
index 6406bce..2d44034 100644
Binary files a/Libraries/Diodes.lbr and b/Libraries/Diodes.lbr differ
diff --git a/Libraries/Passives/Capacitors.lbr b/Libraries/Passives/Capacitors.lbr
index 5ed90b5..0cff343 100644
Binary files a/Libraries/Passives/Capacitors.lbr a... |
xdissent/monowave-eagle | 542a0eac327889d9c7972b31d34e2fa9cb2fec6c | Added transistors library. | diff --git a/Libraries/Transistors.lbr b/Libraries/Transistors.lbr
new file mode 100644
index 0000000..2b4001e
Binary files /dev/null and b/Libraries/Transistors.lbr differ
|
xdissent/monowave-eagle | 6f9504f9e8cd889d66558cc88cd4751a756fa610 | Added Eagle to Spice ULP. | diff --git a/User Language Programs/Eagle to Spice.ulp b/User Language Programs/Eagle to Spice.ulp
new file mode 100644
index 0000000..a4e934f
--- /dev/null
+++ b/User Language Programs/Eagle to Spice.ulp
@@ -0,0 +1,142 @@
+/**
+ * Eagle to Spice.ulp
+ *
+ * This User Language Program will generate a SPICE circuit ... |
xdissent/monowave-eagle | 1adc6c9a98e269a52fb0732f0d93f49f4a612191 | Added power jacks, added horizontal switches, and fixed audio jacks. | diff --git a/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr b/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr
index 048242a..d7a5168 100644
Binary files a/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr and b/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr differ
diff --git a/Libraries/Op Amps.lbr b/Libraries/Op Amps.... |
xdissent/monowave-eagle | fd8ba2184a048ddc6f21fcb564db1ce8aa6eff8e | Added diodes library with 1n4148. Added switch library with SPST and DPDT footprints for Multicomp vertical switches. | diff --git a/Libraries/Diodes.lbr b/Libraries/Diodes.lbr
new file mode 100644
index 0000000..6406bce
Binary files /dev/null and b/Libraries/Diodes.lbr differ
diff --git a/Libraries/Switches.lbr b/Libraries/Switches.lbr
new file mode 100644
index 0000000..dc62f8b
Binary files /dev/null and b/Libraries/Switches.lbr diffe... |
xdissent/monowave-eagle | f8fc5338c34bc1daa14a20989c165223104d1447 | Fixed mis-named carbon film resistor variant. | diff --git a/Libraries/Passives/Resistors.lbr b/Libraries/Passives/Resistors.lbr
index 4b4444d..6323de0 100644
Binary files a/Libraries/Passives/Resistors.lbr and b/Libraries/Passives/Resistors.lbr differ
|
xdissent/monowave-eagle | 046d335bd67405a85b5d1278c5afaffd5b70778b | Hid pin names on audio jacks. | diff --git a/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr b/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr
index 191948a..048242a 100644
Binary files a/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr and b/Libraries/Audio Jacks/Audio Jacks 0.25 inch.lbr differ
|
xdissent/monowave-eagle | 6060e897465ba2c0df5ba123fd1d8b4b367cf76e | Added resistors with standard footprints. | diff --git a/Libraries/Passives/Resistors.lbr b/Libraries/Passives/Resistors.lbr
new file mode 100644
index 0000000..4b4444d
Binary files /dev/null and b/Libraries/Passives/Resistors.lbr differ
|
xdissent/monowave-eagle | 2b5db1b4282f7bae42eeb670328d3690f41959a7 | Added potentiometers library with 11m top adjustable Alpha pot footprint. | diff --git a/Libraries/Passives/Potentiometers.lbr b/Libraries/Passives/Potentiometers.lbr
new file mode 100644
index 0000000..f9da605
Binary files /dev/null and b/Libraries/Passives/Potentiometers.lbr differ
|
xdissent/monowave-eagle | 4a558837271556c145216e04b7484b86b1ef66ab | Added capacitors library with box film, aluminum electrolytic, and tantalum variants. | diff --git a/Libraries/Passives/Capacitors.lbr b/Libraries/Passives/Capacitors.lbr
new file mode 100644
index 0000000..5ed90b5
Binary files /dev/null and b/Libraries/Passives/Capacitors.lbr differ
|
xdissent/monowave-eagle | 2c4ba2bddbe863dff9d63e9f9a21e223b3955d15 | Added Op Amp library including generic op amps and TL062. | diff --git a/Libraries/Op Amps.lbr b/Libraries/Op Amps.lbr
new file mode 100644
index 0000000..c5be23a
Binary files /dev/null and b/Libraries/Op Amps.lbr differ
|
xdissent/monowave-eagle | 0dcabd4e09967c0bee64e3fbc8825992674790ff | Added CMOS library with MC14007. | diff --git a/Libraries/CMOS.lbr b/Libraries/CMOS.lbr
new file mode 100644
index 0000000..e6e9c65
Binary files /dev/null and b/Libraries/CMOS.lbr differ
|
xdissent/monowave-eagle | b1c716f84b0e5ca1f98d80ac205c6384f16cf60b | Added supply library. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ff3a7d1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.?#[0-9#]
diff --git a/CAM Jobs/Monowave Gerber Generator.cam b/CAM Jobs/Monowave Gerber Generator.cam
new file mode 100644
index 0000000..4c59026
--- /dev/null
+++ b/CAM Jobs/Monowave Gerber... |
gary-rafferty/RlzyCall | 2f1cbb7cea047c3b3f34bbf25721a7fc8a0b7470 | Added some TODO features | diff --git a/README b/README
index be6272e..56bd3fd 100644
--- a/README
+++ b/README
@@ -1,9 +1,14 @@
RlzyCall
A really simple utility for android.
Displays a list of contacts, sends a Meteor "call-me" message to whomever you select.
This just makes things a little bit easier than the usual way of texting the r... |
gary-rafferty/RlzyCall | 6c6660374a7ab174c025b118878f603169546fe7 | Added README | diff --git a/README b/README
new file mode 100644
index 0000000..be6272e
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+RlzyCall
+
+A really simple utility for android.
+
+Displays a list of contacts, sends a Meteor "call-me" message to whomever you select.
+This just makes things a little bit easier than the usual way of... |
ryanwood/rails-templates | 4b7c9a5bdeb490da35d7def84debab589c169fd7 | Updating versions and other minor issues | diff --git a/authentication.rb b/authentication.rb
index 2ac6150..9ee2cb9 100644
--- a/authentication.rb
+++ b/authentication.rb
@@ -1,245 +1,254 @@
# Sets up authentication using AuthLogic
# Depends on HAML
gem 'authlogic'
# Session
generate(:session, "user_session")
generate(:controller, "user_sessions") # ... |
ryanwood/rails-templates | da4becdd18f2cf59d01dfc15c042a7ccdd79ec55 | Fixed password field | diff --git a/authentication.rb b/authentication.rb
index c0eec95..2ac6150 100644
--- a/authentication.rb
+++ b/authentication.rb
@@ -1,245 +1,245 @@
# Sets up authentication using AuthLogic
# Depends on HAML
gem 'authlogic'
# Session
generate(:session, "user_session")
generate(:controller, "user_sessions") # ... |
ryanwood/rails-templates | 8d58feef93202a1bfbeecef5bc88d923c467ac9d | Broken out settings from base | diff --git a/base.rb b/base.rb
index a87339c..a94d2d2 100644
--- a/base.rb
+++ b/base.rb
@@ -1,59 +1,57 @@
# Sourcescape base template
template_path = '/Users/ryanwood/rails-templates'
git :init
run "touch tmp/.gitignore log/.gitignore vendor/.gitignore"
file '.gitignore', <<CODE
log/\\*.log
log/\\*.pid
db/... |
ryanwood/rails-templates | 04994e26e39e9e96b704a57353ec8fcb54ca3d9b | Lots of authentication fixes | diff --git a/authentication.rb b/authentication.rb
index 91a0a53..c0eec95 100644
--- a/authentication.rb
+++ b/authentication.rb
@@ -1,175 +1,245 @@
# Sets up authentication using AuthLogic
# Depends on HAML
gem 'authlogic'
# Session
generate(:session, "user_session")
-generate(:controller, "user_session") # C... |
glejeune/ruby-xslt | af43b466aaaea73194170d24670c462dcf8320d4 | Open file in binary mode need to correct ftell calcualtion | diff --git a/ext/xslt_lib/parser.c b/ext/xslt_lib/parser.c
index 6c10134..d22e450 100644
--- a/ext/xslt_lib/parser.c
+++ b/ext/xslt_lib/parser.c
@@ -1,195 +1,195 @@
/**
* Copyright (C) 2005, 2006, 2007, 2008 Gregoire Lejeune <gregoire.lejeune@free.fr>
*
* This program is free software; you can redistribute it an... |
glejeune/ruby-xslt | ce46703de1852a3a541fcb31867517d98342c027 | Removing unneeded rb_define_const to fix libxslt 1.30 compatibility | diff --git a/ext/xslt_lib/xslt_lib.c b/ext/xslt_lib/xslt_lib.c
index 8d964f0..597da47 100644
--- a/ext/xslt_lib/xslt_lib.c
+++ b/ext/xslt_lib/xslt_lib.c
@@ -52,549 +52,548 @@ void ruby_xslt_mark( RbTxslt *pRbTxslt ) {
if( !NIL_P(pRbTxslt->xXmlResultCache) ) rb_gc_mark( pRbTxslt->xXmlResultCache );
if( !NI... |
glejeune/ruby-xslt | 86f00be2704b9c489a1adc53c58afae18ccd0e87 | Version bump to 0.9.10 | diff --git a/VERSION b/VERSION
index 6f060dc..ea8f4fd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.9
\ No newline at end of file
+0.9.10
\ No newline at end of file
|
glejeune/ruby-xslt | b920a15e86f2a6bbde8b64c8d0f0627d736356fe | Ignore .rake_tasks | diff --git a/.gitignore b/.gitignore
index c2a64a5..6c69b66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,25 +1,26 @@
## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
## PROJECT::GENERAL
coverage
rdoc
pkg
+.rake_tasks
## PROJECT::SPECIFIC
ext/xslt_lib/Makefil... |
glejeune/ruby-xslt | 6267d16da49bc01b13b76fa240d477ef24c5b4d2 | Suppress warnings | diff --git a/ChangeLog b/ChangeLog
index d443a4d..0d86d6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,90 +1,91 @@
0.9.9 :
+* Major bug correction
0.9.8 :
* Replace STR2CSTR by StringValuePtr
0.9.7 :
* Ruby 1.9
* Bug correction (Issue #1)
0.9.6 :
* "found and patched some serious memory leaks" (thanks to ... |
glejeune/ruby-xslt | e5211a4ce8e24276883821ec8011a3ad37af4b2f | Major bug correction with Ruby 1.9.3 | diff --git a/.gitignore b/.gitignore
index 35645cd..c2a64a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,25 @@
## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
## PROJECT::GENERAL
coverage
rdoc
pkg
## PROJECT::SPECIFIC
ext/xslt_lib/Makefile
+ext/xslt_l... |
glejeune/ruby-xslt | 25c44b350f587010663f35fa979120ab6ffde2b0 | Version bump to 0.9.9 | diff --git a/VERSION b/VERSION
index e3e1807..6f060dc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.8
+0.9.9
\ No newline at end of file
|
glejeune/ruby-xslt | 7e8b060b3f86b7b6c1f57b158ba7cf6778b7210e | Replace STR2CSTR by StringValuePtr | diff --git a/ChangeLog b/ChangeLog
index a3e99f7..bd42d14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,85 +1,88 @@
+0.9.8 :
+* Replace STR2CSTR by StringValuePtr
+
0.9.7 :
* Ruby 1.9
* Bug correction (Issue #1)
0.9.6 :
* "found and patched some serious memory leaks" (thanks to Tom)
0.9.5 :
* Bugfix in extcon... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.