repo string | commit string | message string | diff string |
|---|---|---|---|
trebonian/visual6502 | a2a4bc65c528d69ea3ca527d418bb547f4b3ddd7 | Add I/O to 6800 | diff --git a/chip-6800/testprogram.js b/chip-6800/testprogram.js
index a741cfe..49b3620 100644
--- a/chip-6800/testprogram.js
+++ b/chip-6800/testprogram.js
@@ -1,25 +1,31 @@
// This file testprogram.js can be substituted by one of several tests
testprogramAddress=0x0000;
// we want to auto-clear the console if an... |
trebonian/visual6502 | 976fe7e4309196705a28837b768a67ead3bde82e | Fixup link to 6800 programming card | diff --git a/expert-6800.html b/expert-6800.html
index 7c28bc8..d018ec8 100644
--- a/expert-6800.html
+++ b/expert-6800.html
@@ -1,153 +1,153 @@
<!DOCTYPE html>
<head>
<title>Visual 6800 in JavaScript</title>
<style type="text/css">@import "expert.css";</style>
<script src="chip-6800/segdefs.js"></script>
<scri... |
trebonian/visual6502 | 72ac2caf745e6a3f16a172cca729ebf9298b2b99 | Add labels to layout controls | diff --git a/expert.html b/expert.html
index 60cba05..bdd46a2 100644
--- a/expert.html
+++ b/expert.html
@@ -1,152 +1,152 @@
<!DOCTYPE html>
<head>
<title>Visual 6502 in JavaScript</title>
<style type="text/css">@import "expert.css";</style>
<script src="segdefs.js"></script>
<script src="transdefs.js"></script... |
trebonian/visual6502 | dd2241d3dea6401db463eeaa12459eddad8a5d82 | bugfix - macros.js - pre-apply clock triggers for corrected display | diff --git a/macros.js b/macros.js
index 6f4e81e..3d91e95 100644
--- a/macros.js
+++ b/macros.js
@@ -1,743 +1,744 @@
/*
Copyright (c) 2010 Brian Silverman, Barry Silverman, Ed Spittles, Achim Breidenbach
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... |
trebonian/visual6502 | c0809ba34ec238d514037d46459e3debd9b951a9 | typo fixup in README | diff --git a/README b/README
index 9d25f8d..c4496d3 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
-This is the javascript simulator from the visual5602.org project:
+This is the JavaScript simulator from the visual5602.org project:
www.visual6502.org/JSSim
It includes a general purpose transistor-level simulat... |
trebonian/visual6502 | 34244661cbc0272851c6b1ba5ac4b68c2fc698ff | Correcting a comment in nodenames.js | diff --git a/nodenames.js b/nodenames.js
index 1b689e0..ab2a5a8 100644
--- a/nodenames.js
+++ b/nodenames.js
@@ -1,705 +1,705 @@
/*
Copyright (c) 2010 Brian Silverman, Barry Silverman, Ed Spittles, Segher Boessenkool
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ... |
trebonian/visual6502 | ce74c3f5d3bcaed2cf598a7de82df9e5ddc076bf | Swap easy6502 tutorial in for 6502asm emulator/assembler | diff --git a/expert.html b/expert.html
index 83fa04d..60cba05 100644
--- a/expert.html
+++ b/expert.html
@@ -1,152 +1,152 @@
<!DOCTYPE html>
<head>
<title>Visual 6502 in JavaScript</title>
<style type="text/css">@import "expert.css";</style>
<script src="segdefs.js"></script>
<script src="transdefs.js"></script... |
trebonian/visual6502 | cb03b9741a7d8cece3b2cb612be3d74db14d28e1 | html fixups by Quietust | diff --git a/index.html b/index.html
index d5b9370..06685fd 100644
--- a/index.html
+++ b/index.html
@@ -1,120 +1,120 @@
<!DOCTYPE html>
<head>
<title>Visual 6502 in JavaScript</title>
<!-- by default, index.html will run in kiosk mode -->
<style type="text/css">@import "kiosk.css";</style>
<script src="segde... |
trebonian/visual6502 | 7b95b5e345195a872dca3f76144ffce0bf6f61a4 | html tidyup by Quietust | diff --git a/expert.html b/expert.html
index 3291c7e..83fa04d 100644
--- a/expert.html
+++ b/expert.html
@@ -1,152 +1,152 @@
<!DOCTYPE html>
<head>
<title>Visual 6502 in JavaScript</title>
<style type="text/css">@import "expert.css";</style>
<script src="segdefs.js"></script>
<script src="transdefs.js"></script... |
trebonian/visual6502 | de265ecdb89d8c5d299f09ad69aaf8b87b1aed5d | 6502: add nodename aliases to allow more use of the URL interface | diff --git a/nodenames.js b/nodenames.js
index e6c0fb4..1b689e0 100644
--- a/nodenames.js
+++ b/nodenames.js
@@ -1,823 +1,946 @@
/*
Copyright (c) 2010 Brian Silverman, Barry Silverman, Ed Spittles, Segher Boessenkool
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ... |
trebonian/visual6502 | 79d0c4c44509967f6b46f3cec899dee2b47764e5 | import remainder of Segher's 6800 nodename updates and begin process of ordering and commenting | diff --git a/chip-6800/nodenames.js b/chip-6800/nodenames.js
index f6a9613..90facfa 100644
--- a/chip-6800/nodenames.js
+++ b/chip-6800/nodenames.js
@@ -1,900 +1,1195 @@
/*
Copyright (c) 2011 Ijor, Segher Boessenkool, Ed Spittles
Permission is hereby granted, free of charge, to any person obtaining a copy
of t... |
trebonian/visual6502 | a2d35d54cae86462524777d4ad5dbfe07bba6e37 | 6800 nodename changes from Segher | diff --git a/chip-6800/nodenames.js b/chip-6800/nodenames.js
index 58167ea..f6a9613 100644
--- a/chip-6800/nodenames.js
+++ b/chip-6800/nodenames.js
@@ -1,900 +1,900 @@
/*
Copyright (c) 2011 Ijor, Segher Boessenkool, Ed Spittles
Permission is hereby granted, free of charge, to any person obtaining a copy
of th... |
trebonian/visual6502 | 8487a7a9e1cff49732f92c7d49b7170d3a72dc01 | 6800: tweak nodenames and add the Tf state name/node | diff --git a/chip-6800/nodenames.js b/chip-6800/nodenames.js
index d306ea2..58167ea 100644
--- a/chip-6800/nodenames.js
+++ b/chip-6800/nodenames.js
@@ -1,819 +1,823 @@
/*
Copyright (c) 2011 Ijor, Segher Boessenkool, Ed Spittles
Permission is hereby granted, free of charge, to any person obtaining a copy
of th... |
trebonian/visual6502 | 6c138a4f6b3ea13646ecda1ebb07d7906f871452 | add 6800 timing state to tabulation | diff --git a/chip-6800/support.js b/chip-6800/support.js
index a5ed5b2..43b5345 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,457 +1,484 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | 658d40646c5051ab33d228faebcd66a72ef317dd | add 6800 timing state signals | diff --git a/chip-6800/nodenames.js b/chip-6800/nodenames.js
index 2fda114..d306ea2 100644
--- a/chip-6800/nodenames.js
+++ b/chip-6800/nodenames.js
@@ -1,587 +1,615 @@
/*
Copyright (c) 2011 Ijor, Segher Boessenkool, Ed Spittles
Permission is hereby granted, free of charge, to any person obtaining a copy
of th... |
trebonian/visual6502 | 67e15e68c178cb3c862d1dd88d33f3e1836fc284 | fixup comment in transdefs about geometry | diff --git a/chip-6800/transdefs.js b/chip-6800/transdefs.js
index be620a8..d8cdb51 100644
--- a/chip-6800/transdefs.js
+++ b/chip-6800/transdefs.js
@@ -1,525 +1,530 @@
/*
* The format here is
* name
* gate,c1,c2
* bb (nominal) (bounding box: xmin, xmax, ymin, ymax)
- * geometry (absent) (unused) (leng... |
trebonian/visual6502 | 9331be20fed06b3c52e7072cf366dd26ca9af837 | allow tabulations with loglevel 0 (with only additional signals) | diff --git a/chip-6800/support.js b/chip-6800/support.js
index 7b01034..a5ed5b2 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,457 +1,457 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | e6d42eb1aacf4367da640a6732755d839f59653b | 6800 declutter - remove clock phases from tabulated signals | diff --git a/chip-6800/support.js b/chip-6800/support.js
index 906eb6b..7b01034 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,457 +1,457 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | 8ae5c087f6ab81f65c9d67f3eeb07e174e16a5f6 | fixup missing assignments causing errors | diff --git a/macros.js b/macros.js
index 0fab8fb..1ad3832 100644
--- a/macros.js
+++ b/macros.js
@@ -1,789 +1,791 @@
/*
Copyright (c) 2010 Brian Silverman, Barry Silverman, Ed Spittles, Achim Breidenbach
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... |
trebonian/visual6502 | c6dd03ba17dcc171557c6ad3ce2842edaaf5f40b | fixup 6800 test program | diff --git a/chip-6800/testprogram.js b/chip-6800/testprogram.js
index a89c314..a741cfe 100644
--- a/chip-6800/testprogram.js
+++ b/chip-6800/testprogram.js
@@ -1,25 +1,25 @@
// This file testprogram.js can be substituted by one of several tests
testprogramAddress=0x0000;
// we want to auto-clear the console if an... |
trebonian/visual6502 | fca2eb5cb696d7f9d987fa3fbd59161568f9ff5e | fixup 6800 pre-reset delay | diff --git a/chip-6800/support.js b/chip-6800/support.js
index defad76..906eb6b 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,457 +1,457 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | b5c1759f32041f80f9a66e8f2d74d936b32ea03a | improve 6800 machine state display | diff --git a/chip-6800/support.js b/chip-6800/support.js
index 88a9447..defad76 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,419 +1,457 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | 6ceae74e4a8f1ef4fbf24ec7d87ea81292147d23 | 6800 fixup single stepping | diff --git a/chip-6800/support.js b/chip-6800/support.js
index 2df2d36..88a9447 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,406 +1,419 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | d9440fa160f495f1786bee38bcc881d2206371eb | 6800: fixup bus reads, add annotation for unassigned opcodes | diff --git a/chip-6800/support.js b/chip-6800/support.js
index b34e391..d80c66d 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,393 +1,393 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | 10ba01cf128d1244d2c2db29d7ddc0e0f6e5c5cc | fixup 6800 disassembly | diff --git a/chip-6800/support.js b/chip-6800/support.js
index a0771e3..b34e391 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,649 +1,393 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
trebonian/visual6502 | e8b964a24f4ad90b601b51c74fe41534f5284318 | fixup 6800 IR nodenames | diff --git a/chip-6800/nodenames.js b/chip-6800/nodenames.js
index 9419c4e..2fda114 100644
--- a/chip-6800/nodenames.js
+++ b/chip-6800/nodenames.js
@@ -1,709 +1,701 @@
/*
Copyright (c) 2011 Ijor, Segher Boessenkool, Ed Spittles
Permission is hereby granted, free of charge, to any person obtaining a copy
of th... |
trebonian/visual6502 | ca7124b17653359d2ac5a63d74c9a6f31b533675 | 6800: treat dbe as phi2 clock in | diff --git a/chip-6800/support.js b/chip-6800/support.js
index 9a8750d..e296fe6 100644
--- a/chip-6800/support.js
+++ b/chip-6800/support.js
@@ -1,128 +1,133 @@
// chip-specific support functions
//
// may override function definitions made previously
chipname='6800';
grChipSize=7000;
ngnd = nodenames['gnd'... |
mrkn/photo_scan | 00691345af1e6b183bfb13aea6b7b706856c5bb4 | import sources | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3994818
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*~
+*.vcproj.*.user
+.DS_Store
diff --git a/doc/usecase.jude b/doc/usecase.jude
new file mode 100644
index 0000000..c6b47e0
Binary files /dev/null and b/doc/usecase.jude differ
diff --git a/l... |
msiu-prog/pdf_storage | e11588f913061cc96693d28467eac75396126988 | add some features | diff --git a/app/controllers/term_paper_controller.rb b/app/controllers/term_paper_controller.rb
index e530b24..8084835 100644
--- a/app/controllers/term_paper_controller.rb
+++ b/app/controllers/term_paper_controller.rb
@@ -1,148 +1,152 @@
class TermPaperController < ApplicationController
before_filter :preset_yea... |
msiu-prog/pdf_storage | b0aa615326de669517a41d469039041b564047a5 | multi_create | diff --git a/app/controllers/term_paper_controller.rb b/app/controllers/term_paper_controller.rb
index 1c93100..e530b24 100644
--- a/app/controllers/term_paper_controller.rb
+++ b/app/controllers/term_paper_controller.rb
@@ -1,108 +1,148 @@
class TermPaperController < ApplicationController
before_filter :preset_yea... |
msiu-prog/pdf_storage | 9774c7822031cf453eb68d6e2fef96a3e8c1c240 | add views | diff --git a/app/helpers/term_paper_helper.rb b/app/helpers/term_paper_helper.rb
index 741d479..e0a7b29 100644
--- a/app/helpers/term_paper_helper.rb
+++ b/app/helpers/term_paper_helper.rb
@@ -1,29 +1,29 @@
module TermPaperHelper
def navigation_list(main, faculty = nil, group = nil, group_subject = nil)
nodes ... |
hexdoll/Image-Filter | 8773bd94cd34698d8d51048d949a7960904b6dbe | Add code for non-aspect-ratio-retaining resize | diff --git a/ImageFilter/Filter/File/Image/Resize.php b/ImageFilter/Filter/File/Image/Resize.php
index ecb1d27..bc954c3 100644
--- a/ImageFilter/Filter/File/Image/Resize.php
+++ b/ImageFilter/Filter/File/Image/Resize.php
@@ -1,52 +1,54 @@
<?php
class ImageFilter_Filter_File_Image_Resize extends ImageFilter_Filter_Fil... |
hexdoll/Image-Filter | ef25e2e508e653f36b3250eaecafb0852a92b604 | Make greyscale filter work | diff --git a/ImageFilter/Filter/File/Image/Grayscale.php b/ImageFilter/Filter/File/Image/Grayscale.php
index b0da3bc..b5e3a9b 100644
--- a/ImageFilter/Filter/File/Image/Grayscale.php
+++ b/ImageFilter/Filter/File/Image/Grayscale.php
@@ -1,25 +1,59 @@
<?php
/**
* Convert the image to grayscale
*/
class ImageFilte... |
BoulderTools/BoulderTools.Utils | 2796be792b6e4e2b30b64b6fe79bd8e768cd7bd1 | firts commit | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
|
joenio/jquery.emoticon.js | 7d104f8992ac9df575c71b5ac776a77aca6ecea8 | Adding attributes 'alt' and 'title' to emoticon <img> tags | diff --git a/jquery.emoticon.js b/jquery.emoticon.js
index a51bc32..ab007f7 100644
--- a/jquery.emoticon.js
+++ b/jquery.emoticon.js
@@ -1,53 +1,53 @@
/* Copyright (c) 2010 Colivre - www.colivre.coop.br
Copyright (c) 2009 Marak Squires - www.maraksquires.com
Permission is hereby granted, free of charge, to any... |
joenio/jquery.emoticon.js | 8af536f06513e4ce7d696a0f39d4749e6e9dafa8 | Fixing REGEX to not interferes with URLs | diff --git a/jquery.emoticon.js b/jquery.emoticon.js
index e6cac41..a51bc32 100644
--- a/jquery.emoticon.js
+++ b/jquery.emoticon.js
@@ -1,53 +1,53 @@
/* Copyright (c) 2010 Colivre - www.colivre.coop.br
Copyright (c) 2009 Marak Squires - www.maraksquires.com
Permission is hereby granted, free of charge, to any... |
joenio/jquery.emoticon.js | 1345a7adea44a63e3a21621787282a82a474234f | Cosmetic changes in source-code | diff --git a/emoticons.js b/emoticons.js
index 20db1e7..62c8f21 100644
--- a/emoticons.js
+++ b/emoticons.js
@@ -1,117 +1,115 @@
/* Copyright (c) 2010 Colivre - www.colivre.coop.br
Copyright (c) 2009 Marak Squires - www.maraksquires.com
Permission is hereby granted, free of charge, to any person
obtaining a c... |
joenio/jquery.emoticon.js | ace8ec712268119c36458206af20a67890a16d2a | Moving imagePath setting to emoticons.js | diff --git a/emoticons.js b/emoticons.js
index 29a42ed..20db1e7 100644
--- a/emoticons.js
+++ b/emoticons.js
@@ -1,115 +1,117 @@
-/* Copyright (c) 2009 Marak Squires - www.maraksquires.com
+/* Copyright (c) 2010 Colivre - www.colivre.coop.br
+ Copyright (c) 2009 Marak Squires - www.maraksquires.com
Permission is ... |
joenio/jquery.emoticon.js | 9be4c30ef799d809e5450198dca7140c7104c59c | Avoiding problems when use jQuery in noconflict mode | diff --git a/jquery.emoticon.js b/jquery.emoticon.js
index 5e06b2b..ec6de42 100644
--- a/jquery.emoticon.js
+++ b/jquery.emoticon.js
@@ -1,52 +1,55 @@
-/* Copyright (c) 2009 Marak Squires - www.maraksquires.com
+/* Copyright (c) 2010 Colivre - www.colivre.coop.br
+ Copyright (c) 2009 Marak Squires - www.maraksquires.... |
joenio/jquery.emoticon.js | b656f36522b38768c7a4b1233ef00e66f33e583b | fixed trailing comma that will FUBAR IE | diff --git a/emoticons.js b/emoticons.js
index f854427..29a42ed 100644
--- a/emoticons.js
+++ b/emoticons.js
@@ -1,115 +1,115 @@
/* Copyright (c) 2009 Marak Squires - www.maraksquires.com
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
fi... |
joenio/jquery.emoticon.js | fc5e37b07c78bb723b8f6e2ef3f33430fcdc286f | removed frowny face in ::smile trigger | diff --git a/emotes/Thumbs.db b/emotes/Thumbs.db
index 3ad7507..d70a171 100644
Binary files a/emotes/Thumbs.db and b/emotes/Thumbs.db differ
diff --git a/emoticons.js b/emoticons.js
index de1e992..f854427 100644
--- a/emoticons.js
+++ b/emoticons.js
@@ -1,116 +1,115 @@
/* Copyright (c) 2009 Marak Squires - www.maraksq... |
joenio/jquery.emoticon.js | 6f10da2d48ab1b865fad94c480e07481696f2bd2 | added Regexp.escape, removed manual escapes | diff --git a/README.txt b/README.txt
index e69de29..81bcd53 100644
--- a/README.txt
+++ b/README.txt
@@ -0,0 +1,5 @@
+jQuery.emoticon.js
+
+Easily replaces emoticons in text fragments with <img> tags containing emote images.
+
+See: http://maraksquires.com/jquery.emoticon.js/
\ No newline at end of file
diff --git a/em... |
joenio/jquery.emoticon.js | dfab315ed5c4594769d815bc54f4f9e160f124a4 | added i to regex statement to ignore case while replacing emotes | diff --git a/jquery.emoticon.js b/jquery.emoticon.js
index fc2d88b..f1cfec5 100644
--- a/jquery.emoticon.js
+++ b/jquery.emoticon.js
@@ -1,11 +1,11 @@
$.fn.emoticon = function(theText) {
var imagePath = "http://uprising.tv/marak/jquery.emoticon.js/emotes/";
var newText = theText;
for( var a in emoticons.emotico... |
joenio/jquery.emoticon.js | e6ccf39e57e047b514003d5a843c66045b5a0808 | path updates, small bug | diff --git a/index.html b/index.html
index 0016ef1..1acf5e1 100644
--- a/index.html
+++ b/index.html
@@ -1,90 +1,89 @@
<html>
<head>
<script type="text/javascript" src="http://uprising.tv/marak/jQuery.template/jquery-1.3.min.js"></script>
<script type="text/javascript" src="http://uprising.tv/marak/jQuery.temp... |
joenio/jquery.emoticon.js | f2a6f4cbc50d963f30f2a6157db4ef8da7f57bbe | removed pretty print removed display of emotes in demo combined add text and $().emoticon() call into one button, Send Message added clear button | diff --git a/index.html b/index.html
index 287b526..0016ef1 100644
--- a/index.html
+++ b/index.html
@@ -1,111 +1,90 @@
<html>
-
<head>
-
<script type="text/javascript" src="http://uprising.tv/marak/jQuery.template/jquery-1.3.min.js"></script>
-
<script type="text/javascript" src="http://uprising.tv/marak/jQue... |
joenio/jquery.emoticon.js | 748979a86e353f69efffe2ada25bed71a3d15aba | naz update | diff --git a/jquery.emoticon.js b/jquery.emoticon.js
index 3e6f250..21d6a42 100644
--- a/jquery.emoticon.js
+++ b/jquery.emoticon.js
@@ -1,36 +1,15 @@
-$.fn.emoticon = function(element){
-
- var imagePath = "emotes/";
- var ee;
-
- for (emote in emoticons.emoticon) {
- console.log(emotic... |
joenio/jquery.emoticon.js | 9970fea53b131c972b0c06cdaf1c73eb071c6501 | Manually escaping special characters in emotes | diff --git a/emoticons.js b/emoticons.js
index 926f75e..e4039c3 100644
--- a/emoticons.js
+++ b/emoticons.js
@@ -1,85 +1,88 @@
-var emoticons = {
- "emoticon": {
- "::smile": {
- "image": "smile.png",
- "emotes": {
- ":-\)": "",
- ":)": "",
- ":]": "",
- "=]": "",
- "=\)":... |
emacsattic/filenames-in-buffers | b6db395f1bf7c6497046a9e89239914876dd256f | Thu Dec 3 19:13:32 CET 2009 update | diff --git a/filenames-in-buffers.el b/filenames-in-buffers.el
new file mode 100644
index 0000000..17f5d83
--- /dev/null
+++ b/filenames-in-buffers.el
@@ -0,0 +1,135 @@
+;;;; filenames-in-buffers.el
+;;; Time-stamp: <2005-11-16 11:34:08 jcgs>
+
+;; This program is free software; you can redistribute it and/or modify i... |
nickzman/symboliclinker | f9c9fb3357a5faa8e333c0a1120307d256402076 | Fix release code signing | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index a8106cf..ce2823e 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,445 +1,447 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46... |
nickzman/symboliclinker | c116ea357f308faf745c7a0e91db6d8128aa7073 | Xcode 12.2 upgrade check and update version # to 2.2.0 | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index a6f92ea..a8106cf 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,442 +1,445 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46... |
nickzman/symboliclinker | e32a31bdb4353a08e23c9fbe500e97da59abecde | Replace deprecated API usage when trying to get the boot volume's name | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index df12cb2..a4599b3 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,175 +1,180 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | eb98603ab47a1c8614d88fa8e16f9c7151dd9c68 | Upgrade the project to Xcode 12; drop the 32-bit build; raise the minimum system version to macOS 10.9 | diff --git a/.gitignore b/.gitignore
index 7c28ee4..bbbe396 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,14 @@
# Ignore Xcode stuff:
build/*
*.mode*
*.pbxuser
# Ignore Finder stuff:
.DS_Store
profile
# Ignore leftovers from other SCM systems:
CVS
.svn
+SymbolicLinker.xcodeproj/project.xcworkspace/... |
nickzman/symboliclinker | 209c46ec445247cd0e357cbbb9d590c22a246aa9 | Add a Catalan localization | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index a5b5718..135e68a 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,369 +1,376 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46... |
nickzman/symboliclinker | 624185d5badd8bed31bc6b54ce642a16a49d6977 | Change "English" to "en" | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 33cac64..a5b5718 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,373 +1,369 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46... |
nickzman/symboliclinker | 6d96351bf36c0da5fe53af760c8c22fcdf99df13 | The next version # will be 2.1.1 | diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings
index 6865279..def319b 100644
Binary files a/English.lproj/InfoPlist.strings and b/English.lproj/InfoPlist.strings differ
diff --git a/SymbolicLinkerService-Info.plist b/SymbolicLinkerService-Info.plist
index 3f293e4..0687a25 100644
--- a/Sy... |
nickzman/symboliclinker | 248a6c7de2645690574c550494bdd210fec678c1 | Decrease the maximum amount of attempts from 2147483647 tries to 32767 tries | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index b7ae6dd..df12cb2 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,173 +1,175 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | 1d3176c29d701b1bbfbf9aaf239fcffddb6dbbc1 | Catch EPERM in addition to EACCES and EROFS as conditions where we have to make a link on the desktop | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index b3e27b8..b7ae6dd 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,173 +1,173 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | 22ed8408a36fc6a36ad8b39a4c2a1b3e3cea3b0a | Call MakeSymbolicLinkToDesktop() and all errors only once, and then exit the loop so they wonât be called again | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index 61264f3..b3e27b8 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,169 +1,173 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | 8d82eafd1db71c6fdea64347742002567681e80e | Disable ARC since I forgot ARC isn't supported in 32-bit builds | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 46acebd..33cac64 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,375 +1,373 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46... |
nickzman/symboliclinker | b4c1802cbbbe6ba9b6e34f082925b6fc30c20c3c | I almost forgot Turkey | diff --git a/tr.lproj/InfoPlist.strings b/tr.lproj/InfoPlist.strings
index 9545036..6865279 100644
Binary files a/tr.lproj/InfoPlist.strings and b/tr.lproj/InfoPlist.strings differ
|
nickzman/symboliclinker | 8f24ca44c7fa98209ad7b8dd69c845ab92144829 | The next version # will be 2.1 | diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings
index 9545036..6865279 100644
Binary files a/English.lproj/InfoPlist.strings and b/English.lproj/InfoPlist.strings differ
diff --git a/SymbolicLinkerService-Info.plist b/SymbolicLinkerService-Info.plist
index f7e489d..3f293e4 100644
--- a/Sy... |
nickzman/symboliclinker | f3f9298b9d2c63915267baaf7999225cfdfb9ce7 | Make it clear to Xcode that .strings files are in UTF-16 format, which silences many build warnings | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 53d2269..c20b585 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,608 +1,608 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46... |
nickzman/symboliclinker | 980f215ae23b656d81d130ef6d2bbf7f8e198642 | Replace call to the long-deprecated FSFindFolder() with -[NSFileManager URLForDirectory:...] in order to get the user's desktop folder URL | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index adf7bbd..61264f3 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,169 +1,169 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | 1b2d966e47b0178caa5a6ab6fc6fed7ab3f5d3ff | Remove calls to access() so link generation is atomic | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index 73cdee8..adf7bbd 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,206 +1,169 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | 32d0dea4811eeeddc925007bfe3177e5495730d6 | Fix build warnings, and disable some warnings that are not a problem | diff --git a/SLAppDelegate.m b/SLAppDelegate.m
index cfdf734..14d24ea 100644
--- a/SLAppDelegate.m
+++ b/SLAppDelegate.m
@@ -1,64 +1,64 @@
//
// SLAppDelegate.m
// SymbolicLinker
//
// Created by Nick Zitzmann on 8/23/09.
// Copyright 2009 Nick Zitzmann. All rights reserved.
//
// Redistribution and use in ... |
nickzman/symboliclinker | 60dc27b336f43e1431a741704504e9d30a47976f | Properly handle public.url pasteboard send type | diff --git a/SLAppDelegate.m b/SLAppDelegate.m
index 190c94e..cfdf734 100644
--- a/SLAppDelegate.m
+++ b/SLAppDelegate.m
@@ -1,53 +1,64 @@
//
// SLAppDelegate.m
// SymbolicLinker
//
// Created by Nick Zitzmann on 8/23/09.
// Copyright 2009 Nick Zitzmann. All rights reserved.
//
// Redistribution and use in ... |
nickzman/symboliclinker | 3c9f1311252ade2c5a22b02accb8f0640ee9d2c6 | Bring the service into the modern era of Xcode; remove GC support in favor of ARC | diff --git a/Info.plist b/Info.plist
index fcf489b..286f312 100644
--- a/Info.plist
+++ b/Info.plist
@@ -1,44 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopment... |
nickzman/symboliclinker | fe2568e3c2b1800c84d84f67c46032e24fd1f26b | Turned the ppc build back on for people compiling using Xcode 3.2.6 | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 5b490fa..fc4b5a2 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,623 +1,628 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 44... |
nickzman/symboliclinker | 72abdb3b2ef082fe132ed7b0573050acb1d241b5 | Added a Norwegian localization | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 112fda3..5b490fa 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,609 +1,623 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 44... |
nickzman/symboliclinker | 0621f130ce3785c0dd600976996b5efc96fc8a5e | Added an icon to the service (thanks to TimMoore) | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index ba68124..112fda3 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,604 +1,609 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 44... |
nickzman/symboliclinker | 691fa1016453c40d4757d8f08b773ebd2bab6e67 | Added a Portuguese localization | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 2e516e1..ba68124 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,597 +1,604 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 44... |
nickzman/symboliclinker | 94fdbd3c5aac906792eabe56abefdee9edae8bde | Added a Dutch localization | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index ad5311b..2e516e1 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,591 +1,597 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 44... |
nickzman/symboliclinker | c02dfe2e780a443f0ec6a9c7935322521a05aee1 | Changed the name of the en.lproj folder back to English.lproj to work around an Xcode bug making it impossible to add new localizations | diff --git a/en.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings
similarity index 100%
rename from en.lproj/InfoPlist.strings
rename to English.lproj/InfoPlist.strings
diff --git a/en.lproj/Localizable.strings b/English.lproj/Localizable.strings
similarity index 100%
rename from en.lproj/Localizable.strings
re... |
nickzman/symboliclinker | 30f910109d1f3b885b4de704e811f9a394db2571 | Added the license to SLAppDelegate | diff --git a/SLAppDelegate.h b/SLAppDelegate.h
index 03968c1..8e4e603 100644
--- a/SLAppDelegate.h
+++ b/SLAppDelegate.h
@@ -1,17 +1,24 @@
//
// SLAppDelegate.h
// SymbolicLinker
//
// Created by Nick Zitzmann on 8/23/09.
-// Copyright 2009 __MyCompanyName__. All rights reserved.
+// Copyright 2009 Nick Zitzm... |
nickzman/symboliclinker | c189cfd7aa601a17a822ae617a6edc7a82d9d68e | Figured out a workaround to an Xcode bug that was preventing me from adding localized variants of ServicesMenu.strings | diff --git a/SymbolicLinker.xcodeproj/project.pbxproj b/SymbolicLinker.xcodeproj/project.pbxproj
index 004d97d..ff3ed8a 100644
--- a/SymbolicLinker.xcodeproj/project.pbxproj
+++ b/SymbolicLinker.xcodeproj/project.pbxproj
@@ -1,574 +1,590 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 44... |
nickzman/symboliclinker | f53542fb0a4aaee4db653429e0022b846bad854e | The service can now handle multiple files at once, shortened the termination timer to 5 seconds | diff --git a/SLAppDelegate.m b/SLAppDelegate.m
index ea4c472..5195160 100644
--- a/SLAppDelegate.m
+++ b/SLAppDelegate.m
@@ -1,41 +1,46 @@
//
// SLAppDelegate.m
// SymbolicLinker
//
// Created by Nick Zitzmann on 8/23/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "SLAppDelegate.... |
nickzman/symboliclinker | 6ca299dd4ae53bb947361bca33ee224789a36c75 | Fixed the problem where the service would steal focus from the Finder | diff --git a/SymbolicLinker.m b/SymbolicLinker.m
index 2018c42..f55dab2 100644
--- a/SymbolicLinker.m
+++ b/SymbolicLinker.m
@@ -1,201 +1,199 @@
/*
* SymbolicLinker.m
* SymbolicLinker
*
* Created by Nick Zitzmann on Sun Mar 21 2004.
* Copyright (c) 2004 Nick Zitzmann. All rights reserved.
*
*/
// Re... |
nickzman/symboliclinker | a45bce460767341979f2a8341969b5e064c0fe4a | Added a new service target for Snow Leopard, fixed creating links of the boot device | diff --git a/Info.plist b/Info.plist
index 12fd10d..154258a 100644
--- a/Info.plist
+++ b/Info.plist
@@ -1,44 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopment... |
pingali/pingali.github.com | 929dca378545d0b1c2e30605948d12d554ac4fb6 | main page. | diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ae38796
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+under construction
|
ors/openrichservices | 7dc71c020ec5e7da4985c640c45afbbe9262d9a3 | refactoring of the labs namespace into interop, loggers/core and loggers/swinglogger. | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 17ea146..f19e54d 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,92 +1,94 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
- [rich-services.labs :only [call-service-on-node logger swing-re-logger]]))
... |
ors/openrichservices | 7139811f0d5d0050b10bf29a19d1e825c391a208 | changed use of refs to using alter, other minor simplifications. | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 2f75a69..17ea146 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,92 +1,92 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
- [rich-services.labs :only [conj-resp call-service-by-uri call-service-on-no... |
ors/openrichservices | 94c2927b79911a4a4b17620711a1779237a8518a | DRY on swing-log-re-append | diff --git a/src/rich_services/labs.clj b/src/rich_services/labs.clj
index 4aeb6f9..86c1f5d 100644
--- a/src/rich_services/labs.clj
+++ b/src/rich_services/labs.clj
@@ -1,185 +1,183 @@
(ns rich-services.labs
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.str-utils2 :only (grep)])
(:... |
ors/openrichservices | 39a657d5baf897cffbb30523e2168caaac306a8a | removed superfluous :use of clojure.contrib.logging functions. | diff --git a/src/rich_services/labs.clj b/src/rich_services/labs.clj
index 5c52d71..4aeb6f9 100644
--- a/src/rich_services/labs.clj
+++ b/src/rich_services/labs.clj
@@ -1,186 +1,185 @@
(ns rich-services.labs
(:use rich-services.adl
rich-services.deployment
- [clojure.contrib.str-utils2 :only (grep)]
- ... |
ors/openrichservices | b682534b11ea99b3d3d7d8861f1bfa17a3862118 | Sensor sends monotonically increasing values. Good for logging demonstration. | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 88605ed..2f75a69 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,90 +1,92 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[rich-services.labs :only [conj-resp call-service-by-uri call-service-on-no... |
ors/openrichservices | c68700769de775a2fd2863ac16616c7b7bcf478c | Ssensor sends monotonically increasing values. Good for logging demonstration. | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 88605ed..2f75a69 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,90 +1,92 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[rich-services.labs :only [conj-resp call-service-by-uri call-service-on-no... |
ors/openrichservices | 1ad4bef0496b9c911cb5ff57f80a6ce9a4d8aa4b | JTextAreas are cleared when max # of rows is reached. | diff --git a/src/rich_services/labs.clj b/src/rich_services/labs.clj
index 9e1213a..5c52d71 100644
--- a/src/rich_services/labs.clj
+++ b/src/rich_services/labs.clj
@@ -1,180 +1,186 @@
(ns rich-services.labs
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.str-utils2 :only (grep)]
... |
ors/openrichservices | 4fddd4455a173a1db9b4df9efe07de52c9f32c54 | added pause/stop/play buttons | diff --git a/src/rich_services/labs.clj b/src/rich_services/labs.clj
index cca8adb..9e1213a 100644
--- a/src/rich_services/labs.clj
+++ b/src/rich_services/labs.clj
@@ -1,103 +1,180 @@
(ns rich-services.labs
(:use rich-services.adl
rich-services.deployment
- [clojure.contrib.str-utils2 :only (grep)])
+ ... |
ors/openrichservices | b5165df731bfffc7079a43a4191015ef02c5776a | factored swing logger out of adl2.clj and into labs.clj | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 9c870c8..88605ed 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,194 +1,90 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
- [clojure.contrib.logging :only (trace debug info spy)]
- [clojure.contrib.... |
ors/openrichservices | ea012c52f4fc76fe9845f0d8128cb5a7d04fe430 | removed superfluous logging. | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index b940823..9c870c8 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,195 +1,194 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.logging :only (trace debug info spy)]
[clojure.contrib... |
ors/openrichservices | 9bb6880fbb9fd220fc0db226e8adb057f73d00b8 | Basic Swing-based logging facility added to adl2.clj. Changed if-then behavior in adl.clj | diff --git a/.DS_Store b/.DS_Store
index b1bc858..fa747f3 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.gitignore b/.gitignore
index d7265e8..86092f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,11 @@
+.DS_Store
*jar
lib
classes
log
.#*
*~
modules/*
*.swp
euca*
diff --git a/src... |
ors/openrichservices | f162f85dd48e54d8eb5bfdad15f9f514ab978ec8 | working version | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 8c89f95..1a0e8c1 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,167 +1,167 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.logging :only (trace debug info spy)]
[clojure.contrib... |
ors/openrichservices | ff002c82108ab526f539f57cb30be74c88094ee3 | first version of regexp-based message logger with Swing | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index d81d39e..8c89f95 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,159 +1,167 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.logging :only (trace debug info spy)]
[clojure.contrib... |
ors/openrichservices | bf2f2990f1f7e7d601d15a96999caa2525b62b66 | added cleanup of log dir | diff --git a/script/bootstrap b/script/bootstrap
index a50b5c0..8d18fe2 100755
--- a/script/bootstrap
+++ b/script/bootstrap
@@ -1,9 +1,11 @@
#!/bin/sh
# from rich-services/
+echo "cleaning logs..."
+rm -rf log/dev-*
echo "lein deps..."
lein deps
echo "lein uberjar..."
lein uberjar
echo "lein install..."
lein... |
ors/openrichservices | c09ab28797425cd5c2832f7591e55cd5eaa8bb5f | added initial support for regex-based Swing-logging; next up: simplify calling the logger | diff --git a/script/bootstrap b/script/bootstrap
new file mode 100755
index 0000000..a50b5c0
--- /dev/null
+++ b/script/bootstrap
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# from rich-services/
+echo "lein deps..."
+lein deps
+echo "lein uberjar..."
+lein uberjar
+echo "lein install..."
+lein install
diff --git a/script/run-demo-n... |
ors/openrichservices | b68699ee66b8d9b09ed4b13f74d1f9296ec41125 | added randomized power drainage and daily scheduled transfer | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index c4f7b9f..1cce54c 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,74 +1,92 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.logging :only (debug info)]))
(defn conj-resp
"Helper funct... |
ors/openrichservices | 6cd82b1499239684daf6b90a64cf9156f47c3210 | multiple cell-phone and sensor instances | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 1045931..c4f7b9f 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,70 +1,74 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
[clojure.contrib.logging :only (debug info)]))
(defn conj-resp
"Helper funct... |
ors/openrichservices | 2e14e50dc265e9ddc6f16d0c26ed494497656f5c | minir changes | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
index 33f21db..1045931 100644
--- a/src/examples/adl2.clj
+++ b/src/examples/adl2.clj
@@ -1,70 +1,70 @@
(ns examples.adl2
(:use rich-services.adl
rich-services.deployment
- [clojure.contrib.logging :only (debug info)])
- (:require [rich-services.services... |
ors/openrichservices | bd5650251ed65059818ad30d914f3898c54574b2 | cell-phone example with scheduled push from sensor to cell-phone | diff --git a/src/examples/adl2.clj b/src/examples/adl2.clj
new file mode 100644
index 0000000..33f21db
--- /dev/null
+++ b/src/examples/adl2.clj
@@ -0,0 +1,70 @@
+(ns examples.adl2
+ (:use rich-services.adl
+ rich-services.deployment
+ [clojure.contrib.logging :only (debug info)])
+ (:require [rich-services.services ... |
ors/openrichservices | 660d28b40f77f0bc22611383c28cfa0adaa75e6f | file name clarifies role. | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ba56fd6
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,33 @@
+***
+
+Copyright 2010 The Regents of the University of California
+All Rights Reserved
+
+Permission to copy, modify and distribute any part of this
+OpenRichServices Software for educational, res... |
ors/openrichservices | ddd8e50027591f0b1f8b8d35d8b9230e997f2fc6 | added command line option for bringing up the example. | diff --git a/README.textile b/README.textile
index 8285891..ddd9d3e 100644
--- a/README.textile
+++ b/README.textile
@@ -1,35 +1,39 @@
h1. Rich-Services Infrastructure
An implementation of a Rich-Services Infrastructure.
h2. Demo Usage
Download and install the Leiningen (v1.3) build tool for Clojure:
@wget... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.