1844 packages — page 36

NativeClientBridge

A simple messaging system between Squeak in NaCl and JavaScript.
SqueakSource squeak

nativevegetation

Experiments in natural language processing in Squeak Smalltalk
GitHub squeak MIT

Natural Smalltalk

NaturalSmalltalk is a collection of tools to analyze English texts and Smalltalk programs.This package provides scanners, stemmers, Naive Bayes classifiers, tfidfclassifiers, K-means clusterers, keyword extractor, and FastMap visualizer.Two tools, MessageSpy (profiler with keyword extraction) and WhatyaDoing(process monitor by keyword extraction) …
SqueakMap squeak

nCompiler for 3.8

This is the new Compiler. This is for 3.8 only, for 3.9, please install "NewCompiler".
SqueakMap squeak

Neo4reSt

Neo4reSt is a rest client of Neo4j graph database. (http://neo4j.org/)Neo4reSt will provide:
SqueakMap squeak

Net

This Project will (try to) implement basic networking protocols like ARP, IP, ICMP, UDP, TCP, DHCP, and may be others. Including Packets and Protocols (state machines, etc).Think that with this, if someday it's finished, you will not need the suport …
SqueakSource squeak

NetModel

NetModel is a simple modeling tool for data networks. It allows you to builda simple network of hosts/routers and connecting circuits and evaluate itsperformance. The documentation that is included is intended for someone thatunderstands Squeak basics, especially the Halo and …
SqueakMap squeak

NetMorph

NetMorph is a distributed environment for everyone.It extends the current Squeak Morphic system to a network-enabled one.In NetMorph, Morph is no longer 'a bird in a cage'.It can go out from the local desktop and freely crawls 'across the universe' …
SqueakMap squeak

NetMorph MapServer

MapServer serves WorldMap data to NetMorph clients. You might not need this, because NetMorph clients also can serve as a MapServer. But, typically, in a classroom, MapServer will run on teacher's machine. It is convenient for administration. You can see/collect …
SqueakMap squeak

NetStrings

This is an implementation of the Netstring protocol as defined here: http://cr.yp.to/proto/netstrings.txt (by D. J. Bernstein, djbpobox.com). It adds the ability to read and write Netstrings onto any byte or character stream. Integer, ByteArray, and String can be converted to …
SqueakMap squeak

Network-HTML

SqueakMap squeak

NetworkRewrite I

A SUnit suite is located here:http://www.squeaklet.com/sm/Network-SUnit.st.gz Additional patches for protocol clients:http://www.squeaklet.com/sm/celeste.cs.gzhttp://www.squeaklet.com/sm/smMailPasswd.cs.gz
SqueakMap squeak

NewCompiler

This is the new Compiler for Squeak 3.9. This is based on Anthony's ClosureCompiler2, but cangenerate old-style bytecode, too. This depends on the AST package.
SqueakMap squeak

NewDebugger

Implements a new debugger for squeak
SqueakSource squeak

NewKindOfScienceIntro

This programs visualizes a very simple one-dimensional cellular automaton, which operates on booleans and takes only three predecessors into account for the generation of a new cell. This CA is used in Stephen Wolframs "A new kind of science" as …
SqueakMap squeak

NewProgressBar

A different progress bar will be displayed for MVC and Morphic. This also ensures that a progress bar gets removed. In Morphic progress bars get stacked, the most recent one is at the bottom.
SqueakMap squeak

NewsAgent

This newsreader aids in handling the volume of traffic on net news. It monitors your reading habits and ranks new messages by importance, discriminating on author and thread. Below a certain threshold, uninteresting articles are suppressed altogether.
SqueakMap squeak

NGSQinto

Just for getting the hang of Squeak Source
SqueakSource squeak

NiceDoIt

Evaluates some expression in the workspace in a low priority process so as not to lock the user inteface. Opens a window to manage the process. The process is terminated (killed) when closing the window. Nice refers to the unix …
SqueakMap squeak

Nile

Aims to create a new stream hierarchy. Formerly known as RFStreams.DocumentationNile core + collection-based streamsFile-based streamsTo installNile is present in SqueakMap and in Universe.In monticello, loadNile-All. If you only want the core, load Nile-Base.
SqueakSource squeak

Nile

Nile is a complete reimplementation of the squeak stream hierarchy. It provides: http://damien.cassou.free.fr/documents/internship2007/nile/completehierarchy.pdf
SqueakMap squeak

Nisshoku

Pattern/modular-based official documents generation system. Required packages:SeasideScriptaculousVassili's RegexYAXOOpenDocument:http://www.squeaksource.com/OpenDocument/OpenDocument-Core-tak.35.mczhttp://www.squeaksource.com/OpenDocument/OpenDocument-Workspace-tak.1.mczSorry, full package description will be later
SqueakSource squeak

NNTPClient

Implementation of an NNTPClient (in the terminology of squeak: like httpclient, ... so there's not yet a ui for it)
SqueakSource squeak

NockS

A Nock VM in (SQueak) Smalltalk
GitHub squeak BSD-3-Clause

NotificationCenter

NotificationCenter provides a mechanism for broadcasting information to registered objects.
SqueakMap squeak