PUBLIC   marks

PUBLIC MARKS with search java

Sponsorised links

This month

InstantShift | Web Designers and Developers Daily Resource.

by cascamorto & 3 others
InstantShift is leading design and inspiration related community for web designers and developers daily resource and premium web design and development blog. iShift offers content on various subjects ranging from basic HTML to Network Security. We generally publish in web design and development, social networking, CMS (content management systems), SEO/Meta tags content, java script and ajax, wordpress, photoshop, network & internet security, mobile applications/devices, hardware tech, e-commerce solutions & applications as well as best programming and coding practices. in and all, we have few major categories related to some particular aspect of web design and development.

Atelier Hypermédia -Ecole d’Art d’Aix en provence

by Neewok

L’atelier Hypermedia enseigne la conception d’images, de programmes et d’animations informatiques. l’accènt est mis sur la construction de dispositifs singuliers et experimentaux, plutôt que sur la maîtrise de logiciels ou de procédés standardisés : les étudiants sont invités à construire leur propres outils, par le biais de langages simples ou complexes tels que BASIC, Logo, Robolab, Lego Mindstorms, C, Lingo, Cocoa, Javascript, Actionscript, Processing, MySQL/PHP, ou Java. L’atelier Hypermedia ne voit pas de contradiction dans l’idée d’un travail plastique de la programmation. L’atelier ne fait pas de distinction entre low-tech et high-tech. les supports de création peuvent aller de Macintosh à Windows, en passant par Gameboy, Atari, Palm, PocketPC, Apple ][ ... L’atelier s’oppose à toute notion de sous-traitance, et préfére travailler avec les autres ateliers dans une logique d’interfaçage.

ditaa

by karlcow

ditaa is a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.

Sponsorised links

October 2009

Selenium web application testing system

by ycc2106 & 3 others
Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language. Selenium provides a test domain specific language (DSL) to write tests in a number of popular programming languages, including Java, Ruby, Groovy, Python, PHP, and Perl. Test playback is in most modern web browsers. Selenium deploys on Windows, Linux, and Macintosh platforms. Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fseleniumhq.org

Customize your Web browsing experience with Greasemonkey | Programming and Development | TechRepublic.com

by decembre
You can accomplish all of this via JavaScript.Scripts include metadata that provide details about the script, including target sites and sites that should never apply. The following metadata elements may be used: * Name: The name assigned to the script. It is displayed when the script is installed, as well as within the Manage Scripts window. * Namespace: The namespace used to distinguish scripts when more than one has the same name. (This is the same approach as used in programming languages like Java and C#.) * Description: A brief description of the script’s purpose. * Include: A list of URLs associated with the script (i.e., the URLs for running the script). The URLs may include wildcard characters (*). Multiple URLs appear on their own line. * Exclude: A list of URLs for which the scripts will never run. Multiple entries appear on their own line.

Linux para Todos

by tadeufilippini (via)
26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu * Home * Enviar Noticias * Artigos * Distribuições * Do Windows para o Linux Linux para Todos - O maior portal sobre Linux do Brasil! msgbartop msgbarbottom 26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu Caso você esteja utilizando uma versão diferente da provida pela Sun do Java e utilize o Banco do Brasil, você ja deve ter tido dificuldades com o site do mesmo, visto que o teclado virtual apenas funciona na versão do Java da Sun. Porém, isso pode ser resolvido de um jeito muito fácil em apenas 3 comandos! Os mesmos devem ser rodados no Terminal que pode ser encontrado em “Aplicativos -> Acessórios -> Terminal” sudo aptitude install sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin Isso irá instalar a Maquina Virtual Java da Sun. Logo após isso rode o comando: update-java-alternatives -l O terminal irá imprimir algo parecido com isso: java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-6-sun 63 /usr/lib/jvm/java-6-sun Execute o comando à seguir. sudo update-java-alternatives -s java-6-sun Qualquer problema, verifique se o nome no comando acima é o mesmo que aparece ao rodar o comando update-java-alternatives -l Este guia foi baseado em uma pagina de ajuda do Ubuntu. O link pode ser encontrado aqui para maiores detalhes: Ubuntu Help Java

Threads at daniel shiffman

by karlcow

Threading

We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.

This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.

Python & Java: A Side-by-Side Comparison « Python Conquers The Universe

by karlcow 3 comments

Comparing Python and Java

A programmer can be significantly more productive in Python than in Java.

How much more productive? The most widely accepted estimate is 5-10 times. On the basis of my own personal experience with the two languages, I agree with this estimate.

et hop un débat pour @nkame et @biologeek.

PHP and Hudson « Top Topic ?

by RETFU & 1 other
Hudson is extensible continuous integration engine used for Java projects. It’s architecture can be used for others languages as PHP too.

PHP and Hudson « Top Topic ?

by Fiber_Optic & 1 other (via)
Hudson is extensible continuous integration engine used for Java projects. It’s architecture can be used for others languages as PHP too.

September 2009

Build a digital book with EPUB

by karlcow

Need to distribute documentation, create an eBook, or just archive your favorite blog posts? EPUB is an open specification for digital books based on familiar technologies like XML, CSS, and XHTML, and EPUB files can be read on portable e-ink devices, mobile phones, and desktop computers. This tutorial explains the EPUB format in detail, demonstrates EPUB validation using Java technology, and moves step-by-step through automating EPUB creation using DocBook and Python.

noop - Project Hosting on Google Code

by parmentierf (via)
Noop (pronounced noh-awp, like the machine instruction) is a new language experiment that attempts to blend the best lessons of languages old and new, while syntactically encouraging industry best-practices and discouraging the worst offenses. Noop is initially targeted to run on the Java Virtual Machine

Mibbit.com - Easy and fast Webchat

by ycc2106 & 6 others
No Java, no flash. With Mibbit, chatting online is easy, just choose your nickname and press go! No sign-up is required and you can use it from wherever you are with just a web browser.

Education/Projects/ProcessingForTheWeb - MozillaWiki

by Neewok

Processing for the Web is a proposed Mozilla-sponsored initiative to create a complete and robust port of the Java-based Processing language and environment (popular for art, design, and visualization applications) to the open web, using standard technologies such as JavaScript, Canvas, etc.

Parcours de fichiers XML avec XPath - Club des décideurs et professionnels en Informatique

by decembre
Parcours de fichiers XML avec XPath (Date de mise à jour : 29/06/2007) II-A. Qu'est ce que XPath ? II-B. Solutions Java pour XPath II-C. Environnement requis III. Principe de fonctionnement III-A. Vue d'ensemble III-B. La syntaxe XPath III-C. XPath appliqué au Java IV. Exemple de mise en oeuvre IV-A. Le fichier XML considéré IV-B. La classe principale

August 2009

Instant SQL Formatter

by cascamorto & 1 other
Instant SQL Formatter is a free online sql tidy tool, actually, it not only can beautify your sql but also can turn your formatted sql into html code, so you can post coloured sql code in your blog, forum,wiki and any website easily. In addition to beautifying SQL code, this sql tool can translate SQL code into C#, Java, PHP, DELPHI and other program languages. Another useful feature is find out all database objects such as table, column, function in sql by selecting output format to list database object.

inspyre | sodaplay.com

by fotopol
sodaplay constructor, "machines" virtuelles en JAVA, très spectaculaire et instructif

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links