Projects tagged ‘browser’ and ‘c’


Jump to tag:

Projects tagged ‘browser’ and ‘c’

Filtered by Project Tags browser c

Refine results Project Tags javascript (5) .net (4) compiler (4) web (4) csharp (3) ajax (3) game (3) linux (3) qt (3) http (2) code (2) cplusplus (2)

[24 total ]

17 Users
   

Dillo is a very fast, extremely small web browser, written in C and C++. The version 2.x is now UNICODE aware using FLTK2. Dillo renders a good subset of HTML, excluding frames, JavaScript, and JVM ... [More] support. Older Dillo 0.x versions used GTK1 (with source and binary ~400kb each) under GPLv2+, but are deprecated. [Less]
Created over 3 years ago.

3 Users

Complete, lightweight and portable C# library for Facebook: gives complete access to Facebook functionalities (API, Chat and more), does browserless login and runs on Microsoft .net, Microsoft .net ... [More] for Mobile (Compact Framework) and Mono. --- On the 12th of February, 2009 I've received a "Cease and Desist" e-mail from Facebook's lawyers. As a result, the project will be closed at latest the 19th of February, 2009. For now, the copies of that letter are kept personal. If you'd like a copy, contact me: http://contact.ali.tokmen.com/ It's been a great pleasure to work with such creative, realistic and helpful people. [Less]
Created about 1 year ago.

0 Users

Native ClientNative Client is an open-source technology for running native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect ... [More] from web apps. We've released this project at an early stage to get feedback from the open-source community. We believe that Native Client technology will help web developers to create richer and more dynamic browser-based applications. Native Client runs on 32-bit x86 systems that use Windows, Vista, Mac OS X, or Linux. Some ARM and x86-64 support is implemented in the source base, and we hope to make it available for application developers later this year. How to get involvedYou can help make Native Client as secure and useful as possible. Here's how: Download the Native Client distribution for your development platform (Linux, Mac, or Windows) Install the distribution and run demos, following the instructions in the Getting Started guide Help us test Native Client, starting with these suggestions. Subscribe to our announcements Give us feedback: Participate in the discussion group File issues about bugs and other problems you find If you are not using our experimental plug-in we recommend you uninstall it. More informationTake a look at the Native Client documentation, wiki, and source code. You can also read our research paper (PDF). And don't miss our video: Quake and XaoS in the browser. For more information, see Examples and Tests. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created about 1 year ago.

0 Users

Dead Simple Web Browser (DSWB) follows the UNIX philosophy - "Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a ... [More] universal interface." The idea is to create as simple as possible of a web browser that is completely controlled by command line arguments. Its written entirely in C#. I loved many of the ideas of UZBL but I couldn't find one that was compiled to Windows. Please check the wiki for the command arguments. This does not have a toolbar or url bar for you to enter a web address. This is meant for use from the DOS prompt or batch file. [Less]
Created 4 months ago.

0 Users

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 ... [More] who cannot use remote shells (e.g. ssh, rsh, telnet, etc..) to access some hosts connected to the 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]
Created about 1 year ago.

0 Users

Font Browser is an efficient help for graphic designers that have many fonts installed and have problems getting the overview when trying to find a good font for a project. Font Browser helps you to ... [More] browse your installed fonts and preview them with custom text, size or style. It also lets you browse for folders containing TrueType Fonts and preview them without being installed. [Less]
Created 2 months ago.

0 Users

integrate c++ and java to control hardware in fact ,http://code.google.com/p/memcached/ this project is very good.
Created 12 months ago.

0 Users

Web browser
Created 2 months ago.

0 Users

like bejeweled but different ...
Created 4 months ago.

0 Users

A Chromium ( http://code.google.com/chromium/ ) like browser built on WebKit and Qt , which aims to be cross platform and lightweight. This project is open source and a proof of concept as of now
Created 10 months ago.