Browsing projects by Tag(s)

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

Showing page 1 of 3

VLC - the cross-platform media player and streaming server VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in ... [More] unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. [Less]

4.39428
   
  4 reviews  |  3,352 users  |  601,975 lines of code  |  111 current contributors  |  Analyzed 4 days ago
 
 

The Nickle Programming Language is a C-like language with modern programming language features, intended for rapid prototyping, complex scripting, and numerical calculation. The current implementation is an interactive compiler to byte code written in C, with a runtime system written in C and Nickle.

4.0
   
  0 reviews  |  5 users  |  27,088 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

httest is a script based tool for testing and benchmarking web applications, web servers, proxy servers and web browsers. httest can emulate clients and servers in the same test script, very useful for testing proxys.

5.0
 
  0 reviews  |  3 users  |  41,385 lines of code  |  3 current contributors  |  Analyzed 2 days ago
 
 

ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.

5.0
 
  0 reviews  |  2 users  |  29,074 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

An interactive object-oriented user interface language for rapidprototyping, development and delivery of extensible applications withMotif GUIs and Xtango graphics/animation.(Seeking people to port this from Motif to an OpenSource/Linux GUI platform.) Version 2.10 was released on X11r6 ... [More] distribution, and is still available on ftp.x.org: http://ftp.x.org/contrib/devel_tools/winterp-2.10.README 25-Apr-1998 19:00 11K http://ftp.x.org/contrib/devel_tools/winterp-2.10.tar.gz 25-Apr-1998 19:00 2.4M http://ftp.x.org/contrib/devel_tools/winterp.lsm 25-Apr-1998 19:00 1.3K [Less]

5.0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

I is a free and open source cross-platform programming language designed towards efficiency during development and at runtime. It's framework of libraries allows it to support a wide variety of purposes. It is a dynamically and weakly typed interpreted language with a platform for developing ... [More] applications like Aciqra. It also supports web development through the use of the mod_i extension. [Less]

5.0
 
  0 reviews  |  1 user  |  27,093 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

Crack aims to provide the ease of development of a scripting language with the performance of a compiled language. The "crack" program is a "script executor" that compiles source to machine code on the fly (it will cache the code to intermediate formats as appropriate). The ... [More] crack language itself derives concepts from C++, Java and Python, incorporating object-oriented programming, operator overloading and strong typing. [Less]

4.0
   
  0 reviews  |  1 user  |  45,237 lines of code  |  6 current contributors  |  Analyzed about 24 hours ago
 
 

Some of my personal shell scripts and C and Python Codes.

0
 
  0 reviews  |  0 users  |  1,237 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
Compare

This tool works with common C++ compilers (such as GCC and VC 7.1) to leverage C++ constructs for scripts. It is simply beyond my grasp that one needs 'special script' languages, like Perl, in order to do 'small' tasks. More info is found at http://blog.davber.com. Release ... [More] information is found at CpshVersion1. Sample SessionsI.e., one can have this shell file, that goes over all files in a given directory and prints out the big ones: #!/usr/bin/cpsh path topPath = argv[1] remove_copy_if ( directory_iterator(topPath), directory_iterator(), bind(less, bind(file_size,_1), 10000000L), ostream_iterator(cout, '\n'));Using ordinary C++ (with the Boost library accessible directly, such as the 'path' type in the filesystem sub namespace) It also comes with an interactive shell, via the '-i' option, enabling sessions as (the text following '>' is what the user types): > vector names; > ? sizeof names < 20 > ? names.size() < 0 > const char* texts[] = { 'John', 'Greg', 'Bob' }; > copy (texts, texts+3, insert_iterator(names)); > ? names.size(); < 3 > transform (names.begin(), names.end(), \ >> bind(substr, _1, 1), \ >> ostream_iterator(cout, ' ')); {ohn reg ob } This is perfect for learning the language or verifying one's knowledge about complicated constructs. So, why learn a new scripting language when all the power you need is available in C++, at least as succinctly expressed as with any other language. Oh, did I forget to mention that C++ executables are a bit faster than interpreted Ruby :-) [Less]

0
 
  0 reviews  |  0 users  |  2,176 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This is a common lib. with a gui as demo 1.easly configured by scripte 2.possible save info with data file 3.possible save info with mysql 4.net game is one of the usage. Wow is a test

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 months ago
  c script wow
 
 
 
 

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.