Skip to main content

Home/ Nerdzr/ Group items tagged source

Rss Feed Group items tagged

Jac Londe

Arduino - Introduction - 0 views

  • What is Arduino?
  • Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
  • Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50
  • ...4 more annotations...
  • Cross-platform - The Arduino software runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows.
  • Simple, clear programming environment - The Arduino programming environment is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. For teachers, it's conveniently based on the Processing programming environment, so students learning to program in that environment will be familiar with the look and feel of Arduino
  • Open source and extensible software- The Arduino software and is published as open source tools, available for extension by experienced programmers. The language can be expanded through C++ libraries, and people wanting to understand the technical details can make the leap from Arduino to the AVR C programming language on which it's based. SImilarly, you can add AVR-C code directly into your Arduino programs if you want to.
  • Open source and extensible hardware - The Arduino is based on Atmel's ATMEGA8 and ATMEGA168 microcontrollers. The plans for the modules are published under a Creative Commons license, so experienced circuit designers can make their own version of the module, extending it and improving it. Even relatively inexperienced users can build the breadboard version of the module in order to understand how it works and save money.
Jac Londe

Light-emitting diode - Wikipedia, the free encyclopedia - 0 views

  • Light-emitting diode
  • A light-emitting diode (LED) is a semiconductor light source.[3] LEDs are used as indicator lamps in many devices and are increasingly used for other lighting. Introduced as a practical electronic component in 1962,[4] early LEDs emitted low-intensity red light, but modern versions are available across the visible, ultraviolet, and infrared wavelengths, with very high brightness. When a light-emitting diode is forward-biased (switched on), electrons are able to recombine with electron holes within the device, releasing energy in the form of photons. This effect is called electroluminescence and the color of the light (corresponding to the energy of the photon) is determined by the energy gap of the semiconductor. LEDs are often small in area (less than 1 mm2), and integrated optical components may be used to shape its radiation pattern.[5] LEDs present many advantages over incandescent light sources including lower energy consumption, longer lifetime, improved robustness, smaller size, and faster switching. LEDs powerful enough for room lighting are relatively expensive and require more precise current and heat management than compact fluorescent lamp sources of comparable output. Light-emitting diodes are used in applications as diverse as aviation lighting, automotive lighting, advertising, general lighting, and traffic signals. LEDs have allowed new text, video displays, live video, and sensors to be developed, while their high switching rates are also useful in advanced communications technology. Infrared LEDs are also used in the remote control units of many commercial products including televisions, DVD players, and other domestic appliances.
Jac Londe

'Anti-Facebook' project nears launch | Software, Interrupted - CNET News - 0 views

  • open-source social networking project Diaspora
  • if the team is half as good at building software as it is at building hype, there might be something interesting in the upcoming release, and maybe even a viable business.
  • The big challenge is that the enterprise developer world isn't screaming out for an open-source Facebook, nor are consumers really looking to run their own instances of social networks. What they really want is for Facebook to take privacy more seriously
  • ...1 more annotation...
  • And for those who do want to run their own social sites, there are any number of options, including Ning and Buddypress as well as extensions to Drupal and other publishing systems. Additionally, a number of other companies, including Ringside Networks, founded by JBoss alumni, took a run at developing a social application server only to find a lack of market.
Jac Londe

DASH7 - Wikipedia, the free encyclopedia - 1 views

  • DASH7 is an open source wireless sensor networking standard for wireless sensor networking, which operates in the 433 MHz unlicensed ISM band. DASH7 provides multi-year battery life, range of up to 2 km, indoor location with 1 meter accuracy, low latency for connecting with moving things, a very small open source protocol stack, AES 128-bit public key encryption support, and data transfer of up to 200 kbit/s. DASH7 is the name of the technology promoted by the non-profit consortium called the DASH7 Alliance.
Jac Londe

620325 Stirling Engine - ABRA Electronics Inc. - 0 views

  • The 620325 Stirling Engine by Thames and Kosmos uses renewable energy from the sun to drive a generator, which charges a rechargeable battery to power an electric car.
  • Power a Car with Solar Generated Electricity       Discover the Stirling engine, a simple, clean and efficient energy technology that is quickly becoming a viable source of electricity as the availability of fossil fuels declines. The Stirling engine in this kit uses renewable energy from the sun to drive a generator, which charges a rechargeable battery to power an electric car. Named after its inventor, Robert Stirling, the original Stirling engine dates back almost 200 years. Today, high-tech Stirling engines are being used in arrays of giant mirrored solar collectors and common applications like compact generators. NASA is even working on using Stirling engines to power a human outpost on the moon!Like a steam engine, a Stirling engine is a heat engine that converts heat energy into mechanical work, usually to drive a generator that then converts the mechanical energy into electricity. But instead of water and steam, the Stirling engine uses a permanently enclosed volume of gas, such as air or helium, to perform the mechanical work. Stirling engines are highly efficient, can operate very quietly, and can use many different sources of heat: combustion of fuels, nuclear fission, geothermal, or solar heat, as this model uses. The Stirling engine in this kit is located in acharging station with a mirrored parabolic dish. The dish focuses the sun’s rays onto the cylindrical glass bulb of the Stirling engine to heat it up. The air inside the bulb heats up and pushes a piston, which turns an electric generator. The generator produces electricity that charges a rechargeable battery in the car. The car runs on an electric motor powered by the battery.The kit includes the charging station with a beta type Stirling engine, the electric car, and a full-color, 64-page manual.
