links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "10",

Groups about "10": sharingthelife,

1 - 6 of 6   Watch mshook
 
<script type="text/javascript" src="http://willarson.com/code/sparklines/processing.js"></script>
<script type="text/javascript" src="http://willarson.com/code/sparklines/sparklines.js"></script>
<script>
var setup_sparklines = function() {
  var opts = {};
  var data = [100,500,300,200,400,500,400,400,100,200];
  new Sparkline('simple1', data).draw();
};
</script>

<p> A simple sparkline. </p>
<pre><code>var data = [100,500,300,200,400,500,400,400,100,200];
new Sparkline('simple1', data).draw();</code></pre>
<canvas width="300" height="50" id="simple1" ></canvas>
<script>
setup_sparklines();
</script>
http://willarson.com/code/sparklines/sparklines.html
by mshook 2009-06-10 11:44 experiment · processing · graph · data · visualization · 10 · june · 2009 · a · javascript · b
http://mshook.appspot.com/z/d4m.htm?/mshook/10+june+2009+b - cached - mail it - history

A simple sparkline.

var data = [100,500,300,200,400,500,400,400,100,200];
new Sparkline('simple1', data).draw();
by mshook 2009-06-10 11:18 experiment · processing · graph · data · visualization · 10 · june · 2009 · a · javascript
http://mshook.appspot.com/z/d4m.htm?/mshook/10+june+2009+a - cached - mail it - history
	TITLE 'DEMOAST1 - READ AND PRINT'
*
* AUTHOR.  DON HIGGINS.
* DATE.    12/30/82.
* REMARKS. PC/370 DEMO TO ILLUSTRATE ASSIST DUMP AND LOG OUTPUT.
*
* THIS PROGRAM READS CARDS FROM DEMOAST1.DAT AND LISTS THEM ALONG
* WITH SELECTED DUMPS OF REGISTERS AND STORAGE ON DEMOAST1.LOG.
*
* MAINTENANCE
*
* 05/18/87 CONVERTED TO R2.0 XFILI/XFILO PATH/FILENAME FORMAT
*
*
DEMOAST1  CSECT
	USING *,R15
	XFILI =C'DEMOAST1.DAT'
	XFILO =C'DEMOAST1.LOG'
	XDUMP
LOOP     EQU   *
	XREAD CARD
	BNZ   EOF
	XPRNT CARD,80
	B     LOOP
EOF      EQU   *
	XDUMP CARD,80
	XDUMP CARD
	SVC   EXIT
R15      EQU   15
EXIT     EQU   0
CARD     DC    CL80' '
	END   DEMOAST1
/pre>
                  
by mshook 2009-05-10 21:30 ibm · assembler · emulator · cool · nostalgia · editor · simulator · code · example · dos · pc · 10 · may · 2009 · f · tinyurl · pyvh2k
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+f - cached - mail it - history
  • "The PC/370 package provides the capability to assemble, link, and execute IBM 370 assembler programs on any 80x86 MSDOS 2.0+ micro computer such as the IBM PC, XT, AT, PS/2, Compaq, etc. " ~1988
  • A more detailed description in an ACM abstract
  • Based on ASSIST which was implemented as a batch 360 system ~1974
  • includes lots of short example programs
  • includes the source for a working full screen character-based editor
  • I found it at http://www.ibmmainframes.com/downloads/PC-370.zip
  • I put a copy at http://mshook.googlepages.com/PC-370.zip
by mshook 2009-05-10 21:10 ibm · assembler · emulator · cool · nostalgia · editor · simulator · code · example · dos · pc · 10 · may · 2009 · e
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+e - cached - mail it - history
Rule 1. Describe the item you have in hand. Record the following details in this order and with this punctuation:
Title : subtitle / author's name as given ; names of other person or bodies named on the title page, label, container, title frame, etc. -- Edition (abbreviated). -- Place of publication : Publisher, Year of publication.
Number of pages, volumes, discs, reels, objects, etc. ; Dimensions of the object (metric). -- (Name of series)
Descriptive notes
Examples of descriptions
  1. His last bow : some reminiscences of Sherlock Holmes / A. Conan Doyle. -- London : Murray, 1917.
    305 p. ; 20 cm. -- (Murray's fiction library)
  2. A white sport coat and a pink custacean / Jimmy Buffett. -- New York : ABC, 1973.
    1 sound disc. ; 12 in.
    Backing by the Coral Reefer Band.
by mshook 2009-05-10 20:02 10 · may · 2009 · d · gorman · cataloging · 1981 · humor · aacr2 · catalog · tinyurl · pwxscv
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+d - cached - mail it - history
1 - 6 of 6  
Related Tags
 
- exclude ~ optional + require
Add Dates