Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 3

BESEN is an acronym for "Bero's EcmaScript Engine", and it is a complete ECMAScript Fifth Edition Implemention in Object Pascal, which is compilable with Delphi >=7 and FreePascal >= 2.5.1 (2.4.0 only inoffically). BESEN is licensed under the LGPL license with ... [More] static-linking-exception. Features: It's a complete implementation of the ECMAScript Fifth Edition standard, and it has x86/x64 native code just-in-time compilers. [Less]

5.0
 
  0 reviews  |  6 users  |  60,838 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

PHPDevShell is a MySQL and PHP GUI development framework providing a well designed GUI administrative interface to plugin any kind of already written script or develop your own specifically for PHPDevShell, it outputs the content to a slick theme with its theme engine system. PHPDevShell does ... [More] everything for the developer, this includes the Navigation, Security, Registration, Theming, Logging, Search Filtering, Caching, Database Layer, Ajax, Mailing with a GUI interface providing User Management, Role Management, Group Management, Menu Management, Cron Management, Template Management, Hooks Management, Log Management, Plugin Management, Settings Management and many other features that a developer might require for any generic project. [Less]

5.0
 
  1 review  |  2 users  |  358,073 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

Generate image ratings based on directory tree topology and write them to .XMP files.

0
 
  0 reviews  |  1 user  |  656 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

jscsh is an interactive JavaScript shell similar to Ruby's irb or the interactive Python shell. It uses Apple's JavaScriptCore for its internal JS engine and provides several built-in function with similar functionality to SpiderMonkey's js shell. jscsh is very early in development ... [More] , but can run and load any JavaScripts which use the built-in JavaScript classes (no DOM or XMLHttpRequest support). It's already pretty fast. It also has an interface to system(3) and a wrapper around popen(3). jscsh also includes several classes inspired by classes from the Ruby standard library. Dir, File, and IO all have at least partial implementations. jscsh is still young and immature, but it allows for high performance JavaScript without the need for a web browser. Standard Global ObjectsIn addition to JavaScript's built-in standard global objects, jscsh also provides a additional StandardGlobalObjects which are written in a combination of C and JavaScript. Dir File IO Socket ScreenshotsInteractive Consolejs> print('Hello World!') Hello World! js> Dir.foreach('/Library/Ruby', function(item) { print(item) }) . .. Gems Site js> load('perfect.js') A number is 'perfect' if it is equal to the sum of its divisors (excluding itself). The perfect numbers up to 500 are: 6 = 1 + 2 + 3 28 = 1 + 2 + 4 + 7 + 14 496 = 1 + 2 + 4 + 8 + 16 + 31 + 62 + 124 + 248 That's all. js> perfect(10000) The perfect numbers up to 10000 are: 6 = 1 + 2 + 3 28 = 1 + 2 + 4 + 7 + 14 496 = 1 + 2 + 4 + 8 + 16 + 31 + 62 + 124 + 248 8128 = 1 + 2 + 4 + 8 + 16 + 32 + 64 + 127 + 254 + 508 + 1016 + 2032 + 4064 That's all. js> InterpreterRunning perfect.js from the SpiderMonkey sources: $> ijs perfect.js A number is 'perfect' if it is equal to the sum of its divisors (excluding itself). The perfect numbers up to 500 are: 6 = 1 + 2 + 3 28 = 1 + 2 + 4 + 7 + 14 496 = 1 + 2 + 4 + 8 + 16 + 31 + 62 + 124 + 248 That's all. $> [Less]

0
 
  0 reviews  |  0 users  |  3,769 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

WHAT IS HTRSH?HTRSH (Hyper Text Remote Shell) is similar to the remote shell (rsh) but it works right in your web browser using HTTP or HTTPS protocol for data transfering. USERS TARGETFor all users who cannot use remote shells (e.g. ssh, rsh, telnet, etc..) to access some hosts connected to the ... [More] Internet. The reason of it may be unavailability of external access to the Internet, strict rules of the firewall, NAT (Network Address Translator) and so on. In such case, htrsh may help you to admin your host or server via your Web browser everywhere! Or are you Web geek? Then it is for you! HOW IT WORKShtrsh consists two applications work together: It is server part (hereinafter just the server) and interface part (hereinafter the client). You just configure and run the server on a host you are willing to access. For example, it may be your home or work computer. The client works on some host in the Internet (e.g. on free Web hosting). The client "draws" special web interface you work with via your Web browser. The client can show special web "terminal" which provide working with remote host. The console (terminal) is similar to the standart UNIX/Linux or MS Windows console depends from OS installed on the remote host (the server side). While you are working with the terminal, the server periodically "asks" the client for new commands to do. You just type commands in the console as usual, and the server executes them and send results to the client to show its in the console (in your Web browser!). Pay attention, that this technology works with out opening any ports on your system (where the server is running), it is just http(s) requests!!! PROJECT STATUSIndeed, the program is being developed and has not been released yet. TECHNOLOGIESThe server is cross platform application which is being written with ANSI C using cURL cross platform library (Cygwin for Windows version). The client is cross platform application either, it is the web interface is being written with PHP and Prototype Java Script library making extensive use of AJAX for better responsiveness. AUTHORSThe idea, development and programming of the project belong to 0xDEFACE [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Opens a Program, Folder, Document or Website. Emulates the behavior of Start->Run.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 
Compare

htsh is an http shell written with php and the jQuery javascript library (making extensive use of AJAX for better responsiveness).

0
 
  0 reviews  |  0 users  |  8,263 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

A XPCom extension for html analysis and process, using to analysis and download resource from internet.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins. Most typically, login shells would be exported this ... [More] way: shellinaboxd -s /:LOGIN This command starts a web server at http://localhost:4200 that allows users to login with their username and password and to get access to their login shell. All client-server communications are encrypted, if SSL/TLS certificates have been installed. [Less]

0
 
  0 reviews  |  0 users  |  49,673 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A bookmarklet-based, cross-browser JavaScript / CSS shell written purely in JavaScript.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.