Jac Londe

Feed43 : How It Works - 0 views

  •  
    Feed43 engine converts free-form HTML or XML documents to valid RSS feeds by extracting snippets of text or HTML by means of applying search patterns, and then joining these snippets together using output templates to form user-friendly content of feed's items. The principle of extracting specific data from source documents is also known as "HTML scraping".
Jac Londe

view-source : Google Chrome - 0 views

  •  
    Commande URL dans Google Chrome
Jac Londe

Daedalus Projects - 0 views

  • CrazyFlie flight video
  • The copter itself is organised around the main CPU. The job of this CPU is to acquire the physical measurement given by the gyroscopes and accelerometers and to control the motors to keep the copter stable. This is done by a regulation loop which controls the motors speed 250 times per second. The radio communication has a pretty low bandwidth and is used to send commands to the copter and receive telemetry data from it. The CPU program can be updated by radio.
  • The computer runs control and telemetry programs. The control program reads the input from a game-pad and sends control commands to the copter. We also have programs that can configure the copter regulation parameters and log the measurements in order to make easier to tune the regulation. All the development is done on Windows and Linux. Indeed we are 3 to work on this project, two of us work on Linux and one is mainly on Windows. Using FLOSS permit to handle that in a very effective way. We are mainly using the GCC compiler from CodeSourcery for the copter program compilation, GNU Make for the project build, Mercurial for the source control, and python/pyusb for the communication with the copter. All these softwares works seamlessly on both Linux and Windows and made the project pretty easy to handle. The distance between the motors (horizontally and vertically) is around 8 cm and the total weight is around 20 g.
  • ...4 more annotations...
  • The top of the board contains the sensors and the control/communication electronic: The JTAG/Serial connector permit to program the processor and to communicate debug messages. The Main CPU is a STM32 Cortex-M3. It is clocked at 64MHz from the internal oscillator. The 2 Axis X-Y Gyro is an invensense IDG500. It has an analog output and thus is connected to the CPU analog to digital converters. The 1 Axis Z gyro is an invensense ISZ500. As the X-Y gyro this is an analog chip connected to the CPU analog to digital converters. The 2.4GHz Radio is based on a nRF24L01+ chip from Nordic Semiconductor. It is actually a breakout board sold by SparkFun. The radio is connected to the CPU via a SPI port. The 3 Axis Accelerometer is a SMB380 from Bosch. It is connected to the CPU via an I²C bus.
  • Here nothing particular, except that the little battery is taped on the bottom of the copter. The battery comes from a Silverlit x-twin plane and actually permit 4.5min of flight time.
  • Under the battery we mostly have power supply and the “power” electronics: The charge connector accepts 5V and permits to charge the battery The power switch permits to power the copter either from the charge connector or from the battery. The 5V step-up permits to increase the power voltage from the 3~4V coming from the battery to 5V. The two 3.3V linear regulators, reduces the 5V to power the copter electronic. The digital and analog 3.3V are generated independently. This was made to reduce the noise on the analog components (here it is the two gyros, a quite critical part). Finally at the four sides we have the motors transistors. The power for the motors pass on the top and bottom of the part of PCB that hold the motors. It can be noted that we also have the battery charging chip just at the right of the 3.3V regulators. It is a classical MAX1555 and is working pretty well. The idea with the step-up was to get a more stable voltage when the battery is depleted and also to remove some of the noise coming from the motor electonic. Anyway, this boars is capable to work without by using 2.8V linear regulators instead. So most likely the step-up will be excluded on the next version and we also plan to integrate the radio on board. The motors and propellers are taken from a Silverlit X-twin plane. They are powered by the battery voltage.
  • The copter is controlled via a python program running on the PC. A Playstation bluetooth gamepad is used to pilote it.
Jac Londe

Scrapy | An open source web scraping framework for Python - 0 views

  • What is Scrapy? Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.
Jac Londe

bitly | ♥ your network's bitmarks - 0 views

shared by Jac Londe on 03 Jun 13 - No Cached
    • Jac Londe
       
      Le Bit.Ly Network est une forme de méga-réseau qui permet de sélectionner ses sources sur Twitter et de voir les liens qu'EUX génère sur la plate-forme Bit.Ly qui rappellons-le est un raccourcisseur de liens.
