vendredi, décembre 22, 2006

Projet Looking Glass : étape 1.0


Le Project Looking Glass est un projet de logiciel libre sous licence GPL visant la réalisation d'un environnement graphique complètement 3D. La première démonstration publique remonte au 5 août 2003.
Ce projet est sponsorisé par Sun Microsystems, et est développé en Java. Il n'est encore qu'à un stade expérimental (et donc relativement instable), mais son développement est rapidement mené par des programmeurs de Sun ainsi que quelques contributeurs de la communauté. Parmi les développeurs de Sun on retrouve Hideya Kawahara, 33 ans, qui a développé à l'origine le projet sur son portable linux pendant son temps libre.

jeudi, décembre 21, 2006

La configuration minimale pour Windows Vista

Ordinateurs Windows Vista™ Premium Ready


Pour utiliser toutes les fonctionnalités de Windows Vista, y compris la nouvelle interface Windows Aero, il est préférable de vous procurer un ordinateur portant la mention Windows Vista™ Premium Ready ou de choisir un ordinateur qui possède au moins la configuration minimale décrite ci-dessous. Les fonctionnalités offertes par certaines des éditions de Windows Vista, par exemple la possibilité de regarder la télévision en direct et d'enregistrer des émissions, peut nécessiter du matériel supplémentaire.


Un ordinateur Windows Vista™ Premium Ready doit avoir la configuration minimale suivante :


  • Processeur 32 bits (x86) ou 64 bits (x64) à 1 GHz
  • Mémoire vive de 1 Go
  • Support pour carte graphique DirectX 9 avec pilote WDDM, 128 Mo de mémoire graphique (minimum) - , Pixel Shader 2.0 et 32 bits par pixel.
  • Disque dur de 40 Go, 15 Go d'espace libre
  • Lecteur DVD-ROM
  • Sortie audio
  • Accès à Internet
pour plus d'info : http://www.microsoft.com/france/windowsvista/getready/capable.mspx

Offre d'emploie pas comme les autres (merci Zyed)

using System;

namespace Financial.Research.Company
{
class WebDeveloper
{

public string JobDescription
{
get { return @"
Are you working for a boss that doesn't understand the technical issues you
are facing? Is your machine so underpowered that you bring in your own
laptop to work on? Need to be a little more autonomous? Not getting the
recognition you deserve? Enjoy esoteric conversations over lunch?

If any of the above apply, here's a great opportunity for you. This is a
chance to join a small development team for an independent financial research
company based in New York City. Your role will be quite flexible, working on
a variety of different projects. The team is always open to new ideas, with
opportunities to work on side projects that you think might have value to the
company.
"; }
}

public Computer Environment
{
get { return new VeryFastComputer("w/ Dual Screen Monitors"); }
}

public string Location
{
get { return "Midtown, New York"; }
}

public string[] RequiredSkills
{
get { return new string[] {"C#", "ASP.Net"}; }
}

public string[] PreferredExperience
{
get { return new string[] {
"Microsoft CMS", "SQL Server", "XSLT", "JavaScript",
"Design Patterns", "Technical Architecture", "UX Design"
};
}
}

public WebDeveloper(string[] experience, string fromAddress, string pathToResume)
{
Email application = new Email();
application.From = fromAddress;
application.AttachFile(pathToResume);

// Here's the challenge - You'll need to decrypt the company name
// to work out where to send the application. The class name gives the
// game away :)
string company = Rot13Encoder.Decrypt("perqvgfvtugf");

// Don't forget to include the source code that you used to
// decrypt the company name above :)
application.AttachFile(codeUsedToDecryptCompany);

application.Send("itcareers@" + company + ".com");
}
}
}

mercredi, décembre 20, 2006

Hacking site

