PUBLIC   marks

PUBLIC MARKS with search amenorrhea,primary

Sponsorised links

August 2009

Tour de Flex, components, samples | Adobe Developer Connection

by decembre & 1 other
Tour de Flex component explorer Tour de Flex is a desktop application for exploring Flex capabilities and resources, including the core Flex components, Adobe AIR, data integration, and a variety of third-party components, effects, skins, and more. Tour de Flex has three primary goals: * Provide non-Flex developers with an overview of what is possible in Flex in a "look and see" environment * Provide Flex developers with an illustrated reference tool * Provide commercial and non-commercial Flex developers with a place to showcase their work

July 2009

Gravatar - Globally Recognized Avatars

by tadeufilippini
Select an email address (below) to modify or add a new email Gravatar for manobristadecomputador@gmail.com manobristadecomputador@gmail.com (primary) You have selected this email address, now choose an image, below, to use for this address Primary address (cannot delete) | Don't use this image | Check this gravatar | Link HOJE 22 DE SETEMBRO DE 2009 ....TAMBÉM : possiventura@gmail.com (primary) You have selected this email address, now choose an image, below, to use for this address Primary address (cannot delete) | Don't use this image | Check this gravatar | Link

4store - About

by karlcow

4store is a database storage and query engine that holds RDF data. It has been used by Garlik as their primary RDF platform for three years, and has proved itself to be robust and secure.

4store's main strengths are it's performance, scalability and stability. It does not provide many features over and above RDF storage and SPARQL queries, but if your are looking for a scalable, secure, fast and efficient RDF store, then 4store should be on your shortlist.

Sponsorised links

June 2009

WinSetupFromUSB - Formater Clef USB Pour Installation XP - Recherche Google

by decembre
Ensuite, il faudra lancer un outil de ligne de commande en administrateur (Touche Windows + R, taper cmd puis valider en faisant MAJ + Entrée). Une fois ceci effectué, il faudra lancer l'outil Diskpart de Windows en tapant simplement diskpart et en validant. - Identifier notre clef USB en tapant list disk (numéro de la clef USB). Séléctionons ensuite la clef avec la fonction select disk XX , où XX est le numéro relevé précédemment. Formater le clef en FAT. Le NTFS, peut, par contre aussi être utilisé, mais cela empêchera la création d'un menu GRUB pour le multi−boot, et donc, de remplir la clef avec des outils aussi INtéresants que nombreux. Pour ce faire, il vous faudra taper les commandes suivantes : clean · create partition primary (on rajoutera size=2000 si la clef fait plus de 2 Go) · format FS=FAT Quick · active · assign · exit ·

Cocoa Dev Central: Learn Objective-C

by karlcow

Objective-C is the primary language used to write Mac software. If you're comfortable with basic object-oriented concepts and the C language, Objective-C will make a lot of sense. If you don't know C, you should read the C Tutorial first.

May 2009

Exposure Fusion: What is it? How does it Compare to HDR? How Do I Do It?

by mozkart (via)
Exposure Fusion Software At this stage Exposure Fusion is still in its infancy, so there’s only a handful of programs to choose from. Enfuse is the primary tool for Exposure Fusion at the moment, and although it is a command line utility, there are ‘‘droplets’‘ (batch files) available that you can drag and drop a series of images onto to create a fused image. Ingemar Bergmark has produced a GUI for it, not surprisingly called EnfuseGui, which can be a little easier if you aren’t too keen on command lines. If you’ve got Lightroom then one of the more convenient ways is to use the plugin. It still uses the command line utility in the background (you have to tell it where your enfuse.exe is), but the process looks more refined. However, the plugin is donation-ware so its limited to 500px final images until you donate to get the full version. There is currently no plugin for Photoshop. If you’re into photo stitching then PTgui and Hugin may be of interest to you. These programs utilise Exposure Fusion by stitching and fusing bracketed sequences together, with some pretty nice results.

March 2009

February 2009

Remixing Canadain History: Calgary Science School Virtual Museum

by knann & 1 other (via)
Amazing inquiry-based, technology rich social studies project on Candaian History using primary resources

The OpenNLP Homepage

by karlcow & 1 other

OpenNLP is an organizational center for open source projects related to natural language processing. Its primary role is to encourage and facilitate the collaboration of researchers and developers on such projects.

Oracle: Deleting Duplicate Rows Efficiently

by night.kame (via)

If you’ve made the mistake of forgetting a primary key on your table, it can be frustrating to find a way to delete all of the duplicate rows without deleting the initial instances.

S'applique aussi dans le cas où on a sous-estimé les capacités de ses collègues à toujours réinventer les erreurs de débutants (traduction : sans contrôle permanent, le développement informatique n'est rien, et même comme ça, ça n'est pas suffisant).

December 2008

Learning Clip - Free resources Renewed Framework Y3 maths