Jac Londe

Tesla (unit) - Wikipedia, the free encyclopedia - 0 views

  • A particle carrying a charge of 1 coulomb and passing through a magnetic field of 1 tesla at a speed of 1 meter per second perpendicular to said field experiences a force of 1 newton, according to the Lorentz force law. As an SI derived unit, the tesla can also be expressed as (in SI base units).[3] Units used: A = ampere C = coulomb kg = kilogram m = meter N = newton s = second T = tesla V = volt Wb = weber [edit] Electric vs Magnetic Field
  • The difference between magnetic field strength (in tesla) vs electric field strength can be confusing.[citation needed] The difference is that a force of magnetic field on a charged particle is generally due to the charged particle's movement[4] while the force imparted by an electric field on a charged particle is not due to the charged particle's movement. This can be seen by looking at the units for each. Electric field is N/C, while magnetic field (in tesla) can be written as N/(C*m/s). The difference between the two is m/s, or velocity. This can further be seen by noting that whether a field is magnetic or electric is dependent on one's relativistic reference frame (that is: one's velocity relative to the field).[5][6] In ferromagnets the movement creating the magnetic field is the electron spin[7] (and to a lesser extent electron orbital angular momentum). In current carrying wire (electromagnets) the movement is due to electrons moving through the wire (whether the wire's straight or circular).
Jac Londe

MeeGo | WeTab - 0 views

  • WeTab presents the first tablet with open operating system MeeGo
  • Working intensively with Intel, we have developed the WeTab OS with MeeGo to meet the requirements of a tablet user in the best way possible. The tablet runs extremely fast
  • The Web-browser plays a special role here and is based on the free HTML rendering engine WebKit, enabling fast and unrestricted surfing enjoyment including HTML5, Adobe Flash® and Java™.
  • ...2 more annotations...
  • MeeGo is a Linux-based, open-source operating system intended to run on a variety of hardware platforms including smartphones, handhelds, netbooks, televisions that are connected to the Internet and passenger cars.
  • MeeGo is a multi-platform project and supports the X86/Intel-Atom and ARM architectures. It can be transferred to other hardware platforms at any time.
  •  
    New Linux OS, New WebPad, Good Old Intel.
Jac Londe

SIP Communicator - 0 views

  • SIP Communicator - the Java VoIP and Instant Messaging client.
  • SIP Communicator is an audio/video Internet phone and instant messenger that supports some of the most popular VoIP and instant messaging protocols such as SIP, Jabber, AIM/ICQ, MSN, Yahoo! Messenger, Bonjour, IRC and a whole lot of other useful features.
  • SIP Communicator is completely Open Source / Free Software, and is freely available under the terms of the GNU Lesser General Public License.
Jac Londe

U.S. Energy Information Administration - EIA - Independent Statistics and Analysis - 0 views

  • Energy Sources
  • Privacy/Security | Accessibility | Copyright & Reuse  •   Contact Us | Feedback | Careers | About EIA
Jac Londe

Introduction à PHP - 0 views

  • Qu'est-ce que PHP? PHP est un langage interprété (un langage de script) exécuté du côté serveur (comme les scripts CGI, ASP, ...) et non du côté client (un script écrit en Javascript ou une applet Java s'exécute sur votre ordinateur...). La syntaxe du langage provient de celles du langage C, du Perl et de Java. Ses principaux atouts sont : Une grande communauté de développeurs partageant des centaines de milliers d'exemples de script PHP ; La gratuité et la disponibilité du code source (PHP est distribué sous licence GNU GPL) ; La simplicité d'écriture de scripts ; La possibilité d'inclure le script PHP au sein d'une page HTML (contrairement aux scripts CGi, pour lesquels il faut écrire des lignes de code pour afficher chaque ligne en langage HTML) ; La simplicité d'interfaçage avec des bases de données (de nombreux SGBD sont supportés, mais le plus utilisé avec ce langage est MySQL, un SGBD gratuit disponible sur de nombreuses plateformes : Unix, Linux, Windows, MacOs X, Solaris, etc...) ; L'intégration au sein de nombreux serveurs web (Apache, Microsoft IIS, etc.).
  • Origines de PHP Le langage PHP a été mis au point au début d'automne 1994 par Rasmus Lerdorf. Ce langage de script lui permettait de conserver la trace des utilisateurs venant consulter son CV sur son site, grâce à l'accès à une base de données par l'intermédiaire de requêtes SQL. Ainsi, étant donné que de nombreux internautes lui demandèrent ce programme, Rasmus Lerdorf mit en ligne en 1995 la première version de ce programme qu'il baptisa Personal Sommaire Page Tools, puis Personal Home Page v1.0
1 - 20 of 25 Next ›
Showing 20 items per page