Skip to main content

Home/ Nerdzr/ Group items tagged Software

Rss Feed Group items tagged

Jac Londe

gkaindl.com → software → arduino ethernet - 0 views

  • Arduino Ethernet is a collection of libraries I have written to use within the Arduino programming environment in conjunction with the Ethernet shield. While the individual libraries are downloaded within a single archive, they do not depend on each other (unless noted otherwise) and can be used independently. The libraries are published under the GPLv2 (or, at your discretion, any later version). Individual libraries EthernetBonjour | Documentation EthernetDHCP | Documentation EthernetDNS | Documentation Also, by popular demand, I've prepared a very simple demo sketch using DNS, DHCP and Bonjour together. Basically, it gets network configuration data via DHCP, then lets you resolve DNS names via the DNS server received from DHCP, all while announcing its DHCP-assigned IP address via link-local Bonjour — Basically a combination of examples from the individual libraries, which I also recommend to look at, as they contain lots of comments explaining how stuff works.
Jac Londe

FileHippo.com - Download Free Software - 0 views

  •  
    Fast downloads of the latest free software!
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

Resources - CryptoParty - 0 views

  • 1.1 Cryptography is Dangerous (and Beautiful)
  • 2 Basics first
  • 3 PGP / GPG
  • ...17 more annotations...
  • 5 Disk Encryption
  • 8 Darknets
  • 6 Encrypted Mobile Communications
  • 7 Privacy Protected Browsing
  • 4 Verifying Software Downloads & Files: Hashing
  • 9 Misc
  • 10 Software Libraries
  • 11 Operating System and Host Environment
  • 12 E-mail
  • 13 Virtual Private Networks (VPNs)
  • 14 Remote Desktop software
  • 15 Voice over IP
  • 16 Mobile Phones / Smartphones
  • 17 Legal Issues
  • 18 Organizations and Legal Support
  • 19 Courses and Education
  • 20 Where to go for more information 21 Some Quotes
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

SUPER (software) - Wikipedia, the free encyclopedia - 0 views

  •  
    New tools for audio-video protocols
Jac Londe

Find Your IP and MAC Addresses On Windows XP | 2000 | NT - 0 views

  • Click the Start menu button on the Windows taskbar.Click 'Run...' on this menu.Type 'cmd' in the text box that appears. A command prompt window launches on the desktop.In this command window, type 'ipconfig /all'. Details are shown for each of the computer's network adapters. Computers installed with VPN software or emulation software will possess one or more virtual adapters.The 'IP Address' field states the current IP address for that network adapter.The 'Physical Address' field states the MAC address for that adapter.
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

GlobalScale Technologies - D2Plug - 1 views

  • D2Plug is a Developer Kit for the Marvell PXA510 Highly Integrated SoC with PC-like performance.
  • The D2plug can be used by software developers, Independent Software Vendors (ISV), and System Integrators (SI); for evaluation, Application development, Rapid Prototyping, and interoperability testing for a “cloud” based service deployment. The complete solution in an attractive, innovative and “fan-less” enclosure will also be available for bundling solutions for product release with custom branding.
Jac Londe

Arduino - HomePage - 0 views

  • Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.
Jac Londe

Processing.org - 0 views

  • Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.
Jac Londe

Tweet Library for Arduino - 0 views

  • Get a token to post a message using OAuth.
  • Add some Libraries to your Arduino IDE.
  • Download the Arduino Tweet Library and put Twitter folder into ~/Documents/Arduino/libraries (Mac) or My Documents\Arduino\libraries\ (Windows). If there is no such folder, please create it. Download the EthernetDNS Library from gkaindl.com and install it. Re-launch the IDE. Detailed information about libraries installation.
  • ...1 more annotation...
  • Run a sample sketch to tweet!
Jac Londe

HTML5 Grayscale Image Hover - 1 views

  • with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I've put together a demo to show you how to use HTML5 & jQuery to dynamically clone color images into grayscale (see demo). Credits: thanks to Darcy Clarke (my Themify's partner) for the jQuery and Javascript code.
Jac Londe

Acer Aspire Ax3990 - 0 views

Acer Aspire Ax3990 Review The sleek and compact Aspire X3 Series is just one-third the size of a conventional Computer, allowing it to fit anywhere within your house. This desktop attributes high-...

acer aspire AX3990

started by Jac Londe on 17 Apr 12 no follow-up yet
Jac Londe

Tor Project: Overview - 0 views

  • Overview
  • Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy. Individuals use Tor to keep websites from tracking them and their family members, or to connect to news sites, instant messaging services, or the like when these are blocked by their local Internet providers. Tor's hidden services let users publish web sites and other services without needing to reveal the location of the site. Individuals also use Tor for socially sensitive communication: chat rooms and web forums for rape and abuse survivors, or people with illnesses.
1 - 20 of 36 Next ›
Showing 20 items per page