by knann
Learning Clip is an online resource to support teachers, teaching assistants and parents implementing the renewed primary mathematics framework. Free for now.

November 2008

hyalineskies — Social intelligence.

by e_D_D_y & 2 others
Eston Bond is a 22-year-old interaction designer in California's Silicon Valley. Eston's primary focus is on social media, sociology, economics, human-computer interaction and journalism. Eston has a BA in Economics from the University of Michigan and is a Product Designer at Facebook in Palo Alto, California.

October 2008

Conditional Random Fields

by ogrisel (via)
Conditional random fields (CRFs) are a probabilistic framework for labeling and segmenting structured data, such as sequences, trees and lattices. The underlying idea is that of defining a conditional probability distribution over label sequences given a particular observation sequence, rather than a joint distribution over both label and observation sequences. The primary advantage of CRFs over hidden Markov models is their conditional nature, resulting in the relaxation of the independence assumptions required by HMMs in order to ensure tractable inference. Additionally, CRFs avoid the label bias problem, a weakness exhibited by maximum entropy Markov models (MEMMs) and other conditional Markov models based on directed graphical models. CRFs outperform both MEMMs and HMMs on a number of real-world tasks in many fields, including bioinformatics, computational linguistics and speech recognition.

design engaged 2008 (tecznotes)

by karlcow

All of this is a way of showing how Roy T. Fielding's 2000 PhD thesis on Representational State Transfer has utterly dominated the discourse of publishing through the web. It's an incredibly productive architectural idea, and it's been the primary area of experimentation and development for geeks like us since the implosion of the previous web bubble.

September 2008

Installing Zivios Server On Ubuntu | HowtoForge - Linux Howtos and Tutorials

by camel
This howto explains installing Zivios Master Service version 0.5.0. Zivios is an n-tiered PHP-5 application, providing identity management, single sign-on, user, group and computer provisioning, as well as remote management of services. It uses MySQL and OpenLDAP as it's data store, with OpenLdap being the primary back end for identity management and application integration and MySQL being used for panel specific data.

Comparing JSON modules for Python

by karlcow

In this report I've attempted to compare many of the currently available Python language modules for manipulating JSON encoded data. My primary intent is to determine how well each module conforms to the JSON specification, as documented in RFC 4627, as well as identifying nuances in how each maps various Python language constructs to JSON constructs.

August 2008

Take a closer look at OpenBSD 4.3

by BlueVoodoo
OpenBSD provides a UNIX distribution with a primary emphasis on security and cryptography. If you're looking for a UNIX distribution to deploy in the most critical nexus in your network infrastructure, look no further than OpenBSD. The recent release of OpenBSD—version 4.3—includes several new features and bug fixes that this article reviews.

Why does everything suck?: Ru Roh! Adobe Screwed By EcmaScript Standards Agreement

by karlcow & 1 other

In essence, Adobe has shown up to the prom, but its date has stood it up. ActionScript is now not based on any standard. It is its own, proprietary, albeit open source language. Adobe is on its own island as the rest of the industry moved to some watered down version of what it could have been. I understand why this was necessary. Brenan Eich, the father of JavaScript and the primary person driving the standard certainly didn’t want it this way. But Microsoft was never going to support 4.0.

July 2008

Data Robotics, Inc.

by sbrothier
The safe, expandable Drobo™ storage solution protects your data against a hard drive crash, yet can expand dynamically at any time in just seconds. With nothing to configure or manage, Drobo is now the ideal solution for primary storage as well as backup.

June 2008

The Wiki-Way to the Nomination - NYTimes.com

by filloux
June 8, 2008 The Nation The Wiki-Way to the Nomination By NOAM COHEN Barack Obama is the victor, and the Internet is taking the bows. Commenting on the Democratic presidential primary campaign, the blogger Andrew Sullivan praised Mr. Obama’s success in mastering “Facebook politics.” Roger Cohen, writing online in The New York Times, likened the rapid success of Mr. Obama to that of a “classic Internet startup.” And The Atlantic Monthly, in a much discussed article titled “HisSpace,” described what Mr. Obama’s impressive online fund-raising apparatus owes to the enhanced social networking of sites like MySpace, Twitter and YouTube.

May 2008

ZLR

by jdrsantos
ZLR is a Z-machine interpreter whose primary goal is to be fast.

April 2008

Digital Initiatives :: Xmlui = Manakin

by parmentierf
DSpace Manakin is a user interface developed by Texas A&M University which supports major improvements for the DSpace system. The primary feature added by Manakin is the ability for each community and collection within DSpace to establish a unique look-and-feel that might extend outside of DSpace into an existing web presence. We believe that this will increase the adoption of DSpace by these communities.

March 2008

AboutUs

by wabaus & 5 others
AboutUs.org tries to grab the About page off of the primary web site for each domain on the internet. It is a Wiki, so you can "correct" things as needed...

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