  • http://www.thenetworkadministrator.com/2003MostPopularHackingTools.htm
  • http://www.defcon.org/
  • http://www.hackquest.com/
  • http://www.mozilla.org/hacking/
  • http://www.mithral.com/~beberg/manifesto.html
  • http://www.hackcanada.com/
  • http://www.sptimes.com/Hackers/history.hacking.html
  • http://www.hackquest.de/
  • http://johnny.ihackstuff.com/
  • http://www.freedom-to-tinker.com/
  • http://www.2600.com/braindamage/
  • http://www.password-crackers.com/
  • http://www.gamehacking.com/
  • http://thehacktivist.com/
  • http://members.tripod.com/~SeusslyOne/FAQ.html
  • http://www.secureroot.com/category/exploits/
  • http://www.h2k2.net/
  • http://www.rdwarf.com/users/kioh/
  • http://airsnort.shmoo.com/
  • http://tuxedo.org/
  • http://www.cs.berkeley.edu/~bh/hackers.html
  • http://www.americasleastwanted.com/alw
  • http://yteam.ws/video/
  • http://www.underground-book.com/
  • http://www.thebunker.net/
  • http://www.viruslist.com/en/

L'écriture

Depuis que j'ai appris à tenir un stylo dans mes mains, j'écris très mal et d'après ce que j'ai vu sur le net l'écriture serait l'expression de la personnalité. Alors quel personnalité je refoule.
Pour embauché, des employeur utilise l'écriture comme moyen de voir si le demandeur a la personnalité idéal pour le job.
en effet, il pense que la mise en page, la dimension de l'écriture, direction de l'écriture, forme d'écriture, continuité de l'écriture, pression de l'écriture et la vitesse d'écriture sont des paramètre essentielle pour jugée le candidat et permettrait de prévoir les actions futures d'une personne et ses performances intellectuelles à venir.
Alors, la question que je me pose "est ce que je doit changé mon écriture et le fait de changer l'écriture de quelqu'un peut changer toute sa personnalité ???".

mardi, décembre 19, 2006

Beryl en action


Le nouveau cube transparent fait des merveilles avec Beryl.

XGL + Beryl



Pour plus d'info : http://fr.wikipedia.org/wiki/Beryl

Windows VISTA



Windows VISTA en action.

XGL Desktop



La vidéo du XGL avec toutes les options actives.

Leopard spaces



Une vidéo qui présente le Mac Os X en action.

lundi, décembre 18, 2006

Web Development

Des liens vers des cours de développement WEB:
  • http://lesliefranke.com/files/reference/csscheatsheet.html
  • http://www.w3schools.com/
  • http://www.webdesignfromscratch.com/
  • http://www.devlisting.com/
  • http://www.oswd.org/
  • http://www.cleancss.com/
  • http://www.dynamicdrive.com/
  • http://crazyegg.com/
  • http://www.webformfactory.com/
  • http://www.kayodeok.btinternet.co.uk/favorites/webdesign.htm
  • http://www.picment.com/articles/css/funwithforms/
  • http://www.cssbasics.com/
  • http://www.cssplay.co.uk/
  • http://www.csszengarden.com/
  • http://protolize.org/
  • http://www.cssremix.com/
  • http://www.lipsum.com/
  • http://www.chami.com/html-kit/services/favicon/
  • http://www.htmlcenter.com/tutorials/index.cfm/main/
  • http://www.xisc.com/
  • http://www.ajaxlessons.com/
  • http://www.fonttester.com/
  • http://www.xml-sitemaps.com/
  • http://script.aculo.us/
  • http://css.maxdesign.com.au/
  • http://javascript-reference.info/
  • http://www.mnot.net/rss/tutorial/
  • http://javascript-reference.info/
  • http://dezwozhere.com/links.html
  • http://www.curvycorners.net/
  • http://www.buttonator.com/
  • http://www.phpmyvisites.us/
  • http://www.hotscripts.com/
  • http://www.alistapart.com/stories/doctype/
  • http://browsershots.org/
  • http://sweetie.sublink.ca/
  • http://www.openwebdesign.org/
Bon la liste n'est pas encore finie. Alors, pour la prochaine fois.

The UNIT


The Unit : Commando d'élite (The Unit) est une série télévisée américaine. Elle met en scène une unité spéciale de l'armée américaine, chargée de missions secrètes et dangereuses dans le monde entier. Elle suit également le quotidien des épouses, fiancées ou veuves de ces soldats.

La saison 1 et une grande partie de la saison 2 sera disponible après les vacances dans nos locaux.

Pour plus d'info :

http://www.cbs.com/primetime/the_unit/

dimanche, décembre 17, 2006

Système embarqué

Je vous ai trouvé une sélection de site qui parle de système embarqué :
  • http://www.qnx.com/
  • http://www.esacademy.com/
  • http://ee.cleversoul.com/ (il y a un projet de lecteur mp3 et écran lcd sur ce site).
  • http://www.embeddedplanet.com/
  • http://www.parallax.com/
  • http://www.uclinux.org/
  • http://www.linuxbios.org/Welcome_to_LinuxBIOS
  • http://www.soekris.com/
  • http://microcontroller.com/
  • http://www.embedded.com/
  • http://www.directfb.org/
  • http://www.netrino.com/Publications/Glossary/
  • http://www.cdatas.com/
  • http://alllinuxdevices.com/
  • http://www.eg3.com/ebox.htm
  • http://www.mvista.com/
  • http://www.canesta.com/
  • http://www.emdebian.org/
  • http://www.polyspace.com/
  • http://www.menuetos.net/
  • http://www.dspg.com/
  • http://www.esconline.com/
  • http://java.sun.com/javase/embedded/index.jsp
  • http://developer.intel.com/design/chipsets/
  • http://www.picemulator.com/links.html
  • http://www.freertos.org/
  • http://www.zilog.com/
ben maintenant à vous de voir ce que vous voulez retenir.

Un tour dans la salle serveur de l’fst (faculté des sciences de tunis)

Un grand mercie pour notre prof de TD reseaux et architechture Mr MOEZ.

FPGA


A tous ceux qui sont sont passionés par les microprocesseur, les FPGA et les trucs comme ça,... vous pouvez consulter le site d'altera qui propose une vaste gamme de ces produits.
on peut maintenant comprendre à quoi servent les choses écrites sur nos tableaux à la faculté.

Radios tunisie


Donc je vous présente radios tunisie
il y a que Mosaïque FM et Jawhara FM
le reste c'est pour bientôt.
radio-tunisie.co.nr